markt
|
9229f8bc9c
|
don't revert focus away from command dialogs
|
2006-07-25 21:54:58 +00:00 |
|
markt
|
887fea4510
|
fix m_background_loaded
|
2006-07-25 07:20:58 +00:00 |
|
markt
|
be2f40a10d
|
use a timer to make sure focus always reverts if possible
|
2006-07-23 09:51:54 +00:00 |
|
markt
|
2d971ad48c
|
ewmh compliance updates
|
2006-07-22 07:15:24 +00:00 |
|
markt
|
a72fc5e002
|
unfix *lock modifiers, ignore scroll lock on events
|
2006-07-21 08:36:12 +00:00 |
|
markt
|
7a22210864
|
wrong bug number 8)
|
2006-07-20 10:24:07 +00:00 |
|
markt
|
25a9a31585
|
fix _NET_WM_MOVERESIZE to interpret x_root and y_root correctly
|
2006-07-20 10:22:31 +00:00 |
|
markt
|
f9ade8947c
|
properly revert focus when two windows close at the same time
|
2006-07-20 07:15:59 +00:00 |
|
markt
|
d666bec238
|
preserve order of focused windows on restart
|
2006-07-19 07:31:39 +00:00 |
|
fluxgen
|
2af3f0a6c4
|
Fixed bug #1362913, did not check format pointer.
|
2006-07-16 15:55:48 +00:00 |
|
markt
|
fde970a21d
|
include iconic windows when cycling
also, stop cycling on one screen when cycling begins on another
|
2006-07-14 06:00:37 +00:00 |
|
markt
|
d32a7af7e6
|
remove lock from RootTheme and redundant loadTheme from fluxbox
|
2006-07-13 06:45:29 +00:00 |
|
markt
|
e44da5f926
|
fix background: random so that background.pixmap allows a directory name
|
2006-07-13 06:36:05 +00:00 |
|
markt
|
bf3aee5f67
|
next/prevwindow toolbar buttons break mousefocus
|
2006-07-10 18:00:42 +00:00 |
|
markt
|
f7574fe1c9
|
fix implementation of _NET_MOVERESIZE_WINDOW
|
2006-07-09 01:46:47 +00:00 |
|
fluxgen
|
5b2e9bf021
|
update
|
2006-07-06 21:09:06 +00:00 |
|
fluxgen
|
f42c0ea09c
|
bug number
|
2006-07-06 21:03:12 +00:00 |
|
fluxgen
|
16bec1be5e
|
fixed bug in Slit
|
2006-07-06 20:59:51 +00:00 |
|
fluxgen
|
1cfd936fb3
|
update
|
2006-07-06 20:10:31 +00:00 |
|
markt
|
e4d6824771
|
changing between internal and external tabs doesn't affect iconified windows
|
2006-07-06 06:05:12 +00:00 |
|
markt
|
84ca1f2e2f
|
re-fixing the focus after fixing the crash bug
|
2006-07-06 04:10:34 +00:00 |
|
simonb
|
b407e121ba
|
fix crash on startup from iconv_close of an invalid descriptor
|
2006-07-04 23:41:43 +00:00 |
|
simonb
|
c3846743fb
|
fix some sizing issues with gravity fixes
|
2006-07-04 13:20:04 +00:00 |
|
markt
|
aa589f3bdc
|
autogrouped windows from groups file didn't raise, bug #1449608
|
2006-07-04 07:10:15 +00:00 |
|
markt
|
1cc6cc4b15
|
new windows don't steal focus from fullscreen windows
|
2006-07-04 06:42:28 +00:00 |
|
simonb
|
12e80f3faf
|
fix gravity
|
2006-07-03 17:18:17 +00:00 |
|
simonb
|
864ba10163
|
make sure that PREFIX is expanded in the correct place (make stage, rather than configure stage). Affects menu, init, keys, locale and style files
|
2006-07-03 08:37:16 +00:00 |
|
simonb
|
51fa41554e
|
call waitpid until no more children to wait for (thanks Devin/dlab).
|
2006-07-03 01:56:59 +00:00 |
|
markt
|
4c12086c1c
|
updated documentation and another dead function
|
2006-07-02 04:24:12 +00:00 |
|
markt
|
7d4546ba5b
|
Make fbsetroot set one screen at a time
|
2006-06-29 05:05:30 +00:00 |
|
markt
|
1ddd177d1a
|
Fix fbsetroot segfault when DISPLAY unset
|
2006-06-29 00:03:43 +00:00 |
|
markt
|
aad6845c91
|
Linear cycling wasn't affecting normal cycling order (Mark)
|
2006-06-28 20:58:53 +00:00 |
|
markt
|
a6625f8ca5
|
cleanup dead function Workspace::setLastFocusedWindow
|
2006-06-28 20:06:49 +00:00 |
|
markt
|
6f2a566206
|
more focus issues with linear cycling and tabbed windows
|
2006-06-28 19:17:38 +00:00 |
|
markt
|
03631ca98e
|
Fix some focus issues on detach and restart
|
2006-06-28 00:54:40 +00:00 |
|
simonb
|
6dc5ca4e60
|
some minor code cleanups thanks Slava Semushin (php-coder), who also thanks Mikhail Gusarov
|
2006-06-27 08:54:24 +00:00 |
|
markt
|
b79d7ee745
|
Fix slit menu so it closes when you press escape
|
2006-06-27 01:46:42 +00:00 |
|
simonb
|
6e60c53ae7
|
fix _NET_FRAME_EXTENTS
|
2006-06-26 11:45:14 +00:00 |
|
markt
|
ee02bc2258
|
Fix FocusHidden (added m_focus_hidden to FluxboxWindow)
|
2006-06-26 05:52:30 +00:00 |
|
simonb
|
bf9b60833f
|
fix FbPixmap retaining pixmap (that made cache not work properly)
Also small tidy in FbWinFrame.cc
|
2006-06-25 14:59:34 +00:00 |
|
simonb
|
131d04cf42
|
Check for NoSymbol more explicitly - thanks Julien Trolet (dmxen at
sourceforge)
|
2006-06-25 14:00:13 +00:00 |
|
simonb
|
80389b5dd5
|
support encodings in menu files
|
2006-06-25 09:05:58 +00:00 |
|
simonb
|
577859034d
|
fix crash when unable to convert from local to utf-8
|
2006-06-25 07:18:41 +00:00 |
|
markt
|
87e401edf6
|
Fix DetachClient key command so new window is visible
|
2006-06-25 06:18:41 +00:00 |
|
markt
|
a23ad67197
|
Make Urgency Hint flash the correct WinClient's tab.
|
2006-06-24 18:19:49 +00:00 |
|
simonb
|
0b730c76b1
|
fix more x errors due to using an invalid background
|
2006-06-24 14:05:19 +00:00 |
|
simonb
|
1d0b23bd02
|
fix disappearing menu selection boxes
|
2006-06-24 13:11:27 +00:00 |
|
markt
|
5fc5ec3374
|
Make startfluxbox aware of --program-prefix and --program-suffix
|
2006-06-23 00:31:08 +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 |
|
mathias
|
535a88ce90
|
fix de_DE translation (patch from michael bueker)
|
2006-06-21 21:05:52 +00:00 |
|
simonb
|
acefac8473
|
typos, clarify
|
2006-06-21 14:50:36 +00:00 |
|
simonb
|
3ada3b1f0d
|
fix nls... notably classify text on conversion whether its for X or
console, plus handle catalogs better.
|
2006-06-21 14:41:16 +00:00 |
|
simonb
|
62a298b0b3
|
make new nls stuff work. Was missing path update
|
2006-06-21 06:04:55 +00:00 |
|
simonb
|
94db19c007
|
Fix window placement when apps remembers size but not location
|
2006-06-19 23:09:51 +00:00 |
|
simonb
|
dd2e6c62b1
|
add EUC-KR to ko_KR encodings
|
2006-06-19 13:33:23 +00:00 |
|
simonb
|
aaf3651830
|
try ignoring NotifyUngrab to fix focus revert issues when closing
unmanaged windows that grab pointer
|
2006-06-19 12:57:16 +00:00 |
|
simonb
|
a6146af44f
|
fix placement issue with xinerama (only hit if screens are vertically aligned)
|
2006-06-19 08:39:00 +00:00 |
|
simonb
|
f6140840f8
|
fix timer issues (esp clock not updating on multiple screens)
|
2006-06-19 05:04:42 +00:00 |
|
fluxgen
|
3bce4aab73
|
update
|
2006-06-18 21:24:02 +00:00 |
|
fluxgen
|
b7f8a2e804
|
updated german translation, thanks Michael Bueker m.bueker at berlin de
|
2006-06-18 10:03:04 +00:00 |
|
markt
|
0f5e0496ae
|
|
2006-06-16 22:33:27 +00:00 |
|
markt
|
ed87d9cad4
|
|
2006-06-16 22:31:35 +00:00 |
|
fluxgen
|
9424b8e1bc
|
minor change
|
2006-06-13 18:31:49 +00:00 |
|
fluxgen
|
331a52115d
|
support for _NET_WM_MOVERESIZE
|
2006-06-11 13:09:44 +00:00 |
|
fluxgen
|
9699cda56e
|
support for urgency hint
|
2006-06-11 12:48:31 +00:00 |
|
fluxgen
|
755369ef8a
|
update
|
2006-06-10 20:10:01 +00:00 |
|
fluxgen
|
928aa33dfe
|
user patches applied
|
2006-06-10 17:39:03 +00:00 |
|
simonb
|
e8a6f45c9e
|
fix compile in hosts without HAVE_ICONV
|
2006-06-10 16:42:39 +00:00 |
|
simonb
|
b8dc91871e
|
couple of alignment fixes, esp for external tabs
|
2006-06-10 16:31:47 +00:00 |
|
mathias
|
ed03c8eab5
|
* update of new manpage (thanx Guillermo Patterer)
|
2006-06-01 16:34:41 +00:00 |
|
mathias
|
1c19a09b75
|
thanx to Guillermo Patterer for his spanish translation of the new manpage
|
2006-05-23 05:21:09 +00:00 |
|
simonb
|
4afe5499b2
|
fix parentrelative background, and some tidying
|
2006-05-22 15:09:21 +00:00 |
|
simonb
|
d508292a57
|
fix build on cygwin (iconv constness)
|
2006-05-22 07:34:25 +00:00 |
|
simonb
|
f564d3c4cf
|
fix external tab bg when label bg is parentrelative
|
2006-05-20 16:27:25 +00:00 |
|
simonb
|
0861f3a907
|
improve native language handling, move messages and menu labels to
FbTk::FbString
|
2006-05-20 15:08:14 +00:00 |
|
simonb
|
5ddabb0f39
|
fix root pixmap + atoms indexes in FbPixmap
Fixes issues with transparency on multiple screens, and probably also
some alternate rootbg atoms
|
2006-05-17 10:28:26 +00:00 |
|
simonb
|
8bcd03c172
|
issue with maximise and quadrant resize
|
2006-05-16 13:37:25 +00:00 |
|
fluxgen
|
a4b0582739
|
fixed some redraw issues with the title, thanks _markt
|
2006-05-13 19:30:03 +00:00 |
|
fluxgen
|
bce70c6714
|
added support for _NET_WM_STATE_DEMANDS_ATTENTION
|
2006-05-13 16:24:14 +00:00 |
|
simonb
|
faf043bef9
|
more utf8 changes, notably window titles
|
2006-05-07 10:08:25 +00:00 |
|
simonb
|
520f552be7
|
handle utf-8 strings properly.
use utf8 internally
|
2006-05-07 03:41:27 +00:00 |
|
simonb
|
0e9fa988ff
|
make apps file keywords case insensitive, plus check it for reload before
save on close and other save events
|
2006-05-01 01:42:17 +00:00 |
|
simonb
|
4d6e5e3f1c
|
resize and notify client when autogrouping
|
2006-04-26 12:34:24 +00:00 |
|
mathias
|
7d91183895
|
|
2006-04-25 06:46:53 +00:00 |
|
mathias
|
a15d9af3c7
|
Cleanup unneeded headers (thanks Slava Semushin)
|
2006-04-25 06:46:06 +00:00 |
|
simonb
|
e2bc57bc0f
|
Fix occasional highlighting of menu nops+separators, sf.net patch
#1475268 (thanks Scott Kuhl; skuhl AT cs utah edu)
|
2006-04-25 03:11:31 +00:00 |
|
simonb
|
cb65dae95f
|
fbrun: Move the cursor to the end when tab completing
+ thanks Jonas Koelker, sf.net rfe #1333003, patch #1475578
|
2006-04-25 02:42:05 +00:00 |
|
simonb
|
3707b74c40
|
fix a bunch of comments, make default textures obvious
Thanks Jonas Koelker
|
2006-04-25 02:19:04 +00:00 |
|
simonb
|
fae88b329c
|
Output the error message on fallback restart execs (sf.net patch
#1475213). Thanks Jonas Koelker, jonaskoelker at users.sourceforge.net.
|
2006-04-25 02:11:19 +00:00 |
|
simonb
|
acf4326f3c
|
Use -Wall when --enable-debug and some warning fixes
+ thanks Jonas Koelker
|
2006-04-24 14:29:21 +00:00 |
|
simonb
|
f6a072430d
|
fix memory leaks in menu code
|
2006-04-24 13:34:14 +00:00 |
|
simonb
|
731f0deaaf
|
external tabs as default
|
2006-04-24 11:23:01 +00:00 |
|
fluxgen
|
fa188a9561
|
added support for _NET_RESTACK_WINDOW.
|
2006-04-23 21:30:43 +00:00 |
|
mathias
|
2fe2cf0c95
|
fixed typos, patches from php-coder (slava)
|
2006-04-23 18:53:45 +00:00 |
|
fluxgen
|
f25c72e79b
|
more ewmh support
|
2006-04-23 17:04:34 +00:00 |
|
simonb
|
53f869aa52
|
reload the apps file on flux reload
|
2006-04-23 14:51:04 +00:00 |
|
simonb
|
39cacd1da8
|
update docs for Next/PrevWindow commands
|
2006-04-23 10:11:23 +00:00 |
|
simonb
|
97c89e64b3
|
focus a window if it's the only one.
Thanks Jonas Koelker
|
2006-04-23 09:58:49 +00:00 |
|
simonb
|
191acd1883
|
tidy up window cycling
Thanks Mark Tiefenbruck, mark at tiefenbruck dot org
|
2006-04-23 08:27:07 +00:00 |
|
simonb
|
cfd92af2b6
|
fix menu corruption when size/label changes
|
2006-04-22 17:19:53 +00:00 |
|