diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,5 +1,46 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.10: | 2 | Changes for 0.9.10: |
3 | *04/08/11: | ||
4 | * Updated Cthulhain style for toolbar.workspace.* | ||
5 | and fixed a minor error in fluxbox.1.in | ||
6 | (Thanks php-coder (php-coder at ngs dot ru) | ||
7 | * Fixed bug: fbrun segfaults when history item is | ||
8 | bigger than entry box | ||
9 | patch: [ 1005182 ] fix for Bug with RequestID #877004 | ||
10 | bug: [ 877004 ] fbrun segfaults when history item is bigger than entry box | ||
11 | (Thanks Mangala) | ||
12 | TextBox.cc | ||
13 | *04/08/10: | ||
14 | * Fixed minor bug when generating buttons for titlebar, | ||
15 | it didn't call setupWindow unless we had a special option | ||
16 | like remember enabled | ||
17 | (Henrik) | ||
18 | Window.cc/hh | ||
19 | * Fixed so one can use to use this in the apps-file: | ||
20 | [Layer] {number | literal} | ||
21 | ex: | ||
22 | [Layer] {BOTTOM} | ||
23 | while literal is one of | ||
24 | DESKTOP BOTTOM NORMAL TOP DOCK ABOVEDOCK MENU | ||
25 | (Thanks Mathias Gumz) | ||
26 | Remember.cc | ||
27 | * Added some new options font loading: | ||
28 | *.font: fontname-size:option,specoption1:key=val;key2=val2 etc | ||
29 | eg: | ||
30 | *.font: Verdana-10:bold,shadow:offsetx=2;offsety=4;color=green | ||
31 | *.font: Verdana-10:halo:color=blue | ||
32 | possible specoptions atm: | ||
33 | halo: | ||
34 | color=colorname | ||
35 | shadow: | ||
36 | color=colorname | ||
37 | offsetx=number (negative allowed) | ||
38 | offsety=number (negative allowed) | ||
39 | (Thanks Mathiaz Gumz and C. Mccreesh) | ||
40 | FbTk/Font.hh/cc | ||
41 | * Fixed utf-8 problems, needs testing. | ||
42 | (Patch from Sergey Kuleshov) | ||
43 | FbTk/*Font.cc/hh | ||
3 | *04/08/05: | 44 | *04/08/05: |
4 | * Enable dutch menu for flemish people as well. | 45 | * Enable dutch menu for flemish people as well. |
5 | (Thanks Mathieu De Zutter <mathieu at dezutter dot org>) | 46 | (Thanks Mathieu De Zutter <mathieu at dezutter dot org>) |