aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.cc
AgeCommit message (Expand)AuthorFilesLines
2007-01-26fix some crashes with empty menus, and fixed default workspace namesmarkt1-7/+6
2007-01-21various changes to menu behaviormarkt1-8/+24
2007-01-06make "force pseudotransparency" menu item work immediatelymarkt1-4/+8
2006-10-30Cosmetic patch from Slava Semushinmathias1-56/+58
2006-08-14fix minor menu separator highlight issuesimonb1-1/+1
2006-08-09remove FbTk::Menu::enter/leaveNotifyEvent -- caused problems with placing sub...markt1-69/+8
2006-07-26fix torn menus on execmarkt1-2/+2
2006-07-11dead functionmarkt1-2/+2
2006-06-24fix disappearing menu selection boxessimonb1-2/+2
2006-06-19fix placement issue with xinerama (only hit if screens are vertically aligned)simonb1-2/+2
2006-06-10using shift while pressing enter in menu will fake a button 3 press (rmb), th...fluxgen1-1/+4
2006-05-20improve native language handling, move messages and menu labels to simonb1-12/+11
2006-04-25 Fix occasional highlighting of menu nops+separators, sf.net patch simonb1-1/+1
2006-04-24fix memory leaks in menu codesimonb1-4/+6
2006-04-22fix menu corruption when size/label changessimonb1-0/+3
2006-04-02size_t fixes, thanks Semushin Slava aka php-coderfluxgen1-3/+4
2006-02-16updated copyright infomathias1-1/+1
2006-01-03unused headersfluxgen1-1/+0
2005-12-22removed unused variablefluxgen1-1/+0
2005-09-07bugfix for client menufluxgen1-16/+22
2005-06-23added showSubmenu in MenuItemfluxgen1-1/+1
2005-05-06fix segfault opportunity in menusimonb1-0/+5
2005-05-03fix some menu drawing issuessimonb1-2/+5
2005-04-29enabled MenuItems / Separators are not clickable and the same logic shouldmathias1-4/+3
2005-04-26extension of previous big patch. Move a bunch of menu things onto simonb1-179/+140
2005-04-15fix a few drawwing issues, esp menu opening offscreensimonb1-11/+10
2005-04-10Big changes to how transparency workssimonb1-330/+119
2005-04-02Tidy up some redundant pixmap allocssimonb1-11/+22
2005-01-24copyright datemathias1-1/+1
2005-01-15cleaningfluxgen1-118/+118
2004-12-13icc complaint about a "possible" conflict between themathias1-6/+6
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-09-29fix to make separators are not clickable/selectableakir1-7/+7
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor1-4/+7
2004-09-11Font::drawText takes reference to FbDrawable instead of X Drawable + some cod...fluxgen1-15/+7
2004-09-11more X error fixingrathnor1-3/+9
2004-09-11head specific strut, patch from Mathieu De Zutterfluxgen1-23/+32
2004-09-11fix issues that resulted in unnecessary X errorsrathnor1-5/+9
2004-09-09transfered ::getRootPixmap from several places to new home, FbPixmapakir1-25/+4
2004-08-31add autoconf check for std c++ headersrathnor1-4/+16
2004-08-30fi menuuclosebug -> choosed the wrong parent-menu under some circumstancesakir1-3/+3
2004-08-29fix wrapping upwards in menurathnor1-7/+3
2004-08-29fix bug with >1 column menusrathnor1-2/+2
2004-08-29a few random fixesrathnor1-3/+8
2004-08-28couple of menu render fixesrathnor1-1/+3
2004-08-28fix menu rendering bug with selected itemsrathnor1-7/+7
2004-08-03fixed menu move bug and made separator not selectable, patch from Mathias Gumzfluxgen1-2/+27
2004-07-14fixed menu draw bug while doing keyboard navigationfluxgen1-5/+5
2004-07-05fixed menutitle and menulables drawn to close to screen-bottom, patch from Ma...fluxgen1-2/+2
2004-06-27added m_active_index. added validIndex function which validates indexes, remo...fluxgen1-103/+151