From 9c19d14d1aa6917fc9cc40095fb6c4fc0da3f4a5 Mon Sep 17 00:00:00 2001 From: kojima Date: Fri, 25 Jan 2002 14:10:30 +0000 Subject: [PATCH] added greek flag pixmap --- ChangeLog | 22 +++++++++++++++++++++- src/extend_pixmaps.h | 15 +++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 90e974ff..81d32692 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,10 @@ Changes since version 0.80.0: WMState. file on multihead system. - Fixed problem with keyboard shortcuts executed an every screen for multihead systems. +- Updated traditional chinese translations +- Fixed buglet in non-caching rootmenu option + ("John H. Robinson, IV" ) +- Added Malay translation - Fixed problem with kcalc not having a miniaturize button. - Added "Hide Others" to the window menu. - Fixed text in info panel for multibyte (Seiichi SATO ) @@ -21,6 +25,8 @@ Changes since version 0.80.0: (Bohdan Vlasyuk ) - Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon" option for a window using the window Inspector. +- Let XRender transparent window be see-through to desktop +- Added Greek (el) language pixmap (Michalis Kabrianis ) Changes since version 0.70.0: @@ -49,6 +55,7 @@ Changes since version 0.70.0: default. - Mapping a new window that belongs to a running application that is hidden, will unhide the application. +- Added || pipe menu for generating non-cached menus - Removed the collapse appicons thing. - Added real appicon sharing (apps of the same kind will have a single shared 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 to get rid of the jerky animation when there was no delay. - 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 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 @@ -72,7 +80,6 @@ Changes since version 0.70.0: using the global domains. - Fixed bug with improper setting of root/titlebar cursor (definable cursors). - Changes since version 0.65.1: ............................. @@ -91,9 +98,21 @@ Changes since version 0.65.1: - added spanish INSTALL file (Efrain Maximiliano Palermo ) - updated Finnish pots (Tomi Kajala ) - copy/paste launching in Dock +<<<<<<< ChangeLog +- fixed switch to wrong workspace bug (Masashi Shimbo ) +- added snprintf and removed XConvertCase usage for portability +- added wcopy/wpaste scripts from () +- 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 - internal code clean-up with notifications for window state change and other stuff +<<<<<<< ChangeLog +>>>>>>> 1.144 +======= - added snprintf implementation for systems that don't have this function - removed the libPropList dependancy by adding property list handling 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 variable. +>>>>>>> 1.150 Changes since version 0.65.0: ............................. diff --git a/src/extend_pixmaps.h b/src/extend_pixmaps.h index b0a3c25e..24457716 100644 --- a/src/extend_pixmaps.h +++ b/src/extend_pixmaps.h @@ -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 static char *PRED_XKBGROUP2_XPM[] = { " 10 10 2 1",