1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-25 10:01:26 +02:00
Commit Graph

106 Commits

Author SHA1 Message Date
dan e54a0954e6 added fixed german translations 2003-02-05 01:42:02 +00:00
dan f3487c1ea2 new german translations 2003-01-16 01:47:35 +00:00
dan 064f79ebae - Fixed focus handling for windows that set WM_HINTS.take_focus = False.
- Misc fixes.
- Improved a bit the python wrapper.
- Build po files before 'make install'
2002-12-20 17:47:31 +00:00
dan 4d6cd7f326 added .mo files to cvs ignore list 2002-11-21 05:26:53 +00:00
dan 3929660f39 - downgraded zh_TW.Big5 po files to previous versions. Latest failed to
compile
- fixed some charsets in a couple of po files
- remove libPropList question from Install script
2002-11-20 12:04:42 +00:00
dan e98da5a628 updated russian locales 2002-10-04 19:42:30 +00:00
dan feaa80addc Updated French translations 2002-09-18 00:28:17 +00:00
dan c32806ae14 updated some .cvsignore files 2002-04-11 20:41:00 +00:00
dan ad58481487 reverted latest german update. 2002-02-17 22:33:22 +00:00
kojima 5db8b5660f cleaning the house today 2002-02-15 21:34:46 +00:00
kojima bc3d012e7c updated german pots 2002-02-15 21:24:41 +00:00
dan 8a25fdc672 updated german wprefs translation 2002-01-11 21:57:20 +00:00
dan 9e615bcff9 - Fixed a bug that crashed wmaker when closing a window if multiple screens
were managed by wmaker (Valery Kotchiev <aggregator@nospam.dk>)
- Fixed a problem that crashed wmaker when trying to read an unexisting
  WMState.<number> file on multihead system.
- Fixed problem with keyboard shortcuts executed an every screen for
  multihead systems.
2001-12-28 03:29:50 +00:00
kojima 9031641ba6 updated chinese translation 2001-12-26 11:32:41 +00:00
dan cefdc204ba updated slovak locale files 2001-12-20 16:16:09 +00:00
kojima 235b4c6d25 added estonian translation 2001-11-30 13:25:46 +00:00
dan 72150b1da7 - Slovak .po file updates from (Jan Tomka <judas@linux.sk>)
- "Save Workspace state" confirmation switch on the exit dialog panels
  (based on a patch from Jan Tomka <judas@linux.sk>)
2001-11-05 23:19:46 +00:00
dan 3b1961d40d New Czech locales from Jiri Hnidek <Jiri.Hnidek@vslib.cz> 2001-10-19 20:13:00 +00:00
dan 0bf92703da Japanese language files update from Takeo Hashimoto <HashimotoTakeo@mac.com> 2001-09-17 21:10:48 +00:00
kojima f3e53e8a67 updated po file 2001-09-03 20:24:03 +00:00
dan 86c059db3b Update ja.po files (Takeo Hashimoto <HashimotoTakeo@mac.com>) 2001-07-26 20:15:08 +00:00
kojima 882b9a8e1c - s/sprintf/snprintf
- updated some po's
- fixed crash bug when removing WINDOWS_MENU or WORKSPACE_MENU from rootmenu
- some other stuff i forgot
2001-07-23 20:31:32 +00:00
dan 0156c6f92e new italian po files. 2001-05-28 22:38:21 +00:00
kojima 9d88b14f59 tomka's i18n fixes 2001-02-08 22:43:00 +00:00
kojima 25b82b5b8c slovak stuff 2001-01-26 19:31:11 +00:00
kojima 5475530205 added updated pot files for pt/es from conectiva 2001-01-06 17:50:06 +00:00
kojima 4acd090c54 added hungarian translation 2000-09-25 18:41:13 +00:00
dan 446e260186 Bulgarian po and menu files 2000-09-14 22:10:30 +00:00
dan b5c565d21b removed again Makefile.in 2000-04-10 14:26:55 +00:00
kojima 9aa1d138a6 memory stats in info panel 2000-04-09 23:55:46 +00:00
kojima 97afbce72e updated finnish translation
made make install only install icons of suported format
2000-04-02 20:41:48 +00:00
kojima 449a5fde76 fixed misc bugs 2000-04-02 00:04:06 +00:00
kojima 2acc122e2c fixed prob with es.po 2000-03-30 21:07:46 +00:00
kojima f65c549814 fixed bug with bag sorting
fixed bug with stacking code
2000-03-30 02:52:07 +00:00
dan fb51ee83b7 *** empty log message *** 2000-03-29 04:56:41 +00:00
dan 8219011758 *** empty log message *** 2000-03-29 02:03:47 +00:00
id 2e154a404d *** empty log message *** 2000-03-29 01:49:05 +00:00
id a652f23c40 not too bright 2000-03-29 01:18:54 +00:00
kojima f5177e67d5 updated code to use new bags
arbitrary window levels
2000-03-28 02:48:32 +00:00
dan fb802f2d6e *** empty log message *** 2000-03-24 02:15:35 +00:00
kojima 85ee588aa6 added arbitrary window levels 2000-03-24 01:16:02 +00:00
dan e9cb10749b *** empty log message *** 2000-03-10 22:48:51 +00:00
kojima 39314191ad updated spanish translation 2000-03-08 17:55:17 +00:00
dan 23c40b0540 Updated korean po files. 2000-02-15 01:37:02 +00:00
dan 08b0a885d1 Fixed diagonal gradients. 2000-01-22 22:07:44 +00:00
kojima ae354fc758 changed wprefs icons 2000-01-20 11:50:35 +00:00
dan 049a69a9bf - Added a test in configure for the version of libPropList that is installed
on the system. Further compilation will be aborted if the version of
  libPropList that is found is older than expected. Hopefully this will make
  go away some annoying messages from people unable to read the release
  notes.
- Implemented periodic synchronization of user defaults in WINGs and
  notification when user defaults gets changed.
- Fixed the color panel to compile (someone in charge with it check if its
  ok, I only changed where the compiler complained, didn't go through the
  code).
- Misc fixes, related to latest changes in wrlib.
2000-01-15 02:00:24 +00:00
kojima f9851d88f1 updated font configuration panel 2000-01-14 16:41:44 +00:00
dan 2472bd3c89 Another try with autoconf 1999-12-14 03:24:38 +00:00
dan 3f9b7858df Fixed some compilation problems for solaris 1999-12-14 02:21:04 +00:00