]> Dogcows Code - chaz/openbox/shortlog
chaz/openbox
2007-04-23  Dana Jansensadd positioned test
2007-04-23  Dana Jansensadd the tests to the dist tarball
2007-04-23  Dana Jansensnew translation strings
2007-04-23  Dana Jansens1) translate all of openbox's output
2007-04-23  Dana Jansensremove an unused variable
2007-04-23  Dana Jansensonly show debug messages if you enable it on command...
2007-04-23  Dana Jansensfallback to desktops properly
2007-04-23  Dana Jansensput the separator back in the spit up client list menu
2007-04-23  Dana Jansensback out r5812. you do want that there
2007-04-23  Dana Jansenswasteful syncing
2007-04-23  Dana Jansensremove windows from the hash on hide, dont readd them...
2007-04-23  Mikael Magnussonunused variable "icons"
2007-04-22  Dana Jansensstop listening to events on clients that are being...
2007-04-22  Dana Jansensyou cant grab substructureredirect on the plate. why...
2007-04-22  Dana Jansensadd a test for show-hide-show of a window really quickly
2007-04-22  Dana Jansensuse event_ignore_queued_enters
2007-04-22  Dana Jansenswhen windows reverttoparent, we will get a notifynonlin...
2007-04-22  Dana Jansensuse focusouts from unmanaged windows (windows which...
2007-04-22  Dana Jansensadd a debug message
2007-04-22  Dana Jansensfocus properly on desktop change
2007-04-22  Dana Jansensmissing a header
2007-04-22  Dana Jansenswhen focusing nothing, make sure focus_client knows...
2007-04-22  Dana Jansensfocusin to the root window happens on both monitors...
2007-04-22  Dana Jansensignore some focus events that shouldnt be reacted to
2007-04-22  Dana Jansens(no commit message)
2007-04-22  Dana Jansensa) set the focus client before calculating its layer
2007-04-22  Dana JansensFocusOut events come after UnmapNotify, so we don't...
2007-04-22  Dana Jansensa) remove focus_hilite, it is not needed and complicate...
2007-04-22  Dana Jansensxflush after changing the focus decorations so it gets...
2007-04-22  Dana Jansensbetter debugging symbols
2007-04-22  Mikael Magnussondon't compare client pointers with random numbers
2007-04-22  Dana Jansensremove debug message
2007-04-22  Dana Jansenshilite the focus target before xsyncing in the ignore...
2007-04-22  Dana Jansensuse ignore enters instead of removing them from the...
2007-04-22  Dana Jansensdont need to ignore mouse events during a keyboard...
2007-04-22  Dana Jansensdon't grab the pointer during interactive events. this...
2007-04-22  Dana Jansensremove grab_pointer_window, nothing used it
2007-04-22  Dana Jansensstart on the current desktop when a wm was already...
2007-04-22  Dana Jansensonly pass thru events when the menu is open, don't...
2007-04-22  Dana Jansenseat enter events after unmanaging a window
2007-04-22  Dana Jansensdon't fallback to the desktop again when leaving show...
2007-04-22  Dana Jansensengrish
2007-04-22  Dana Jansensadd a comparitor to timers. use this in event.c to...
2007-04-22  Dana Jansensbetter matching of the menu titles/separators to the...
2007-04-22  Dana Jansenshighlight for motion events in the menu too, this is...
2007-04-22  Dana Jansensgive labeled separators borders
2007-04-22  Dana Jansensstop delayed focusing when falling back
2007-04-22  Dana Jansensfix segfaults
2007-04-22  Dana Jansensproperly handle clients disappearing during delayed...
2007-04-22  Dana Jansensuse the timestamp from the original enter when delay...
2007-04-22  Dana Jansensignore crossing events while an interactive grab is...
2007-04-22  Dana Jansensfix a segfault
2007-04-22  Dana Jansensbetter event handling for menus
2007-04-22  Dana Jansens1) get rid of menu titles
2007-04-22  Dana Jansensgrab enter/leave events during mouse grabs and pass...
2007-04-22  Dana Jansenshandle enter/leave events in the menu
2007-04-22  Dana Jansenslook in sysconfdir before looking in /etc/xdg. this...
2007-04-21  Dana Jansensdont do the same thing 100 times
2007-04-21  Dana Jansensadd --debug-focus
2007-04-21  Dana Jansensignore BadMatch errors that can't be avoided
2007-04-21  Dana Jansensfixes for transients
2007-04-21  Dana Jansenshide focus debugging messages
2007-04-20  Dana Jansensremove the client_time_heap thing. actually its better...
2007-04-18  Dana Jansensget rid of global client_last_user_time variable.
2007-04-18  Dana Jansensdon't allow comparison with timestamps to CurrentTime...
2007-04-18  Dana Jansensmake stacking_add_nonintrusive work when there is only...
2007-04-18  Dana Jansensfix undermouse placement
2007-04-12  Dana Jansenssaved session information overrides per-app settings...
2007-04-12  Dana Jansensset the desktop from per-app-settings properly, i think.
2007-04-12  Dana Jansensbetter synthetic configurenotify handling. in particular..
2007-04-12  Dana Jansensset event_curtime if we're going to use it only
2007-04-12  Dana Jansensexcessive debug printing.. :)
2007-04-12  Dana Jansensdon't fallback when a window is hidden right away,...
2007-04-05  Dana Jansenshttp://mail.gnome.org/archives/wm-spec-list/2006-May...
2007-03-30  Dana Jansensthe centered menus thing got annoying :|
2007-03-30  Mikael Magnussonyou didn't say no
2007-03-30  Dana Jansensunset DESKTOP_STARTUP_ID at startup so we don't pass...
2007-03-30  Mikael Magnussondelete the SN env var after launching a program
2007-03-30  Dana Jansensfully maximize windows all the time. size increments...
2007-03-28  Dana Jansenscan't use (unsigned)-1 for a max time, because timestam...
2007-03-28  Dana Jansensuse CurrentTime constant
2007-03-28  Dana Jansensuse CurrentTime when time gets moved backwards
2007-03-28  Mikael Magnussoncopy paste error, spotted by tilman ftw
2007-03-28  Mikael Magnussonfix compile without startup notification after r5711
2007-03-28  Dana Jansensuse setenv to set up the DESKTOP_STARTUP_ID when launch...
2007-03-28  Dana Jansensproper logic for event_time_after, and wraparounds...
2007-03-28  Dana Jansensmore updates for toggled states. also updating the...
2007-03-28  Dana Jansensadd toggled-pressed and toggled-hover button states...
2007-03-28  Dana Jansensdrop some wasted client_validates.
2007-03-28  Dana Jansensmore handling time wraparounds
2007-03-28  Dana Jansenshandle time wrapping around.
2007-03-28  Dana Jansensmake sure the ungrab happens after the grab. fracking...
2007-03-25  Mikael Magnussonmove xml themes to 3.5
2007-03-25  Dana Jansensopen the menu with the mouse cursor just outside the...
2007-03-25  Dana Jansensproper logic for using the menu overlap with middle...
2007-03-25  Dana Jansensbetter placement for top level menus under the mouse...
2007-03-25  Dana Jansensbetter vertical centering for when "middle" placement...
2007-03-25  Dana Jansensreturn the old cursor. oops
2007-03-25  Dana Jansensadd --disable-xcursor, if you don't want to use it.
2007-03-25  Dana Jansensadd support for the X Cursor library. this means a...
next
This page took 0.056826 seconds and 4 git commands to generate.