1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

added greek flag pixmap

This commit is contained in:
kojima
2002-01-25 14:10:30 +00:00
parent bc88390918
commit 9c19d14d1a
2 changed files with 36 additions and 1 deletions

View File

@@ -7,6 +7,10 @@ Changes since version 0.80.0:
WMState.<number> file on multihead system. WMState.<number> file on multihead system.
- Fixed problem with keyboard shortcuts executed an every screen for - Fixed problem with keyboard shortcuts executed an every screen for
multihead systems. multihead systems.
- Updated traditional chinese translations
- Fixed buglet in non-caching rootmenu option
("John H. Robinson, IV" <jhriv@ucsd.edu>)
- Added Malay translation
- Fixed problem with kcalc not having a miniaturize button. - Fixed problem with kcalc not having a miniaturize button.
- Added "Hide Others" to the window menu. - Added "Hide Others" to the window menu.
- Fixed text in info panel for multibyte (Seiichi SATO <ssato@sh.rim.or.jp>) - Fixed text in info panel for multibyte (Seiichi SATO <ssato@sh.rim.or.jp>)
@@ -21,6 +25,8 @@ Changes since version 0.80.0:
(Bohdan Vlasyuk <bohdan@bodq.vstu.vinnica.ua>) (Bohdan Vlasyuk <bohdan@bodq.vstu.vinnica.ua>)
- Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon" - Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon"
option for a window using the window Inspector. option for a window using the window Inspector.
- Let XRender transparent window be see-through to desktop
- Added Greek (el) language pixmap (Michalis Kabrianis <Michalis@bigfoot.com>)
Changes since version 0.70.0: Changes since version 0.70.0:
@@ -49,6 +55,7 @@ Changes since version 0.70.0:
default. default.
- Mapping a new window that belongs to a running application that is hidden, - Mapping a new window that belongs to a running application that is hidden,
will unhide the application. will unhide the application.
- Added || pipe menu for generating non-cached menus
- Removed the collapse appicons thing. - Removed the collapse appicons thing.
- Added real appicon sharing (apps of the same kind will have a single shared - Added real appicon sharing (apps of the same kind will have a single shared
appicon). appicon).
@@ -64,6 +71,7 @@ Changes since version 0.70.0:
adapt to newer/faster machines. Also used wusleep(10) when the delay was 0 adapt to newer/faster machines. Also used wusleep(10) when the delay was 0
to get rid of the jerky animation when there was no delay. to get rid of the jerky animation when there was no delay.
- Fixed bug with Unhide mapping windows from other workspaces. - Fixed bug with Unhide mapping windows from other workspaces.
- keyboard shortcuts are active during mouse window drag
- Saving a domain file will first strip all entries that are also present in - Saving a domain file will first strip all entries that are also present in
the global domain as well and are exactly the same. This fixes a bug where the global domain as well and are exactly the same. This fixes a bug where
settings from the global domain file were merged in the user domain file settings from the global domain file were merged in the user domain file
@@ -72,7 +80,6 @@ Changes since version 0.70.0:
using the global domains. using the global domains.
- Fixed bug with improper setting of root/titlebar cursor (definable cursors). - Fixed bug with improper setting of root/titlebar cursor (definable cursors).
Changes since version 0.65.1: Changes since version 0.65.1:
............................. .............................
@@ -91,9 +98,21 @@ Changes since version 0.65.1:
- added spanish INSTALL file (Efrain Maximiliano Palermo <max_drake2001@yahoo.com.ar>) - added spanish INSTALL file (Efrain Maximiliano Palermo <max_drake2001@yahoo.com.ar>)
- updated Finnish pots (Tomi Kajala <tomi@iki.fi>) - updated Finnish pots (Tomi Kajala <tomi@iki.fi>)
- copy/paste launching in Dock - copy/paste launching in Dock
<<<<<<< ChangeLog
- fixed switch to wrong workspace bug (Masashi Shimbo <shimbo@cis.ibaraki.ac.jp>)
- added snprintf and removed XConvertCase usage for portability
- added wcopy/wpaste scripts from (<luke@research.canon.com.au>)
- added Xinerama support: see details in NEWS
- fixed artifact pattern left in TrueColor dithering code (visible with
tiled gradients)
=======
- fixed bug in positioning of window list menu when opened by kbd - fixed bug in positioning of window list menu when opened by kbd
- internal code clean-up with notifications for window state change and other - internal code clean-up with notifications for window state change and other
stuff stuff
<<<<<<< ChangeLog
>>>>>>> 1.144
=======
- added snprintf implementation for systems that don't have this function - added snprintf implementation for systems that don't have this function
- removed the libPropList dependancy by adding property list handling - removed the libPropList dependancy by adding property list handling
code to WINGs. This code is not only better integrated with the other code to WINGs. This code is not only better integrated with the other
@@ -108,6 +127,7 @@ Changes since version 0.65.1:
- fixed a few compilation warnings and a problem caused by an uninitialized - fixed a few compilation warnings and a problem caused by an uninitialized
variable. variable.
>>>>>>> 1.150
Changes since version 0.65.0: Changes since version 0.65.0:
............................. .............................

View File

@@ -47,6 +47,21 @@ static char *PRED_XKBGROUP2_XPM[] = {
"####..####", "####..####",
"###....###", "###....###",
"##......##"}; "##......##"};
#elif defined LANGUAGE_EL
static char *PRED_XKBGROUP2_XPM[] = {
" 10 10 2 1",
". c #000000",
"# c None",
"##..######",
"##..##....",
"......####",
"##..##....",
"##..######",
"..........",
"##########",
"..........",
"##########",
"##########"};
#else #else
static char *PRED_XKBGROUP2_XPM[] = { static char *PRED_XKBGROUP2_XPM[] = {
" 10 10 2 1", " 10 10 2 1",