aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.cc
AgeCommit message (Collapse)AuthorFilesLines
2005-01-05Simon's last changes lead to segfaults when the users specified <Sticky> ormathias1-4/+1
<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.
2004-12-13icc complaint about a "possible" conflict between themathias1-0/+1
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-01deiconifyMode: Follow is the new/old default (as it was before deiconifyMode ↵mathias1-5/+5
was introduced)
2004-11-28fix possible segfaults in DeiconifyMode::SEMIFOLLOW and FOLLOW ...mathias1-6/+9
the raisAndFocus after the sendToWorkspace makes problems, dunno why exactly so this is still an open issue imho.
2004-11-24enable title of windowmenu when called from iconbarmathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-22added iconbar.wheelMode and iconbar.deiconifyModeakir1-12/+62
2004-07-15mouse scroll on icons changes workspacefluxgen1-2/+8
2004-06-16toolbar fixes, updates and optimisationsrathnor1-5/+12
2004-05-04Event Manager fixes/reviewrathnor1-2/+2
2004-05-02fixed include menufluxgen1-2/+3
2004-02-18change workspace on clickfluxgen1-5/+6
2004-01-21using empty instead of sizefluxgen1-2/+2
2004-01-16on click iconify if focused else raise and focusfluxgen1-3/+18
2004-01-13fixed crash bugfluxgen1-5/+9
2004-01-11hide menus on clickfluxgen1-8/+19
2003-11-27toggle pixmap for IconButtonfluxgen1-5/+16
2003-11-19some menu tweakingrathnor1-13/+2
2003-10-31out-by-one correctionrathnor1-2/+2
2003-10-31tweak winbutton icon drawing, plus a little fix to icon changesrathnor1-6/+8
2003-10-31fix a number of positioning and sizing issuesrathnor1-11/+7
2003-09-10minor bugfixesfluxgen1-6/+19
2003-08-24fixed menufluxgen1-3/+36
2003-08-19moved textbutton to fbtkfluxgen1-3/+3
2003-08-16minor cleaningfluxgen1-2/+1
2003-08-13Button changed to a FbWindowfluxgen1-2/+2
2003-08-12extra checksfluxgen1-6/+14
2003-08-12raise and focus on click, and fixed icon maskfluxgen1-6/+10
2003-08-11shows pixmap with textfluxgen1-0/+148