2003-09-10 |
Dana Jansens | oops, copypaste |
blob | commitdiff | raw |
2003-09-10 |
Dana Jansens | dont deref the client before checking for null |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Dana Jansens | no more interactive mouse actions, they are evil etc... |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Dana Jansens | no mouse interactive actions. no bugs. |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Dana Jansens | grab the pointer befoer shading a window to prevent... |
blob | commitdiff | raw | diff to current |
2003-09-07 |
Dana Jansens | little bit of an actions overhaul, added action_run... |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Dana Jansens | use the NONE cursor when not specifying a cursor |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Dana Jansens | add a reconfigure action, also reconfigure on SIGUSR2. |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Dana Jansens | grab the mouse before any move/resizes in actions,... |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Dana Jansens | grow to edge is a move and a resize, oops |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Dana Jansens | remove vibrate and flash actions |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Dana Jansens | add flash action |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Dana Jansens | add urgent actions |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Dana Jansens | s/expand_tile/ob_expand_tilde/ |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Dana Jansens | move expand_tilde to ob_expand_tilde in openbox.c to... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Dana Jansens | add the DesktopLast action, props to marius nita for... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Dana Jansens | make directional focusing an interactive action |
blob | commitdiff | raw | diff to current |
2003-08-30 |
Dana Jansens | make interactive actions a type and not special cases. |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Dana Jansens | remove plugins from the menu parsing |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Dana Jansens | typo, reading from the wrong member of the actiondata... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | rm double ;; |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | make client-list-menu work too |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dana Jansens | add follow option back for sendto actions |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Dana Jansens | only use visible windows when calcing for raiselower |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Dana Jansens | maybe smarter |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Dana Jansens | make the raiselower action smarter |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Dana Jansens | add the 'raiselower' action for raising obscured window... |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Dana Jansens | parse <here>true</here> for the activate action |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Dana Jansens | make the activate action have a 'here' parameter |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Dana Jansens | add an 'activate' action |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dana Jansens | bug fixes for growtoedge from tore. props to tore for... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dana Jansens | use the new client_directional_edge_search for the... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dana Jansens | remove debug printings |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Dana Jansens | move the keyboard and mouse plugins into the kernel... |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Dana Jansens | use ob_debug for any debug printing and only display... |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Scott Moynes | Fix a couple memory leaks. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Dana Jansens | add disabled buttons, instead of now showing buttons... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Dana Jansens | make the ob_restart/shutdown stuff static vars and... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Dana Jansens | prefix and capitalize some more constants/enums in... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Dana Jansens | rename the Client struct to ObClient |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Dana Jansens | add misc.h with some standard enumerations with proper... |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Dana Jansens | strdup the exec path cuz it gets freed by the time... |
blob | commitdiff | raw | diff to current |
2003-05-28 |
Dana Jansens | rm the 'focusraise' action, it is redundant. |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Dana Jansens | this is a big one! im putting stats in here just cuz! |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Dana Jansens | convert shit from utf8 to filename before execing it |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Dana Jansens | add actions for showing the desktop |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Dana Jansens | soem changes to desktop actions. |
blob | commitdiff | raw | diff to current |
2003-05-22 |
Dana Jansens | add actions for changing client layers to abov/below... |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Dana Jansens | add 'movetoedge' actions |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Dana Jansens | use the resize increment when resizing relative |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Dana Jansens | 2 in 1 again.. |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Dana Jansens | Clients Menus and Slits are all 'ObWindow's now. |
blob | commitdiff | raw | diff to current |
2003-04-25 |
Dana Jansens | add helper functions for manipulating the focus_order... |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Dana Jansens | 02:33 (@xor) omg yes |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Dana Jansens | fix grip workspace cycling |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Dana Jansens | move the move/resize functionality into moveresize... |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Dana Jansens | grab pointer during cycling to remove focus screwups... |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Dana Jansens | watch out for missing a name |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Dana Jansens | start of showing/rendering menus. woot! |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Dana Jansens | move the openbox engine into librender and the kernel... |
blob | commitdiff | raw | diff to current |
2003-04-09 |
Dana Jansens | dont show the focus popup when theres no target client |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Dana Jansens | show a popup with the focus target while cycling |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Dana Jansens | put focus_cycle into focus.c, use it there in the actio... |
blob | commitdiff | raw | diff to current |
2003-04-06 |
Dana Jansens | dont toggle when no client was passed to teh action |
blob | commitdiff | raw | diff to current |
2003-04-06 |
Dana Jansens | add a coords popup for moving and resizing |
blob | commitdiff | raw | diff to current |
2003-04-05 |
Dana Jansens | allow specifying that some focus events should be ignor... |
blob | commitdiff | raw | diff to current |
2003-04-05 |
Dana Jansens | stacked and linear cycling |
blob | commitdiff | raw | diff to current |
2003-04-05 |
Dana Jansens | linear focus cycling of the gods |
blob | commitdiff | raw | diff to current |
2003-04-05 |
Dana Jansens | change how rc parsing will work. a=b will be parsed... |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Dana Jansens | double break statements :) oops |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Dana Jansens | disallow resizing of windows which are shaded |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Dana Jansens | make SendToDesktop action work right, give the option... |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Dana Jansens | rm a redundant actiondata struct |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Dana Jansens | translate sendtodesktop actions |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Scott Moynes | Menu data structures basically completed. |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Dana Jansens | add unshaderaise and shadelower actions from Mikachu |
blob | commitdiff | raw | diff to current |
2003-03-28 |
Dana Jansens | rm client_disable_decorations.. it already had an action. |
blob | commitdiff | raw | diff to current |
2003-03-28 |
Dana Jansens | add resizing event |
blob | commitdiff | raw | diff to current |
2003-03-28 |
Dana Jansens | let a window be 'moved' to a new desktop without actual... |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Dana Jansens | split up the relative move/resize actions into horz... |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Dana Jansens | create actions from string names |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Dana Jansens | let a be null for action_free |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Dana Jansens | check for no client |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Dana Jansens | free the string for action_restart too |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Dana Jansens | dont move/resize !normal windows |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Dana Jansens | add restart and exit actions |
blob | commitdiff | raw | diff to current |
2003-03-22 |
Dana Jansens | add the client_kill function, and the kill action,... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
Dana Jansens | add a dispatched event for interactively moving a window. |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Dana Jansens | init the GError to NULL |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Dana Jansens | snap windows when moving them |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Dana Jansens | add focusraise |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Dana Jansens | add focus actions |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Dana Jansens | mouse and key bindings plugins work. segfault somewhere... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Dana Jansens | add actions for key/mouse bindings etc |
blob | commitdiff | raw | diff to current |
|