Commit graph

1345 commits

Author SHA1 Message Date
Mathias Gumz
6a9c14e620 Update ChangeLog 2015-01-03 18:52:55 +01:00
Mathias Gumz
1a5d52481c Preparation of release 1.3.6 2015-01-03 15:43:33 +01:00
Mathias Gumz
b023c124a8 Updated Changelog, NEWS, man-pages for 1.3.5 2013-02-13 11:00:22 +01:00
Mathias Gumz
fe2d9476d5 Updated Changelog, NEWS, man-pages for 1.3.4 2013-02-10 17:09:04 +01:00
Mathias Gumz
2294b16526 updated ChangeLog and NEWS 2012-12-30 20:38:43 +01:00
Mathias Gumz
0eec277cf7 updated Changelog 2012-12-30 12:39:20 +01:00
Mathias Gumz
9f995b7f19 preparation of fluxbox 1.3.3 2012-12-30 11:50:44 +01:00
Mathias Gumz
637381ddaa Updated Changelog
I removed references to file changes as well, 'git log' works pretty well for
people who want to find out more about the history of files.

I also formatted old entries to have a consistent style all over the file.
2012-12-05 21:23:21 +01:00
Mathias Gumz
3fa30a4c82 updated ChangeLog 2011-10-23 09:02:18 +02:00
Mathias Gumz
6601d9e50e updated ChangeLog 2011-10-17 17:08:27 +02:00
Mathias Gumz
dc6c9c4e9b updated ChangeLog 2011-10-15 13:25:06 +02:00
Mathias Gumz
3eea27600b updated ChangeLog 2011-02-27 18:45:00 +01:00
Mathias Gumz
51a64587e0 updated ChangeLog 2011-02-24 14:19:52 +01:00
Mathias Gumz
0a330107e6 updated ChangeLog 2011-02-20 09:41:23 +01:00
Mathias Gumz
df4c3532e2 updated ChangeLog 2011-02-03 19:41:08 +01:00
Mathias Gumz
9e17a0d6d7 updated Changelog 2011-01-06 10:16:15 +01:00
Mathias Gumz
ac4e11fe09 updated ChangeLog 2010-09-19 10:53:15 +02:00
Mathias Gumz
08bd29d0d8 updated ChangeLog 2010-09-08 20:20:41 +02:00
Mathias Gumz
df2f51b7b6 updated 'Changelog' 2010-09-05 11:03:46 +02:00
Mathias Gumz
b8987fc623 code simplification / deduplication
* parse the string only once for a bunch of chars to check instead of
  starting over again and again from the beginning, created a helper
  function to do this (FbTk::StringUtil::findCharFromAlphabetAfterTrigger)

* put same code into a function (setClockModeLabel())

* use much simpler code to switch between 12h and 24h mode and replace
  the fmt-switches
2010-08-24 17:30:24 +02:00
Mathias Gumz
81d9a28b33 updated Changelog 2010-08-20 19:08:12 +02:00
Jim Ramsay
3578d14741 Updating ChangeLog for StrictMouseFocus change 2010-06-01 12:39:24 -04:00
Mathias Gumz
c1ed891946 updated Changelog 2010-05-01 14:31:12 +02:00
Mathias Gumz
9b98102c84 updated changelog 2010-04-30 09:04:23 +02:00
Henrik Kinnunen
fd43058365 Updated changelog 2010-03-26 18:19:46 +01:00
Henrik Kinnunen
5a91ada3c6 updated changelog 2010-03-17 16:48:46 +01:00
Mathias Gumz
ce1aca9b3e updated ChangeLog entries 2010-01-19 20:22:13 +01:00
Mathias Gumz
e102544c2d updated changelog 2010-01-14 07:36:59 +01:00
Mathias Gumz
46261a8284 implemented 'MoveN' and 'ClickN' support in keys file.
the hardcoded 'OnTitlebar Mouse1 :Raise' (see Window.cc, FluxboxWindow::buttonPressEvent())
is disabled for now, should be added to fluxbox-update_configs
2009-12-18 08:05:07 +01:00
Paul Tagliamonte
79859c9448 updated fluxbox-keys documentation, added 'Fullscreen' 2009-12-16 05:25:01 +01:00
Mathias Gumz
ca3453fe6d cosmetic 2009-11-23 21:15:41 +01:00
Michal Zime
69d80c5905 Keep 'maximum/fullscreen' when moving a window between different heads 2009-11-23 21:11:04 +01:00
Mathias Gumz
5db3166d95 updated changelog 2009-10-03 09:08:39 +02:00
Mathias Gumz
60722e4d20 updated changelog 2009-10-02 08:39:49 +02:00
Mathias Gumz
57b6e5a778 updated changelog 2009-10-01 09:07:00 +02:00
Mathias Gumz
4663a9591e bugfix: 'HideMenus' command did not work if the user 'opened' an empty submenu.
'openeing' such an empty submenu lead to an already hidden menu referenced by
the 'shown' pointer
2009-09-23 22:21:13 +02:00
Mathias Gumz
5a3f25cda1 implemented visibility of titlebar buttons via the apps file 2009-09-12 16:19:46 +02:00
Mark Tiefenbruck
589125672b allow matching screen number in ClientPattern 2009-06-28 13:10:58 -07:00
Mark Tiefenbruck
27d181f490 hide the menu when you click on a window 2009-06-28 12:34:34 -07:00
Mark Tiefenbruck
5f9f2475b7 make Raise/LowerLayer accept integer argument for number of layers, default 2 2009-06-28 10:15:06 -07:00
Mark Tiefenbruck
f3d61235f3 change default toolbar head from 0 to 1 2009-06-28 04:11:49 -07:00
Mark Tiefenbruck
f2c0175a72 add window menu and alt-tab to error case for keys file 2009-06-28 03:55:21 -07:00
Mark Tiefenbruck
fe92b6b39b revert to relative iconbar alignment when too many windows are open 2009-06-28 03:40:50 -07:00
Jim Ramsay
5d183bf079 Updated ChangeLog 2009-05-27 08:58:59 -04:00
Mark Tiefenbruck
f5fdbab98c don't reload keys file on modifier map events, just re-grab keys 2008-11-01 17:03:32 -07:00
Mathias Gumz
3441261346 don't allow resizing to negative dimensions
this fixes a problem when the user resizes a window over the opposite border.
as a result a signed overflow occured which lead to quite huge windows.
2008-10-15 08:31:10 +02:00
Mark Tiefenbruck
9bd6401013 ignore XRandr events that don't actually change the screen size 2008-10-14 19:40:33 -07:00
Mark Tiefenbruck
5b07791ed4 merge menuDelay and menuDelayClose options 2008-10-12 21:55:03 -07:00
Mark Tiefenbruck
dda95bf106 allow relative path for background images in style files 2008-10-06 18:16:26 -07:00
Mark Tiefenbruck
c033c201c4 remove menu modes 2008-10-04 19:49:28 -07:00