12
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
compile on Mac OS X More... over 19 years ago
fix a brainfart in rev 1.392... i was obviously on drugs at the time More... over 19 years ago
fix bugs 1166280 and 1040836: make sunken bevels work with gradients again More... almost 20 years ago
apply patch 1072374 with some modifications... this allows the user to use either: More... almost 20 years ago
update does to mention [stylesdir] More... almost 20 years ago
default 0.6x.x window.button.unfocus.picColor is white, not black More... almost 20 years ago
better menu item text More... almost 20 years ago
*** empty log message *** More... almost 20 years ago
*** empty log message *** More... almost 20 years ago
fix bug 1169535: place some padding around text when drawing so that the text deos not align directly with the edge of the rectangle... More... almost 20 years ago
apply patch 1178234: this fixes _NET_MOVERESIZE_WINDOW message handling More... almost 20 years ago
- the default text color of the toolbar clock should be black - the default frame color of focused windows should be white More... almost 20 years ago
remove -W* and -pedantic from the compile command... this allows people with slightly broken system headers to compile blackbox (see bug 1177903) More... almost 20 years ago
merge() should not override existing entries, only add new ones More... almost 20 years ago
do nothing if the filename is empty More... almost 20 years ago
add writeDataFile(), writeConfigFile(), and writeCacheFile() to bt::XDG::BaseDir... these are convenience functions that make the basedir-spec easier to implement More... almost 20 years ago
add bt::mkdirhier, which is equivalent to the shell command 'mkdir -m mode -p path' More... almost 20 years ago
add bt::dirname(), the counterpart of bt::basename() More... almost 20 years ago
add bt::XDG::BaseDir, which is an interface for the basedir-spec on freedesktop.org More... almost 20 years ago
updates More... almost 20 years ago
updates More... almost 20 years ago
improve window placement a bit... it's the WM's job to take care of lots of things... keeping windows inside of the workarea, dialogs centered over their parents, and so on... More... almost 20 years ago
add bt::Rect::inside(), which returns the rect placed inside the specified rect (if the rect is too large, the left and top edges are aligned) More... almost 20 years ago
the "Focus Last Window on Workspace" feature should not keep "sticky" windows focused... this is quite annoying when you switch to an empty workspace (with a single stick window) and then switch back to a workspace where a window previously had focus... before, blackbox would keep focus on the sticky window... now it focuses the window that previously had focus. More... almost 20 years ago
handle clock rollback... we need to adjust the start time of all Timers when we find out that the clock has rolled back... More... almost 20 years ago
use sizeof() instead of hard coding the size in 2 places More... almost 20 years ago
silence warnings from gcc More... almost 20 years ago
i've gotten more GC cache faults, so let's fix this one and for all... the key calculation is based on a very simply hash, so lets use a PRNG to get better distribution... if and when a cache fault happens, simply try again (since we'll get a new key because of the random number generator) More... almost 20 years ago
instead of having 4 versions of std::string tolower(string), put it into Util.hh and use that More... almost 20 years ago
make the slit texture default to the toolbar's texture, for compatibilty with older styles More... almost 20 years ago