]> Dogcows Code - chaz/openbox/history - openbox
Merge branch 'master' into chaz
[chaz/openbox] / openbox /
2011-01-24  Dana JansensResizing removes maximization now, so don't only snap...
2011-01-24  Dana JansensFix compiling without sync extension present.
2011-01-24  Dana JansensFix regression: hitting a key accel in a menu didn...
2011-01-24  Dana JansensShow the submenu and move focus there with the enter...
2011-01-24  Dana Jansenscap the client (and frame) window's dimensions at the...
2011-01-24  Dana Jansensextra \n in debug output
2011-01-24  Dana JansensMove focus to a window when the mouse enters a window...
2011-01-24  Dana Jansenswhen focus=yes in the per-app settings, then the focus...
2011-01-24  Dana JansensMake NET_ACTIVE messages always treated as from the...
2011-01-24  Philip Brownsetenv and unsetenv dont exist in Solaris 9. (Fixes...
2011-01-24  Philip BrownSome versions of X, have the Shape extension, but appar...
2011-01-24  Dana Jansensif no launch time is provided for an application, make...
2011-01-24  Dana Jansensfix segfault for placing windows without a group
2011-01-24  Mikael MagnussonFix small leak in If action option parsing
2011-01-24  Dana JansensBig changes to placement across multiple monitors.
2011-01-24  Dana Jansensadd function screen_compare_desktops()
2011-01-24  Dana Jansensdon't steal focus if someone used a window within 1...
2011-01-24  Dana JansensFixing commit 066a15d7aa64eaa0. Don't ever use Current...
2011-01-24  Dana Jansensupdate the last user interaction timestamp during a...
2011-01-24  Dana Jansensupdate the user-interaction timestamp when running...
2011-01-24  Dana Jansensdon't steal focus from a window if it was used very...
2011-01-24  Dana Jansensmem leak in config.c
2011-01-24  Dana JansensBig rework of image.c and the image cache system.
2011-01-24  Mikael MagnussonUse >= instead of > when comparing timestamps, or we...
2011-01-24  Dana Jansensless redundant calls to screen_update_areas() and clien...
2011-01-24  Mikael MagnussonIgnore MotionNotify on menus, it reset the submenudelay...
2011-01-24  Mikael MagnussonUse g_list_find instead of weird bouncing loops
2011-01-24  Dana JansensParse multiple keys in one keybind
2011-01-24  Dana Jansensallow the res_class in WM_CLASS to mark a window as...
2011-01-24  Mikael MagnussonDon't hog the user during the hideDelay
2011-01-24  Dana JansensHandle STRING and COMPOUND_TEXT type text properties.
2010-10-14  Dave Fostercleaning up remnants of bad rebase merges and modernizi...
2010-10-14  Dave FosterButtons seem to work!
2010-09-16  Mikael MagnussonFix a double free when you have a mousebind without...
2010-09-16  Dana JansensRevert "add XFlush to g_timeout callbacks"
2010-09-16  Mikael MagnussonFix 3.4 compatibility for SendToDesktop
2010-09-16  Dana JansensAdd signal handling with the GMainLoop
2010-09-16  Mikael MagnussonContinue parsing contexts when an unsupported one is...
2010-09-16  Mikael MagnussonMake the dock a context and add actions LowerDock and...
2010-06-26  Mikael MagnussonMove usage of iconh into the branch that assigns it
2010-06-26  Mikael Magnussonsettings can't be NULL here, or we'd have already crash...
2010-06-14  Dana Jansensadd XFlush to g_timeout callbacks
2010-06-14  Dana JansensFix the EXTENTS reported on window frames.
2010-06-14  Dana Jansenskeep stacking_list_tail a pointer to the tail of the...
2010-06-14  Dana Jansensallow a user to set "undecorated" on a window without...
2010-06-14  Dana JansensUse GMainLoop instead of ObtMainLoop
2010-05-21  Dana Jansensallow new windows on other desktops to get focused...
2010-05-20  Mikael MagnussonAllow sending windows on other desktops to the current...
2010-05-20  Mikael MagnussonAdd some more conditions to the If action
2010-05-20  Dana Jansensdon't need a force_reply when changing the decor for...
2010-05-20  Dana Jansensclient_update_protocols() doesnt change anything that...
2010-05-20  Dana Jansensallows a window to unmax by resizing.
2010-05-20  Dana Jansensset the frame's initial size to something invalid so...
2010-05-18  Dana Jansensset the interactive action to NULL before doing its...
2010-05-18  Dana Jansensfix focus when starting up, especially when replacing...
2010-05-17  Dana Jansensavoid new gcc warning (casting ** to const** is not...
2010-05-17  Dana Jansensallow multiple contexts separated by space in a mouse...
2010-05-17  Mikael MagnussonRemove some unneeded stdlib.h includes
2010-05-17  Mikael MagnussonAdd support for using relative expressions in move...
2010-05-11  Dana Jansensadd cleanup functions to the client list menus that...
2010-05-11  Dana Jansensadd cleanup function for menus that fires when the...
2010-04-29  Dana Jansensdon't try go to selected submenu when there is nothing...
2010-04-29  Dana Jansensuse clicks in prompts
2010-04-28  Dana Jansensfix XSYNCronization of resizes (especially with two...
2010-04-28  Dana Jansensmake sure clients stay on screen when the root window...
2010-04-28  Mikael MagnussonRemove two unused variables
2010-04-28  Dana Jansensmake an event queue for X events. the queue's min...
2010-04-23  Dana Jansensdon't put reparent events back on the stack. the windo...
2010-04-23  Dana Jansensputting events on the event queue does not send them...
2010-04-23  Dana Jansensdon't use XPutBackEvent and mess up timestamp order...
2010-04-20  Dana Jansensadd asserts to make sure we don't add things to stackin...
2010-04-20  Dana Jansensdon't change stacking stuff on windows when moving...
2010-04-17  Dana Jansensevent_curtime is replaced (publicly) by event_time()
2010-04-17  Dana JansensWhen determining the current timestamp, try get somethi...
2010-04-17  Dana Jansenswhen client removes its transient_for hint, don't keep...
2010-04-17  Dana Jansensallow warping the mouse pointer when switching desktops...
2010-04-17  Dana Jansensshow the focus cycle popup's icons in linear order...
2010-04-17  Dana Jansensadd an option to next/previous window to only include...
2010-04-16  Dana Jansensuse const Rect* not Rect const*
2010-03-30  Dana Jansenssave the LC_MESSAGES locale category
2010-03-30  Dana Jansensif a launch time isnt there (like for client_activate...
2010-03-26  Dana Jansensmake keypad enter do the same thing as return
2010-03-25  Dana Jansensallow non-normal windows to go to 0,0. and remove...
2010-03-01  Dana Jansensadd a function client_is_oldfullscreen() that determine...
2010-03-01  Dana Jansenswhen an app tries to move to 0,0 and there is a strut...
2010-02-26  Dana Jansensmissing a g_slice_free
2010-02-21  Tobias GläßerAdded shade-icon to client-menu
2010-02-19  Dana Jansensget the modifier mask for a modifier key that is presse...
2010-02-19  Dana Jansenssave the state of the modifiers only when starting...
2010-02-17  Dana Jansensmove the startup command launching into a helper function
2010-02-17  Dana Jansensrevamp the autostart functionality, so autostart apps...
2010-02-17  Dana Jansensdon't use a variable as a format string
2010-02-17  Dana Jansenslower the default submenu show delay
2010-02-16  Dana Jansensa couple more g_free() to g_slice_free()'s
2010-02-16  Dana Jansensmore using g_slice_new() instead of g_new()
2010-02-16  Dana Jansensmissed a g_free() that should be g_slice_free()
2010-02-15  Dana Jansensdont trust the _NET_ACTIVE_WINDOW timestamp. (fixes...
2010-02-13  Mikael MagnussonRemove mismerge-added files
2010-02-12  Dana Jansensremove a bunch of g_new()/g_free() by returning Rect...
2010-02-12  Dana Jansensuse g_slice_new() instead of g_new() part 4
next
This page took 0.055344 seconds and 7 git commands to generate.