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
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 58 of 62
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
regenerated Makefile.in's
bradleyhughes
More...
almost 23 years ago
remove --enable-interlace as a compile option... the code is very small and adds very little to binary size
bradleyhughes
More...
almost 23 years ago
compile without warnings
bradleyhughes
More...
almost 23 years ago
oops, string.clear does not work under g++ 2.95
shaleh
More...
almost 23 years ago
initial revisions for HEAD
bradleyhughes
More...
almost 23 years ago
initial revision of BGCCache for HEAD
bradleyhughes
More...
almost 23 years ago
#include <string> if we are going to use std::string
bradleyhughes
More...
almost 23 years ago
more work on moving towards strings rather than char*. assignPixelData() is now marked inline. small touchups.
shaleh
More...
almost 23 years ago
moving away from char* even further. At the moment several functions are overloaded to allow std::string. These functions call the char* version with string.c_str(). This is just for testing. Once everything is clean this will be reversed and the char* interface will just be a facade over the string implementation.
shaleh
More...
almost 23 years ago
each BaseDisplay gets a BGCCache, which is allocated only when needed...
bradleyhughes
More...
almost 23 years ago
move 'extern I18n i18n;' to i18n.hh, this removes the blackbox.hh dependency from everything that uses i18n
bradleyhughes
More...
almost 23 years ago
more work towards removing getFoo(index) style methods from blackbox
shaleh
More...
almost 23 years ago
be quiet!
bradleyhughes
More...
almost 23 years ago
be consistent and use Bool everywhere more unsigned updates tidy up the cache cleaner in ImageControl.cc
shaleh
More...
almost 23 years ago
a ton of unsigned and const updates in blackbox, workspace, screen and window. workspace->getWorkspaceID -> workspace->getID, why repeat the type? workspaces and workspace names are now stored in a vector added a BSENTINEL constant to Util.hh. It is meant to be a value never found otherwise to replace the use of -1. It is currently 65536.
shaleh
More...
almost 23 years ago
unsigned and const cleanups ScreenInfoList now uses a vector ScreenInfoList contains objects not pointers, getScreenInfo() returns a pointer however. It is either this or support exceptions.
shaleh
More...
almost 23 years ago
make sure non-internal submenus are deleted when the parent is deleted... this avoids memory leaks :)
bradleyhughes
More...
almost 23 years ago
avoid double deletion... Rootmenu cleans up after itself by deleting all its submenus in the correct order... assassinating the rootmenuList is not necessary...
bradleyhughes
More...
almost 23 years ago
Big changes, small changes. Mostly clean ups. One or two bugs.
shaleh
More...
almost 23 years ago
yay, the great STL conversion is almost done, LinkedList is now gone from the source
shaleh
More...
almost 23 years ago
removed debugging prints
shaleh
More...
almost 23 years ago
touch ups on the Image and ImageControl classes
shaleh
More...
almost 23 years ago
duh, forgot the cvs add (-:
shaleh
More...
almost 23 years ago
Split ImageControl from Image.cc into ImageControl.cc.
shaleh
More...
almost 23 years ago
umm, this isn't python (-:
shaleh
More...
almost 23 years ago
small tidy up
shaleh
More...
almost 23 years ago
Damn, thought I got all of these int &foo() calls
shaleh
More...
almost 23 years ago
oops, forgot to remove an include
shaleh
More...
almost 23 years ago
removing more of the LinkedList class
shaleh
More...
almost 23 years ago
update PointerAssassin
shaleh
More...
almost 23 years ago
←
1
2
…
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