openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
blackbox
Settings
|
Report Duplicate
12
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 12 of 62
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
compile on Mac OS X
bradleyhughes
More...
over 19 years ago
fix a brainfart in rev 1.392... i was obviously on drugs at the time
bradleyhughes
More...
over 19 years ago
fix bugs 1166280 and 1040836: make sunken bevels work with gradients again
bradleyhughes
More...
almost 20 years ago
apply patch 1072374 with some modifications... this allows the user to use either:
bradleyhughes
More...
almost 20 years ago
update does to mention [stylesdir]
bradleyhughes
More...
almost 20 years ago
default 0.6x.x window.button.unfocus.picColor is white, not black
bradleyhughes
More...
almost 20 years ago
better menu item text
bradleyhughes
More...
almost 20 years ago
*** empty log message ***
lenix
More...
almost 20 years ago
*** empty log message ***
lenix
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...
bradleyhughes
More...
almost 20 years ago
apply patch 1178234: this fixes _NET_MOVERESIZE_WINDOW message handling
bradleyhughes
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
bradleyhughes
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)
bradleyhughes
More...
almost 20 years ago
merge() should not override existing entries, only add new ones
bradleyhughes
More...
almost 20 years ago
do nothing if the filename is empty
bradleyhughes
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
bradleyhughes
More...
almost 20 years ago
add bt::mkdirhier, which is equivalent to the shell command 'mkdir -m mode -p path'
bradleyhughes
More...
almost 20 years ago
add bt::dirname(), the counterpart of bt::basename()
bradleyhughes
More...
almost 20 years ago
add bt::XDG::BaseDir, which is an interface for the basedir-spec on freedesktop.org
bradleyhughes
More...
almost 20 years ago
updates
bradleyhughes
More...
almost 20 years ago
updates
bradleyhughes
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...
bradleyhughes
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)
bradleyhughes
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.
bradleyhughes
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...
bradleyhughes
More...
almost 20 years ago
use sizeof() instead of hard coding the size in 2 places
bradleyhughes
More...
almost 20 years ago
silence warnings from gcc
bradleyhughes
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)
bradleyhughes
More...
almost 20 years ago
instead of having 4 versions of std::string tolower(string), put it into Util.hh and use that
bradleyhughes
More...
almost 20 years ago
make the slit texture default to the toolbar's texture, for compatibilty with older styles
bradleyhughes
More...
almost 20 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
61
62
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree