summaryrefslogtreecommitdiff
path: root/src/Basemenu.cc
AgeCommit message (Collapse)Author
2002-05-12removed all 'using namespace std;' calls.Dana Jansens
2002-04-29fixed bug from converting over to STLDana Jansens
2002-04-27converted from LinkedList to a vectorDana 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-14BScreen (ScreenInfo) now contains a size() instead of a getWidth/getHeightDana Jansens
2002-04-14changed version number to 1.0.0. fixed a warning in BaseMenu from ↵Dana Jansens
pointer->reference conversion
2002-04-14using some references instead of pointers where possible in Screen, ↵Dana Jansens
ScreenInfo, Slit, Toolbar, and Netizen
2002-04-14Using some references instead of pointers for the menus.Dana Jansens
2002-04-11Initial revisionDana Jansens