Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-11-27 | using FbTk's new EventHandler interface | fluxgen | 2 | -41/+48 | |
2002-11-27 | cleaning | fluxgen | 1 | -53/+46 | |
2002-11-27 | using FbTk App eventLoop | fluxgen | 1 | -8/+2 | |
2002-11-27 | removed compile time options | fluxgen | 1 | -45/+12 | |
2002-11-27 | texture passed as const referens to BImageControl's renderImage | fluxgen | 5 | -33/+33 | |
2002-11-27 | virtual eventLoop, default displayname and exit eventLoop variable | fluxgen | 2 | -3/+20 | |
2002-11-27 | using SignalEventHandler class instead of the old EventHandler template | fluxgen | 2 | -16/+13 | |
2002-11-27 | using new EventHandler class | fluxgen | 1 | -3/+3 | |
2002-11-27 | added EventManager | fluxgen | 1 | -1/+2 | |
2002-11-27 | removed templated and fixed XEvent functions | fluxgen | 1 | -7/+18 | |
2002-11-27 | initial import | fluxgen | 2 | -0/+139 | |
2002-11-27 | minor changes | fluxgen | 1 | -1/+2 | |
2002-11-27 | removed config.h | fluxgen | 1 | -17/+3 | |
2002-11-27 | toolbar changes | fluxgen | 1 | -12/+12 | |
2002-11-27 | toolbar changes | fluxgen | 2 | -5/+5 | |
2002-11-27 | indentation | fluxgen | 1 | -11/+11 | |
2002-11-27 | updated from cleaning in Toolbar | fluxgen | 1 | -5/+5 | |
2002-11-27 | cleaning | fluxgen | 2 | -270/+238 | |
2002-11-26 | noinst lib | fluxgen | 1 | -2/+2 | |
2002-11-26 | change libFbTk location | fluxgen | 3 | -3/+3 | |
2002-11-26 | temp fix for strcasestr | fluxgen | 1 | -2/+19 | |
2002-11-26 | another missing header | fluxgen | 1 | -1/+2 | |
2002-11-26 | nothrow in header new | fluxgen | 3 | -3/+7 | |
2002-11-26 | fixed FbTk issues | fluxgen | 2 | -14/+11 | |
2002-11-26 | using FbTk App instead of BaseDisplay | fluxgen | 1 | -3/+3 | |
2002-11-26 | removed deps for BaseDisplay and using FbTk App instead | fluxgen | 1 | -21/+15 | |
2002-11-26 | using FbTk lib | fluxgen | 1 | -12/+3 | |
2002-11-26 | NotCopyable is now in FbTk | fluxgen | 1 | -1/+1 | |
2002-11-26 | using drawutil's doAlignment function | fluxgen | 2 | -134/+61 | |
2002-11-26 | using drawutil's doAligment function | fluxgen | 1 | -26/+6 | |
2002-11-26 | notcopyable is now fbtk | fluxgen | 1 | -2/+2 | |
2002-11-26 | minor cleaning | fluxgen | 2 | -17/+20 | |
2002-11-26 | display connection from FbTk App | fluxgen | 2 | -21/+18 | |
2002-11-26 | moved FbTk files into FbTk dir | fluxgen | 1 | -22/+17 | |
2002-11-26 | initial import | fluxgen | 20 | -0/+2058 | |
2002-11-26 | added Makefile for src/FbTk and libtool config | fluxgen | 1 | -0/+2 | |
2002-11-26 | moved to FbTk | fluxgen | 17 | -1922/+0 | |
2002-11-26 | alignment function | fluxgen | 2 | -17/+38 | |
2002-11-25 | imagecontrol fix | fluxgen | 1 | -6/+6 | |
2002-11-25 | removed compiletime option for interlacing | fluxgen | 1 | -16/+0 | |
2002-11-25 | update | fluxgen | 1 | -0/+5 | |
2002-11-25 | fixed rotated text on vertical tab in XFontImp and a rotate function in ↵ | fluxgen | 9 | -52/+419 | |
FontImp interface | |||||
2002-11-25 | removed rotate font functions | fluxgen | 2 | -418/+4 | |
2002-11-24 | auto_ptr for slit variable | fluxgen | 1 | -4/+4 | |
2002-11-24 | cleaning | fluxgen | 1 | -45/+33 | |
2002-11-24 | cleaning, removed compiletime option for interlaced and removed basedisplay ↵ | fluxgen | 1 | -151/+92 | |
variable in class | |||||
2002-11-24 | cleaning, removed compiletime option for interlaced | fluxgen | 1 | -23/+13 | |
2002-11-24 | update for recent changes | rathnor | 1 | -0/+10 | |
2002-11-24 | fix to make it remember font names that were requested to load (so that | rathnor | 1 | -9/+3 | |
reloads try to use them). Fixes incorrect antialias fonts on startup. | |||||
2002-11-23 | toggleDecor fix - rather than static, use an extra member of decorations | rathnor | 2 | -7/+7 | |
(means that odd number of toggles don't cause the next window toggled to "ignore" it). I think this fixes bug [ 561602 ] Problem using ToggleDecor in terminals. |