]> icculus.org git repositories - mikachu/openbox.git/history - openbox/moveresize.c
little bit of an actions overhaul, added action_run* so that duplicated code can...
[mikachu/openbox.git] / openbox / moveresize.c
2003-09-04 Dana Jansensoff by one caused clients to be resized a little during...
2003-09-03 Dana Jansensdon't let move/resize occur on non-visible clients
2003-09-03 Dana Jansensuse NONE cursor when not specifying one
2003-09-03 Dana Jansensadd a reconfigure action, also reconfigure on SIGUSR2.
2003-09-03 Dana Jansensmake the client destructor a GDestroyNotify
2003-09-03 Dana Jansensonly show resize popups for clients with size increment...
2003-09-02 Dana Jansensmore fixes to keep the pointer stuff aligned when doing...
2003-09-02 Dana Jansensfix flashing when using keyboard move against the edge...
2003-09-02 Dana Jansensadd comment about the new code in moveresize for size...
2003-09-02 Dana Jansensstop doing stupid shit for the size increments in clien...
2003-09-01 Dana Jansensthis move is not final
2003-09-01 Dana Jansensadd urgent actions
2003-08-30 Dana Jansensadd destructor functions for clients that you acn subsc...
2003-08-29 Dana Jansensremove the event dispatcher
2003-08-20 Dana Jansensmove the pointer while doing a keyboard move/resize
2003-08-12 Dana Jansensmove the resistance plugin into the kernel. dont resist...
2003-08-05 Dana Jansensmake the position dislpayed in the moving popup offset...
2003-08-03 Dana Jansenskill non-opaque move/resize
2003-07-10 Dana Jansensremove the ob_root var, its redundant of what Xlib...
2003-07-10 Dana Jansensprefixing and capitalizing the StackLayer -> ObStacking...
2003-07-10 Dana Jansensrename the Client struct to ObClient
2003-07-10 Dana Jansensadd misc.h with some standard enumerations with proper...
2003-07-10 Dana Jansensrename 'xinerama' stuff to 'monitors' to be more generi...
2003-06-27 Dana Jansensxinerama support
2003-06-21 Dana Jansensput the render theme into a struct
2003-06-21 Dana Jansensfixed to accomodate the changes to the render/ API.
2003-05-16 Dana Jansensadd anotehr stacking_add function.
2003-05-11 Dana Jansensadd opaque move/resize to the rc3
2003-05-11 Dana Jansensadd internal popups n shit to the stacking list.
2003-05-09 Dana Jansensall my changes while i was offline.
2003-04-26 Dana Jansensshow the move coords for where the window will actually be
2003-04-18 Dana Jansensunset it AFTER using it...
2003-04-18 Dana Jansensunset the client when done moveresizing
2003-04-18 Dana Jansenswatch out when unmanaging a window, that it is not...
2003-04-17 Dana Jansensadd the left/right/top/bottom direction arrows and...
2003-04-17 Dana Jansensfix up support for moveresize. make keyboard grabs...
2003-04-17 Dana Jansensinitialize start_x/y
2003-04-17 Dana Jansensadd support for interactive/keyboard move/resize
2003-04-17 Dana Jansensmove the move/resize functionality into moveresize...