mathias
b0076fb3b4
fixed #1020399 aka broken ShowDesktop, its an error to travers the
...
workspace-windowlist and deiconify each window coz that list is
modified each time a window is iconified. a copy of that list solves
the problem.
2005-04-23 08:11:42 +00:00
mathias
d1876666c9
clear the maximized-Flag from a resized/moved Window ... a moved or resized
...
Window is not maximized any longer per definition imho. maybe we need to apply
the same policy to the fullscreen-State
2005-04-22 17:21:30 +00:00
mathias
0cc3391cec
fixed a problem with iconified + sticky window not displayed in the iconbar
...
when running in WorkspaceIcons-mode
2005-04-22 11:25:07 +00:00
mathias
371e3f8a91
this should REALLY fix it.
2005-04-21 19:48:46 +00:00
mathias
b809abcfd0
fix iconv-issues on *BSD and MacOSX
2005-04-21 19:09:10 +00:00
mathias
1077cd1a77
updated changes
2005-04-21 09:06:33 +00:00
mathias
4c091d0529
fixes #1133809 , ArrangeWindows doesnt respect available space on the
...
workspace (toolbar and slit would be covered)
2005-04-21 09:05:02 +00:00
mathias
085d669f2b
updated Changes
2005-04-20 15:59:32 +00:00
mathias
1591c95285
fixes a problem with clients which define/request a Strut (see
...
http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#id2507548 ), eg
kicker: after killing/closing kicker the availableWorkspaceArea is not
recalculated which lead to kind of invisible barrier where the Strut was.
2005-04-20 15:55:56 +00:00
mathias
3cd94d0629
updated changes
2005-04-18 16:06:21 +00:00
mathias
e7cf5cbe3c
fixes a problem with snapping to the slit. slit's borderwith wasnt part of the
...
strut.
2005-04-18 16:05:26 +00:00
mathias
ebad1ce12f
fixes a little bug with snapping to windows which have a border only.
...
such windows dont have DECORM_ENABLED and hence no borderwidth was
added to the calculation. thats fixed now
2005-04-18 15:27:59 +00:00
mathias
6c1288b6f5
updated changes
2005-04-15 14:42:41 +00:00
mathias
a98bd2c128
closes #1170056 , Moving tab beyong last right tab causes malfunction
2005-04-15 14:41:32 +00:00
simonb
6e774e79e1
fix a few drawwing issues, esp menu opening offscreen
2005-04-15 00:39:54 +00:00
mathias
95ea1a0151
cosmetic
2005-04-14 17:12:33 +00:00
simonb
ddcecec37e
fix a few small bugs from recent big patch
2005-04-13 14:39:25 +00:00
simonb
88c66f0687
Big changes to how transparency works
...
Consequently rearrange lots of rendering ops, and strip calls to
updateTransparent
2005-04-10 18:18:14 +00:00
mathias
6cf66c6655
updated changes
2005-04-09 07:49:24 +00:00
mathias
90cc378f2a
fixed issues introduced from last change (it was me :)
2005-04-09 07:46:27 +00:00
mathias
eb9161016b
no need to compile default.cc for every run, so we ll check for a
...
change of the revision-number
2005-04-07 02:14:29 +00:00
simonb
007c495239
Tidy up some redundant pixmap allocs
2005-04-02 14:59:38 +00:00
mathias
62431956b4
forgotten xchat-2
2005-03-24 20:14:36 +00:00
mathias
0a0706e753
updated changes
2005-03-23 20:37:15 +00:00
mathias
12dff3d3a9
added "Fullscreen" - command, removes borders and maximizes to
...
the full screen ... hence the name :)
2005-03-23 20:36:12 +00:00
mathias
1a6d067013
move the slitframe out of sight at startup
2005-03-17 14:24:36 +00:00
mathias
9d6916b4bd
updated changes
2005-03-17 11:34:40 +00:00
mathias
f59f5e6c5a
mostly cosmetic changes (tabs -> spaces),
...
added 'cli_find' which does the same as 'normal_find' but
creates entries for cli-programs
2005-03-17 11:34:24 +00:00
mathias
859f167cba
updated changes
2005-03-17 00:09:54 +00:00
mathias
1ac6df3dbd
2005-03-17 00:06:25 +00:00
mathias
99ec2b49e0
added -c <startupfile> to startfluxbox so one can have different startup-files
2005-03-17 00:05:50 +00:00
mathias
d6befe5371
fix for gravity field on _NET_MOVERESIZE_WINDOW messages, patch from Rob Stevens <stever3 at nycap dot rr dot com>
2005-03-16 23:19:36 +00:00
mathias
ac3fa211bb
updated changes
2005-03-16 22:53:07 +00:00
mathias
cfdba894ed
added new option to specify, on which screen
...
fluxbox should handle the windows. default behavior is to handle
each available screen. closes #1159809 . usage:
-screen <"all"|int[,int]>
eg:
$> fluxbox -screen 0,2 will run fluxbox on 0.0 and 0.2 so
one can run any other wm on 0.1.
$> fluxbox -screen all default, fluxbox manages all screens
2005-03-16 22:51:54 +00:00
mathias
150777e336
fix for #1152450 , when having multiple screens the rootCommand's were
...
called too often:
m_root_menu is locked for the current screen when loading the
style for the current screen, but not for the screens already
initialized and thus its executed when called thru Theme::reconfigure();
now only the themes on the same screen are affected by the load-routine.
2005-03-16 22:44:48 +00:00
fluxgen
abce9a0c27
update
2005-03-16 08:43:19 +00:00
fluxgen
68708a89cb
with menu, style, keys, init options, thanks php-coder
2005-03-16 08:42:18 +00:00
fluxgen
fa930f7edf
with menu, style, keys, init options, thanks php-coder
2005-03-16 08:42:11 +00:00
mathias
6b3400512a
updated changes
2005-03-10 17:00:45 +00:00
mathias
730e398b82
commands with trailing whitespaces were problematic coz the 'argument' was
...
notempty (eg :NextWorkspace or :PrevWorkspace want to have the 'argument'
really empty).
now the first thing we do is to remove whitespaces from begin and end of the
line.
2005-03-10 16:51:24 +00:00
simonb
86797859d4
changelog update about which usage
2005-03-10 13:55:27 +00:00
simonb
b7d3dc2fa3
fix 'which' program compatibility.
...
Test the capabilities of the one we find, rather than guessing
based on the system type
2005-03-10 13:53:26 +00:00
fluxgen
aa0a9cd506
update
2005-02-13 16:42:22 +00:00
fluxgen
5f344f3a35
update for romanian, thanks Costin Stroie
2005-02-13 16:42:13 +00:00
fluxgen
5b95321cbd
update
2005-02-13 16:37:51 +00:00
fluxgen
bac15c745e
using stringstream header in FbTk
2005-02-13 16:36:54 +00:00
fluxgen
b8a39c1e6c
stringstream header
2005-02-13 16:34:37 +00:00
fluxgen
e822437cb8
added stringstream header
2005-02-13 16:34:14 +00:00
fluxgen
8e0a3300ad
stringstream
2005-02-13 16:33:49 +00:00
mathias
4a7d0b8434
cosmetic + updated copyright year
2005-02-10 10:24:31 +00:00