]> git.sur5r.net Git - i3/i3/history - src
Merge branch 'fix-layout-focus'
[i3/i3] / src /
2014-08-08 Michael StapelbergMerge branch 'fix-layout-focus'
2014-08-08 Michael StapelbergBugfix: don’t set focus in con_set_layout() on invisibl...
2014-07-23 Michael StapelbergMerge branch 'fix-decoration'
2014-07-23 Tony CrisciBugfix: missed case for decoration rerender
2014-07-15 Michael StapelbergMerge branch 'fix-layout-output'
2014-07-15 Michael StapelbergBugfix: properly restore workspace containers (Thanks...
2014-06-28 Michael StapelbergMerge branch 'revert-warp'
2014-06-28 Michael StapelbergRevert "Disable render-time pointer warps if asked"
2014-06-28 Michael StapelbergMerge branch 'fix-width'
2014-06-28 Tony CrisciExplicitly set current border width when BS_PIXEL
2014-06-27 Michael StapelbergMerge branch 'fix-restart'
2014-06-27 Michael StapelbergBugfix: create the directory for storing the restart...
2014-06-24 Michael StapelbergMerge branch 'log-dpi'
2014-06-24 Michael Stapelbergadd log messages for the detected DPI
2014-06-24 Michael StapelbergMerge branch 'fix-focus-unmapped'
2014-06-24 Tony CrisciBugfix: don't focus unmapped container on manage
2014-06-15 Michael StapelbergMerge branch 'next'
2014-06-15 Michael Stapelbergformat **/*.c with clang-format-3.5
2014-06-13 Michael StapelbergBugfix: don’t overwrite the window’s geometry after...
2014-06-13 Michael StapelbergBugfix: ensure floating windows don’t drop out of fulls...
2014-06-13 Michael StapelbergBugfix: don’t errnously render floating fullscreen...
2014-06-13 Michael StapelbergBugfix: don’t overwrite the original size of floating...
2014-06-12 Michael Stapelbergfix warning: use size_t when comparing against strlen()
2014-06-12 Michael Stapelberghandle windows whose WM_TRANSIENT_FOR points to themselve
2014-06-12 Michael StapelbergRevert "Rerender on button press only when focus changes"
2014-06-12 Tony CrisciBugfix: Set input focus with last timestamp
2014-06-12 Michael StapelbergBugfix: fix crash when using multiple for_window statem...
2014-06-11 Marcus CrestaniInclude sys/sysctl.h after i3.h to prevent redefinition...
2014-06-11 Tony CrisciBugfix: prevent unneeded render on pointer enter
2014-06-11 Michael Stapelbergcleanup temporary directory when restarting and not...
2014-06-08 Michael Stapelbergdelete ipc socket when exiting, cleanup tmpdir
2014-06-08 Michael Stapelbergreplace remaining printf()s with D?LOG
2014-06-08 Campbell BartonUse XCB_BUTTON_INDEX defines for mouse buttons
2014-06-01 Tony CrisciAdd abstraction for running a binding
2014-06-01 Tony CrisciSet EWMH active window to None when none has focus
2014-05-31 Tony CrisciRefactor parse_command
2014-05-31 Atte PeltomakiAdd configuration option for disabling mouse warping
2014-05-20 Tony CrisciFeature: Workspace assignment by number
2014-05-20 Tony CrisciBugfix: double X render on manage
2014-05-20 Tony CrisciChange the names of parser result structs
2014-05-16 Aleksi BlinnikkaSeparate border width for floating windows
2014-05-16 Tony Criscii3bar: implement custom workspace numbers config
2014-05-04 Tony CrisciRerender on button press only when focus changes
2014-05-04 Tony CrisciRemove yajl major version conditionals
2014-05-03 Tony CrisciFeature: improve active window request handling
2014-05-03 Tony CrisciRefactor binding accessor
2014-05-03 Tony CrisciDont include dock clients in ewmh lists
2014-05-03 Michael Stapelbergimprove error messages for i3-internal workspace names
2014-05-03 Alexander BerntsenMake all workspaces starting with "__" internal
2014-05-02 Michael Stapelbergrender resize windows retina-correctly
2014-04-30 Tony CrisciImplement the window::fullscreen_mode event
2014-04-30 Tony CrisciFeature: send complete config on barconfig_update
2014-04-30 Tony CrisciDelegate click handling to dock clients
2014-04-30 Tony CrisciBugfix: ipc window event crash with no window
2014-04-30 Tony CrisciImplement bindsym mouse configuration
2014-04-26 Michael StapelbergInitialize default window border width retina-correctly
2014-04-26 Tony CrisciMove check_for_duplicate_bindings to bindings.[ch]
2014-04-26 Tony CrisciBugfix: resize window check should check for null
2014-04-26 Petr PísařReset SIGIPE handler before executing a command
2014-04-23 Michael StapelbergFix i3.mk to not rebuild test.* all the time
2014-04-23 Julian Ospaldfix parallel make
2014-04-23 Julian Ospaldrespect CFLAGS in linking command
2014-04-18 Michael StapelbergDon’t overwrite existing windows with placeholder windows
2014-04-18 Michael Stapelberglayout restoring: append at the nearest split container...
2014-04-15 Tony CrisciMove switch_mode to bindings.[ch]
2014-04-15 Tony CrisciDont set input focus and send WM_TAKE_FOCUS
2014-04-15 Tony CrisciMaintain the _NET_CLIENT_LIST property
2014-04-09 Michael StapelbergBugfix: clear wm_size_hints if they are not set
2014-03-31 Tony CrisciSend last event timestamp with WM_TAKE_FOCUS msg
2014-03-21 Tony CrisciFree owindow when no con_id match or window
2014-03-21 Tony CrisciFree match after criteria initialization
2014-03-15 Michael StapelbergMerge branch 'fix-resize'
2014-03-15 Michael StapelbergMerge branch 'master' into next
2014-03-15 Tony CrisciBugfix: don't try to resize docks by command
2014-03-15 Tony CrisciMove translate_keysyms to bindings.[ch]
2014-03-10 Tony CrisciFree window ran_assignments on tree_close
2014-03-10 Tony CrisciSet con window to NULL on tree_close
2014-03-08 KerncImproved detection of windows that want floating
2014-03-08 Michael StapelbergMerge branch 'fix-recv-memleak'
2014-03-08 Michael StapelbergMerge branch 'master' into next
2014-03-08 Tony CrisciBugfix: ipc_receive_message reply leak
2014-02-26 Tony CrisciMove keyboard binding accessor to bindings.[ch]
2014-02-26 Marco HunsickerSend IPC window events for focus and title changes
2014-02-15 Tony CrisciMove grab_all_keys to bindings.[ch]
2014-02-13 Tony CrisciImprove drag_pointer error handling
2014-02-09 Michael Stapelberghandle ButtonPress events with child != XCB_NONE (Thank...
2014-02-08 Michael Stapelbergfix warnings: unsigned check for >= 0 is always true
2014-02-08 Tony CrisciBugfix: `tree_split` should not split floating cons
2014-02-08 Steve JonesSet EWMH desktop properties on startup.
2014-02-05 Jonas MaaskolaResize floating windows by right-clicking decoration
2014-02-05 Tony CrisciReally do not create con pixmap when not needed
2014-01-30 Michael StapelbergRevert "Do not create container pixmap when not needed"
2014-01-28 Tony CrisciAbstract binding configuration to bindings.[ch]
2014-01-26 Marco Hunsickerupdate year in copyright notices to 2014
2014-01-23 Michael StapelbergMerge branch 'master' into next
2014-01-23 Michael StapelbergMerge branch 'master' into next
2014-01-23 Michael StapelbergMerge branch 'openbsd-fallocate'
2014-01-23 Michael StapelbergMerge branch 'master' into next
2014-01-23 David CoppaOpenBSD lacks posix_fallocate()
2014-01-23 Michael StapelbergMerge branch 'fix-i3-with-shmlog'
next