| Age | Commit message (Collapse) | Author |
|
ones, this won't matter because nobody uses the dock
|
|
|
|
|
|
|
|
!= NULL" consistantly. props to Logan again :)
|
|
dock apps around in the dock. The new default is A-Left instead of Middle, since soem dock apps use middle, assuming they can!
|
|
over it to make it hide the first time
|
|
|
|
happen!!
also reset the border stuff on reconfigure
|
|
|
|
--help output to not include version output.
|
|
|
|
|
|
|
|
|
|
support reconfiguring throughout the entire codebase.
|
|
|
|
|
|
debug build or when --debug is passed to it
|
|
|
|
|
|
|
|
|
|
less includes in headers for less rebuilding on changes
|
|
orientation
|
|
enum for the dock's placement
|
|
capitalizations.
use the new enums throughout.
provide keycodes and cursors through ob_cursor and ob_keycode functions, which use the new misc.h enums for picking the cursor and keycode.
|
|
|
|
|
|
|
|
|
|
|
|
only take a w and h in paint(). best font layout ever.
|
|
|
|
|
|
|
|
also print names of windows being managed/unmanaged
|
|
|
|
|
|
set the type when creating new dockapps.
|
|
add config options to the rc3 for the dock.
create a window_map, add DockApps to the ObWindow types, use the window_map for translating windows into objects for event handling (only one lookup now) and remove the old maps (client_map, menu_map).
|