aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-10Added FbTk::MemFunBind - a functor which binds all arguments of a functionPavel Labath1-0/+94
2011-05-10Make FbTk::MemFun[12] inherit from std::unary/binary_functionPavel Labath1-2/+3
2011-05-10Make FbTk::MemFun[0-3] use their ResultType parameterPavel Labath1-33/+33
2011-05-10Convert Focusable::dieSig to FbTk::SignalPavel Labath12-102/+77
2011-05-10Last round of simplification of Signal/Slot classesPavel Labath18-139/+103
2011-05-10Don't crash when a slot is deregistered in the middle of signal processingPavel Labath1-15/+46
2011-05-10Simplify Slot.hhPavel Labath2-254/+70
2011-05-10Make RefCount<> more sensiblePavel Labath12-23/+27
2011-05-10Remove the Observer dependency from FbTk::MenuPavel Labath4-15/+8
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath34-115/+92
2011-05-10Simplify FbTk::Signal template classes a bitPavel Labath1-64/+30
2011-05-09Fix make install failure with some autotools versionsPavel Labath1-3/+3
2011-05-08Can check CARDINAL properties in CLIENT PATTERNSnacitar sevaht10-63/+69
2011-05-08fluxbox-remote now properly returns exit statusnacitar sevaht1-5/+20
2011-05-07Include src/tests in the distribution tarballPavel Labath2-1/+21
2011-05-04Fix "comparison between signed and unsigned" warningPavel Labath1-2/+1
2011-05-04Add backup and vim swap files to .gitignorePavel Labath1-0/+2
2011-04-27Woops, forgot to add the file.Pavel Labath1-0/+10
2011-04-27Make sure `make distcheck' is successfulPavel Labath20-28/+37
2011-04-25bugfix: do not warp workspaces with only one workspaceMathias Gumz1-1/+1
2011-04-18Fix VPATH buildsPavel Labath5-7/+8
2011-04-15Fix a couple of "comparison between signed and unsigned" warningsPavel Labath2-9/+7
2011-04-14fixed typo in 'MerleyKay' style, closes #3286430David Coppa1-1/+1
2011-04-14bugfix: use 'unsigned long' to feed XChangeProperty, closes #3285968David Coppa1-1/+1
2011-04-11Changed fbsetbg's tips to the new behaviour.skizzhg1-3/+3
2011-04-11Fix a pair of warnings reported by clangPavel Labath1-2/+2
2011-04-11Menu.cc: send debug output to cerr, make the output more sensiblePavel Labath1-9/+15
2011-04-03bugfix: return 'height' if container is rotated vertically, closes #3195728Gediminas Liktaras1-2/+2
2011-04-03Fix assorted typos in manpagesPavel Labath5-18/+18
2011-03-29make XMESSAGE a variable and use it consistentlyslakmagik1-6/+10
2011-03-29avoid trailing spaces between app and closing }slakmagik1-3/+15
2011-03-29separate functions and main codeslakmagik1-44/+46
2011-03-29add the configuration file equivalent of '-in'slakmagik1-0/+3
2011-03-29silence cmpslakmagik1-1/+1
2011-03-28updated turkish translationsMesutcan Kurt1-64/+214
2011-03-28compile fix: added <cstdlib> to provide declaration for 'size_t' (gcc-4.6.x l...Daniel Diaz3-0/+3
2011-03-23compile fix: arguments must match declarationMathias Gumz1-4/+4
2011-03-23removed useless codeMathias Gumz1-6/+2
2011-03-23configure fix: sstream test needs math.h, thus we should test math.h beforeMathias Gumz1-1/+1
2011-03-23cosmeticsMathias Gumz2-6/+6
2011-03-23compile fix: sunCC again, wants a compile time constant for arraysMathias Gumz1-2/+2
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz25-108/+106
2011-03-19mergeMathias Gumz1-3/+11
2011-03-19code cleanup: moved code from public API to implementationMathias Gumz4-115/+108
2011-03-19delete config menu first at shutdownHenrik Kinnunen1-3/+11
2011-03-19bugfix: reposition windows only if they are invisibleMathias Gumz1-4/+19
2011-03-19code deduplication: use RectangleUtil::insideBorder()Mathias Gumz1-4/+1
2011-03-19prepare BScreen::XineramaHeadInfo to be 'RectangleLike'Mathias Gumz2-10/+15
2011-03-19added RectangleUtil::overlapRectangles() + test casesMathias Gumz2-0/+99
2011-03-19updated date of manpagesMathias Gumz9-9/+9