Henrik Kinnunen
ed53f3c623
Changed icon list signal in BScreen to use the new signal system
2008-09-21 20:45:01 +02:00
Mark Tiefenbruck
6b391c3bea
update workspace names atoms/resources when adding a new workspace
...
also removed unnecessary items from default init file
2008-09-08 18:50:25 -04:00
Mark Tiefenbruck
e71892d99c
allow restart with no argument from fluxbox-remote
2008-06-19 18:58:34 -07:00
Mark Tiefenbruck
ac9c672a1e
allow window menu items in ordinary menus
2008-06-06 06:58:20 -07:00
Matteo Galiazzo
af0f241954
don't save rc in SetStyle command if loading the style fails
2008-05-14 01:40:53 -07:00
Mark Tiefenbruck
68cf309220
implement smarter reloading for custom menus
2008-05-12 18:13:56 -07:00
Mark Tiefenbruck
93b0c5322a
refactor menu reloading, added FbTk::AutoReloadHelper
2008-05-11 17:22:40 -07:00
Mark Tiefenbruck
72a45fae3c
reuse some menu pointers instead of using delete/new
2008-05-11 10:17:21 -07:00
Mark Tiefenbruck
a9fd0f5b26
remove some more useless code
2008-05-11 08:54:18 -07:00
Mark Tiefenbruck
d7afd7b39e
remove some unnecessary arguments
2008-05-02 03:44:27 -07:00
Thomas Orgis
1e2ab2f3ed
some fixes for gcc 3.4
2008-04-21 15:43:10 -07:00
Mathias Gumz
6717a1c805
cosmetics
2008-01-25 08:21:55 +01:00
Mark Tiefenbruck
9f2f65a698
make FbTk::Command a template class, split parsing information out of ObjectRegistry
2008-01-10 23:41:22 -08:00
Mark Tiefenbruck
9c105111d2
remove old svn $Id$ tags
2008-01-03 17:34:12 -08:00
Mark Tiefenbruck
c381a130eb
remove reassoc argument from FluxboxWindow::deiconify
2007-12-18 23:08:17 -08:00
Mark Tiefenbruck
8516f1e2a2
changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>
2007-12-15 19:36:01 -08:00
markt
8b7464046c
added FbTk::CommandRegistry, decentralized command parsing, and made them auto-register
2007-12-13 05:48:00 +00:00
markt
474e201745
only allow one open menu at a time
2007-12-11 19:29:00 +00:00
markt
d482cf6a54
somewhat fixed DeiconifyCmd
2007-11-23 00:45:56 +00:00
markt
5d7043320d
allow arbitrary window patterns in iconbar
2007-11-12 21:59:43 +00:00
markt
f3afe787c1
introduced workspacename for ClientPattern, and some miscellaneous cleanup
2007-10-24 17:09:26 +00:00
markt
c6a2605d76
replaced ModKey with new key commands StartMoving and StartResizing
2007-10-22 17:45:39 +00:00
markt
a59428d67a
merged changes from pre-devel
2007-10-13 21:51:37 +00:00
mathias
cfb1e06df2
deiconify windows via :Deiconify in reverse order
2007-10-13 12:43:22 +00:00
markt
363764db5b
fix ToggleDecor for fullscreen and decorationless windows, plus some other cleanup
2007-07-24 12:12:45 +00:00
markt
329fca30fd
updates for compiling with gcc 4.3
2007-06-29 17:25:24 +00:00
mathias
6f8a5c7a8d
small fix for the /bin/sh issue .. just using /bin/zsh now
2007-06-09 17:44:27 +00:00
mathias
dff2aa3356
fix for the following problem:
...
on *bsd /bin/sh is not just a symlink to /bin/bash as on most linux's
but a real standalone shell. and it behaves differently from "bash -c"
behavior .. it doesnt exec the command given but waits till the command
finishes. as a result a lot of "rogue" a flying around. solution is now
( $SHELL or /bin/sh ) -c exec <cmd>
2007-06-06 06:22:37 +00:00
markt
db2904e144
fix infinite loop caused by deiconify command
2007-05-04 17:13:50 +00:00
markt
3980e3c40a
fixed crash when CustomMenu doesn't point to a real file
2007-04-19 19:12:56 +00:00
markt
2b7f9a5899
hidemenus hide custommenus and fix custommenu memleak
2007-03-21 22:47:56 +00:00
markt
84e9f97085
fixed a little bug with placing new menus
2007-03-16 22:09:28 +00:00
markt
74216903cc
added custommenu command
2007-03-16 20:44:47 +00:00
markt
6fdda1a31d
added mouse bindings to the keys file
2007-02-09 18:13:01 +00:00
markt
69bac5d56f
detect shell from environment variable
2007-01-24 17:13:16 +00:00
mathias
e5e76e7761
Cosmetic patch from Slava Semushin
2006-10-30 19:31:15 +00:00
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