aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
2005-01-02fix problems with imlib2 on restart:mathias1-21/+40
2005-01-02small issues:mathias1-4/+6
2004-12-24correct isExecutablemathias1-1/+1
2004-12-21adds imlib2-support to fluxbox: allows us to load several imageformatsmathias8-16/+267
2004-12-21added deleteProperty to FbWindowmathias2-36/+42
2004-12-18fix segfaulting when new text is smaller than the oldtext,mathias1-0/+1
2004-12-18* moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now mathias4-47/+103
2004-12-18cosmetic, double #include of the same headermathias1-1/+0
2004-12-13icc complaint about a "possible" conflict between themathias3-7/+10
2004-12-10fix #1080323, a missing headermathias1-0/+2
2004-11-19fixes fontsituations when text disappears in non-antialias modemathias5-18/+22
2004-11-19svn propset svn:keywords "Id"mathias86-86/+86
2004-11-17fixed missing init for pointer in destructor .. could lead to segfaultsmathias1-2/+2
2004-11-01accepted patch #1057446, improved iterator in timer-codeakir1-6/+15
2004-10-31fix #1057499akir1-4/+5
2004-10-25i forgot to remove a silly warning :)akir1-2/+1
2004-10-21moved ThemeItems.hh -> ThemeItems.ccakir1-230/+0
2004-10-21modified to make it work with the ThemeItem.hh -> ThemeItem.cc actionakir1-2/+2
2004-10-21moved ThemeItems.hh to ThemeItems.cc, solves some linkissuesakir2-1/+231
2004-10-21fixes missing header to avoid missing declarations (mipspro)akir1-9/+11
2004-10-21fix for mipspro: no 'new(nothrow)' available for MIPSpro Compilers: Version 7...akir1-10/+24
2004-10-19if the systemtime is set back the timers wont be updated.akir1-4/+21
2004-10-18fixes MIPSpro Compilers: Version 7.3.1.3m issueakir1-4/+16
2004-10-10added padding: space between text and the borderakir2-7/+28
2004-10-08entering @ and ~ from germankeyboards work againakir1-3/+38
2004-10-08we dont remove the scrolllock() modifier from the keystate anymore -> lead to...akir1-2/+2
2004-10-08cosmeticakir1-2/+2
2004-10-07added LC_TIME so the ClockTool gets the right localeakir1-1/+3
2004-10-06tiny forgotten thingy from the MAN :)akir1-1/+3
2004-10-06fix some keymovement issues, dunno if its completly correct that way. perhapsakir1-8/+27
2004-10-06allocate red, green and blue buffers only for gradientsfluxgen2-34/+43
2004-10-06setTile for X Drawablefluxgen1-2/+6
2004-10-04fix usage of setlocale return value, which returns a pointer to staticrathnor1-5/+5
2004-09-29fix to make separators are not clickable/selectableakir1-7/+7
2004-09-24fix build issue, use cerr instead of fprintf(stderrrathnor1-2/+2
2004-09-19fixed a minor bug that can lead to HIGH cpuload under some circumstances.akir1-1/+2
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor5-26/+91
2004-09-11Font::drawText takes reference to FbDrawable instead of X Drawable + some cod...fluxgen17-131/+133
2004-09-11copyright updatefluxgen2-4/+4
2004-09-11access function for displayfluxgen1-1/+2
2004-09-11more X error fixingrathnor3-7/+16
2004-09-11head specific strut, patch from Mathieu De Zutterfluxgen2-25/+37
2004-09-11fix issues that resulted in unnecessary X errorsrathnor4-22/+25
2004-09-10cosmetic + avoid unneeded App::instance()->display() callsakir2-60/+47
2004-09-10cosmetic + avoid unneeded App::instance()->display() callsakir2-45/+41
2004-09-10cosmetic + try to avoid App::instance()->display() calls when not neededakir1-11/+12
2004-09-10cosmetic issues, removed unneeded strcasestr-code (is already in StringUtil),akir1-36/+19
2004-09-10cosmetic, man, we need a beautifarm :)akir2-19/+19
2004-09-10put App::instance()->display() to FbDrawable::s_display to avoid too muchakir5-109/+116
2004-09-10cosmetic, tabs to spacesakir1-10/+10