Commit graph

72 commits

Author SHA1 Message Date
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
0861f3a907 improve native language handling, move messages and menu labels to
FbTk::FbString
2006-05-20 15:08:14 +00:00
fluxgen
4d48f7576b added one more render option for renderButton, force render of focused. Listening to attention signal from Window. 2006-05-13 16:22:30 +00:00
simonb
b9af026688 iconbutton handling fixes 2006-04-17 23:34:01 +00:00
simonb
9ff23f01ca fix some rotation issues 2006-04-17 13:35:20 +00:00
simonb
553104ee1d fix all compiler warnings with -Wall 2006-04-16 11:18:22 +00:00
simonb
7c79084433 implement vertical toolbar placement options 2006-04-15 16:41:11 +00:00
fluxgen
3ee68615c3 fix for stuck icons, thanks _markt 2006-03-07 17:17:52 +00:00
mathias
a21d42da37 fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at lowlatency dot de> 2006-03-02 07:49:13 +00:00
fluxgen
369b4e1b92 moved class Layer from class Fluxbox and thus reduces some dependecies 2006-02-20 21:04:35 +00:00
fluxgen
5ceacc6592 moved all focus handling to FocusControl 2006-02-18 20:19:22 +00:00
mathias
ae05ad9a01 updated copyright info 2006-02-16 06:53:05 +00:00
fluxgen
f7cfa81bbb const function Resource getString 2005-11-22 21:09:14 +00:00
fluxgen
1727656e0a cleaning, change getCount to numberOfWorkspace 2005-07-04 18:18:32 +00:00
mathias
9214e519b3 added new IconbarModes:
NoIcons          - display all noniconified windows
  WorkspaceNoIcons - display all noniconified windows on the current
                     workspace

modified the nls-files accordingly
2005-04-29 16:54:30 +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
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
31d8f96685 updated copyright dates 2005-02-07 13:42:43 +00:00
mathias
cf46669bc1 copyright date 2005-01-24 18:34:57 +00:00
mathias
eb42a7806d icc complaint about a "possible" conflict between the
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index)

to avoid this, we rename FbTk::Menu::update(int index) 
    -> FbTk::Menu::updateMenu(int index)

this is mostly cosmetic, but if it makes the life of a compiler happy, well ..
be happy icc :)
2004-12-13 14:03:17 +00:00
mathias
96de2d57d6 really set the default deiconifyMode to FOLLOW 2004-12-01 20:43:53 +00:00
mathias
71abcf7343 deiconifyMode: Follow is the new/old default (as it was before deiconifyMode was introduced) 2004-12-01 14:45:32 +00:00
mathias
993c17cf2e svn propset svn:keywords "Id" 2004-11-19 11:37:27 +00:00
akir
f5d7833b32 added iconbar.wheelMode and iconbar.deiconifyMode 2004-10-22 00:35:29 +00:00
akir
df9ddbbae8 added iconbar.iconTextPadding 2004-10-10 16:11:25 +00:00
rathnor
af9e76fce5 * Update de_DE Translation and add some missing NLS values
(Thanks Christian Storm)
    - also a tiny cleanup of weird nls set
2004-10-10 12:00:37 +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
fb2e570e8c unique list from removeDuplicate. If we, for some reason, should have duplicate windows in the second argument windowlist 2004-09-05 00:37:16 +00:00
fluxgen
51f26f0c47 clientWidth now iconWidth 2004-08-30 13:42:13 +00:00
rathnor
97ef84da59 a few random fixes 2004-08-29 08:33:13 +00:00
rathnor
5337fc6640 fix up theming of the toolbar 2004-08-25 17:16:40 +00:00
fluxgen
9bd6c403f2 using menu separator 2004-06-27 13:45:20 +00:00
rathnor
a49d1128cd tweak iconbar rendertheme - need to re-render after addWindow 2004-06-17 00:17:22 +00:00
rathnor
8f88c1fecb toolbar fixes, updates and optimisations 2004-06-16 15:38:19 +00:00
fluxgen
5f84132c19 minor indent and using MenuSeparator 2004-06-07 21:43:02 +00:00
rathnor
fff4456dee update NLS string handling... 2004-06-07 11:46:05 +00:00
rathnor
d4a8717851 toolbar themeing fixes 2004-04-26 15:04:37 +00:00
fluxgen
67ec8b7d3e fixed missing text on restart, patch from Mathias Gumz 2004-03-22 20:08:08 +00:00
fluxgen
3c78d753c0 fixed focus issues with remember hidden, patch from Mathias Gumz 2004-02-20 09:07:27 +00:00
fluxgen
17c41e5bac added hidden state to remember, patch from akira 2004-02-16 10:26:03 +00:00
fluxgen
5e5118b4e3 using empty instead of size 2004-01-21 14:14:40 +00:00
fluxgen
df5d6f30e2 using isHidden attrib in Window 2004-01-19 18:28:08 +00:00
fluxgen
b9e375bca0 set border width on buttons before we render textures for them so we get the right texture size 2004-01-14 23:06:13 +00:00
rathnor
6914d00eb7 toolbar transparency 2004-01-13 14:41:32 +00:00
rathnor
58a586a73e fix small rendering issue on iconbar 2004-01-10 01:19:13 +00:00
fluxgen
66c38184c6 detach from signals when screen is shuttingdown 2004-01-09 11:59:10 +00:00
fluxgen
5451d138c3 minor bug in ALLWINDOWS mode 2004-01-09 10:27:23 +00:00
rathnor
ea184b3566 fix rendering of icon buttons when they are slightly larger because of
rounding
2003-12-23 01:55:07 +00:00
fluxgen
1dd4b27d30 timedRender so we can remove flicker while changing current client in window 2003-12-19 14:58:48 +00:00
fluxgen
bb02a522fb code cleaning 2003-12-18 18:03:23 +00:00