]> Dogcows Code - chaz/openbox/history - openbox/moveresize.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / moveresize.c
2007-07-17  Mikael Magnussonremove trailing whitespace
2007-07-16  Dana Jansensdon't make moving terminals jump at the start
2007-07-11  Dana Jansensfix grow to edge stuff. also fix key-resizing terminals.
2007-07-11  Dana Jansensbackwardsness
2007-07-11  Dana Jansensremove debug print
2007-07-10  Dana Jansenschecking the wrong extension! also 2 seconds maybe...
2007-07-10  Dana Jansensresize fixings
2007-07-10  Dana Jansensor a full second?
2007-07-10  Dana Jansensonly wait 1/2 a second for sync reply
2007-07-10  Dana Jansensfancy resizing
2007-07-10  Dana Jansensmove keyboard moving into its own function
2007-06-28  Dana Jansensrewrote the movetoedge code so it works with both types...
2007-06-23  Dana Jansenswarp desktops when you hit the edge of the screen while...
2007-06-22  Dana Jansensadd the moveto action
2007-06-22  Dana Jansensadd code for interactive actions
2007-06-13  Dana Jansensadd force_reply back to client_configure(). client_reco...
2007-06-05  Dana Jansensrevert that, center the popups for move/resize and...
2007-05-28  Dana Jansensgive the client a 0 border again.
2007-05-27  Dana Jansensdon't set the global moving state unless the move/resiz...
2007-05-26  Dana Jansensdon't change clients' borders
2007-05-22  Dana Jansensreuse variables, less braces
2007-05-22  Dana Jansensdon't show the resize popup unless you're actually...
2007-05-17  Dana Jansensrename client_configure_full to client_configure
2007-05-17  Dana Jansensgrab the pointer when windows move them selves so no...
2007-05-14  Dana Jansensuse the right cursor for moveresize
2007-05-13  Dana Jansensadd grab/ungrab macros so dont need to pass in 10 argum...
2007-05-13  Dana Jansensset the cursor before using it
2007-05-13  Dana Jansensonly do moveresize when grab is successful
2007-05-13  Dana Jansensuse the right list in client_add_hide_notify, rename...
2007-05-09  Dana Jansensresist for one key press at edges when keyboard move...
2007-05-05  Dana Jansensyay. way way cleaner code for iconify animations. let...
2007-05-05  Dana Jansenslots of fixes for the iconify animation. i think it...
2007-05-05  Dana Jansenslied about using some events it wasnt using
2007-05-05  Dana Jansenswoa.. let you do mouse actions while in an interactive...
2007-05-02  Dana Jansensonly show the coords popup when both directions have...
2007-05-01  Dana Jansensbig oops
2007-05-01  Dana Jansensa whole lot of changes to the moving/resizing code...
2007-04-24  Dana Jansensthe check for if the window is being resized is only...
2007-04-24  Mikael Magnussonfix resizing when drawContents is off, and I think...
2007-04-24  Dana Jansensadd support for _NET_WM_SYNC_REQUEST
2007-04-23  Dana Jansensline up the top coords box nicer
2007-04-23  Dana Jansens1) translate all of openbox's output
2007-04-22  Dana Jansensonly pass thru events when the menu is open, don't...
2007-03-18  Dana Jansensuse const char*'s when we should be
2006-08-22  Mikael Magnussonupdate copyright step 1
2006-08-02  Mikael Magnussonhopefully fix keyboard move and resize refusing to...
2004-03-21  Mikael Magnussonupdate copyright notices
2004-03-21  Mikael Magnussonadds option to have the popup centered above the window...
2004-03-21  Mikael Magnussoncomments for life
2004-03-21  Mikael Magnussonif this works, i will be amazed. <resize><popupShow...
2003-10-15  Dana Jansensconsistant glib type usage
2003-09-29  Dana Jansensdont start a move/resize on clients that cant do it
2003-09-28  Dana Jansenshalfway through client changes but...
2003-09-17  Dana Jansensno tabs
2003-09-17  Dana Jansensadd copyright headers, adjust --version output to inclu...
2003-09-16  Dana Jansensdont assert if a moveresize is started while one is...
2003-09-14  Dana Jansensonly sopt moveresize when shutting down
2003-09-14  Dana Jansensstop any moveresizes on shutdown
2003-09-12  Dana Jansensnew popups with subclasses, added an ObIconPopup for...
2003-09-10  Dana Jansensuse the current size not the start size for moving
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...
This page took 0.578283 seconds and 106 git commands to generate.