| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-04-23 | Fix typo introduced a few commits ago that made resizing windows hard. | Mikael Magnusson | |
| 2008-04-15 | Show the resize popup right away. | Mikael Magnusson | |
| Previously, it would wait for a resize step before showing it, when resizing windows with resize increments that were bigger than the moveresize threshold. | |||
| 2008-03-31 | Center the moveresize popup even when shaded. | Mikael Magnusson | |
| 2008-03-08 | Remove double newlines. | Mikael Magnusson | |
| 2008-01-27 | window a window stops responding to pings, don't use the xsync protocol ↵ | Dana Jansens | |
| while resizing it - its not going to be responding to it anyways | |||
| 2008-01-12 | fix a copy/paste bug in placing the move&resize popup | Dana Jansens | |
| 2008-01-11 | make a GravityPoint and GravityCoord data structures for those --x, ++y type ↵ | Dana Jansens | |
| values | |||
| 2008-01-11 | let you specify the resize popup to be in a fixed place | Dana Jansens | |
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-09-04 | Fix calling functions with wrong number of arguments | Mikael Magnusson | |
| 2007-08-04 | Remove edge switching timer before adding it again. | Mikael Magnusson | |
| 2007-08-03 | make warping on screen edge keep firing if you don't move the mouse away ↵ | Dana Jansens | |
| from the edge (but it slows down after the first time) | |||
| 2007-08-03 | Change resizing terminals to work for top and left edges too, the code is a ↵ | Mikael Magnusson | |
| little ugly. | |||
| 2007-07-20 | don't resist in orthoganal directions when key resizing windows with aspect ↵ | Dana Jansens | |
| ratios | |||
| 2007-07-20 | remove a debug print | Dana Jansens | |
| 2007-07-20 | let you resize aspect ratio windows in north and south directions, and make ↵ | Dana Jansens | |
| them resist properly when resizing | |||
| 2007-07-20 | the resistance resizing has been changed from "lock corner" to "the ↵ | Dana Jansens | |
| direction being resized" which makes so much more sense and doesn't need all this conversion back and forth | |||
| 2007-07-19 | don't resist when resizing terminals with the keyboard | Dana Jansens | |
| 2007-07-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-07-16 | don't make moving terminals jump at the start | Dana Jansens | |
| 2007-07-11 | fix grow to edge stuff. also fix key-resizing terminals. | Dana Jansens | |
| 2007-07-11 | backwardsness | Dana Jansens | |
| 2007-07-11 | remove debug print | Dana Jansens | |
| 2007-07-10 | checking the wrong extension! also 2 seconds maybe is better. | Dana Jansens | |
| 2007-07-10 | resize fixings | Dana Jansens | |
| 2007-07-10 | or a full second? | Dana Jansens | |
| 2007-07-10 | only wait 1/2 a second for sync reply | Dana Jansens | |
| 2007-07-10 | fancy resizing | Dana Jansens | |
| 2007-07-10 | move keyboard moving into its own function | Dana Jansens | |
| 2007-06-28 | rewrote the movetoedge code so it works with both types of edges (to edge ↵ | Dana Jansens | |
| and from edge) | |||
| 2007-06-23 | warp desktops when you hit the edge of the screen while moving a window | Dana Jansens | |
| 2007-06-22 | add the moveto action | Dana Jansens | |
| 2007-06-22 | add code for interactive actions | Dana Jansens | |
| 2007-06-13 | add force_reply back to client_configure(). client_reconfigure is nicer this ↵ | Dana Jansens | |
| time around. eat enter events in client_configure when user is FALSE. | |||
| 2007-06-05 | revert that, center the popups for move/resize and keychains | Dana Jansens | |
| 2007-05-28 | give the client a 0 border again. | Dana Jansens | |
| 2007-05-27 | don't set the global moving state unless the move/resize is accepted | Dana Jansens | |
| 2007-05-26 | don't change clients' borders | Dana Jansens | |
| 2007-05-22 | reuse variables, less braces | Dana Jansens | |
| 2007-05-22 | don't show the resize popup unless you're actually resizing, for both sync ↵ | Dana Jansens | |
| mode and drawcontents off | |||
| 2007-05-17 | rename client_configure_full to client_configure | Dana Jansens | |
| 2007-05-17 | grab the pointer when windows move them selves so no enter events happen. i ↵ | Dana Jansens | |
| wonder if this will cause but reports. it still does for restacking though.. little cleanup in client.c, and remove client_configure macro which was now redundant | |||
| 2007-05-14 | use the right cursor for moveresize | Dana Jansens | |
| 2007-05-13 | add grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff. | Dana Jansens | |
| add a confine option to grab_pointer to confine the pointer to the screen, and use that for moveresize | |||
| 2007-05-13 | set the cursor before using it | Dana Jansens | |
| 2007-05-13 | only do moveresize when grab is successful | Dana Jansens | |
| 2007-05-13 | use the right list in client_add_hide_notify, rename destructor to ↵ | Dana Jansens | |
| destroy_notify which is really what it is, and is more consistant now that there are 2 notifies | |||
| 2007-05-09 | resist for one key press at edges when keyboard move/resizing | Dana Jansens | |
| 2007-05-05 | yay. way way cleaner code for iconify animations. let people show/hide the ↵ | Dana Jansens | |
| frame logically and it will do everything except during animations the frame will show what it needs to for visual display. | |||
| 2007-05-05 | lots of fixes for the iconify animation. i think it should all work ↵ | Dana Jansens | |
| perfectly now ? one change in action.c may affect bindings... THIS COULD BREAK CURRENT CONFIG FILES. ya. so, if you used a press binding and it moved the window, no enter event will be generated for that anymore because you are holding down the button when the window moves. if you don't like that then use a click binding instead. 1 | |||
