| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-15 | don't use client_move() to end a move | Dana Jansens | |
| client_move() uses the client's current width/height, whereas all along we were using the width/height the client had at the start, so this causes client_configure() to behave differently at the end than during the move | |||
| 2009-12-21 | Set up work for making a 3.5 prerelease. | Dana Jansens | |
| Set version stuff to 3.5.0-rc1. Copy the CHANGELOG from 3.4-working. Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5 Rename the "render" directory to "obrender" so that the public headers can be installed in <obrender/*> | |||
| 2009-12-16 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: obt/keyboard.c obt/keyboard.h openbox/event.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c | |||
| 2009-12-14 | Allow the user to bind more than one keycode to a keysym for Ob ↵ | Dana Jansens | |
| Menus/Move/Resize If the user has escape bound to more than one keycode then they can use any of them to close a menu. This change applies to the hardcoded keys in openbox, which are used for the menus and for move/resize, and maybe other places. | |||
| 2009-11-07 | Make clang happier | Mikael Magnusson | |
| Add asserts to default: in switch statements Store pointed to variables locally so it knows they don't change Remove some dead assignments Mark ob_exit_with_error as noreturn Use "%s", msg instead of just msg to printf style functions Use the c_pfocus variable | |||
| 2008-04-23 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/config.c openbox/keyboard.c openbox/moveresize.c | |||
| 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 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c | |||
| 2008-03-08 | Remove double newlines. | Mikael Magnusson | |
| 2008-01-31 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c | |||
| 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-20 | change openbox to use the libotk's keyboard.[ch] stuff instead of the old ↵ | Dana Jansens | |
| modkeys.[ch] and some of translate.[ch] | |||
| 2008-01-20 | make openbox use the obt prop.c/h stuff | Dana Jansens | |
| holy search and replace batman | |||
| 2008-01-20 | s/ob_display/obt_display/ and remove ob_display | Dana Jansens | |
| 2008-01-20 | move the code for tracking what extensions are available on the display into ↵ | Dana Jansens | |
| the libobt | |||
| 2008-01-20 | Move the main loop out into the libobt | Dana Jansens | |
| 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 | |
