mathias
318d76b47c
fix from vadim for fbrun-tabcompletion
2005-05-09 07:20:17 +00:00
mathias
aba44f47aa
fix for gentoo #91955 , remembering the current window-position didnt store the
...
reference corner to the appsfile.
2005-05-09 06:09:37 +00:00
mathias
4ddda95f20
patch from vadim to fix the issues in input-areas he introduced with his last
...
patch
2005-05-07 19:33:54 +00:00
simonb
5763339f4c
remove default gray background on created FbWindows
...
(not everything should get a bg set)
2005-05-07 12:59:43 +00:00
simonb
a65511a32e
fix titlebar transparency in some cases
2005-05-07 06:25:51 +00:00
mathias
4338fbec76
Added new Buttons for the Titlebar of a Window (Mathias)
...
- Shade - just like the "Stick"-button
Styleresources:
window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap
window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap
etc.
- MenuIcon - click on it provides the windowmenu, if the app
contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a
little menu otherwise.
Styleresources:
windowmenu.pixmap, windowmenu.unfocus.pixmap windowmenu.pressed.pixmap
etc.
Example ~/.fluxbox/init - entry:
session.titlebar.left: MenuIcon Stick
session.titlebar.right: Shade Minimize Maximize Close
hint: if the app HAS a pixmap i use window.title.focus.pixmap (look
WinButtonTheme for reference)in pixmap-based-styles. this looks excellent and dont need
much extra-code to pipe that info into WinButtons.
2005-05-06 18:04:14 +00:00
simonb
783a390375
fix wm_name for fluxbox
2005-05-06 15:24:53 +00:00
simonb
90fcc93d6e
fix segfault opportunity in menu
2005-05-06 15:22:24 +00:00
mathias
d6ee96775d
more keyactions for textbox-patch from Vadim <suhanov_vadim at mail dot ru>
2005-05-06 10:02:03 +00:00
mathias
6c057c6903
Fix for #1160244 , #1099704 , #1094107 :
...
if the xkb-extension is enabled and the user switches between his/her
keyboardlayouts fluxbox's keybhandling doesn't work well anymore because
xkeyevent.state contains also xkb-related flags and thus we have to handle
that with caution.
KeyUtils now contain 'isolateModifierMask()' to really work only on the
modifiers. why not as part of cleanMods() ? because the XLookupString return
false results, eg TextBox's would only print chars from the first
keyboardlayout.
2005-05-06 09:22:53 +00:00
simonb
7d4f711204
fix some menu drawing issues
2005-05-03 13:53:25 +00:00
fluxgen
6aee5b22b7
update
2005-05-03 09:29:50 +00:00
fluxgen
e5d4fc1267
update
2005-05-02 12:10:24 +00:00
fluxgen
d8b8934089
update
2005-05-02 01:18:11 +00:00
mathias
55f62bc5cc
Fix #1086673 ArrangeWindows on shaded aterms causes inconsistency (Mathias)
...
we now place shaded Windows above the normal windows. ArrangeWindows
touches only windows on the current (xinerama)-head.
there are still some open issues with this, look at my notes at the function
itself.
2005-04-30 13:10:15 +00:00
mathias
7aed31fc5c
updated changes
2005-04-29 16:58:17 +00:00
fluxgen
e108c5cac0
update
2005-04-29 03:01:14 +00:00
simonb
94e3fa88fc
revert mathias last change, and fix it differently using info already
...
there
2005-04-28 14:20:59 +00:00
mathias
f1c5abd17f
i added an attribute to FbWindow to mark windows which are only used as
...
"carrier" (maybe a temporarly name?) ... carriers dont need background-updates
.. ever.
this leads to a big performance"boost" over the last commits. before we
updated also the windows which are the hosts for the apps (m_window and
m_clientarea in FbWinFrame) -> bad idea.
2005-04-27 21:18:41 +00:00
simonb
c0f7258063
fix background setting + initialisation
2005-04-27 17:57:40 +00:00
simonb
690030444b
add rough support for non-default depth pixmaps. Saves us having ghost
...
holes in windows
2005-04-27 17:45:56 +00:00
simonb
9970dd11c7
fix a few more bugs with recent reworking stuff
...
Some fixes could incidentally fix a few other bugs... the flaws were
pre-existing, I've just been weeding out a lot of duplication
2005-04-27 15:15:36 +00:00
mathias
8a43bec0e8
cosmetic
2005-04-27 12:52:51 +00:00
mathias
7f967a6497
use of @PREFIX@
2005-04-27 12:50:08 +00:00
mathias
079279c693
close #1107216 , buildsystem issue
2005-04-27 12:19:05 +00:00
mathias
b97c3db251
close #1182770
...
if someone changed the session.screen0.workspaces:<int> value and fired a
"reload config"/reconfigure-Command fluxbox crashed.
changes:
- cleaner way of reading in the workspacenames
- cleaner way of initialize the workspaces in BScreen()
- on BScreen::reconfigure we add/delete Workspaces to the
current screen until init-file and fluxbox are in sync
-> the user changed the initfile and pressed reload, so
imho he wants to have the changes in the init-file realized.
2005-04-27 09:52:30 +00:00
simonb
6df9d6ed54
fix drawing foreground when transparency off
2005-04-26 11:37:29 +00:00
simonb
e57a30f664
fix systray client sizing
2005-04-26 04:18:10 +00:00
simonb
1c2f92a3d2
extension of previous big patch. Move a bunch of menu things onto
...
background pixmap. Same for textbuttons.
2005-04-26 01:41:55 +00:00
mathias
adc88698fb
#1188690 , fbrun segfault
2005-04-25 06:47:01 +00:00
mathias
9288ae8eb0
close #956325
2005-04-23 10:03:06 +00:00
mathias
efe4ead214
fixed #960535 , Deiconify with apps set 'sticky'
2005-04-23 08:44:45 +00:00
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
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
085d669f2b
updated Changes
2005-04-20 15:59:32 +00:00
mathias
3cd94d0629
updated changes
2005-04-18 16:06:21 +00:00
mathias
6c1288b6f5
updated changes
2005-04-15 14:42:41 +00:00
simonb
6e774e79e1
fix a few drawwing issues, esp menu opening offscreen
2005-04-15 00:39:54 +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
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
0a0706e753
updated changes
2005-03-23 20:37:15 +00:00
mathias
9d6916b4bd
updated changes
2005-03-17 11:34:40 +00:00
mathias
859f167cba
updated changes
2005-03-17 00:09:54 +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
fluxgen
abce9a0c27
update
2005-03-16 08:43:19 +00:00
mathias
6b3400512a
updated changes
2005-03-10 17:00:45 +00:00
simonb
86797859d4
changelog update about which usage
2005-03-10 13:55:27 +00:00
fluxgen
aa0a9cd506
update
2005-02-13 16:42:22 +00:00
fluxgen
5b95321cbd
update
2005-02-13 16:37:51 +00:00
mathias
b1b4008ce7
updated changes
2005-02-09 14:58:31 +00:00
mathias
a1cf88cf25
updated changes
2005-02-04 17:29:05 +00:00
mathias
7b2d1c12f2
updated changes
2005-02-03 16:48:47 +00:00
mathias
42b57e68ea
updated changes
2005-02-02 15:24:05 +00:00
mathias
2f219f9a5a
updated changes
2005-02-01 19:18:36 +00:00
mathias
af526573b8
updated changes
2005-02-01 10:16:20 +00:00
mathias
a7624355a0
updated changes
2005-01-31 09:43:22 +00:00
mathias
3053f230e6
updated changes
2005-01-29 19:17:07 +00:00
mathias
c8b538b264
updated changes
2005-01-24 20:02:56 +00:00
mathias
4f889717d2
updated changes
2005-01-24 18:49:51 +00:00
mathias
7f9e13bc99
updated changes
2005-01-24 17:14:41 +00:00
simonb
c89d54205f
fix tab detach - the window wasn't shown after attachTo
2005-01-20 22:41:34 +00:00
mathias
8fe257f45c
updated changes
2005-01-20 12:40:02 +00:00
mathias
588b47ff26
updated changes
2005-01-17 19:13:17 +00:00
fluxgen
996e30ef10
update
2005-01-15 13:16:40 +00:00
mathias
65df13004a
updated changes
2005-01-14 10:08:14 +00:00
mathias
c20259313b
updated changes
2005-01-11 12:42:08 +00:00
mathias
129f0eeaac
updated changes
2005-01-11 12:02:31 +00:00
mathias
50fbdf2ac3
updated changes
2005-01-10 09:06:04 +00:00
simonb
6c710ba374
fix position init from atom handlers
2005-01-10 08:10:17 +00:00
simonb
83224b7f55
fix up window initialisation ordering
2005-01-05 05:37:06 +00:00
mathias
a6c1529a97
updated changes
2005-01-05 01:57:01 +00:00
mathias
1657de3cef
added apps to fbgm
2005-01-04 13:42:25 +00:00
mathias
901902330a
updated ru_RU translations
...
added ko_KR translations
2005-01-04 12:05:58 +00:00
simonb
61bb3f039a
fix some initialisation, especially relating to placement and
...
decoration/handler hints
2005-01-04 10:51:38 +00:00
fluxgen
338a985c05
update
2005-01-03 20:17:35 +00:00
mathias
06fccd11a9
updated changes
2005-01-03 05:03:12 +00:00
mathias
0438a7bfd7
updated pl_PL + minor nls-stuff from melti and cheester
2005-01-02 07:27:44 +00:00
mathias
368060e1a0
updated changes
2005-01-02 06:29:14 +00:00
mathias
1be23b544f
corrected name of antonio gomes
2004-12-31 16:32:51 +00:00
fluxgen
07110ee7ff
update
2004-12-30 14:35:59 +00:00
fluxgen
96e62e53ae
update
2004-12-28 22:22:03 +00:00
mathias
d39897f19d
updated changes
2004-12-21 23:50:41 +00:00
mathias
7e41a1494a
updated changes
2004-12-21 16:22:56 +00:00
mathias
8f94dc6a31
updated changes
2004-12-18 02:46:35 +00:00
mathias
c7baeb1ae2
updated changes
2004-12-18 01:32:26 +00:00
mathias
ed3ac63b4a
updated changes
2004-12-15 05:07:39 +00:00
fluxgen
5ee666fba6
update
2004-12-13 21:33:13 +00:00
mathias
12df6d625e
updated changes
2004-12-13 14:07:05 +00:00
mathias
7c7dfbfbdd
added vi_VN (vietnamese) translations, thanx Phan Vinh Thinh)
2004-12-13 13:32:11 +00:00
mathias
85eb49917a
updated changes
2004-12-13 12:19:14 +00:00
fluxgen
60e90553ed
update
2004-12-10 09:50:09 +00:00
mathias
cc486c194f
updated changes
2004-12-10 04:08:03 +00:00
mathias
3cc0ca33f6
updated changes
2004-12-10 02:05:29 +00:00
mathias
7a1aa0b772
updated changes
2004-12-02 15:32:13 +00:00