Age | Commit message (Expand) | Author | Files | Lines |
2002-04-04 | moved defines to enums in namespace FBNLS | fluxgen | 1 | -170/+181 |
2002-04-04 | moved nls defines to enums in namespace FBNLS | fluxgen | 16 | -782/+307 |
2002-04-04 | update | fluxgen | 1 | -0/+10 |
2002-04-04 | to std::string in locale and some other fixes | fluxgen | 2 | -91/+86 |
2002-04-03 | removed int insert(const char **,... | fluxgen | 2 | -17/+3 |
2002-04-03 | std::string for title and icon title in FluxboxWindow | fluxgen | 7 | -87/+54 |
2002-04-03 | char * to const char * | fluxgen | 2 | -10/+10 |
2002-04-03 | fixed some fonts | fluxgen | 5 | -17/+17 |
2002-04-03 | Fixed some signed/unsigned warnings | fluxgen | 21 | -282/+185 |
2002-04-02 | update | fluxgen | 1 | -0/+20 |
2002-04-02 | saner search in prev/next focus, and added bool doSkipWindow | fluxgen | 2 | -63/+64 |
2002-04-02 | add new window after the last focused | fluxgen | 1 | -3/+27 |
2002-04-02 | signed/unsigned fixes | fluxgen | 1 | -5/+5 |
2002-03-29 | Oopss.. typo | pekdon | 1 | -3/+3 |
2002-03-27 | forgot the std in debugmsg | fluxgen | 1 | -2/+2 |
2002-03-27 | fixed getIconName in addIcon | fluxgen | 3 | -7/+7 |
2002-03-27 | added some headers and fixed namespace std | fluxgen | 2 | -11/+22 |
2002-03-23 | Font.hh/cc | fluxgen | 1 | -1/+1 |
2002-03-23 | some signed/unsigned stuff | fluxgen | 9 | -106/+100 |
2002-03-23 | Xinerama | pekdon | 6 | -14/+40 |
2002-03-22 | to namespace | fluxgen | 2 | -18/+22 |
2002-03-21 | minor fix | fluxgen | 1 | -2/+2 |
2002-03-21 | added FbTk font to MenuStyle | fluxgen | 3 | -93/+85 |
2002-03-21 | first | fluxgen | 2 | -0/+323 |
2002-03-20 | signed/unsigned warnings | fluxgen | 2 | -124/+123 |
2002-03-20 | rearrange private/public order | fluxgen | 1 | -17/+14 |
2002-03-20 | removed include BaseDisplay.hh and fixed include unistd.h | fluxgen | 1 | -4/+4 |
2002-03-20 | namespace istead of struct | fluxgen | 2 | -51/+59 |
2002-03-19 | we don't like to modify the arguments, const-correctness and other strange co... | fluxgen | 2 | -98/+54 |
2002-03-19 | Xinerama support | fluxgen | 12 | -243/+1100 |
2002-03-19 | update | fluxgen | 1 | -0/+8 |
2002-03-19 | Fixed timer pointer | fluxgen | 2 | -40/+10 |
2002-03-19 | fixed timer pointer | fluxgen | 2 | -16/+10 |
2002-03-19 | fixed pointer | fluxgen | 2 | -12/+11 |
2002-03-19 | moved the update timer routines from BaseDisplay to BTimer and fixed indentation | fluxgen | 2 | -66/+158 |
2002-03-19 | indentation and timer | fluxgen | 2 | -120/+116 |
2002-03-19 | update getMenu from slit | fluxgen | 1 | -4/+4 |
2002-03-19 | fixed indentation and timer var | fluxgen | 2 | -1923/+1907 |
2002-03-18 | moved timer update to BTimer, update of timer is done i BTimer::updateTimers() | fluxgen | 1 | -92/+4 |
2002-03-18 | removed add/removeTimer and fixed some stupid return referenses | fluxgen | 1 | -24/+14 |
2002-03-18 | added FbAtoms.hh/cc | fluxgen | 1 | -2/+2 |
2002-03-18 | copyright msg | fluxgen | 1 | -3/+1 |
2002-03-18 | include guard | fluxgen | 1 | -1/+6 |
2002-03-18 | parameter to prevFocus/nextFocus | fluxgen | 1 | -3/+3 |
2002-03-18 | added parameter to NEXTWINDOW/PREVWINDOW | fluxgen | 1 | -1/+8 |
2002-03-18 | added parameter to next/prev Focus and optionsbits for them | fluxgen | 2 | -12/+26 |
2002-03-18 | added isLowerTab() and lastFocusTime | fluxgen | 2 | -3/+24 |
2002-03-18 | update | fluxgen | 1 | -0/+15 |
2002-03-18 | indentation | fluxgen | 1 | -21/+21 |
2002-03-18 | changed to std::max/min and fixed some if-statments | fluxgen | 1 | -22/+31 |