2003-07-22 |
Dana Jansens | add a func to find a menu entry from a submenu. |
tree | commitdiff |
2003-07-22 |
Dana Jansens | add a func to find a menu entry from a submenu |
tree | commitdiff |
2003-07-22 |
Dana Jansens | add a menuOverlap property to themes, and use it in... |
tree | commitdiff |
2003-07-21 |
Scott Moynes | Keyboard navigatable menus |
tree | commitdiff |
2003-07-19 |
Scott Moynes | Fix a couple memory leaks. |
tree | commitdiff |
2003-07-17 |
Scott Moynes | Menu parsing updates for plugins. |
tree | commitdiff |
2003-07-12 |
Dana Jansens | simple code cleanup |
tree | commitdiff |
2003-07-11 |
Dana Jansens | when a transient maps on another desktop, give it focus... |
tree | commitdiff |
2003-07-11 |
Dana Jansens | add --g-fatal-warnings |
tree | commitdiff |
2003-07-11 |
Dana Jansens | fix a seggie i introduced, going too far in the dockapp... |
tree | commitdiff |
2003-07-11 |
Dana Jansens | move to the desktop of the activated window |
tree | commitdiff |
2003-07-10 |
Dana Jansens | add disabled buttons, instead of now showing buttons... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | simply startup/shutdown |
tree | commitdiff |
2003-07-10 |
Dana Jansens | sync is in unistd.h |
tree | commitdiff |
2003-07-10 |
Dana Jansens | prefix and capitalize ObMenu ObMenuEntry and ObMenuEntr... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | move ob_pointer_pos to screen_pointer_pos |
tree | commitdiff |
2003-07-10 |
Dana Jansens | make ob_state a function so it cant be changed outside... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | remove the ob_root var, its redundant of what Xlib... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | use gint |
tree | commitdiff |
2003-07-10 |
Dana Jansens | ob_remote has been killed, remove ob_sync from the... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | the --rc arg and rc_path var wasnt even being used... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | make the ob_restart/shutdown stuff static vars and... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | remove useless include |
tree | commitdiff |
2003-07-10 |
Dana Jansens | replace the focus_backup with the screen_support_win... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | use the xerror stuff to trap errors instead of dupliact... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | prefix the Timer->ObTimer and TimeoutHandler->ObTimeout... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | prefixing and capitalizing the StackLayer -> ObStacking... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | prefix and capitalize the ObFocusFallbackType enum |
tree | commitdiff |
2003-07-10 |
Dana Jansens | use the ObOrientation enum instead of a horz bool for... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | prefixing for the dock. use ObDirection instead of... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | prefixing for the Popup->ObPopup struct |
tree | commitdiff |
2003-07-10 |
Dana Jansens | dont need client.h in this header |
tree | commitdiff |
2003-07-10 |
Dana Jansens | prefixing and capitalization for the Frame->ObFrame... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | prefix Group to ObGroup |
tree | commitdiff |
2003-07-10 |
Dana Jansens | prefix TRAN_GROUP to OB_TRAN_GROUP |
tree | commitdiff |
2003-07-10 |
Dana Jansens | prefix and capitalize some more constants/enums in... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | rename the Client struct to ObClient |
tree | commitdiff |
2003-07-10 |
Dana Jansens | add a mwm.h for the mwm hint structure and flags. |
tree | commitdiff |
2003-07-10 |
Dana Jansens | add misc.h with some standard enumerations with proper... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | rename 'xinerama' stuff to 'monitors' to be more generi... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | speed up pick_group_windows too |
tree | commitdiff |
2003-07-10 |
Dana Jansens | make pick_windows waaaay faster |
tree | commitdiff |
2003-07-10 |
Dana Jansens | remove the use of the BINARY define. kill a compiler... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | allow restacking of transients above one another |
tree | commitdiff |
2003-07-10 |
Dana Jansens | put the transient's title before the parent's in the... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | remove the xinerama active boolean, just count the... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | add client_search_top_transient. |
tree | commitdiff |
2003-07-10 |
Dana Jansens | add ob_debug for printing stuff only when debug is... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | update the build system, using a single Makefile.am... |
tree | commitdiff |
2003-07-10 |
Dana Jansens | move the gettext header out to the root source dir |
tree | commitdiff |
2003-07-05 |
Dana Jansens | use --foo instead of -foo for cmd line arguments |
tree | commitdiff |
2003-07-02 |
Dana Jansens | rename the raise and lower functions. raise is claimed... |
tree | commitdiff |
2003-06-30 |
Dana Jansens | set te strut smaller when autohide is on |
tree | commitdiff |
2003-06-30 |
Scott Moynes | Makes a simple click not so accidently annoying by... |
tree | commitdiff |
2003-06-30 |
Dana Jansens | messed up the indexes while finding the combined size... |
tree | commitdiff |
2003-06-30 |
Dana Jansens | oops, i want the max edges to find the full area |
tree | commitdiff |
2003-06-29 |
Dana Jansens | the prop_get_strings_locale function looked for a utf8... |
tree | commitdiff |
2003-06-29 |
Dana Jansens | add some comments and asserts to make sure I don't... |
tree | commitdiff |
2003-06-29 |
Dana Jansens | create the popup's window before adding it to the stack... |
tree | commitdiff |
2003-06-29 |
Dana Jansens | prepare for alpha1 release. |
tree | commitdiff |
2003-06-29 |
Dana Jansens | waste of energy in stacking_add, and it even caused... |
tree | commitdiff |
2003-06-29 |
Scott Moynes | Handle menu events a little better: don't bother updati... |
tree | commitdiff |
2003-06-28 |
Dana Jansens | use fprintf not g_message in the signal handler. no... |
tree | commitdiff |
2003-06-28 |
Dana Jansens | set the values of the array at teh right indexes |
tree | commitdiff |
2003-06-28 |
Dana Jansens | fix memory bugs |
tree | commitdiff |
2003-06-28 |
Dana Jansens | put group members above the window when lowering it |
tree | commitdiff |
2003-06-28 |
Dana Jansens | set the stacking list when stacking changes |
tree | commitdiff |
2003-06-28 |
Dana Jansens | dont need to raise after adding |
tree | commitdiff |
2003-06-27 |
Dana Jansens | build 'openbox' instead of 'openbox3'. |
tree | commitdiff |
2003-06-27 |
Dana Jansens | set "Openbox" as the name no "Openbox3" |
tree | commitdiff |
2003-06-27 |
Dana Jansens | add a .desktop file which gets installed for gnome |
tree | commitdiff |
2003-06-27 |
Dana Jansens | add the openbox binary |
tree | commitdiff |
2003-06-27 |
Dana Jansens | add a call to g_set_prgname |
tree | commitdiff |
2003-06-27 |
Dana Jansens | stacking changes, its more like the old code without... |
tree | commitdiff |
2003-06-27 |
Dana Jansens | core when the list gets out of order |
tree | commitdiff |
2003-06-27 |
Dana Jansens | xinerama support |
tree | commitdiff |
2003-06-27 |
Dana Jansens | 4 space indents |
tree | commitdiff |
2003-06-26 |
Dana Jansens | return true when ungrabbing so that it can ungrab them... |
tree | commitdiff |
2003-06-26 |
Dana Jansens | set ret to true when grabbing and we alerady have it... |
tree | commitdiff |
2003-06-26 |
Dana Jansens | check that extensions_vidmode is set before trying... |
tree | commitdiff |
2003-06-26 |
Dana Jansens | return FALSE if a grab fails |
tree | commitdiff |
2003-06-26 |
Dana Jansens | set the desktop hint when the window already has a... |
tree | commitdiff |
2003-06-26 |
Dana Jansens | clear the over item in the menu when executing shit |
tree | commitdiff |
2003-06-26 |
Dana Jansens | add NUM_STACKLAYER, fix some comments that dont apply |
tree | commitdiff |
2003-06-26 |
Dana Jansens | remove unused variable |
tree | commitdiff |
2003-06-26 |
Dana Jansens | remove/add instead of raising to put a window into... |
tree | commitdiff |
2003-06-26 |
Dana Jansens | new stacking code that doesnt suck ass to look at,... |
tree | commitdiff |
2003-06-26 |
Dana Jansens | use the minsize to keep the stuff ni the dock off of... |
tree | commitdiff |
2003-06-25 |
Dana Jansens | only render if there was an over existing |
tree | commitdiff |
2003-06-25 |
Dana Jansens | menus grab the keyboard and pointer, thus making only... |
tree | commitdiff |
2003-06-25 |
Dana Jansens | grab all motion events for pointer grabs |
tree | commitdiff |
2003-06-24 |
Dana Jansens | position submenus correctly horizontally |
tree | commitdiff |
2003-06-24 |
Dana Jansens | menus were too short by a border width |
tree | commitdiff |
2003-06-24 |
Dana Jansens | check to make sure the window is on screen *after*... |
tree | commitdiff |
2003-06-22 |
Dana Jansens | add a simple menu parser. |
tree | commitdiff |
2003-06-22 |
Dana Jansens | reorder startup so menu goes before config parsing |
tree | commitdiff |
2003-06-21 |
Dana Jansens | add decoration state to the frame struct. make client_c... |
tree | commitdiff |
2003-06-21 |
Dana Jansens | make client_reconfigure a non-user-type client_configure |
tree | commitdiff |
2003-06-21 |
Dana Jansens | strdup the exec path cuz it gets freed by the time... |
tree | commitdiff |
2003-06-21 |
Dana Jansens | moveresize messages are not user-requests |
tree | commitdiff |
next |