Mark Tiefenbruck
c1d9ae5068
fix changing iconbar alignment and button width from init file
2009-06-28 09:39:28 -07:00
Mark Tiefenbruck
706ec5c262
show/hide tooltip if title length changes enough while mouse is over the iconbutton
2008-10-07 14:32:42 -07:00
Mark Tiefenbruck
60a4c7d9f6
remove tooltip when IconButton is destroyed
2008-09-03 09:53:30 -04:00
Henrik Kinnunen
c31638038a
Fixed so tooltip window in the iconbar when the title changes.
2008-05-09 19:39:02 +02:00
Matteo Galiazzo
4a3be045b2
add tooltips for iconbar buttons when title is too long to fit
2008-05-05 05:05:52 -07:00
Mathias Gumz
f6c292a406
split Text.hh into Orientation.hh and TextUtils.{cc,hh}
2008-01-15 08:45:57 +01:00
Mark Tiefenbruck
dbfddf8e0b
added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems
2008-01-07 02:26:32 -08:00
Mark Tiefenbruck
ac1bd7e098
update code to use ThemeProxy
2008-01-04 17:39:19 -08:00
Mark Tiefenbruck
9c105111d2
remove old svn $Id$ tags
2008-01-03 17:34:12 -08:00
Mathias Gumz
04cd2fd14c
removed some unneeded headers
2007-12-30 16:32:53 +01:00
markt
807a1b5575
fix font updates in iconbar
2007-11-09 17:30:34 +00:00
markt
a59428d67a
merged changes from pre-devel
2007-10-13 21:51:37 +00:00
markt
a8e3f500c2
right click on iconbutton toggles menu
2007-01-16 16:25:43 +00:00
markt
186ebd5870
little cleanup
2007-01-07 18:39:12 +00:00
markt
dbe528755e
fix window menu placement with toolbar at top of screen, and disable titlebar when doing it
2007-01-05 19:58:44 +00:00
markt
00d862724a
rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel
2006-08-02 22:02:31 +00:00
simonb
b9af026688
iconbutton handling fixes
2006-04-17 23:34:01 +00:00
simonb
29f975b302
add reversewheeling option
...
thanks Kalle - ice_jkpg at users.sourceforge.net
2006-04-16 12:03:31 +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
simonb
6d35c17ac0
don't follow stuck windows in deiconify (thanks _markt)
2006-03-27 06:35:51 +00:00
simonb
309a1aafb3
fix crash when deiconfiy mode = Follow
2006-03-27 06:26:34 +00:00
simonb
af74a22845
rotated fonts, buttons, containers. Used for tabs for now
2006-03-26 04:02:30 +00:00
mathias
ae05ad9a01
updated copyright info
2006-02-16 06:53:05 +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
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
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
0c74e8c935
Simon's last changes lead to segfaults when the users specified <Sticky> or
...
<Workspace> in apps-file. Reason is, that an unmanaged window is not yet
assigned to an workspace and thus the returned workspacenumber is -1 ... which
leads in combination with getWorkspace(nr) to an invalid workspace (0x0) ...
This also fixes the problem with several deiconify-modes of the iconbar, when
the iconbar is in icons-only mode (same reason)
The other changes in the files are just cosmetic, i throw out the comments
about the changes Simon did coz they make sense and are correct imho.
2005-01-05 01:56:19 +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
71abcf7343
deiconifyMode: Follow is the new/old default (as it was before deiconifyMode was introduced)
2004-12-01 14:45:32 +00:00
mathias
c813375f39
fix possible segfaults in DeiconifyMode::SEMIFOLLOW and FOLLOW ...
...
the raisAndFocus after the sendToWorkspace makes problems, dunno why exactly
so this is still an open issue imho.
2004-11-28 12:41:57 +00:00
mathias
ad095f9f06
enable title of windowmenu when called from iconbar
2004-11-24 23:24:55 +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
fluxgen
40c44b227b
mouse scroll on icons changes workspace
2004-07-15 14:20:19 +00:00
rathnor
8f88c1fecb
toolbar fixes, updates and optimisations
2004-06-16 15:38:19 +00:00
rathnor
d95fcc2dbb
Event Manager fixes/review
2004-05-04 14:33:38 +00:00
fluxgen
db95500c59
fixed include menu
2004-05-02 20:46:19 +00:00
fluxgen
b0dc83601b
change workspace on click
2004-02-18 10:16:23 +00:00
fluxgen
5e5118b4e3
using empty instead of size
2004-01-21 14:14:40 +00:00
fluxgen
53b7311033
on click iconify if focused else raise and focus
2004-01-16 09:32:44 +00:00
fluxgen
abf2bd26e3
fixed crash bug
2004-01-13 12:27:51 +00:00
fluxgen
be2f29dee6
hide menus on click
2004-01-11 16:08:57 +00:00
fluxgen
5ce35d9fa8
toggle pixmap for IconButton
2003-11-27 14:30:11 +00:00
rathnor
d757c08e00
some menu tweaking
2003-11-19 12:57:27 +00:00
rathnor
08089dd064
out-by-one correction
2003-10-31 20:02:49 +00:00
rathnor
af7deab379
tweak winbutton icon drawing, plus a little fix to icon changes
2003-10-31 19:32:40 +00:00
rathnor
b88f9b2a9e
fix a number of positioning and sizing issues
2003-10-31 10:37:09 +00:00
fluxgen
03fd9e1147
minor bugfixes
2003-09-10 21:41:18 +00:00