mathias
78c0048b5c
changed SIGNAL handling to:
...
SIGHUP: restartfluxbox
SIGUSR1: load configuration
SIGUSR2: reload configuration
TODO:
whats the essential difference between "loading" and "reloading"?
maybe we can drop one of that functions
2005-02-02 15:22:58 +00:00
mathias
cf46669bc1
copyright date
2005-01-24 18:34:57 +00:00
mathias
f0fd05ec25
copyright
2005-01-14 09:40:40 +00:00
mathias
11fa3b8585
default-values for some path-related resources (groups, apps etc)
2005-01-12 06:16:03 +00:00
mathias
baaa66787c
ungrabbuttons on windows we dont handle anymore (withdrawn)
2005-01-11 04:56:29 +00:00
mathias
8054e16fab
fix for #1087220 (Wrong handling of XWithdrawWindow)
...
an XWithdrawWindow unmaps a window and sends a synthetic UnmapEvent after
that. when the second UnmapEvent arrives we have to set either the WM_STATE to
WithdrawnState or delete it. i decided for deletion so its absolutly clear
its not any longer under our control
2005-01-10 09:04:46 +00:00
mathias
bc7c988561
adds imlib2-support to fluxbox: allows us to load several imageformats
...
besides xpm. to get imlib2 support in fluxbox one has to
./configure --enable-imblib2
default is disabled. a fluxbox-binary that supports imlib2 will have
IMLIB2 in "fluxbox -info"-output
explanation to the changed files:
* xft.m4 -> acinclude.m4 + added ac_path_generic.m4
(from http://ac-archive.sourceforge.net/Miscellaneous/ac_path_generic.html )
* configure.in, Makefile.am, src/FbTk/Makefile.am changed to handle
imlib2-support
* Font.cc/hh Image.cc/hh App.cc fluxbox.cc consistent way of init for global
stuff for fonts and imagehandlers.
* rest of changes just add the imlib2-code, pretty straightforward
2004-12-21 23:42:09 +00:00
mathias
b3fa5c2428
* moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now
...
file and directory - helproutines.
* created the FileUtil-namespace which contains file-related functions, moved
those functions out of Directory - code
* changes to the rest of the files to follow those changes
2004-12-18 01:29:22 +00:00
mathias
443e7081d4
fix the hiding of the menu when the menufile-timestamps changed
2004-11-24 12:26:12 +00:00
mathias
2082ccc1a4
fix problem with iconic windows on startup
2004-11-20 18:43:55 +00:00
mathias
19bc596b84
fix segfaults on restart/exit, still issues with former iconified windows
...
at startup of fluxbox
should close #1067582 , #1067580 , #1060912
2004-11-20 18:12:51 +00:00
mathias
993c17cf2e
svn propset svn:keywords "Id"
2004-11-19 11:37:27 +00:00
akir
70acd21472
removed unused variables + cosmetic issue for some compilers (mipspro)
2004-10-21 10:18:40 +00:00
akir
e53e1b3b23
missing default value for session.appsFile added
2004-10-19 17:23:08 +00:00
akir
3e83f5941f
added session.appsFile to the ressources
2004-10-19 09:01:49 +00:00
akir
496d73d899
rewritten fluxbox-restart code, all destructors are called before the
...
new program is started. the former method didnt do that.
2004-10-18 01:26:54 +00:00
akir
d30e16f159
added session.tabPadding and session.focusTabMinWidth
2004-10-10 16:06:24 +00:00
rathnor
42c1fd3ae3
preliminary support for composite/compositing manager. Also general work
...
for consistency with transparency resources
2004-09-12 14:56:20 +00:00
fluxgen
dfb2ab0e21
cleaning, moved resource functions to Resources.cc
2004-09-12 14:01:41 +00:00
fluxgen
b4daf0f808
using ShowMenu commands for buttonPress event
2004-09-11 20:29:29 +00:00
fluxgen
768d98a39d
head specific strut, patch from Mathieu De Zutter
2004-09-11 13:45:16 +00:00
rathnor
7d793fc6a8
fix issues that resulted in unnecessary X errors
2004-09-11 12:33:14 +00:00
akir
7507098440
cosmetic, removing unnecessary calls.
2004-09-08 16:50:42 +00:00
rathnor
d17bf39a43
add autoconf check for std c++ headers
2004-08-31 15:26:40 +00:00
rathnor
cbc8e23ed2
fluxbox::shutdown wasn't safe to get interruped by another signal
2004-08-27 17:24:49 +00:00
rathnor
3dc7103782
fix handling of font+text encodings
2004-08-18 16:30:33 +00:00
fluxgen
601ae51604
resource bool fix and setting input focus on menus when we bring them up with the mouse
2004-07-15 18:23:03 +00:00
fluxgen
4e243d1599
fixed Resource long long, time_t is long long some systems
2004-07-15 13:42:50 +00:00
fluxgen
b78255fa1a
fixed toolbar draw bug at startup
2004-07-14 23:39:29 +00:00
rathnor
965086f39d
tidying up initialisation with dockapps
2004-06-21 15:23:42 +00:00
fluxgen
2475b2debc
minor fixes
2004-06-13 11:01:47 +00:00
rathnor
fff4456dee
update NLS string handling...
2004-06-07 11:46:05 +00:00
fluxgen
6ab2a90d72
initMenus after we add screen to our list. Added find screen by number.
2004-05-02 20:48:16 +00:00
fluxgen
56b3679637
minor fix for startup
2004-04-26 09:25:42 +00:00
fluxgen
09eade65d5
attach area, patch from Mathias Gumz
2004-04-22 21:07:57 +00:00
fluxgen
bb991a0166
kde dockapps in systray
2004-04-19 22:48:19 +00:00
fluxgen
5fb30d4bfc
changed atomhandlerlist to a map so we can get atomhandlers by name, patch from Mathias Gumz
2004-04-18 21:16:06 +00:00
fluxgen
52b8cb7d3d
minor fix for old gcc
2004-04-05 18:31:51 +00:00
fluxgen
7a2e83f9d2
reload screen resources at real_reconfigure
2004-03-23 09:19:57 +00:00
rathnor
dea3281e69
primarily focus fix/tweak/rejigging
2004-03-21 09:00:25 +00:00
rathnor
c0325e6127
fix update of keys on kepmapping change
2004-03-03 12:53:06 +00:00
rathnor
f9fbd86c75
fix outline moving windows being dropped on their own workspace
2004-03-03 12:29:31 +00:00
fluxgen
f1d41e6afa
cleaning
2004-02-27 12:32:54 +00:00
fluxgen
6b3a626cbe
filename fix, patch from Mathias Gumz
2004-02-20 09:29:07 +00:00
fluxgen
598cbb6b61
added missing template
2004-02-10 18:51:08 +00:00
fluxgen
4d25367039
some debug msg should be in ifdef
2004-01-21 15:30:27 +00:00
fluxgen
9c0272004e
using empty instead of size
2004-01-21 13:36:09 +00:00
fluxgen
1fecb21ffd
update workspace area and focused window to atomhandlers
2004-01-19 18:33:05 +00:00
fluxgen
dba6249a1c
fixed MapRequest Event
2004-01-18 12:42:47 +00:00
fluxgen
2e57767332
fixed minor issue with keyboard navigation in menus
2004-01-16 18:07:40 +00:00
fluxgen
41eae48eb4
oops
2004-01-16 11:38:30 +00:00
fluxgen
40cfbb7568
minor fix
2004-01-16 11:29:12 +00:00
fluxgen
c31e60a9c1
revert focus when a menu is losing focus, so we dont get unfocused window after keyboard navigation in menu
2004-01-16 11:28:00 +00:00
rathnor
9475d7bc82
little include fix
2004-01-13 12:55:25 +00:00
fluxgen
7197a4951f
hide extra menus
2004-01-11 16:10:51 +00:00
fluxgen
9d433e6f49
minor fixes
2004-01-11 13:10:39 +00:00
fluxgen
4f55e1f005
destroy screens on shutdown
2004-01-10 02:58:50 +00:00
fluxgen
7ec159759d
minor changes
2004-01-09 11:37:01 +00:00
fluxgen
6bacfb6ed9
use mod1 resource
2003-12-31 00:35:21 +00:00
fluxgen
3490c73f57
fixed focus issue
2003-12-30 20:56:41 +00:00
fluxgen
a11575f959
update last time
2003-12-21 22:42:31 +00:00
fluxgen
18898e08dc
updated m_last_time, this fixes the mozilla focus issue
2003-12-21 16:23:59 +00:00
rathnor
dfdb8219fa
more sloppy focus fixing
2003-12-21 15:24:28 +00:00
fluxgen
8192e8bc2a
removed old save for window placement
2003-12-21 15:13:00 +00:00
fluxgen
9b88b1f2c7
reconfig timer back, needs to have a timer so we can reconfig fluxbox save in the next event round, see comments...
2003-12-19 13:37:28 +00:00
fluxgen
f3efaa8a6e
update mouse and key screen before we enter FbTk EventManager
2003-12-19 03:58:36 +00:00
fluxgen
8002a73374
cleaning
2003-12-19 00:35:08 +00:00
fluxgen
90ff80f89b
cleaning
2003-12-16 23:36:06 +00:00
rathnor
689fdc77b0
focus tweak - ignore NotifyInferior
2003-12-09 12:28:24 +00:00
fluxgen
76b14e9c94
minor stuff
2003-12-08 17:32:08 +00:00
fluxgen
29beda2d6b
sync function
2003-12-04 21:31:02 +00:00
fluxgen
6d95ba1af2
hide toolbar menu on root window click
2003-12-03 00:49:20 +00:00
fluxgen
5e9b6453f0
removed ToolbarHandler
2003-12-03 00:33:30 +00:00
rathnor
f5f979ef37
make client windows only reparented one below toplevel - i.e. not into
...
clientarea
2003-10-28 02:17:03 +00:00
rathnor
f89532c0cb
fix identification of event targets in event manager
2003-10-14 16:23:16 +00:00
fluxgen
ea61aa6480
minor fix
2003-10-13 19:31:04 +00:00
rathnor
018665d7a3
drawing optimisations and fixes
2003-10-09 16:48:09 +00:00
rathnor
29a69a69c1
minor menu positioning tweaks
2003-10-06 09:55:36 +00:00
rathnor
6984eb8970
shuffle bunch of stuff from Keys into FbTk/KeyUtil
2003-10-05 07:20:47 +00:00
rathnor
c516aa13a1
fix reading of auto raise delay
2003-10-05 06:28:47 +00:00
rathnor
fa4328d862
make doFocusLast work for sloppy focus as well
2003-10-05 02:31:23 +00:00
fluxgen
8aa1b8d5b0
minor stuff
2003-09-14 12:03:40 +00:00
rathnor
7047c4b7ad
correct little focus thing
2003-09-14 11:56:11 +00:00
rathnor
f68c15cfa2
focus fixes
2003-09-14 11:23:48 +00:00
fluxgen
96132f2afe
fixed focus issue when changing next or prevclient
2003-09-12 22:55:33 +00:00
rathnor
da503e9247
fix problems relating to windows reparenting themselves.
...
Fixes vncviewer switch to fullscreen. Maybe mplayer fullscreen issue
too?
2003-09-11 21:30:20 +00:00
fluxgen
7df61abcbd
added updateDelayTime resource
2003-09-10 09:51:58 +00:00
fluxgen
d509be7ac9
cleaning
2003-08-24 11:19:45 +00:00
fluxgen
062768a077
fixed search paths for new image loading
2003-08-22 21:38:58 +00:00
fluxgen
1ed6519a20
minor fix
2003-08-15 13:57:18 +00:00
fluxgen
72b654992d
minor cleaning
2003-08-12 21:00:54 +00:00
fluxgen
7be86791e4
reverted back to no updateNetizenWindowDel in removeClient
2003-08-12 01:04:16 +00:00
fluxgen
ecda5f9735
sending updateNetizenWindowDel in BScreen removeWindow
2003-08-12 00:26:42 +00:00
fluxgen
631729ddfc
load theme after all screens are created
2003-08-11 20:59:58 +00:00
fluxgen
e9e60037b0
fixed minor focus bug and updated to use timer command
2003-08-11 16:06:51 +00:00
rathnor
c8c5072fd1
fix ~ to work properly in session.menuFile
2003-08-10 12:50:04 +00:00
fluxgen
19230e6927
minor fix
2003-08-04 18:16:22 +00:00
fluxgen
8c26f29b2f
moved kde dockapp test to screen
2003-07-28 20:10:05 +00:00
rathnor
d353b688de
update many things to use WinClient instead of FluxboxWindow
2003-07-28 15:06:36 +00:00
fluxgen
0ec62e41d2
minor fix
2003-07-27 13:53:34 +00:00
fluxgen
cc062647d0
fixed kde dockapp bug
2003-07-23 10:43:30 +00:00
rathnor
9932b88049
fix focus properly
2003-07-21 15:26:57 +00:00
rathnor
037bd174bf
fix focus and raising for transient windows in particular
2003-07-20 18:05:40 +00:00
rathnor
7e1733c435
reorganise operation of ResourceManager
...
plus fix initialisation of layer for slit and toolbar
2003-07-18 15:40:55 +00:00
fluxgen
4fb4805251
minor cleaning
2003-07-10 12:00:49 +00:00
rathnor
16c567638c
fix winclient death signalling
2003-07-04 14:06:20 +00:00
rathnor
3144086eef
support in remember for specifying groups.
...
Also split atomhandler::setupWindow
2003-07-04 01:03:41 +00:00
fluxgen
b54dbfb7b1
handle focus out event to revert focus to fluxboxwindow if a menu isnt focused
2003-07-01 20:29:44 +00:00
fluxgen
da2fe66b59
include generated defaults file
2003-06-30 20:37:57 +00:00
fluxgen
d1ccbe827c
using FbTk Command in keys instead of enum
2003-06-30 15:05:26 +00:00
fluxgen
2a08e33735
compile time option for toolbar
2003-06-25 13:07:34 +00:00
fluxgen
4117b5d130
removed toolbar from screen
2003-06-25 06:02:53 +00:00
fluxgen
c9c86f5b84
include toolbarhandler
2003-06-24 18:34:52 +00:00
fluxgen
976f78576b
removed window number
2003-06-24 15:02:39 +00:00
fluxgen
2e6baffb9b
removed toolbar in load rc
2003-06-23 13:35:45 +00:00
fluxgen
501168b557
handling propertyNotify for atomhandlers
2003-06-18 13:51:37 +00:00
rathnor
77f43591ce
new keys for cycling through groups - NextGroup/PrevGroup (they are an alias
...
for NextWindow/PrevWindow 1
2003-06-15 11:38:35 +00:00
fluxgen
a08c3e7126
moved cursor to FbWinFrameTheme and setting pid of fluxbox on root window here instead of in BScreen
2003-06-12 14:32:08 +00:00
fluxgen
ee90d85b14
hide toolbar menu and slit menu if we click on root window
2003-06-11 14:53:54 +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
81e4fe8d44
add reconfigure and restart keys
2003-06-08 14:32:28 +00:00
rathnor
efe8bf4acd
fix bug that left empty window frames around
2003-06-08 00:13:41 +00:00
fluxgen
251ca294ab
moved Resource to FbTk
2003-05-18 22:04:06 +00:00
fluxgen
5bbc766232
minor cleaning
2003-05-15 23:30:07 +00:00
fluxgen
988392b1eb
minor cleaning in BScreen interface
2003-05-15 12:00:46 +00:00
fluxgen
cbce8634dd
cleaning in FluxboxWindow interface
2003-05-15 11:17:29 +00:00
fluxgen
615ec14ab2
added better shape support
2003-05-14 14:37:06 +00:00
fluxgen
4195e26d01
using clients screen instead of fluxboxwindwos screen
2003-05-14 12:10:54 +00:00
fluxgen
56af958aa5
minor fixes
2003-05-13 14:05:58 +00:00
fluxgen
33130ce0a6
fixed better error msg
2003-05-13 11:43:44 +00:00
fluxgen
2014d60ef3
fixed menu timestamps stuff
2003-05-13 00:20:49 +00:00
fluxgen
553cee1dde
trying to use XRRScreenChangeSelectInput
2003-05-12 11:14:47 +00:00
fluxgen
1b652642fc
minor fix in RANDR init
2003-05-12 04:28:05 +00:00
fluxgen
244c63f4b4
added RANDR support
2003-05-12 04:23:31 +00:00
rathnor
99b6dc4e5d
fix up various focus-related issues
2003-05-11 23:44:09 +00:00
fluxgen
7037b9ca2c
minor fix
2003-05-11 22:19:17 +00:00
fluxgen
c188d1d39a
minor cleaning
2003-05-11 17:14:41 +00:00
fluxgen
403a9727ce
fixed focus last crash bug, a dangling m_focused_window pointer
2003-05-11 15:24:09 +00:00
fluxgen
aa72e23c8e
minor cleaning
2003-05-11 13:36:12 +00:00
fluxgen
39425a6762
using FbRootWindow
2003-05-10 23:07:42 +00:00
fluxgen
980060a509
fixed typeo
2003-05-10 15:22:28 +00:00
fluxgen
3772c0125a
minor bugfix
2003-05-10 14:43:45 +00:00
fluxgen
b12ea8c13d
removed BaseDisplay so we moved some of the functions here
2003-05-10 14:32:35 +00:00
fluxgen
1c5e3c98d0
minor fix
2003-05-07 23:17:38 +00:00
fluxgen
ac931c2215
minor cleaning
2003-05-07 11:33:12 +00:00
rathnor
2ac0d82e45
fix up focus problems
2003-05-04 23:38:06 +00:00
rathnor
b10dc8434b
add session.ignoreBorder to ignore border for movement events
2003-05-04 16:55:40 +00:00
rathnor
6871d536ec
fix multiple screen keyactions to sometimes take effect on screen the pointer is on
2003-05-04 13:07:00 +00:00
rathnor
6b125d1c60
reconfigure fix (setFocusedWindow didn't check if win already focused)
2003-04-29 12:39:45 +00:00