| Age | Commit message (Collapse) | Author |
|
|
|
2) let separators have labels, when they have a label, then they will appear like a menu title used to
so if you want a menu title, you use a separator in the menu itself at the top
more style work may be needed
|
|
|
|
--help output to not include version output.
|
|
support reconfiguring throughout the entire codebase.
|
|
work, on to plugins next.
|
|
make the ObMenuEntryRenderType a standard enum instead bitflags
|
|
less includes in headers for less rebuilding on changes
|
|
enum for the dock's placement
|
|
|
|
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).
|
|
some cleanups for the stacking order hint.
add non-opaque move/resize. cant toggle it yet.
|
|
Stacking is done with ObWindows.
Slits add themselves to the stacking order, as do clients of course.
Added some macros for adding/removing to the stacking order.
|