Age | Commit message (Expand) | Author | Files | Lines |
2006-02-19 | moved placement strategies to different PlacementStrategy classes | fluxgen | 15 | -366/+905 |
2006-02-19 | forgot to delete focus control | fluxgen | 1 | -0/+1 |
2006-02-19 | removed some debug output | fluxgen | 1 | -5/+0 |
2006-02-19 | added safety counter for the loops in nextFocus | fluxgen | 1 | -4/+12 |
2006-02-18 | moved all focus handling to FocusControl | fluxgen | 11 | -214/+101 |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 2 | -27/+33 |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 1 | -6/+6 |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 6 | -541/+125 |
2006-02-18 | Added template getResource(string) to ResourceManager. | fluxgen | 1 | -0/+40 |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 1 | -0/+1 |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 2 | -0/+791 |
2006-02-16 | updated copyright info | mathias | 181 | -181/+181 |
2006-02-14 | fix nls compilation (committed on akira's behalf) | simonb | 1 | -3/+3 |
2006-02-12 | fixed bug #1417688, remember apps keeps incrementing vertical dimension | fluxgen | 1 | -2/+5 |
2006-02-12 | minor typeo | fluxgen | 1 | -1/+1 |
2006-02-12 | explicit constructor | fluxgen | 1 | -1/+1 |
2006-02-12 | added static validColorString function, returns true if the color string is i... | fluxgen | 2 | -5/+17 |
2006-02-12 | added force_update option to force an update of the m_root_pixmaps | fluxgen | 2 | -3/+3 |
2006-02-12 | added run() for ExecuteCmd, which returns pid of the child process | fluxgen | 2 | -25/+37 |
2006-02-12 | fixed root pixmap crash problem, using fbsetroot to render background | fluxgen | 1 | -49/+90 |
2006-01-22 | minor stuff | fluxgen | 1 | -1/+1 |
2006-01-16 | applied patch from php-coder to fix some warnings, mostly signed vs unsigned | mathias | 4 | -9/+9 |
2006-01-03 | unused headers | fluxgen | 2 | -2/+0 |
2006-01-03 | unused headers | fluxgen | 3 | -3/+0 |
2006-01-03 | using screen based vector for theme lists | fluxgen | 2 | -26/+53 |
2005-12-22 | removed unused variable | fluxgen | 1 | -2/+0 |
2005-12-22 | removed unused variable | fluxgen | 1 | -2/+0 |
2005-12-22 | removed unused variable | fluxgen | 1 | -1/+0 |
2005-12-22 | removed unused variable | fluxgen | 1 | -3/+1 |
2005-12-22 | removed unused variable | fluxgen | 1 | -1/+0 |
2005-12-22 | removed unused variable | fluxgen | 1 | -1/+0 |
2005-12-03 | oops | fluxgen | 1 | -1/+1 |
2005-12-03 | added random and aspect options for background, thanks mitz | fluxgen | 1 | -1/+5 |
2005-11-22 | minor fix: forgot template above function | fluxgen | 1 | -1/+1 |
2005-11-22 | new background style item, making rootCommand in styles obsolete | fluxgen | 4 | -44/+235 |
2005-11-22 | testing replaceString | fluxgen | 1 | -10/+16 |
2005-11-22 | nls for screen argument | fluxgen | 1 | -1/+2 |
2005-11-22 | const function Resource getString | fluxgen | 4 | -18/+18 |
2005-11-22 | public setRootPixmap | fluxgen | 2 | -46/+54 |
2005-11-22 | minor indent | fluxgen | 1 | -2/+2 |
2005-11-22 | const fix | fluxgen | 1 | -3/+4 |
2005-11-22 | const resourceValue function | fluxgen | 1 | -2/+14 |
2005-11-22 | indentation | fluxgen | 1 | -25/+25 |
2005-11-16 | changelog had wrong name, default was from old patch | simonb | 1 | -1/+1 |
2005-11-16 | introduced session.styleOverlay (~/.fluxbox/overlay), all style settings | mathias | 6 | -42/+65 |
2005-11-16 | just some minor cosmetic issues | mathias | 1 | -5/+6 |
2005-11-16 | resolved minor for compiling under win32/cygwin, multiple symbols | mathias | 1 | -19/+4 |
2005-10-21 | Fixed #1223878, Style reloading on USR2 (patch from Zan) | mathias | 3 | -28/+33 |
2005-10-20 | add backslash to special chars, fixes bug #1327878 | fluxgen | 1 | -1/+7 |
2005-10-20 | added replaceString | fluxgen | 2 | -1/+30 |