dana/openbox.git
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 Mikael MagnussonLink libobrender, not openbox, to imlib2
2010-04-16 Dana Jansensadd some comments for binary search
2010-04-16 Dana Jansensstat() can give an error, handle that
2010-04-16 Dana Jansensuse const Rect* not Rect const*
2010-03-30 Dana Jansensadd BSEARCH() macros in obt/bsearch.h that to a binary...
2010-03-30 Dana Jansensparse some of the .desktop stuff into an ObtLink structure
2010-03-30 Dana Jansensadd obt_paths_try_exec() that will see if an executable...
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-26 Dana Jansensfigure out what type the value should be for each known...
2010-03-26 Dana JansensAdd a new ObtLink type, which is going to be a generali...
2010-03-26 Dana Jansensignore the rendertest executable
2010-03-26 Dana Jansensignore generated autostart script
2010-03-25 Dana Jansenssave key values based on their value, but we dont know...
2010-03-25 Dana Jansensadd an empty function to parse the Desktop Entry group...
2010-03-25 Dana Jansensparse key/value pairs from the .desktop file and save...
2010-03-25 Dana Jansensclose the .desktop file after parsing it
2010-03-25 Dana Jansensfree the path after done with it
2010-03-25 Dana Jansensg_warning adds a \n
2010-03-25 Dana Jansenswatch for groups in .desktop files and remember the...
2010-03-25 Dana Jansensavoid ascii control characters in strings
2010-03-25 Dana Jansensadd beginning of .desktop file parsing, grabs a line...
2010-03-25 Dana Jansensmake enum values match numbers in the spec, and make...
2010-03-25 Dana Jansensinstall the obt/ddfile.h header
2010-03-25 Dana Jansensadd function to give the list of autostart directories
2010-03-25 Dana Jansensadd some functions for parsing a value in a .desktop...
2010-03-25 Dana Jansensallow non-normal windows to go to 0,0. and remove...
2010-03-09 David BarrAdd menu seperator style to Clearlooks
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-24 Dana Jansenslibexecdir is provided by automake, and gnome-settings...
2010-02-24 Dana JansensType is a mandatory field of a .desktop, so add it...
2010-02-21 Dana JansensShow client menu on right click anywhere on a window...
2010-02-21 Tobias GläßerAdded shade-icon to client-menu
2010-02-19 Dana Jansensmake array large enough
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 JansensAdd skeleton for start of dot-desktop-file parser
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 Jansensinclude imlib2 as a dep of obrender in the pkg-config...
2010-02-12 Dana Jansensmake the obt .pc file do -lobt, not -lobrender
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
2010-02-12 Dana Jansensuse g_slice_new() instead of g_new() part 3
2010-02-12 Dana Jansensuse g_slice_new() instead of g_new() part 2
2010-02-12 Dana Jansensusing g_slice_new() instead of g_new() part 1
2010-02-12 Dana Jansenshave obt refresh the xlib keyboard stuff on mappingnoti...
2010-02-12 Dana Jansensdestroy XIC's that belong to an XIM before closing...
2010-02-12 Mikael MagnussonCheck node->name for null
2010-02-11 Dana Jansensdont print warnings when reading keys which dont genera...
2010-02-11 Dana Jansensmake control keys work in menus/dialogs/etc with the...
2010-02-11 Dana Jansensinitialize the action shutdown function to NULL
2010-02-11 Dana Jansenspass an input context to the interactive input function
2010-02-11 Dana Jansensmake menu input work with the new obt keyboard stuff.
2010-02-11 Dana Jansensmake the menu use the new obt stuff when reading keyboa...
2010-02-11 Dana Jansensmake obt translate keypress events to a valid utf8...
2010-02-11 Dana Jansensdon't strip the state for keyboard events
2010-02-11 Dana Jansensadd interface in obt to create an Input Context for...
2010-02-11 Dana Jansenscreate an X Input Method in obt for the app to use...
2010-02-11 Dana Jansensget xlib to reload the keyboard on MappingNotify events
2010-02-11 Dana JansensXKB header comes from obt
2010-02-11 Dana Jansenscheck the xkb version before using it
2010-02-11 Dana Jansensmake the execute action not segfault when using a promp...
2010-02-11 Dana Jansensadd an optional shutdown function which actions can...
2010-02-11 Dana Jansensi learnt what xkb does with the state.
2010-02-10 Dana Jansensdont assert when there is no valid key layout present
2010-02-10 Mikael MagnussonUse correct ac variable in version.h.in
2010-02-09 Dana Jansensdon't link libobt into libobrender
2010-02-08 Dana Jansensfixing up obxprop manpage
2010-02-08 Dana JansensMerge branch 'backport' into work
2010-02-08 Dana Jansensadd doc/obxprop.1 to gitignore
2010-02-08 Dana JansensAdd obxprop manpage to install
2010-02-08 Dana JansensUpdate the manpage for obxprop
2010-02-05 Dana JansensMerge branch 'backport' into work
2010-01-28 Dana JansensInit all fonts to NULL, so if they arent in the config...
2010-01-28 Mikael MagnussonAdd a hook to unset the client in the open menu frame...
2010-01-28 Mikael MagnussonDon't close the menu when you held control even for...
2010-01-28 Mikael MagnussonDon't alt-tab to skip_taskbar iconic windows if they...
2010-01-28 Dana Jansensmake xdg-autostart use the OPENBOX environment by defau...
2010-01-24 Dana JansensFix bug #4492 better, the test in openbox-gnome-session...
next