| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-07-28 | keep apps from moving/maping their titlebar underneath left/top panels | Dana Jansens | |
| 2003-07-28 | set teh clone comamnd | Dana Jansens | |
| 2003-07-28 | use char not a long, since we're telling the SM that its 1 byte lone | Dana Jansens | |
| 2003-07-28 | save the commands on startup | Dana Jansens | |
| 2003-07-28 | use the path properly for the session file | Dana Jansens | |
| 2003-07-28 | use teh save file not the session id | Dana Jansens | |
| 2003-07-28 | demand load plugins from the menu | Scott Moynes | |
| 2003-07-28 | Menu stuff. | Scott Moynes | |
| Testing may begin. | |||
| 2003-07-26 | Close menu on click if outside the menu. | Scott Moynes | |
| I think, haven't tested. | |||
| 2003-07-26 | more fixes | Scott Moynes | |
| 2003-07-26 | dont stack groups together | Dana Jansens | |
| 2003-07-26 | Some menu updates. | Scott Moynes | |
| Don't talk to me about menus. | |||
| 2003-07-25 | add client_search_transient which searches the tree from a client down for a ↵ | Dana Jansens | |
| client | |||
| 2003-07-25 | stacking fixes | Dana Jansens | |
| 2003-07-24 | save and load the session save file, though its data is not used yet! | Dana Jansens | |
| 2003-07-24 | I 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-24 | use 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-23 | unhilite the entry for the submenu when it is closed | Dana Jansens | |
| 2003-07-23 | * Change xml parsing to pass the parent node, rather than the first | Scott Moynes | |
| child. * Add x,y co-ordinates on showmenu action so we can place menus on keypress. | |||
| 2003-07-22 | add the --replace command line option, and support for the WM_Sn selection | Dana Jansens | |
| 2003-07-22 | add 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-22 | stop shownig the desktop when a new window maps | Dana Jansens | |
| 2003-07-22 | add a func to find a menu entry from a submenu. | Dana Jansens | |
| keep menu entries highlighted while they have their submenu open | |||
| 2003-07-22 | add a func to find a menu entry from a submenu | Dana Jansens | |
| 2003-07-22 | add a menuOverlap property to themes, and use it in the submenu placement | Dana Jansens | |
| 2003-07-21 | Keyboard navigatable menus | Scott Moynes | |
| 2003-07-19 | Fix a couple memory leaks. | Scott Moynes | |
| 2003-07-17 | Menu 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-12 | simple code cleanup | Dana Jansens | |
| 2003-07-11 | when a transient maps on another desktop, give it focus when it deserves it | Dana Jansens | |
| 2003-07-11 | add --g-fatal-warnings | Dana Jansens | |
| 2003-07-11 | fix a seggie i introduced, going too far in the dockapps list | Dana Jansens | |
| 2003-07-11 | move to the desktop of the activated window | Dana Jansens | |
| 2003-07-10 | add 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-10 | simply startup/shutdown | Dana Jansens | |
| 2003-07-10 | sync is in unistd.h | Dana Jansens | |
| 2003-07-10 | prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType | Dana Jansens | |
| make the ObMenuEntryRenderType a standard enum instead bitflags | |||
| 2003-07-10 | move ob_pointer_pos to screen_pointer_pos | Dana Jansens | |
| 2003-07-10 | make ob_state a function so it cant be changed outside of openbox.c | Dana Jansens | |
| 2003-07-10 | remove the ob_root var, its redundant of what Xlib already provides | Dana Jansens | |
| 2003-07-10 | use gint | Dana Jansens | |
| 2003-07-10 | ob_remote has been killed, remove ob_sync from the public header, its only ↵ | Dana Jansens | |
| used internally | |||
| 2003-07-10 | the --rc arg and rc_path var wasnt even being used so just rm it | Dana Jansens | |
| 2003-07-10 | make 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-10 | remove useless include | Dana Jansens | |
| 2003-07-10 | replace the focus_backup with the screen_support_win, we dont need 2 ↵ | Dana Jansens | |
| offscreen windows. | |||
| 2003-07-10 | use the xerror stuff to trap errors instead of dupliacted the effort here | Dana Jansens | |
| 2003-07-10 | prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz | Dana Jansens | |
| 2003-07-10 | prefixing and capitalizing the StackLayer -> ObStackingLayer enum. | Dana Jansens | |
| less includes in headers for less rebuilding on changes | |||
| 2003-07-10 | prefix and capitalize the ObFocusFallbackType enum | Dana Jansens | |
