diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2013-02-10 11:57:21 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2013-02-10 16:09:04 (GMT) |
commit | fe2d9476d5025048f45ea7535a8c7412daa50438 (patch) | |
tree | 0faa6e4d846bbc09e27a99ea9371238c1939a5d8 /ChangeLog | |
parent | cf56f32b29ae3007eb538731221b00d1945799ae (diff) | |
download | fluxbox-fe2d9476d5025048f45ea7535a8c7412daa50438.zip fluxbox-fe2d9476d5025048f45ea7535a8c7412daa50438.tar.bz2 |
Updated Changelog, NEWS, man-pages for 1.3.4Release-1_3_4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 58 |
1 files changed, 58 insertions, 0 deletions
@@ -1,6 +1,64 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | 2 | ||
3 | ----------------------------- | 3 | ----------------------------- |
4 | Changes for 1.3.4 | ||
5 | |||
6 | *13/02/10: | ||
7 | * More subtle brightening of colors | ||
8 | * FbTk::FbTime::mono() yields microseconds since fluxbox started | ||
9 | |||
10 | *13/02/06: | ||
11 | * Feature: Added 'LHalf' / 'RHalf' buttons for titlebar | ||
12 | * Bugfix: Elliptic gradients are rendered correctly now | ||
13 | * Bugfix: Avoid integer overflow for some gradients | ||
14 | * Code optimization in texture rendering code (RAM, reduced branches) | ||
15 | |||
16 | *13/02/01: | ||
17 | * Feature: Added 'ClientPatternTest' command to help debugging | ||
18 | client patterns via 'fluxbox-remote' | ||
19 | * Bugfix: Handle FbTk::Timers with equal end time correctly | ||
20 | * Bugfix: Align ClockTool timers with system clock to trigger clock | ||
21 | switches when the users expects them | ||
22 | |||
23 | *13/01/23: | ||
24 | * Improved calculation of brighter colors | ||
25 | |||
26 | *13/01/20: | ||
27 | * Added 'he_IL' translations (Thanks Genghis Khan) | ||
28 | |||
29 | *13/01/17: | ||
30 | * Bugfix: Invert a texture correctly | ||
31 | |||
32 | *13/01/16: | ||
33 | * Cleanup of build-system and .gitignore | ||
34 | |||
35 | *13/01/15: | ||
36 | * Simplification of FbTK::Timer code | ||
37 | |||
38 | *13/01/13: | ||
39 | * Simplification of FbTK::TextureRender code | ||
40 | * Use the same lookup-tables for solid colors and gradient textures | ||
41 | |||
42 | *13/01/12: | ||
43 | * Bugfix: Do not handle list of timers in place | ||
44 | * Improved documentation of code | ||
45 | |||
46 | *13/01/10: | ||
47 | * Including the code of the SystemTray into the binary is optional now | ||
48 | * Reduce window-movement lagging on slower systems (Thanks Aymeric Vincent) | ||
49 | |||
50 | *13/01/02: | ||
51 | * Build-system improvements (Thanks Sami Kerola) | ||
52 | |||
53 | *12/12/31: | ||
54 | * Removed bashisms from fluxbox-generate_menu (Thanks Sami Kerola) | ||
55 | |||
56 | *12/12/30: | ||
57 | * Build-system improvements (Thanks Sami Kerola) | ||
58 | * Combile fix: forgotten parentheses in code for MacOS | ||
59 | |||
60 | |||
61 | ----------------------------- | ||
4 | Changes for 1.3.3 | 62 | Changes for 1.3.3 |
5 | 63 | ||
6 | *12/12/30: | 64 | *12/12/30: |