| Age | Commit message (Collapse) | Author |
|
much more solid. if move/resizing a window while changing workspaces, it will follow.
|
|
segfault when it removes a window from an already freed list
|
|
|
|
|
|
support reconfiguring throughout the entire codebase.
|
|
|
|
|
|
add the <interactive> option to them to turn off interactivity
|
|
|
|
|
|
|
|
menu fixups
move enabled into the 'normal menu item' specific data stuff
|
|
|
|
|
|
|
|
|
|
|
|
make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all.
this is some hot shit.
|
|
add a desktop-switch popup with the desktop's name
|
|
|
|
|
|
|
|
talking to you mozilla and you too java.
|
|
debug build or when --debug is passed to it
|
|
|
|
|
|
|
|
|
|
offscreen windows.
|
|
|
|
|
|
|
|
ObFunctions and WindowType -> ObClientType)
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
client_reconfigure function, which just calls client_configure with the window's current location and dimensions, user=TRUE and final=TRUE.
add support for the VIDMODE extension in client_configure, namely, fullscreen windows are positioned at the point of the viewport rather than at 0,0.
call client_reconfigure when uniconifying a window, so that fullscreen windows are put at the point of the view port.
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|