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 57 of 62
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
support [nop] in menu again. It is also impossible to have an empty workspace name, it falls back to Workspace N.
shaleh
More...
almost 23 years ago
update TODO
bradleyhughes
More...
almost 23 years ago
temporary fix for:
bradleyhughes
More...
almost 23 years ago
MINE
bradleyhughes
More...
almost 23 years ago
fixed these
bradleyhughes
More...
almost 23 years ago
fix one, add one
bradleyhughes
More...
almost 23 years ago
draw highlights and selections using the right color
bradleyhughes
More...
almost 23 years ago
forgot a bug
shaleh
More...
almost 23 years ago
Added current bug list to cvs
shaleh
More...
almost 23 years ago
unmanageWindow now takes a boolean parameter which indicates whether the client should be remapped after being restored. unmap and destroy set this to False, reparent and shutdown set this to True.
shaleh
More...
almost 23 years ago
fix reparent events when the target is unmapped
shaleh
More...
almost 23 years ago
unified the exiting of BlackboxWindows via BScreen::unmanageWindow. Workspace::shutdown has been removed as it is now empty.
shaleh
More...
almost 23 years ago
-help bug fixed
shaleh
More...
almost 23 years ago
when the -help options were changed, NLS was not changed with it, oops
shaleh
More...
almost 23 years ago
style updates, some STL use
shaleh
More...
almost 23 years ago
oops, Basemenu::insert's assert was backwards, mea culpa
shaleh
More...
almost 23 years ago
manageWindow added to compliment unmanageWindow
shaleh
More...
almost 23 years ago
clean up after the last commit
shaleh
More...
almost 23 years ago
added BScreen::unmanagedWindow() which is responsible for tidying up after the dying BlackboxWindow. This also fixes a bug where the toolbar would not update its window label when a window closed.
shaleh
More...
almost 23 years ago
zero out pointers to be more fault resistent
shaleh
More...
almost 23 years ago
Culmination of my work to rid blackbox of char* and static arrays. There are still a few hiding places, but most of the work is done.
shaleh
More...
almost 23 years ago
don't use nested classes, some compilers just can't handle it (SunPRO CC).
bradleyhughes
More...
almost 23 years ago
make sure we get the right font for drawing the label
bradleyhughes
More...
almost 23 years ago
avoid Purify UMR's
bradleyhughes
More...
almost 23 years ago
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead
bradleyhughes
More...
almost 23 years ago
remove more useless constness
bradleyhughes
More...
almost 23 years ago
remove -Wall -W, not all compilers understand this
bradleyhughes
More...
almost 23 years ago
make the contexts a ** array... MIPSpro doesn't like new Context[size](display), so we need to do something else...
bradleyhughes
More...
almost 23 years ago
const int X::foo() const makes no sense, and some compilers spit out many warnings (MIPSpro for sure, other EDG derivates probably will as well).
bradleyhughes
More...
almost 23 years ago
move over to the new BColor and BTexture, and introduce BGCCache and BPen.
bradleyhughes
More...
almost 23 years ago
←
1
2
…
53
54
55
56
57
58
59
60
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