Age | Commit message (Expand) | Author | Files | Lines |
2002-07-20 | minor update | fluxgen | 1 | -5/+5 |
2002-07-19 | updated for the latest functionname changes in Image.hh | fluxgen | 1 | -52/+50 |
2002-07-19 | forgot const ref for setRootCommand | fluxgen | 1 | -2/+2 |
2002-07-19 | updated to match image new function names | fluxgen | 1 | -20/+20 |
2002-07-19 | function name change | fluxgen | 1 | -2/+2 |
2002-07-19 | updated BColor function names | fluxgen | 1 | -8/+8 |
2002-07-19 | colormap to m_colormap | fluxgen | 1 | -3/+3 |
2002-07-19 | changed function name | fluxgen | 1 | -3/+3 |
2002-07-19 | changed function names in BColor, BTexture, BImage and BImageControl | fluxgen | 2 | -193/+192 |
2002-07-19 | fixed slitlist loading bug, the list was just reading until space, but now it... | fluxgen | 1 | -3/+4 |
2002-07-14 | added algorithm include | fluxgen | 1 | -1/+2 |
2002-07-14 | doxygen comments | fluxgen | 1 | -3/+6 |
2002-07-13 | changed decoration default | fluxgen | 1 | -3/+2 |
2002-07-13 | fixed check on valid win and screen pointer in setFocusedWindow | fluxgen | 1 | -14/+21 |
2002-07-10 | minor indentation and comments | fluxgen | 1 | -4/+6 |
2002-07-10 | minor comment | fluxgen | 1 | -2/+2 |
2002-07-10 | obsolete Font struct | fluxgen | 1 | -3/+3 |
2002-06-29 | comments | fluxgen | 1 | -9/+11 |
2002-06-14 | fixed transient check | fluxgen | 1 | -4/+13 |
2002-06-04 | resize/move window even without decor | fluxgen | 1 | -5/+6 |
2002-06-02 | fixed bug 554646, windows that are not maximizable by default wont get a tab ... | fluxgen | 1 | -3/+4 |
2002-06-02 | minor fixes | fluxgen | 1 | -8/+9 |
2002-06-02 | removed insert window after last focused, temporary fix | fluxgen | 1 | -3/+6 |
2002-06-02 | removed FONT_ELEMENT_SIZE | fluxgen | 1 | -6/+1 |
2002-06-02 | slit client bug fixed | fluxgen | 1 | -2/+4 |
2002-05-30 | removed comment from propwwmhints | fluxgen | 1 | -2/+2 |
2002-05-30 | changed (void) to () and fixed if-statements in getMWMHints | fluxgen | 1 | -78/+85 |
2002-05-30 | cleaning, changed (void) to (), removed unused variable, added comments, move... | fluxgen | 1 | -129/+129 |
2002-05-29 | fixed invert highlight on toggle-items when they are selected | fluxgen | 1 | -4/+6 |
2002-05-29 | removed assertion | fluxgen | 1 | -3/+1 |
2002-05-29 | slit order filename | fluxgen | 2 | -5/+27 |
2002-05-29 | slit order | fluxgen | 2 | -22/+207 |
2002-05-24 | removed sstream include | fluxgen | 1 | -3/+1 |
2002-05-24 | fixed default include | fluxgen | 1 | -1/+3 |
2002-05-24 | minor indentation | fluxgen | 1 | -2/+2 |
2002-05-23 | iterator fix | fluxgen | 1 | -10/+12 |
2002-05-22 | const fixes | fluxgen | 1 | -30/+31 |
2002-05-21 | fixed transient checking in a function | fluxgen | 2 | -67/+53 |
2002-05-19 | added configurable geometry | fluxgen | 3 | -11/+19 |
2002-05-19 | const on draw function | fluxgen | 1 | -2/+2 |
2002-05-19 | const correct | fluxgen | 1 | -26/+36 |
2002-05-19 | minor stuff | fluxgen | 1 | -2/+2 |
2002-05-19 | minor stuff | fluxgen | 1 | -4/+4 |
2002-05-19 | remove titlebar | fluxgen | 1 | -2/+0 |
2002-05-18 | save style on change | fluxgen | 1 | -2/+3 |
2002-05-17 | moved creation of titlebar and handle into functions and other minor cleaning | fluxgen | 1 | -85/+141 |
2002-05-17 | moved creation of titlebar and handle into functions | fluxgen | 1 | -2/+8 |
2002-05-17 | added cassert include | fluxgen | 2 | -1/+3 |
2002-05-17 | minor intel compiler fix | fluxgen | 1 | -1/+28 |
2002-05-17 | fixed transient check in destructor | fluxgen | 1 | -14/+29 |