Age | Commit message (Expand) | Author | Files | Lines |
2003-05-10 | moved BlackboxHints from BaseDisplay | fluxgen | 1 | -4/+28 |
2003-05-07 | transient fixes by making them WinClients | rathnor | 1 | -12/+6 |
2003-05-01 | clean ups of reconfigure/redraws | rathnor | 1 | -3/+3 |
2003-04-28 | fixing remembering of decorations | rathnor | 1 | -1/+2 |
2003-04-27 | fix nextFocus problem with tabbed windows | rathnor | 1 | -2/+2 |
2003-04-26 | add some comments to better describe the difference between the 2 | rathnor | 1 | -2/+7 |
2003-04-26 | Add code for remember functionality (Simon) | rathnor | 1 | -1/+19 |
2003-04-25 | small fix for gcc 3.3 compile bug (Simon) | rathnor | 1 | -6/+1 |
2003-04-20 | fix couple of functions that shouldn't have been marked as inline | rathnor | 1 | -3/+3 |
2003-04-20 | Add window snapping (Simon) | rathnor | 1 | -1/+4 |
2003-04-16 | added detachCurrentClient | fluxgen | 1 | -1/+3 |
2003-04-15 | raise on focus [at end of cycle], also a temporary raise while cycling | rathnor | 1 | -1/+2 |
2003-04-15 | added resizeClient and sendConfigureNotify | fluxgen | 1 | -2/+4 |
2003-04-15 | drag and drop support for tabs | fluxgen | 1 | -2/+5 |
2003-04-14 | merged with embedded-tab-branch | fluxgen | 1 | -78/+78 |
2003-03-22 | fix outline moving and warping (Simon) | rathnor | 1 | -1/+2 |
2003-02-23 | removed old function | fluxgen | 1 | -2/+1 |
2003-02-22 | fix focus models for new event handler and Resource setup | rathnor | 1 | -1/+3 |
2003-02-18 | Added layer menus for windows, toolbar, and slit, plus associated | rathnor | 1 | -4/+15 |
2003-02-17 | holding last move | fluxgen | 1 | -2/+3 |
2003-02-16 | Fixed gnome init problems (Simon) | rathnor | 1 | -2/+6 |
2003-02-16 | added raiseAndFocus | fluxgen | 1 | -1/+2 |
2003-02-16 | Add layer menu to window menu | rathnor | 1 | -2/+5 |
2003-02-09 | fixing up of layer code | rathnor | 1 | -6/+8 |
2003-02-03 | added layer for constructor | fluxgen | 1 | -6/+11 |
2003-02-02 | Integration of new Layering code, plus updates to the layering code itself | rathnor | 1 | -13/+15 |
2003-01-09 | adjusted for FbTk Timer and ImageControl | fluxgen | 1 | -6/+5 |
2003-01-07 | fixed Windowmenu to FbTk Menu and added last know button pos and popupMenu fu... | fluxgen | 1 | -7/+17 |
2003-01-05 | huge commit, changed FluxboxWindow to a EventHandler and it now holds a FbWin... | fluxgen | 1 | -176/+156 |
2002-12-13 | added a few comments | fluxgen | 1 | -35/+37 |
2002-12-01 | Indenting from tabs to emacs 4-space | rathnor | 1 | -309/+309 |
2002-11-23 | toggleDecor fix - rather than static, use an extra member of decorations | rathnor | 1 | -2/+2 |
2002-11-15 | comments | fluxgen | 1 | -7/+7 |
2002-10-22 | isGroupable | fluxgen | 1 | -3/+4 |
2002-10-19 | auto_ptr for windowmenu | fluxgen | 1 | -4/+6 |
2002-10-11 | removed nonimplemented function nonstick() and fixed comments | fluxgen | 1 | -3/+4 |
2002-10-02 | minor comments | fluxgen | 1 | -3/+7 |
2002-09-08 | new transient handling, removed inline, minor comments | fluxgen | 1 | -52/+57 |
2002-09-07 | removed gnome stuff | fluxgen | 1 | -73/+21 |
2002-08-30 | new functions pause/resumeMoving and fixed non-opaque moving across workspace | fluxgen | 1 | -3/+5 |
2002-08-16 | restore with remap | fluxgen | 1 | -2/+2 |
2002-08-12 | added showMenu function | fluxgen | 1 | -2/+2 |
2002-08-11 | fixed instance and classname | fluxgen | 1 | -6/+12 |
2002-08-04 | doxygen comments | fluxgen | 1 | -19/+35 |
2002-07-10 | minor comment | fluxgen | 1 | -2/+2 |
2002-05-30 | removed comment from propwwmhints | fluxgen | 1 | -2/+2 |
2002-05-30 | cleaning, changed (void) to (), removed unused variable, added comments, move... | fluxgen | 1 | -129/+129 |
2002-05-21 | fixed transient checking in a function | fluxgen | 1 | -2/+3 |
2002-05-17 | moved creation of titlebar and handle into functions | fluxgen | 1 | -2/+8 |
2002-05-07 | const on updateGnome* functions | fluxgen | 1 | -8/+8 |