summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2003-07-28keep apps from moving/maping their titlebar underneath left/top panelsDana Jansens
2003-07-28set teh clone comamndDana Jansens
2003-07-28use char not a long, since we're telling the SM that its 1 byte loneDana Jansens
2003-07-28save the commands on startupDana Jansens
2003-07-28use the path properly for the session fileDana Jansens
2003-07-28use teh save file not the session idDana Jansens
2003-07-28demand load plugins from the menuScott Moynes
2003-07-28Menu stuff.Scott Moynes
Testing may begin.
2003-07-26Close menu on click if outside the menu.Scott Moynes
I think, haven't tested.
2003-07-26more fixesScott Moynes
2003-07-26dont stack groups togetherDana Jansens
2003-07-26Some menu updates.Scott Moynes
Don't talk to me about menus.
2003-07-25add client_search_transient which searches the tree from a client down for a ↵Dana Jansens
client
2003-07-25stacking fixesDana Jansens
2003-07-24save and load the session save file, though its data is not used yet!Dana Jansens
2003-07-24I had a commit message but my commit got stepped on so fuck it.Scott Moynes
No one cares what I think anyway. If the menu navigation isn't EXACTLY FUCKING RIGHT I WILL REMOVE IT AND SOME OTHER POOR FUCK CAN PUT UP WITH ALL THE FUCKING BULLSHIT.
2003-07-24use ob_debug for any debug printing and only display the output when its a ↵Dana Jansens
debug build or when --debug is passed to it
2003-07-23unhilite the entry for the submenu when it is closedDana Jansens
2003-07-23* Change xml parsing to pass the parent node, rather than the firstScott Moynes
child. * Add x,y co-ordinates on showmenu action so we can place menus on keypress.
2003-07-22add the --replace command line option, and support for the WM_Sn selectionDana Jansens
2003-07-22add the MANAGER atom.Dana Jansens
allow prop_message to be used with a user-defined mask instead of only with the NetWM mask
2003-07-22stop shownig the desktop when a new window mapsDana Jansens
2003-07-22add a func to find a menu entry from a submenu.Dana Jansens
keep menu entries highlighted while they have their submenu open
2003-07-22add a func to find a menu entry from a submenuDana Jansens
2003-07-22add a menuOverlap property to themes, and use it in the submenu placementDana Jansens
2003-07-21Keyboard navigatable menusScott Moynes
2003-07-19Fix a couple memory leaks.Scott Moynes
2003-07-17Menu parsing updates for plugins.Scott Moynes
FIFO menus are the only plugin that takes advantage of this. Example: <menu id="root" label="Openbox 3"> <menu id="fonk" label="fonk" plugin="fifo_menu"> </menu> </menu> This creates a FIFO ~/.openbox/fifo_menu/fonk to which you can send menus to. The menus sent to it must be like <fifo> <item> etc... </fifo> I think. If my memory serves me right. It is all hideous, but I just wanted to experiment and see if it was possible.
2003-07-12simple code cleanupDana Jansens
2003-07-11when a transient maps on another desktop, give it focus when it deserves itDana Jansens
2003-07-11add --g-fatal-warningsDana Jansens
2003-07-11fix a seggie i introduced, going too far in the dockapps listDana Jansens
2003-07-11move to the desktop of the activated windowDana Jansens
2003-07-10add disabled buttons, instead of now showing buttons at all when they wont ↵Dana Jansens
do anything, now show a disabled button instead. this severely breaks compatibility with blackbox themes since there is no good way to automiatically create a disabled button that i can think of, so if they dont exist in the theme you get black and white for the button. when a window cant be resized, its handle is not removed but its grips are. change allowing the user to disable individual decorations as that is overkill, instead allow a toggle through the client.decorate boolean.
2003-07-10simply startup/shutdownDana Jansens
2003-07-10sync is in unistd.hDana Jansens
2003-07-10prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderTypeDana Jansens
make the ObMenuEntryRenderType a standard enum instead bitflags
2003-07-10move ob_pointer_pos to screen_pointer_posDana Jansens
2003-07-10make ob_state a function so it cant be changed outside of openbox.cDana Jansens
2003-07-10remove the ob_root var, its redundant of what Xlib already providesDana Jansens
2003-07-10use gintDana Jansens
2003-07-10ob_remote has been killed, remove ob_sync from the public header, its only ↵Dana Jansens
used internally
2003-07-10the --rc arg and rc_path var wasnt even being used so just rm itDana Jansens
2003-07-10make the ob_restart/shutdown stuff static vars and expose them only through ↵Dana Jansens
functions ob_restart_other(), ob_restart() and ob_exit()
2003-07-10remove useless includeDana Jansens
2003-07-10replace the focus_backup with the screen_support_win, we dont need 2 ↵Dana Jansens
offscreen windows.
2003-07-10use the xerror stuff to trap errors instead of dupliacted the effort hereDana Jansens
2003-07-10prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitzDana Jansens
2003-07-10prefixing and capitalizing the StackLayer -> ObStackingLayer enum.Dana Jansens
less includes in headers for less rebuilding on changes
2003-07-10prefix and capitalize the ObFocusFallbackType enumDana Jansens