Commit graph

4879 commits

Author SHA1 Message Date
markt
e30f235daf fix from NetBSD for using the home directory of the user who compiled fluxbox
also fix 'regenerate menu' code to use correct program name, rather than $0
2007-11-23 23:21:25 +00:00
markt
9ed25584a1 make sure window commands operate on the right window 2007-11-23 18:41:23 +00:00
markt
d482cf6a54 somewhat fixed DeiconifyCmd 2007-11-23 00:45:56 +00:00
markt
bb6906fa80 added special FocusIn/Out MouseOver/Out ChangeWorkspace keys 2007-11-22 20:21:47 +00:00
markt
58cd017db0 applied some patches from NetBSD 2007-11-22 06:04:14 +00:00
markt
3705d46b64 added translations for zh_TW 2007-11-22 05:58:24 +00:00
markt
cdfafcaa4e set resize increments to 1 when set to 0 by the application 2007-11-22 05:47:02 +00:00
markt
0a7cb3db1f use winclient instead of fluxboxwindow for matching, and removing old code 2007-11-22 04:41:36 +00:00
markt
675bc5d66a added conditional statements to keys file 2007-11-22 04:07:57 +00:00
markt
08ebff4b31 move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed 2007-11-20 19:01:45 +00:00
markt
2e96a07cf7 added :Focus key command 2007-11-16 23:33:34 +00:00
markt
ea7801d143 ToggleDecor from a window with Deco=TAB should hide the tabs, rather than show titlebar 2007-11-16 23:20:54 +00:00
markt
197fefe7e4 fix minimization 2007-11-16 23:14:59 +00:00
markt
eada20a2c0 fix signaling when changing tabs 2007-11-13 03:24:51 +00:00
markt
bed4ba4d65 a little fix for focusing lowered tabs on other workspaces 2007-11-12 23:16:13 +00:00
markt
5d7043320d allow arbitrary window patterns in iconbar 2007-11-12 21:59:43 +00:00
markt
807a1b5575 fix font updates in iconbar 2007-11-09 17:30:34 +00:00
markt
807724db9f one more fix again 2007-11-09 04:25:53 +00:00
markt
8d4a6d5181 one more fix 2007-11-08 18:35:57 +00:00
markt
5db87437e6 fix crash bug when cycling focus 2007-11-08 18:05:05 +00:00
markt
54317a0103 fix problem with stuck windows from previous patch 2007-11-08 02:06:33 +00:00
markt
46c8e217ca fix alt-tab 2007-11-05 17:45:05 +00:00
markt
97f7c3e1b5 various refactoring and minor changes 2007-11-05 17:05:58 +00:00
markt
2c4e1f9a02 RevertToParent instead of RevertToPointerRoot on window close,
as sometimes keys would go to the window under the mouse before a new window was focused
2007-11-04 23:27:51 +00:00
markt
4c72b13a88 update autoraise delay for open windows on reconfigure 2007-11-04 22:42:01 +00:00
markt
ab01fc56fd don't set focus to globally active windows 2007-11-04 19:42:24 +00:00
markt
64813f62fd a few random fixes 2007-11-04 17:36:40 +00:00
markt
88f580ec0c move fullscreen windows to normal layer when they lose focus 2007-10-31 19:34:07 +00:00
fluxgen
a092d3fc1b fixed gcc 2.96 compile problem 2007-10-24 19:38:27 +00:00
fluxgen
e7513df45f added focusable.hh 2007-10-24 19:26:11 +00:00
markt
2ef6a7af44 fix _NET_CLIENT_LIST updating on window close 2007-10-24 17:41:26 +00:00
markt
f3afe787c1 introduced workspacename for ClientPattern, and some miscellaneous cleanup 2007-10-24 17:09:26 +00:00
mathias
74eb584a31 reenabled raising window if window was moved by mouse by 0 pixels 2007-10-24 07:35:25 +00:00
markt
b504021145 really fix placement when head is remembered but not position 2007-10-24 03:44:39 +00:00
markt
42ace97775 allow changing maximization state while window is fullscreen 2007-10-23 22:53:46 +00:00
markt
ecead0f5ed adding/removing workspaces wasn't updating menu 2007-10-23 21:19:12 +00:00
markt
da545ea02e we already have a subroutine for this 2007-10-23 19:52:14 +00:00
markt
1c05af4329 allow remembering minimized, maximized, and fullscreen state 2007-10-23 17:34:30 +00:00
markt
c849d3c7ff allow negated patterns 2007-10-23 17:30:49 +00:00
fluxgen
c2badda58a added [mouse] pattern, matches against prop HEAD and the mouse position 2007-10-22 18:29:33 +00:00
fluxgen
1748e8ec25 added missing mouse3 and space before startresizing 2007-10-22 18:19:11 +00:00
fluxgen
41aec985ce we can be in shutdown state, which means keys can be destroyed 2007-10-22 17:48:53 +00:00
markt
c6a2605d76 replaced ModKey with new key commands StartMoving and StartResizing 2007-10-22 17:45:39 +00:00
markt
f72633a0e0 allow decorations bitmask to be specified with 0x 2007-10-21 21:37:48 +00:00
fluxgen
72299cca48 some xinerama features 2007-10-18 19:14:21 +00:00
fluxgen
c7d4438d91 fixed bug #1809786 2007-10-18 17:37:46 +00:00
markt
72130f350e add OnWindow modifier to keys file 2007-10-15 18:05:28 +00:00
markt
7e4f8a3853 add support for transient windows in client patterns, and merge a few more changes from pre-devel 2007-10-14 18:05:31 +00:00
mathias
79cd21ce0f bugfix for SendToPrevWorkspace/TakeToPrevWorkspace, destination was calculated
wrong due to (wrong) implicit casting effects
2007-10-14 17:11:38 +00:00
markt
a59428d67a merged changes from pre-devel 2007-10-13 21:51:37 +00:00