Commit graph

  • a10bab0f7c added OnLeftGrip, OnRightGrip, OnWindowBorder modifiers for keys file Mathias Gumz 2010-05-05 08:41:03 +0200
  • c1ed891946 updated Changelog Mathias Gumz 2010-05-01 14:31:12 +0200
  • 35f17d22b5 cosmetic Mathias Gumz 2010-05-01 14:29:41 +0200
  • b3361eae02 use new closest head calculation code to place windows when clearing up heads Mathias Gumz 2010-05-01 14:29:31 +0200
  • d6bc8d753e bugfix: moving (the center of) a maximized window out of a xinerama head could result in maximizing it over all heads Mathias Gumz 2010-05-01 14:27:45 +0200
  • 9b98102c84 updated changelog Mathias Gumz 2010-04-30 09:04:23 +0200
  • 583398e491 bugfix: using 'int' on 64bit systems while setting window properties is wrong Mathias Gumz 2010-04-30 09:03:57 +0200
  • fd43058365 Updated changelog Henrik Kinnunen 2010-03-26 18:19:46 +0100
  • dd8fcc8b7b Changed title signal in Focusable to new signal system Henrik Kinnunen 2010-03-26 18:15:45 +0100
  • 9ad388c5bf Added Tracker interface for SignalHolder. Henrik Kinnunen 2010-03-26 18:04:58 +0100
  • 1cae9f22f8 Minor fix for argument reference in MemFunSelectArgImpl Henrik Kinnunen 2010-03-26 18:00:23 +0100
  • 5bc782561b Initialize all variables in FbWindow Henrik Kinnunen 2010-03-26 17:28:18 +0100
  • 43837f82e1 Added simple stress test in python Henrik Kinnunen 2010-03-20 00:29:39 +0100
  • f150f727b2 Added SelectArg.hh to Makefile.am Henrik Kinnunen 2010-03-19 02:32:17 +0100
  • ceff86b794 Added SelectArg and MemFunSelectArg* Henrik Kinnunen 2010-03-19 02:23:41 +0100
  • 68e90ab84f Added missing RelaySignal.hh to Makefile.am Henrik Kinnunen 2010-03-18 19:47:14 +0100
  • 6ed8369d57 Changed Focusable::focusSig() to new signal system. Henrik Kinnunen 2010-03-18 19:41:35 +0100
  • 02bb93590c Added FbTk::relaySignal, which relays new signals to old Subject type signals. Henrik Kinnunen 2010-03-18 19:35:19 +0100
  • 31a458f365 Fixed so testDemandAttention compiles Henrik Kinnunen 2010-03-18 12:08:03 +0100
  • 18570d83a2 minor cleaning in MemFun.hh Henrik Kinnunen 2010-03-18 10:56:15 +0100
  • 0504de454a Added MemFunIgnoreArgs which ignores aditional arguments. Henrik Kinnunen 2010-03-18 10:45:33 +0100
  • 5a91ada3c6 updated changelog Henrik Kinnunen 2010-03-17 16:48:46 +0100
  • ce0b41c847 Changed #ifdef DEBUG ... cerr << to using fbdbg. Henrik Kinnunen 2010-03-17 16:35:07 +0100
  • 7a86dad21b bugfix: do not create the temporary menufile 'somewhere' in the filesystem but next to the final one Mathias Gumz 2010-02-28 20:16:46 +0100
  • 254bc96daf fixed little preprocessor error Mathias Gumz 2010-02-27 10:33:06 +0100
  • ce1aca9b3e updated ChangeLog entries Mathias Gumz 2010-01-19 20:22:13 +0100
  • c65dc30fc2 improved documentation of the code Mathias Gumz 2010-01-19 20:20:13 +0100
  • a2f673ccaf optimization of how often fluxbox checks for the system time to display it in the clocktool Mathias Gumz 2010-01-19 20:19:45 +0100
  • e102544c2d updated changelog Mathias Gumz 2010-01-14 07:36:59 +0100
  • b690fba33a recreated the generated manpages Mathias Gumz 2010-01-14 07:35:51 +0100
  • 3f15907b78 fixed spelling Paul Tagliamonte 2010-01-14 07:35:21 +0100
  • 46261a8284 implemented 'MoveN' and 'ClickN' support in keys file. Mathias Gumz 2009-12-18 08:05:07 +0100
  • 79859c9448 updated fluxbox-keys documentation, added 'Fullscreen' Paul Tagliamonte 2009-12-16 05:25:01 +0100
  • ca3453fe6d cosmetic Mathias Gumz 2009-11-23 21:15:41 +0100
  • 69d80c5905 Keep 'maximum/fullscreen' when moving a window between different heads Michal Zime 2009-11-23 21:11:04 +0100
  • 8def80cec3 reportedly fix compiling on gcc 4.4 on Solaris Mark Tiefenbruck 2009-10-08 00:18:43 -0700
  • 6645688880 definition should match declaration Mathias Gumz 2009-10-03 13:53:13 +0200
  • 69bf3965b7 compile fixes for sun compiler 5.10: class Layer conflicts with class FbTk/Layer .. so just a little renaming Mathias Gumz 2009-10-03 13:53:00 +0200
  • a973154c66 compile fixes for sun compiler 5.10: 'i want an extern C function ptr' Mathias Gumz 2009-10-03 13:40:32 +0200
  • f2ea245f1d compile fixes for sun compiler 5.10: complains about 'not beeing able to initialize this from that' Mathias Gumz 2009-10-03 13:38:41 +0200
  • 0f299ceecd minor typo Mathias Gumz 2009-10-03 09:12:46 +0200
  • 5db3166d95 updated changelog Mathias Gumz 2009-10-03 09:08:39 +0200
  • 54c58bba21 cosmetic: use FbTk::StringUtil::number2String() Mathias Gumz 2009-10-03 09:06:34 +0200
  • 2a85804222 build system: checking to link against extensions (Xinerama, Randr, Shape) is not enough, we have to check the headers as well Mathias Gumz 2009-10-03 09:06:03 +0200
  • 8e8939821c build system: moved some things around, 'finished configuring' message now at the end Mathias Gumz 2009-10-03 09:05:03 +0200
  • 3b362ab816 build system: autocreate the 'missing' file, fixes the 'unknown --run option for missing' issue Mathias Gumz 2009-10-03 09:03:15 +0200
  • 60722e4d20 updated changelog Mathias Gumz 2009-10-02 08:39:49 +0200
  • 80e8cd071e just use the FbTk API Mathias Gumz 2009-10-02 08:38:24 +0200
  • 1b4596ee85 bugfix: stop wiping out ~/.fluxbox/keys Mathias Gumz 2009-10-02 08:37:44 +0200
  • 261ba26d27 another little helper for FbTk::StringUtil: extractNumber() Mathias Gumz 2009-10-01 21:16:46 +0200
  • 57b6e5a778 updated changelog Mathias Gumz 2009-10-01 09:07:00 +0200
  • 4eeac74a3d removed unused code Mathias Gumz 2009-10-01 08:58:56 +0200
  • 65a45dc65f compile fix: missing include guards Mathias Gumz 2009-10-01 08:57:46 +0200
  • c4c96ec830 simpler code Mathias Gumz 2009-10-01 08:57:31 +0200
  • 710ad1d456 compile fix: taken 'FbTk' out of includepath, Layer.hh and FbTk/Layer.hh confused the sun compiler Mathias Gumz 2009-10-01 08:42:00 +0200
  • 078438e993 compile fix: missing headers (sun compiler complained about) Mathias Gumz 2009-10-01 08:41:04 +0200
  • 6c0739e889 compile fix: using correct forward declaration for template classes Mathias Gumz 2009-10-01 07:34:37 +0200
  • 38ef6e5155 made code simpler Mathias Gumz 2009-10-01 07:07:07 +0200
  • 69de5b5a00 cosmetic fix: removed warning about double ';' after command Mathias Gumz 2009-09-30 21:08:55 +0200
  • 9cd953b2e1 compile fix: ISO C++ forbids variable length array 'names' Mathias Gumz 2009-09-30 21:05:42 +0200
  • f8c61a1ba2 compile fix: use the correct format string to parse the number Mathias Gumz 2009-09-30 21:05:02 +0200
  • e8c2690bfc cosmetic: slightly less code to do the same Mathias Gumz 2009-09-30 21:03:59 +0200
  • 12fe9ca7a8 compile fix: sun compiler complains about missing std::mem_fun_t<> Mathias Gumz 2009-09-30 21:03:25 +0200
  • 884db973bb cosmetic fixes: removed redundant ';' + some whitespaces Mathias Gumz 2009-09-30 21:02:24 +0200
  • 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 Mathias Gumz 2009-09-23 22:21:13 +0200
  • cfd055064a mwm hints can't control the close button Mark Tiefenbruck 2009-09-14 02:13:33 -0700
  • 5a3f25cda1 implemented visibility of titlebar buttons via the apps file Mathias Gumz 2009-09-12 16:19:46 +0200
  • 5f958b3bd5 check for errno while parsing the deco mask Mathias Gumz 2009-09-12 16:03:42 +0200
  • 6a37a047eb add some generated files to .gitignore Mark Tiefenbruck 2009-08-31 13:43:43 -0700
  • ca9e2e0d15 allow navigating multi-column menus with left and right arrows Mark Tiefenbruck 2009-08-08 10:20:45 -0700
  • 07da360b2b more fixes for fluxconf mangling the keys file Mark Tiefenbruck 2009-08-08 09:14:39 -0700
  • 9dcbff31b4 make autohide only show the border or 1 pixel if borderless Mark Tiefenbruck 2009-07-24 00:56:04 -0700
  • 589125672b allow matching screen number in ClientPattern Mark Tiefenbruck 2009-06-28 13:10:58 -0700
  • bb05494751 add a few items to fbgm Mark Tiefenbruck 2009-06-28 12:57:42 -0700
  • 27d181f490 hide the menu when you click on a window Mark Tiefenbruck 2009-06-28 12:34:34 -0700
  • 9f59ce18a2 change default toolbar tools to: prevworkspace, workspacename, nextworkspace, iconbar, systemtray, clock Mark Tiefenbruck 2009-06-28 10:54:55 -0700
  • 5f9f2475b7 make Raise/LowerLayer accept integer argument for number of layers, default 2 Mark Tiefenbruck 2009-06-28 10:15:06 -0700
  • c1d9ae5068 fix changing iconbar alignment and button width from init file Mark Tiefenbruck 2009-06-28 09:39:28 -0700
  • 659af0eb75 allow 'Ctrl' and 'Alt' as modifiers in keys file Mark Tiefenbruck 2009-06-28 09:12:02 -0700
  • 8addc54e7e allow "lower" as a reference point for MoveTo, etc. Mark Tiefenbruck 2009-06-28 09:04:46 -0700
  • 4e586cc172 previous fix for reverting iconbar to relative broke external tabs Mark Tiefenbruck 2009-06-28 08:22:51 -0700
  • f3d61235f3 change default toolbar head from 0 to 1 Mark Tiefenbruck 2009-06-28 04:11:49 -0700
  • f2c0175a72 add window menu and alt-tab to error case for keys file Mark Tiefenbruck 2009-06-28 03:55:21 -0700
  • fe92b6b39b revert to relative iconbar alignment when too many windows are open Mark Tiefenbruck 2009-06-28 03:40:50 -0700
  • 02e0f9321c use current workspace in ClientPattern when client has no FbWindow Mark Tiefenbruck 2009-06-25 03:18:27 -0700
  • ed28c69b8d Cleaned up 'fbsetbg -h' output Jim Ramsay 2009-05-28 14:31:47 -0400
  • 5d183bf079 Updated ChangeLog Jim Ramsay 2009-05-27 08:58:59 -0400
  • 71b639936f Added warning for "ChangeWorkspace" event Jim Ramsay 2009-05-27 08:40:00 -0400
  • 54b49c63a6 Merge branch 'mousefocus' Jim Ramsay 2009-05-26 16:45:05 -0400
  • 04538cbaa1 Removing improperly-added man pages. Jim Ramsay 2009-05-26 16:38:48 -0400
  • ae2d4b6b53 Don't complain on '-z' if there's no lastwallpaper Jim Ramsay 2009-04-24 14:15:58 -0400
  • edffe9c93f Allow 'background: unset' Jim Ramsay 2009-04-24 11:25:08 -0400
  • ff6a46391f Error on incomplete MacroCmd key command Jim Ramsay 2009-04-08 10:57:04 -0400
  • a56e409b1f Exit loop for unterminated { } pair Jim Ramsay 2009-04-06 17:25:01 -0400
  • ba5d30f4ce Added note about cancelling key chains Jim Ramsay 2009-03-14 11:53:11 -0400
  • 42f2b03f60 Updated formatting for RESOURCES and ENVIRONMENT Jim Ramsay 2009-02-20 14:23:09 -0500
  • ce1fb1cf8e Added note on ChangeWorkspace Jim Ramsay 2009-02-20 11:37:23 -0500
  • f68ff84bd1 Small edits for consistency Jim Ramsay 2009-02-19 09:29:05 -0500
  • 54ee631cd8 Added new 'make dist' target for ease in updating the manuals Jim Ramsay 2009-02-18 15:59:44 -0500
  • e1018645da Converted startfluxbox(1) to asciidoc format Jim Ramsay 2009-02-18 15:31:41 -0500