diff options
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,12 +1,30 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.14: | 2 | Changes for 0.1.14: |
3 | *02/12/02: | 3 | *02/12/02: |
4 | * Added DirHelper class (Henrik) | ||
5 | DirHelper.hh/cc | ||
6 | * Change Toolbar events to FbTk::EventHandler (Henrik) | ||
7 | fluxbox.cc, Toolbar.hh/cc | ||
8 | * Converted Toolbar theme to the new theme engine (Henrik) | ||
9 | FbTk/ToolbarTheme.hh/cc, Toolbar.hh/cc, Screen.cc/hh, Theme.hh/cc | ||
10 | * New Theme engine in place in FbTk (Henrik) | ||
11 | Theme.hh/cc | ||
4 | * Re-indented src tree from tab-indent to spaces (emacs offset 4) (Simon) | 12 | * Re-indented src tree from tab-indent to spaces (emacs offset 4) (Simon) |
5 | src/**/*.{cc,hh} | 13 | src/**/*.{cc,hh} |
6 | *02/11/30: | 14 | *02/11/30: |
15 | * Changed name from BImage to TextureRender and moved it to TextureRender.hh/cc (Henrik) | ||
16 | * Changed name from Image.hh/cc to ImageControl.hh/cc and made some cleaning (Henrik) | ||
7 | * Fixed bug [ 642203 ] configure / make problem, solaris sparc | 17 | * Fixed bug [ 642203 ] configure / make problem, solaris sparc |
8 | plus more compatibility issues with old tools/shells (Simon/Han) | 18 | plus more compatibility issues with old tools/shells (Simon/Han) |
9 | fluxbox-generate_menu | 19 | fluxbox-generate_menu |
20 | *02/11/27: | ||
21 | * Added FbTk::EventManager and changed FbTk::EventHandler to interface | ||
22 | class for XEvents. | ||
23 | EventHandler.hh, SignalHandler.hh/cc, App.hh/cc, FbRun.hh/cc ... | ||
24 | *02/11/26: | ||
25 | * Fixed DrawUtil::doAligment | ||
26 | * Moved some FbTk files into src/FbTk | ||
27 | * Fixed FbRun application to FbTk only | ||
10 | *02/11/25: | 28 | *02/11/25: |
11 | * Fixed vertical tabs for XFontImp | 29 | * Fixed vertical tabs for XFontImp |
12 | XFontImp.cc/hh, Font.hh/cc, Tab.cc, Screen.cc, DrawUtil.cc/hh | 30 | XFontImp.cc/hh, Font.hh/cc, Tab.cc, Screen.cc, DrawUtil.cc/hh |