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
support [nop] in menu again. It is also impossible to have an empty workspace name, it falls back to Workspace N. More... almost 23 years ago
update TODO More... almost 23 years ago
temporary fix for: More... almost 23 years ago
MINE More... almost 23 years ago
fixed these More... almost 23 years ago
fix one, add one More... almost 23 years ago
draw highlights and selections using the right color More... almost 23 years ago
forgot a bug More... almost 23 years ago
Added current bug list to cvs 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. More... almost 23 years ago
fix reparent events when the target is unmapped More... almost 23 years ago
unified the exiting of BlackboxWindows via BScreen::unmanageWindow. Workspace::shutdown has been removed as it is now empty. More... almost 23 years ago
-help bug fixed More... almost 23 years ago
when the -help options were changed, NLS was not changed with it, oops More... almost 23 years ago
style updates, some STL use More... almost 23 years ago
oops, Basemenu::insert's assert was backwards, mea culpa More... almost 23 years ago
manageWindow added to compliment unmanageWindow More... almost 23 years ago
clean up after the last commit 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. More... almost 23 years ago
zero out pointers to be more fault resistent 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. More... almost 23 years ago
don't use nested classes, some compilers just can't handle it (SunPRO CC). More... almost 23 years ago
make sure we get the right font for drawing the label More... almost 23 years ago
avoid Purify UMR's More... almost 23 years ago
get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use checks for individual headers instead More... almost 23 years ago
remove more useless constness More... almost 23 years ago
remove -Wall -W, not all compilers understand this 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... 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). More... almost 23 years ago
move over to the new BColor and BTexture, and introduce BGCCache and BPen. More... almost 23 years ago