diff options
-rw-r--r-- | ChangeLog | 69 |
1 files changed, 36 insertions, 33 deletions
@@ -3,77 +3,80 @@ | |||
3 | ----------------------------- | 3 | ----------------------------- |
4 | Changes for 1.3.6 | 4 | Changes for 1.3.6 |
5 | 5 | ||
6 | *15/01/03: | ||
7 | * Code cleanup | ||
8 | |||
6 | *15/01/02: | 9 | *15/01/02: |
7 | * Bugfix: Corruption of fbrun-history | 10 | * Bugfix: Corruption of fbrun-history |
8 | (closes #72, #73 and patch #162, thanks to Mattias Guns, | 11 | (closes #72, #73 and patch #162, thanks to Mattias Guns, |
9 | 'Nable 80' and Ulrich Eckhardt) | 12 | 'Nable 80' and Ulrich Eckhardt) |
10 | 13 | ||
11 | *14/09/29: | 14 | *14/09/29: |
12 | * Feature: Treat Windows having WM_CLASS == "DockApp" set like DockApps | 15 | * Feature: Treat Windows having WM_CLASS == "DockApp" set like DockApps |
13 | 16 | ||
14 | *14/09/28: | 17 | *14/09/28: |
15 | * Bugfix: Fix border width for relative resizes (Thanks to Arkadiusz Bokowy) | 18 | * Bugfix: Fix border width for relative resizes (Thanks to Arkadiusz Bokowy) |
16 | 19 | ||
17 | *14/09/14: | 20 | *14/09/14: |
18 | * Bugfix: Check correct XClassHint property (Thanks to Arkadiusz Bokowy) | 21 | * Bugfix: Check correct XClassHint property (Thanks to Arkadiusz Bokowy) |
19 | 22 | ||
20 | *14/07/22: | 23 | *14/07/22: |
21 | * Bugfix: Fix _NET_MOVERESIZE_WINDOW resize issue, closes #1108 | 24 | * Bugfix: Fix _NET_MOVERESIZE_WINDOW resize issue, closes #1108 |
22 | 25 | ||
23 | *14/05/12: | 26 | *14/05/12: |
24 | * Bugfix: Fix clocktool and other entities lagging behind the systemclock. | 27 | * Bugfix: Fix clocktool and other entities lagging behind the systemclock. |
25 | 28 | ||
26 | *14/04/11: | 29 | *14/04/11: |
27 | * Build-System: Modernized variant of the autotools-based build system | 30 | * Build-System: Modernized variant of the autotools-based build system |
28 | fluxbox uses. Many thanks to Sami Kerola. | 31 | fluxbox uses. Many thanks to Sami Kerola. |
29 | 32 | ||
30 | 14/04/09: | 33 | 14/04/09: |
31 | * Bugfix: Fix excessive loading of the keys file caused by xmodmap | 34 | * Bugfix: Fix excessive loading of the keys file caused by xmodmap |
32 | 35 | ||
33 | 14/02/18: | 36 | 14/02/18: |
34 | * Bugfix: Fix race condition on shutdown | 37 | * Bugfix: Fix race condition on shutdown |
35 | 38 | ||
36 | 14/02/05: | 39 | 14/02/05: |
37 | * Translation: Fix encoding of the Bulgarian translation | 40 | * Translation: Fix encoding of the Bulgarian translation |
38 | (Thanks Peter Pentchev) | 41 | (Thanks Peter Pentchev) |
39 | 42 | ||
40 | 13/09/15: | 43 | 13/09/15: |
41 | * Bugfix: Fix integer math which caused problems with Focus, Resize and | 44 | * Bugfix: Fix integer math which caused problems with Focus, Resize and |
42 | Move commands. (Thanks Amadeusz S¿awi¿ski) | 45 | Move commands. (Thanks Amadeusz S¿awi¿ski) |
43 | 46 | ||
44 | 13/08/02: | 47 | 13/08/02: |
45 | * Feature: Add 'ArrangeWindowsStack' (Thanks John Sennesael) | 48 | * Feature: Add 'ArrangeWindowsStack' (Thanks John Sennesael) |
46 | * Bugfix: Fix lost keypresses after workspace change (#1067) | 49 | * Bugfix: Fix lost keypresses after workspace change (#1067) |
47 | 50 | ||
48 | 13/07/14: | 51 | 13/07/14: |
49 | * Translation: Update to Japanese translation (Thanks Takeshi Hamasaki) | 52 | * Translation: Update to Japanese translation (Thanks Takeshi Hamasaki) |
50 | 53 | ||
51 | 13/06/29: | 54 | 13/06/29: |
52 | * Code cleanup: Adjust use of std::equal_to to be more portable | 55 | * Code cleanup: Adjust use of std::equal_to to be more portable |
53 | with other implementations of STL (Thanks Raphael Kubo da Costa) | 56 | with other implementations of STL (Thanks Raphael Kubo da Costa) |
54 | * Bugfix: Fix detection of $HOME folder | 57 | * Bugfix: Fix detection of $HOME folder |
55 | 58 | ||
56 | 13/06/18: | 59 | 13/06/18: |
57 | * Speedup: Use binary search to find longest possible text | 60 | * Speedup: Use binary search to find longest possible text |
58 | to render. A malignant webpage could set a document title with something | 61 | to render. A malignant webpage could set a document title with something |
59 | like this: document.title = new Array(4999).join(".") and then fluxbox | 62 | like this: document.title = new Array(4999).join(".") and then fluxbox |
60 | would waste lots of cycles upon detecting the renderable width for that | 63 | would waste lots of cycles upon detecting the renderable width for that |
61 | title. Closes #1090 | 64 | title. Closes #1090 |
62 | * Bugfix: Fix maximum length for text. XGlyphInfo.xOff is a signed short | 65 | * Bugfix: Fix maximum length for text. XGlyphInfo.xOff is a signed short |
63 | and thus it handles "only" ~32k pixels. A monospace font with a font-size | 66 | and thus it handles "only" ~32k pixels. A monospace font with a font-size |
64 | of 10 pixels will overflow after ~ 3276 glyphs. | 67 | of 10 pixels will overflow after ~ 3276 glyphs. |
65 | 68 | ||
66 | 13/05/16: | 69 | 13/05/16: |
67 | * Bugfix: Fix Window-Motion-Outline | 70 | * Bugfix: Fix Window-Motion-Outline |
68 | 71 | ||
69 | 13/03/18: | 72 | 13/03/18: |
70 | * Translation: Update to Hebrew translation (Thanks Isratine Citizen) | 73 | * Translation: Update to Hebrew translation (Thanks Isratine Citizen) |
71 | 74 | ||
72 | 13/02/27: | 75 | 13/02/27: |
73 | * Feature: Workspace switching via toolbar | 76 | * Feature: Workspace switching via toolbar |
74 | 77 | ||
75 | 13/02/26: | 78 | 13/02/26: |
76 | * Bugfix: Fix initial window placement for better head detection | 79 | * Bugfix: Fix initial window placement for better head detection |
77 | (Thanks Peter Hercek) | 80 | (Thanks Peter Hercek) |
78 | 81 | ||
79 | ----------------------------- | 82 | ----------------------------- |