aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-02-24 13:19:52 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-24 13:19:52 (GMT)
commit51a64587e0a78b3b716ae32311a8db78f9df31d2 (patch)
treecca746df81b2377de9f95e7cb67ee53af3eec707 /ChangeLog
parent3c924a251ab0b3963791642f5d5002980f07227a (diff)
downloadfluxbox-51a64587e0a78b3b716ae32311a8db78f9df31d2.zip
fluxbox-51a64587e0a78b3b716ae32311a8db78f9df31d2.tar.bz2
updated ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3056408..26cb1ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,40 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2 2
3Changes for 1.3.1 3Changes for 1.3.1
4
5*11/02/24:
6 * Bugfix: place WindowMenu correctly upon first call, closes #2731524 (Mathias)
7 Window.cc
8 * Code cleanup (Mathias)
9 WorkspaceMenu.cc FbCommands.cc IconbarTool.cc ScreenPlacement.{cc,hh}
10 Slit.cc ToolFactory.cc Toolbar.cc Window.cc IconButton.cc
11
12*11/02/23:
13 * Bugfix: possible crash when getting an Unmap before a FocusIn event (Henrik)
14 WinClient.cc
15 * Code cleanup (Mathias)
16 FbTk/MultLayers.cc FbTk/XLayer.{cc,hh} FbTk/Layer.{cc,hh} FbTk/LayerItem.{cc,hh}
17 FocusControl.{cc,hh} MenuCreator.cc Toolbar.cc
18
19*11/02/22:
20 * Bugfix: crash for Textures with dimension == 0, closes #3188223 (Mathias)
21 FbTk/TextureRender.cc FbTk/FbPixmap.cc
22 * Bugfix: render 'sunken' Textures correctly (Mathias)
23 FbTk/TextureRender.cc
24 * Bugfix: AlphaMenu did not show correct alpha values (#3187373) (Mathias)
25 g++ -Os triggered strange conflict with returning 'int' values from an
26 'unsigned char' function. Changed fluxbox to hold alpha values as ints.
27 * General code cleanup (Mathias)
28 AlphaMenu.{cc,hh}
29 FbTk/Texture.{hh,cc} FbTk/ThemeItems.cc FbTk/TextureRender.{cc,hh}
30
31*11/02/21:
32 * Better option for 'feh' when keeping aspect ration (thanks Jeremiah Mahler)
33 util/fbsetbg
34
4*11/02/20: 35*11/02/20:
36 * Bugfix: possible crash if m_holder == 0 (Henrik)
37 FbTk/Slot.hh
5 * Spelling fixes (thanks Paul) 38 * Spelling fixes (thanks Paul)
6 39
7----------------------------- 40-----------------------------