Age | Commit message (Expand) | Author | Files | Lines |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 |
2006-01-03 | unused headers | fluxgen | 1 | -1/+0 |
2005-12-22 | removed unused variable | fluxgen | 1 | -1/+0 |
2005-09-07 | bugfix for client menu | fluxgen | 1 | -16/+22 |
2005-06-23 | added showSubmenu in MenuItem | fluxgen | 1 | -1/+1 |
2005-05-06 | fix segfault opportunity in menu | simonb | 1 | -0/+5 |
2005-05-03 | fix some menu drawing issues | simonb | 1 | -2/+5 |
2005-04-29 | enabled MenuItems / Separators are not clickable and the same logic should | mathias | 1 | -4/+3 |
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 1 | -179/+140 |
2005-04-15 | fix a few drawwing issues, esp menu opening offscreen | simonb | 1 | -11/+10 |
2005-04-10 | Big changes to how transparency works | simonb | 1 | -330/+119 |
2005-04-02 | Tidy up some redundant pixmap allocs | simonb | 1 | -11/+22 |
2005-01-24 | copyright date | mathias | 1 | -1/+1 |
2005-01-15 | cleaning | fluxgen | 1 | -118/+118 |
2004-12-13 | icc complaint about a "possible" conflict between the | mathias | 1 | -6/+6 |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 |
2004-09-29 | fix to make separators are not clickable/selectable | akir | 1 | -7/+7 |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -4/+7 |
2004-09-11 | Font::drawText takes reference to FbDrawable instead of X Drawable + some cod... | fluxgen | 1 | -15/+7 |
2004-09-11 | more X error fixing | rathnor | 1 | -3/+9 |
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 1 | -23/+32 |
2004-09-11 | fix issues that resulted in unnecessary X errors | rathnor | 1 | -5/+9 |
2004-09-09 | transfered ::getRootPixmap from several places to new home, FbPixmap | akir | 1 | -25/+4 |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -4/+16 |
2004-08-30 | fi menuuclosebug -> choosed the wrong parent-menu under some circumstances | akir | 1 | -3/+3 |
2004-08-29 | fix wrapping upwards in menu | rathnor | 1 | -7/+3 |
2004-08-29 | fix bug with >1 column menus | rathnor | 1 | -2/+2 |
2004-08-29 | a few random fixes | rathnor | 1 | -3/+8 |
2004-08-28 | couple of menu render fixes | rathnor | 1 | -1/+3 |
2004-08-28 | fix menu rendering bug with selected items | rathnor | 1 | -7/+7 |
2004-08-03 | fixed menu move bug and made separator not selectable, patch from Mathias Gumz | fluxgen | 1 | -2/+27 |
2004-07-14 | fixed menu draw bug while doing keyboard navigation | fluxgen | 1 | -5/+5 |
2004-07-05 | fixed menutitle and menulables drawn to close to screen-bottom, patch from Ma... | fluxgen | 1 | -2/+2 |
2004-06-27 | added m_active_index. added validIndex function which validates indexes, remo... | fluxgen | 1 | -103/+151 |
2004-06-14 | minor fix for toggle item | fluxgen | 1 | -23/+29 |
2004-06-14 | more improvements on transparency | fluxgen | 1 | -104/+67 |
2004-06-13 | minor fix | fluxgen | 1 | -3/+5 |
2004-06-13 | more cleaning | fluxgen | 1 | -105/+74 |
2004-06-13 | minor fix | fluxgen | 1 | -3/+2 |
2004-06-13 | transparency improvements, added buffer for title window to reduce flickering... | fluxgen | 1 | -92/+133 |
2004-06-07 | improved transparent rendering and fixed drawing of menu items in MenuItem class | fluxgen | 1 | -244/+268 |
2004-06-07 | update NLS string handling... | rathnor | 1 | -2/+4 |
2004-05-17 | fix menu transparency rendering bug, and add save_under to menu windows | rathnor | 1 | -22/+26 |
2004-04-19 | minor cleaning | fluxgen | 1 | -8/+4 |
2004-04-18 | fixed drawing issue with big menus, patch from Mathias Gumz | fluxgen | 1 | -3/+18 |
2004-04-14 | fixed title problem, patch from Mathias Gumz | fluxgen | 1 | -2/+3 |
2004-02-27 | fixed some rendering issues | fluxgen | 1 | -11/+17 |
2004-02-27 | improved transparent rendering | fluxgen | 1 | -5/+17 |
2004-01-21 | no need to ignore modifiers when we navigate the menu with keys | fluxgen | 1 | -3/+1 |
2004-01-16 | menu keyboard navigation fixes, patch from Junichiro Kita | fluxgen | 1 | -23/+25 |