Age | Commit message (Expand) | Author | Files | Lines |
2003-10-26 | some extra checks | fluxgen | 1 | -2/+7 |
2003-10-26 | fixed uninitialized variables | fluxgen | 1 | -1/+17 |
2003-10-26 | update | fluxgen | 1 | -0/+1 |
2003-10-26 | minor bugfix | fluxgen | 1 | -3/+4 |
2003-10-26 | minor compile fix | fluxgen | 2 | -3/+7 |
2003-10-26 | minor fix | fluxgen | 1 | -12/+10 |
2003-10-25 | update | fluxgen | 1 | -0/+6 |
2003-10-25 | added resizeto and moveto commands | fluxgen | 3 | -4/+61 |
2003-10-25 | removing trailing whitespace in filename | fluxgen | 1 | -11/+5 |
2003-10-25 | fixed trailing whitespace in pixmap filename | fluxgen | 1 | -7/+18 |
2003-10-25 | added removeTrailingWhitespace | fluxgen | 2 | -19/+33 |
2003-10-20 | updates from han | rathnor | 2 | -30/+58 |
2003-10-16 | fbsetbg update from han | rathnor | 2 | -26/+56 |
2003-10-14 | default background gray | fluxgen | 1 | -1/+2 |
2003-10-14 | fix identification of event targets in event manager | rathnor | 4 | -8/+79 |
2003-10-14 | update | fluxgen | 1 | -0/+3 |
2003-10-14 | old style toolbar as default | fluxgen | 1 | -2/+2 |
2003-10-14 | minor bug fix in NextWindow and PrevWindow Cmd | fluxgen | 1 | -4/+5 |
2003-10-14 | update | fluxgen | 1 | -0/+25 |
2003-10-13 | minor fixes | fluxgen | 2 | -4/+4 |
2003-10-13 | added ToolFactory, Generictool, ButtonTool and ButtonTheme | fluxgen | 1 | -1/+4 |
2003-10-13 | cleaning | fluxgen | 1 | -16/+14 |
2003-10-13 | moved tool creation to ToolFactory, removed FbCommands deps and using Command... | fluxgen | 1 | -75/+17 |
2003-10-13 | added toolbar.button.size | fluxgen | 2 | -12/+15 |
2003-10-13 | added pressed color | fluxgen | 2 | -2/+13 |
2003-10-13 | extends tooltheme with picColor and pressed texture for toolbar buttons | fluxgen | 2 | -0/+58 |
2003-10-13 | helper tool class for button tools | fluxgen | 2 | -0/+135 |
2003-10-13 | creates tools | fluxgen | 2 | -0/+230 |
2003-10-13 | helper class for simple tools | fluxgen | 2 | -0/+151 |
2003-10-13 | added ThemeItems | fluxgen | 1 | -1/+1 |
2003-10-13 | cleaning, moved theme items to ThemeItems.hh | fluxgen | 1 | -157/+2 |
2003-10-13 | moved from Theme.cc | fluxgen | 1 | -0/+196 |
2003-10-13 | using auto_ptr | fluxgen | 2 | -10/+12 |
2003-10-13 | minor fix | fluxgen | 1 | -2/+2 |
2003-10-12 | small solaris build fix | rathnor | 1 | -1/+4 |
2003-10-09 | add comment about pixmap cache | rathnor | 1 | -0/+1 |
2003-10-09 | drawing optimisations and fixes | rathnor | 10 | -98/+135 |
2003-10-08 | updates from han to remove dependency on getopts, but still | rathnor | 2 | -30/+78 |
2003-10-08 | avoid using getopts in fbsetbg, plus other tweaks | rathnor | 2 | -77/+108 |
2003-10-06 | minor menu positioning tweaks | rathnor | 2 | -17/+18 |
2003-10-06 | fix rendering of offscreen windows | rathnor | 2 | -6/+4 |
2003-10-06 | fix shape - all menus shaped, and some weird shape bugs | rathnor | 13 | -42/+52 |
2003-10-05 | fix window size when changing titlebar height | rathnor | 4 | -32/+54 |
2003-10-05 | shuffle bunch of stuff from Keys into FbTk/KeyUtil | rathnor | 7 | -229/+225 |
2003-10-05 | fix reading of auto raise delay | rathnor | 6 | -29/+29 |
2003-10-05 | make doFocusLast work for sloppy focus as well | rathnor | 6 | -34/+182 |
2003-10-04 | fix nls bad message errors | rathnor | 17 | -114/+169 |
2003-10-02 | address some memory issues shown up with valgrind | rathnor | 9 | -25/+41 |
2003-10-02 | fix rendering of grips for parent relative textures | rathnor | 3 | -23/+28 |
2003-10-02 | fix rendering of window frame on focus change | rathnor | 2 | -1/+13 |