85
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 22 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Util.h, which contains only an ASSERT macro for now More... about 22 years ago
changed version number to 1.0.0. fixed a warning in BaseMenu from pointer->reference conversion More... about 22 years ago
changed version number to 1.0.0. fixed a warning in BaseMenu from pointer->reference conversion More... about 22 years ago
made bsetroot compile with the new code for references instead of pointers More... about 22 years ago
made bsetroot compile with the new code for references instead of pointers More... about 22 years ago
using references instead of pointers if possible in Image More... about 22 years ago
using references instead of pointers if possible in Image More... about 22 years ago
using a Screen reference instead of pointer in Workspace More... about 22 years ago
using a Screen reference instead of pointer in Workspace More... about 22 years ago
using a reference for Openbox instead of a pointer More... about 22 years ago
using a reference for Openbox instead of a pointer More... about 22 years ago
using some references instead of pointers where possible in Screen, ScreenInfo, Slit, Toolbar, and Netizen More... about 22 years ago
using some references instead of pointers where possible in Screen, ScreenInfo, Slit, Toolbar, and Netizen More... about 22 years ago
only add one extra space to pad the clock in the toolbar More... about 22 years ago
only add one extra space to pad the clock in the toolbar More... about 22 years ago
Using some references instead of pointers for the menus. More... about 22 years ago
Using some references instead of pointers for the menus. More... about 22 years ago
made shaded windows snap properly at their bottom, using their shaded height. window.getHeight() now returns the different/correct value when a window is shaded. More... about 22 years ago
made shaded windows snap properly at their bottom, using their shaded height. window.getHeight() now returns the different/correct value when a window is shaded. More... about 22 years ago
changing the fix for fonts clipping in the titlebar. broken fonts (e.g. gelly caused problems in the old method. More... about 22 years ago
changing the fix for fonts clipping in the titlebar. broken fonts (e.g. gelly caused problems in the old method. More... about 22 years ago
added 'deep' style More... about 22 years ago
added 'deep' style More... about 22 years ago
merged the changelog from the 0.99.0 (stable) branch (the code was previously merged) More... about 22 years ago
merged the changelog from the 0.99.0 (stable) branch (the code was previously merged) More... about 22 years ago
added entry for new BestFit placement type More... about 22 years ago
added entry for new BestFit placement type More... about 22 years ago
added first revision of the BestFit placement type. moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions. More... about 22 years ago
added first revision of the BestFit placement type. moved RowSmart placement type out of placeWindow() to its own function like bestFit. Will continue moving other placement types into their own functions. More... about 22 years ago
adding Geometry classes: Point, Size, and Rect More... about 22 years ago