Age | Commit message (Expand) | Author | Files | Lines |
2004-10-06 | added :Export / :Setenv command | akir | 3 | -4/+38 |
2004-10-06 | allocate red, green and blue buffers only for gradients | fluxgen | 2 | -34/+43 |
2004-10-06 | setTile for X Drawable | fluxgen | 1 | -2/+6 |
2004-10-06 | fixed compile | fluxgen | 1 | -1/+1 |
2004-10-04 | oops, missed a bit | rathnor | 1 | -1/+2 |
2004-10-04 | don't require [begin] in included files | rathnor | 4 | -16/+17 |
2004-10-04 | fix usage of setlocale return value, which returns a pointer to static | rathnor | 1 | -5/+5 |
2004-09-30 | title of current tab-window is now shown in the iconbar-buttons | akir | 1 | -2/+3 |
2004-09-29 | fix to make separators are not clickable/selectable | akir | 1 | -7/+7 |
2004-09-24 | fix build issue, use cerr instead of fprintf(stderr | rathnor | 1 | -2/+2 |
2004-09-19 | fixed a minor bug that can lead to HIGH cpuload under some circumstances. | akir | 1 | -1/+2 |
2004-09-16 | make reconfig an alias for reconfigure | rathnor | 1 | -2/+3 |
2004-09-16 | fix menu creator not using args for some commands | rathnor | 1 | -20/+14 |
2004-09-16 | cleaning, we dont create windows with XCreateWindow | fluxgen | 2 | -30/+14 |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 34 | -166/+370 |
2004-09-12 | cleaning, moved resource functions to Resources.cc | fluxgen | 2 | -223/+6 |
2004-09-12 | holds main resource functions | fluxgen | 1 | -0/+228 |
2004-09-12 | inject an entire directory of menu files with include + path, patch from Ciar... | fluxgen | 1 | -4/+37 |
2004-09-12 | fix for Font drawText | fluxgen | 1 | -2/+2 |
2004-09-11 | Font::drawText takes reference to FbDrawable instead of X Drawable + some cod... | fluxgen | 18 | -135/+137 |
2004-09-11 | copyright update | fluxgen | 2 | -4/+4 |
2004-09-11 | access function for display | fluxgen | 1 | -1/+2 |
2004-09-11 | using ShowMenu commands for buttonPress event | fluxgen | 1 | -45/+5 |
2004-09-11 | workspace menu and root menu inside visible area | fluxgen | 1 | -73/+72 |
2004-09-11 | init frame window in frame struct | fluxgen | 2 | -23/+13 |
2004-09-11 | more X error fixing | rathnor | 3 | -7/+16 |
2004-09-11 | ignore 32-bit visuals for now - until we can support alpha channel in colors | rathnor | 1 | -2/+3 |
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 8 | -105/+112 |
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 4 | -79/+116 |
2004-09-11 | head specific strut | fluxgen | 2 | -0/+135 |
2004-09-11 | fix issues that resulted in unnecessary X errors | rathnor | 6 | -36/+43 |
2004-09-10 | cosmetic + avoid unneeded App::instance()->display() calls | akir | 2 | -60/+47 |
2004-09-10 | cosmetic + avoid unneeded App::instance()->display() calls | akir | 2 | -45/+41 |
2004-09-10 | cosmetic + try to avoid App::instance()->display() calls when not needed | akir | 1 | -11/+12 |
2004-09-10 | cosmetic issues, removed unneeded strcasestr-code (is already in StringUtil), | akir | 1 | -36/+19 |
2004-09-10 | cosmetic, man, we need a beautifarm :) | akir | 2 | -19/+19 |
2004-09-10 | put App::instance()->display() to FbDrawable::s_display to avoid too much | akir | 5 | -109/+116 |
2004-09-10 | cosmetic, tab vs spaces | akir | 1 | -112/+112 |
2004-09-10 | cosmetic, tabs to spaces | akir | 1 | -10/+10 |
2004-09-10 | clean up unused variables, from Ryan O'Hara | rathnor | 1 | -3/+3 |
2004-09-09 | tiny cleanup to avoid calling unnecessary FbTk::App::instance() | akir | 1 | -3/+5 |
2004-09-09 | added forgotten [macrocmd] to menuitems | akir | 1 | -1/+11 |
2004-09-09 | transfered ::getRootPixmap from several places to new home, FbPixmap | akir | 6 | -90/+62 |
2004-09-08 | cosmetic, removing unnecessary calls. | akir | 1 | -5/+4 |
2004-09-06 | added button2-on-workspacename in workspacemenu jumps to workspacadded | akir | 1 | -3/+16 |
2004-09-06 | fix the segfault-fix of fluxgen some days before. workspacemenu must be | akir | 1 | -3/+5 |
2004-09-05 | fix for crash on shutdown, the workspacemenu must be destroyed before clientl... | fluxgen | 1 | -12/+29 |
2004-09-05 | unique list from removeDuplicate. If we, for some reason, should have duplica... | fluxgen | 1 | -5/+11 |
2004-09-04 | blank lines again | akir | 1 | -2/+4 |
2004-09-03 | fix crash on amd64 | rathnor | 1 | -3/+3 |