aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
2005-03-16fix for #1152450, when having multiple screens the rootCommand's were mathias1-2/+4
2005-02-13added stringstream headerfluxgen1-0/+1
2005-02-13stringstreamfluxgen1-0/+19
2005-02-10cosmetic + updated copyright yearmathias1-1/+1
2005-02-08updated copyright yearmathias1-1/+1
2005-02-07copyright yearmathias2-2/+2
2005-02-07updated copyright datemathias1-1/+1
2005-02-07cosmetic white-space-stuff and/or copyright datesmathias4-12/+13
2005-02-07white-space cosmeticmathias1-10/+10
2005-01-31closes #1107213, 64bit issues with XChangePropertymathias1-1/+1
2005-01-24fix to solve compileproblems under freebsd4mathias1-1/+1
2005-01-24copyright datemathias93-93/+93
2005-01-20copyright datemathias1-1/+1
2005-01-15cleaningfluxgen2-132/+132
2005-01-14moved ThemeItem<bool> - implementation to FbTk/ThemeItems.ccmathias1-34/+120
2005-01-14copyrightmathias2-2/+2
2005-01-12cosmetic changemathias1-4/+3
2005-01-11fix for #1099278mathias1-3/+3
2005-01-11fix for #1099950, Missing initialization in FbTk/FbWindow.ccmathias1-1/+2
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