diff options
author | mathias <mathias> | 2005-05-07 19:33:54 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-05-07 19:33:54 (GMT) |
commit | 4ddda95f20280da40b0f9412d340119141f70d46 (patch) | |
tree | f623f1b023b3ee5b466f3c9044189b30cac2bef2 /ChangeLog | |
parent | 5763339f4c732e53e786c798fb4143d7af4b291f (diff) | |
download | fluxbox_pavel-4ddda95f20280da40b0f9412d340119141f70d46.zip fluxbox_pavel-4ddda95f20280da40b0f9412d340119141f70d46.tar.bz2 |
patch from vadim to fix the issues in input-areas he introduced with his last
patch
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.13 | 2 | Changes for 0.9.13 |
3 | *05/05/07: | 3 | *05/05/07: |
4 | * Fix isses in patch from Vadim (thanx Vadim) | ||
5 | FbTk/TextBox.cc | ||
4 | * Remove default "gray" background (Simon) | 6 | * Remove default "gray" background (Simon) |
5 | FbTk/FbWindow.cc | 7 | FbTk/FbWindow.cc |
6 | * Fix titlebar transparency in some (tabbed) cases (Simon) | 8 | * Fix titlebar transparency in some (tabbed) cases (Simon) |
@@ -11,7 +13,7 @@ Changes for 0.9.13 | |||
11 | Styleresources: | 13 | Styleresources: |
12 | window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap | 14 | window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap |
13 | window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap | 15 | window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap |
14 | etc. | 16 | etc. |
15 | - MenuIcon - click on it provides the windowmenu, if the app | 17 | - MenuIcon - click on it provides the windowmenu, if the app |
16 | contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a | 18 | contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a |
17 | little menu otherwise. | 19 | little menu otherwise. |
@@ -26,7 +28,7 @@ Changes for 0.9.13 | |||
26 | Ewmh.hh/cc | 28 | Ewmh.hh/cc |
27 | * Fix potential segfault menu bug, thanks chenfeng (Simon) | 29 | * Fix potential segfault menu bug, thanks chenfeng (Simon) |
28 | Menu.cc | 30 | Menu.cc |
29 | * Added more KeyActions to TextBox (thanx to Vadim <suhanov_vadim@mail.ru> | 31 | * Added more KeyActions to TextBox (thanx to Vadim <suhanov_vadim at mail dot ru> |
30 | Control + LeftArrow -> Moves cursor to the left direction, up to next word. | 32 | Control + LeftArrow -> Moves cursor to the left direction, up to next word. |
31 | Control + RightArrow -> to the right direction. | 33 | Control + RightArrow -> to the right direction. |
32 | Control + BackSpace -> Removes everything from the cursor left side, up to next left word. | 34 | Control + BackSpace -> Removes everything from the cursor left side, up to next left word. |