12
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
regenerated Makefile.in's More... almost 23 years ago
remove --enable-interlace as a compile option... the code is very small and adds very little to binary size More... almost 23 years ago
compile without warnings More... almost 23 years ago
oops, string.clear does not work under g++ 2.95 More... almost 23 years ago
initial revisions for HEAD More... almost 23 years ago
initial revision of BGCCache for HEAD More... almost 23 years ago
#include <string> if we are going to use std::string More... almost 23 years ago
more work on moving towards strings rather than char*. assignPixelData() is now marked inline. small touchups. 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. More... almost 23 years ago
each BaseDisplay gets a BGCCache, which is allocated only when needed... More... almost 23 years ago
move 'extern I18n i18n;' to i18n.hh, this removes the blackbox.hh dependency from everything that uses i18n More... almost 23 years ago
more work towards removing getFoo(index) style methods from blackbox More... almost 23 years ago
be quiet! More... almost 23 years ago
be consistent and use Bool everywhere more unsigned updates tidy up the cache cleaner in ImageControl.cc 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. 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. More... almost 23 years ago
make sure non-internal submenus are deleted when the parent is deleted... this avoids memory leaks :) 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... More... almost 23 years ago
Big changes, small changes. Mostly clean ups. One or two bugs. More... almost 23 years ago
yay, the great STL conversion is almost done, LinkedList is now gone from the source More... almost 23 years ago
removed debugging prints More... almost 23 years ago
touch ups on the Image and ImageControl classes More... almost 23 years ago
duh, forgot the cvs add (-: More... almost 23 years ago
Split ImageControl from Image.cc into ImageControl.cc. More... almost 23 years ago
umm, this isn't python (-: More... almost 23 years ago
small tidy up More... almost 23 years ago
Damn, thought I got all of these int &foo() calls More... almost 23 years ago
oops, forgot to remove an include More... almost 23 years ago
removing more of the LinkedList class More... almost 23 years ago
update PointerAssassin More... almost 23 years ago