aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.cc
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-14minor fix for toggle itemfluxgen1-23/+29
2004-06-14more improvements on transparencyfluxgen1-104/+67
2004-06-13minor fixfluxgen1-3/+5
2004-06-13more cleaningfluxgen1-105/+74
2004-06-13minor fixfluxgen1-3/+2
2004-06-13transparency improvements, added buffer for title window to reduce flickering...fluxgen1-92/+133
2004-06-07improved transparent rendering and fixed drawing of menu items in MenuItem classfluxgen1-244/+268
2004-06-07update NLS string handling...rathnor1-2/+4
2004-05-17fix menu transparency rendering bug, and add save_under to menu windowsrathnor1-22/+26
2004-04-19minor cleaningfluxgen1-8/+4
2004-04-18fixed drawing issue with big menus, patch from Mathias Gumzfluxgen1-3/+18
2004-04-14fixed title problem, patch from Mathias Gumzfluxgen1-2/+3