| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-07-11 | some input from woobie and changed the menu stuff | Dana Jansens | |
| 2003-07-11 | extra menu tag | 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 | attempt #2 | Dana Jansens | |
| 2003-07-11 | oops extra menu_layout | Dana Jansens | |
| 2003-07-11 | a full style defn.. | 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 | readd the Makefile | Dana Jansens | |
| 2003-07-10 | readd the Makefile | Dana Jansens | |
| 2003-07-10 | simply startup/shutdown | Dana Jansens | |
| 2003-07-10 | add some more contributors | 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 | |
| 2003-07-10 | use the ObOrientation enum instead of a horz bool for configuring the dock's ↵ | Dana Jansens | |
| orientation | |||
| 2003-07-10 | prefixing for the dock. use ObDirection instead of dupliacting it in another ↵ | Dana Jansens | |
| enum for the dock's placement | |||
| 2003-07-10 | prefixing for the Popup->ObPopup struct | Dana Jansens | |
| 2003-07-10 | dont need client.h in this header | Dana Jansens | |
| 2003-07-10 | prefixing and capitalization for the Frame->ObFrame struct and the ↵ | Dana Jansens | |
| Context->ObFrameContext enum and its constants. | |||
| 2003-07-10 | prefix Group to ObGroup | Dana Jansens | |
| 2003-07-10 | prefix TRAN_GROUP to OB_TRAN_GROUP | Dana Jansens | |
| 2003-07-10 | prefix and capitalize some more constants/enums in client.h (Function -> ↵ | Dana Jansens | |
| ObFunctions and WindowType -> ObClientType) | |||
| 2003-07-10 | kill warnings | Dana Jansens | |
| 2003-07-10 | rename the Client struct to ObClient | Dana Jansens | |
| 2003-07-10 | add the new misc.h and mwm.h to the kernel sources | Dana Jansens | |
| 2003-07-10 | add a mwm.h for the mwm hint structure and flags. | Dana Jansens | |
| use proper prefixing and capitalization for the new mwm stuff. | |||
| 2003-07-10 | add misc.h with some standard enumerations with proper prefixing and ↵ | Dana Jansens | |
| 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. | |||
| 2003-07-10 | rename 'xinerama' stuff to 'monitors' to be more generic and descriptive. | Dana Jansens | |
| 2003-07-10 | speed up pick_group_windows too | Dana Jansens | |
| 2003-07-10 | make pick_windows waaaay faster | Dana Jansens | |
| 2003-07-10 | remove the use of the BINARY define. kill a compiler warning. | Dana Jansens | |
| 2003-07-10 | allow restacking of transients above one another | Dana Jansens | |
| 2003-07-10 | put the transient's title before the parent's in the focus popup | Dana Jansens | |
| 2003-07-10 | remove the xinerama active boolean, just count the extension as not present ↵ | Dana Jansens | |
| if it is not active | |||
| 2003-07-10 | add client_search_top_transient. | Dana Jansens | |
| keep transients all on the same desktop together. use client_search_top_transient where possible in client.c | |||
| 2003-07-10 | add ob_debug for printing stuff only when debug is enabled | Dana Jansens | |
