Commit graph

94 commits

Author SHA1 Message Date
mathias
dedbd7e468 Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely
define the used modkey.

Added new action SetModKey too
2006-06-22 07:46:12 +00:00
simonb
33079d2593 add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org 2006-04-12 15:51:37 +00:00
mathias
ae05ad9a01 updated copyright info 2006-02-16 06:53:05 +00:00
fluxgen
6eae743582 added run() for ExecuteCmd, which returns pid of the child process 2006-02-12 08:03:47 +00:00
mathias
28837ee6e1 introduced session.styleOverlay (~/.fluxbox/overlay), all style settings
made in that file will override/overlay the ones made in the used
style. TODO: write more specific docu about it
2005-11-16 22:08:05 +00:00
fluxgen
63475f7796 cleaning, change getCount to numberOfWorkspaces 2005-07-04 18:19:53 +00:00
mathias
6280b9de05 replaced setenv() completly by putenv(). since putenv() really puts the
*string into the environment we need to track what we putenv.
2005-05-12 20:03:08 +00:00
fluxgen
815e0cb09a minor const fix 2005-04-30 10:29:06 +00:00
mathias
efe4ead214 fixed #960535, Deiconify with apps set 'sticky' 2005-04-23 08:44:45 +00:00
mathias
cf46669bc1 copyright date 2005-01-24 18:34:57 +00:00
mathias
297dae0137 copyright dates 2005-01-24 17:35:34 +00:00
mathias
6fbe0e44d6 applied patches from openbsd-ports, closed #1105041 (sf)
execl needs a terminating NULL at the end, a '0' would be
    converted to "int 0" on 64bit-systems
2005-01-20 12:30:35 +00:00
mathias
443e7081d4 fix the hiding of the menu when the menufile-timestamps changed 2004-11-24 12:26:12 +00:00
mathias
993c17cf2e svn propset svn:keywords "Id" 2004-11-19 11:37:27 +00:00
akir
4649df4084 back to setenv for non-irix for now, we need to look deeper into this some day. 2004-10-21 13:05:50 +00:00
akir
35fb9fe291 putenv is more platform independent 2004-10-21 10:24:34 +00:00
akir
6f96757fc4 added :Export / :Setenv command 2004-10-06 11:40:28 +00:00
fluxgen
323f5188fd workspace menu and root menu inside visible area 2004-09-11 20:28:35 +00:00
akir
ca99e775f4 closes bug 977054 2004-08-30 12:21:18 +00:00
fluxgen
44f7069e1c some EMX fixes, thanks dave_yeo at paralynx 2004-07-19 13:53:46 +00:00
fluxgen
c5fb252a6f deiconify cmd, patch from Mathias Gumz 2004-04-22 21:12:34 +00:00
fluxgen
5e5118b4e3 using empty instead of size 2004-01-21 14:14:40 +00:00
fluxgen
5a91d8747e bindkey command 2003-12-20 17:42:04 +00:00
fluxgen
6c647097c2 SetResourceValueCmd and SetResourceValueDialogCmd 2003-12-19 17:22:04 +00:00
fluxgen
63a5065d5e WorkspaceNameDialogCmd, CommandDialogCmd and changes in SetWorkspaceNameCmd 2003-12-19 03:56:51 +00:00
fluxgen
3999aded8c cleaning 2003-12-19 00:48:41 +00:00
fluxgen
7238e21fc5 reload style command 2003-12-03 22:13:21 +00:00
fluxgen
addb1ef436 minor fixes 2003-09-06 15:02:41 +00:00
fluxgen
6e9130b2ad show root menu and workspace menu under mouse 2003-09-06 14:13:06 +00:00
fluxgen
f20bcea618 added workspacemenu action, thanks Mathias Gumz 2003-08-30 11:59:29 +00:00
fluxgen
64387c8706 added SetWorkspaceNameCmd 2003-08-26 23:52:09 +00:00
fluxgen
039ad99525 changed Theme load from char * to std string 2003-08-11 14:52:10 +00:00
rathnor
9c3b06945a fix most commands to run on screen mouse is in, rather than focused window 2003-07-19 13:51:24 +00:00
fluxgen
0409604f3a added ShowRootMenuCmd 2003-07-01 20:24:19 +00:00
fluxgen
790c861b60 using default key screen if no screen num was specified 2003-06-30 15:00:32 +00:00
fluxgen
99150507d8 save resources 2003-06-22 14:16:25 +00:00
rathnor
6c0db93dda revert NULL thing 2003-06-11 10:50:59 +00:00
rathnor
0f7c0b9c5f make sure that "0" is 4-bit safe for a null pointer by replacing it with (void
*) NULL
2003-06-11 04:21:17 +00:00
rathnor
93b2f8921c fix restart in menu to accept and use an argument 2003-06-08 13:47:30 +00:00
fluxgen
697aa33355 forgot putenv 2003-04-28 01:17:39 +00:00
fluxgen
92f49bd874 fixed execute on right screen 2003-04-28 00:38:42 +00:00
fluxgen
80b0f72d30 need fbtk ThemeManager 2003-04-15 12:13:22 +00:00
fluxgen
2031f46de3 added SetStyleCmd 2003-02-15 01:58:06 +00:00
fluxgen
3eb4d3637f contains basic commands to restart, reconfigure, execute command and exit fluxbox 2003-01-09 17:46:10 +00:00