summaryrefslogtreecommitdiff
path: root/src/Image.cc
AgeCommit message (Collapse)Author
2002-08-08sync with blackbox-cvsDana Jansens
2002-05-25import from bb-cvsDana Jansens
added slit and enable-clobber defines back in Makefile.am
2002-05-16new i18n class using overloaded operator() instead of getMessage()Dana Jansens
2002-05-12removed LinkedLists in BaseDisplay and Image. Only 1 left in BaseDisplay nowDana Jansens
2002-05-12removed all 'using namespace std;' calls.Dana Jansens
2002-04-16get rid of the STDC_HEADERS check... this failed on IRIX with MIPSpro, use ↵Dana Jansens
checks for individual headers instead
2002-04-14using references instead of pointers if possible in ImageDana Jansens
2002-04-14Using some references instead of pointers for the menus.Dana Jansens
2002-04-13removed all Xrm database calls from Screen.cc (style loading).Dana Jansens
This completes the conversion to using the obResource class, there are no class to Xrm* except in Resource.cc/h
2002-04-11Initial revisionDana Jansens