index
:
openbox-snap
master
custom openbox fork with 'aero-snap' feature and bugfixes
aura
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openbox
Age
Commit message (
Expand
)
Author
2010-04-28
make sure clients stay on screen when the root window changes size, and maxim...
Dana Jansens
2010-04-28
Remove two unused variables
Mikael Magnusson
2010-04-28
make an event queue for X events. the queue's min size is 16 XEvents (~3k)
Dana Jansens
2010-04-23
don't put reparent events back on the stack. the window is no longer being m...
Dana Jansens
2010-04-23
putting events on the event queue does not send them back to the server. it ...
Dana Jansens
2010-04-23
don't use XPutBackEvent and mess up timestamp order in the event queue
Dana Jansens
2010-04-20
add asserts to make sure we don't add things to stacking list that are not ma...
Dana Jansens
2010-04-20
don't change stacking stuff on windows when moving them during the unmanage p...
Dana Jansens
2010-04-16
event_curtime is replaced (publicly) by event_time()
Dana Jansens
2010-04-16
When determining the current timestamp, try get something a lil more accurate
Dana Jansens
2010-04-16
when client removes its transient_for hint, don't keep the window as transien...
Dana Jansens
2010-04-16
allow warping the mouse pointer when switching desktops by bumping into the e...
Dana Jansens
2010-04-16
show the focus cycle popup's icons in linear order when cycling in linear ord...
Dana Jansens
2010-04-16
add an option to next/previous window to only include hilited/flashing/urgent...
Dana Jansens
2010-04-16
use const Rect* not Rect const*
Dana Jansens
2010-03-29
save the LC_MESSAGES locale category
Dana Jansens
2010-03-29
if a launch time isnt there (like for client_activate) assume the window laun...
Dana Jansens
2010-03-25
make keypad enter do the same thing as return
Dana Jansens
2010-03-25
allow non-normal windows to go to 0,0. and remove a debugging g_print
Dana Jansens
2010-03-01
add a function client_is_oldfullscreen() that determines if a window is an "o...
Dana Jansens
2010-03-01
when an app tries to move to 0,0 and there is a strut there (java swing!), mo...
Dana Jansens
2010-02-26
missing a g_slice_free
Dana Jansens
2010-02-21
Added shade-icon to client-menu
Tobias Gläßer
2010-02-19
get the modifier mask for a modifier key that is pressed/released more accura...
Dana Jansens
2010-02-19
save the state of the modifiers only when starting an interactive action
Dana Jansens
2010-02-17
move the startup command launching into a helper function
Dana Jansens
2010-02-17
revamp the autostart functionality, so autostart apps launch after openbox.
Dana Jansens
2010-02-17
don't use a variable as a format string
Dana Jansens
2010-02-16
lower the default submenu show delay
Dana Jansens
2010-02-16
a couple more g_free() to g_slice_free()'s
Dana Jansens
2010-02-16
more using g_slice_new() instead of g_new()
Dana Jansens
2010-02-16
missed a g_free() that should be g_slice_free()
Dana Jansens
2010-02-15
dont trust the _NET_ACTIVE_WINDOW timestamp. (fixes bug #4519)
Dana Jansens
2010-02-13
Remove mismerge-added files
Mikael Magnusson
2010-02-12
remove a bunch of g_new()/g_free() by returning Rect const*'s from screen are...
Dana Jansens
2010-02-12
use g_slice_new() instead of g_new() part 4
Dana Jansens
2010-02-12
use g_slice_new() instead of g_new() part 2
Dana Jansens
2010-02-12
using g_slice_new() instead of g_new() part 1
Dana Jansens
2010-02-12
have obt refresh the xlib keyboard stuff on mappingnotify events
Dana Jansens
2010-02-11
make control keys work in menus/dialogs/etc with the new obt code, using XLoo...
Dana Jansens
2010-02-11
initialize the action shutdown function to NULL
Dana Jansens
2010-02-11
pass an input context to the interactive input function
Dana Jansens
2010-02-11
make menu input work with the new obt keyboard stuff.
Dana Jansens
2010-02-11
make the menu use the new obt stuff when reading keyboard input so it can han...
Dana Jansens
2010-02-11
make obt translate keypress events to a valid utf8 character (note this makes...
Dana Jansens
2010-02-11
don't strip the state for keyboard events
Dana Jansens
2010-02-11
get xlib to reload the keyboard on MappingNotify events
Dana Jansens
2010-02-11
XKB header comes from obt
Dana Jansens
2010-02-11
make the execute action not segfault when using a prompt (bug #4543)
Dana Jansens
2010-02-11
add an optional shutdown function which actions can register
Dana Jansens
[prev]
[next]