all repos — fluxbox @ f270856299e8dcc52e46b546b71f83fbc8c212e0

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

f270856299e8dcc52e46b546b71f83fbc8c212e0

parent

544240c19808a902a227ba63795a1ec70f90d152

1 files changed, 20 insertions(+), 18 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,8 +1,10 @@

Changes for 0.1.6: +*02/01/01: + * Updated the man page (Thanks Matthew Hawkins) *01/12/29: * Fixed slit:onTop with toolbar:onTop bug * Changed Keygrabbing constants to uppercase - * Changed Texture constants to uppercase and moved them into class BImage + * Changed Texture constants to uppercase and moved them into class BImage to clean up the global namespace *01/12/19: * Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay

@@ -12,22 +14,22 @@ * Fixed errorchecking in Misc::DrawString and Misc::DrawRotString (me)

* Fixed tabcycling (Thanks Mike Walker) * Moved expandFilename from class Fluxbox to class Misc (me) *01/12/14 - * Moved Tab width and height functions to screen, new syntax is + * Moved Tab width and height functions to screen, new syntax is session.screenX.tab.width (Claes Nästén) *01/12/13: * Moved all free functions in misc.cc/.hh into a class Misc - * Moved struct FFont from Theme.hh to class Misc so the - cyclic dep between class Theme and class Misc is removed. - * Updated Screen.hh to return reference instead of pointer in - get*Style - * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString - functions in class Misc + * Moved struct FFont from Theme.hh to class Misc so the + cyclic dep between class Theme and class Misc is removed. + * Updated Screen.hh to return reference instead of pointer in + get*Style + * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString + functions in class Misc * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc *01/12/12: * Updated russian translation (Thanks Sergey Volozhanin) * Updated man-page (Thanks Matthew Hawkins) *01/12/11: - * Fixed alt+resize and pressing button1 bugg (me) + * Fixed alt+resize and pressing button1 bug (me) * Cleaned Tab::insert up and fix a bug in it. (Claes Nästén) *01/12/10 * Added NLS for Windowmenu Tab toggle (Claes Nästén)

@@ -37,11 +39,11 @@ Changes for 0.1.5:

*01/12/09 * Added execCommand to keybindings - * Added new theme qnx-photon + * Added new theme qnx-photon * Fixed util/Makefile.am - * Buggfix in Tab::insert + * Bugfix in Tab::insert *01/12/08: - * Fixed "Move Group to..."-bugg (me) + * Fixed "Move Group to..."-bug (me) * Updated AUTHORS (me) * Fixed ungrabbing keys in Keys::load (me) * Added rootCommand override (Joel Carlbark)

@@ -65,12 +67,12 @@ *01/12/01:

* Fixed chained keybinding so we can do "emacs-keybindingstyle" (me) *01/11/30: * Fixed position code for tabs (me) - * Fixed tabconfigmenu bugg (me) + * Fixed tabconfigmenu bug (me) * Added new keybinding code (me) * Removed old bbkeys code (me) *01/11/29: * applied Tab position patch (Claes Nästén) - * Fixed transient_for-bugg, Fluxbox::~FluxboxWindow (me) + * Fixed transient_for-bug, Fluxbox::~FluxboxWindow (me) client.transient_for didn't got focus and caused the (me) Fluxbox::focused_window to be a badpointer since the focused_window was pointing to an already destroyed

@@ -106,7 +108,7 @@ * Added misc.cc/hh (me)

*01/11/11: * Theme.cc/.hh added to source, handles all theme loading (me) *01/11/09: - * Fixed bugg in Fluxbox::getRcFilename() (me) + * Fixed bug in Fluxbox::getRcFilename() (me) *01/11/07: * Removed a not working wheelscroll on rootwindow in fluxbox.cc (me) * Moved wheelscroll in Toolbar.cc from pressEvent to releaseEvent (me)

@@ -137,10 +139,10 @@ *01/10/31: Fixed so shade is correct when linkin tabs

*01/10/31: Fixed default color/texture for tab to be the same as titlebar if the theme is a blackbox theme. *01/10/29: Added KDE support (thanks Dan Williams for the blackbox patch) -*01/10/29: Fixed reconfigure-bugg for tabs +*01/10/29: Fixed reconfigure-bug for tabs *01/10/28: Added "Use Tabs" in configure menu *01/10/28: Added theme support for tabs -*01/10/28: Fixed the move bugg when moving a tablist +*01/10/28: Fixed the move bug when moving a tablist Changes for 0.1.3:

@@ -195,7 +197,7 @@

* Window.cc: FluxboxWindow::FluxboxWindow Changed event_mask for XGrabButton frame.plate from 0 to AnyModifier and ungrabs Mod1-3. - This should fix the focus "bugg" when num lock, caps lock or scroll lock + This should fix the focus "bug" when num lock, caps lock or scroll lock are pressed. * fluxbox.cc: Fluxbox::process_event