]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2014-05-04 Tony CrisciRemove yajl major version conditionals
2014-05-03 Tony CrisciFeature: improve active window request handling
2014-05-03 Marco HunsickerTest workspace empty event semantics
2014-05-03 Tony CrisciRefactor binding accessor
2014-05-03 Tony Criscii3bar: reinit colors on barconfig update
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 Michael Stapelbergadd a testcase for the previous commit (internal worksp...
2014-05-03 Alexander BerntsenMake all workspaces starting with "__" internal
2014-05-02 Michael Stapelbergrender resize windows retina-correctly
2014-04-30 Michael Stapelbergs/he/she/, s/his/her/ (Thanks lasers)
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 Stapelbergtruncate DPI to an integer before multiplying (Thanks...
2014-04-26 Michael Stapelbergdo click handling and tray padding retina-correctly
2014-04-26 Michael Stapelbergdraw workspace buttons and padded text blocks retina...
2014-04-26 Michael Stapelbergi3bar: render separators retina-correctly
2014-04-26 Michael StapelbergInitialize default window border width retina-correctly
2014-04-26 Michael Stapelberglibi3: add logical_px() for Retina display support
2014-04-26 Michael Stapelbergi3-dmenu-desktop: also quote the %c field code (Thanks bo)
2014-04-26 Michael Stapelbergadd missing docs/layout-saving-1.png
2014-04-26 Michael Stapelbergdebian: add docs/layout-saving
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 Stapelbergadd docs/layout-saving
2014-04-23 Michael StapelbergFix i3.mk to not rebuild test.* all the time
2014-04-23 Michael Stapelbergbuild i3-save-tree(1) manpage (Thanks xeen)
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-04-09 Michael StapelbergFix t/158-wm_take_focus, it was not properly verifying...
2014-04-09 Michael StapelbergBugfix: Use DOM loaded event for TOC (Thanks TonyC)
2014-03-31 Tony CrisciSend last event timestamp with WM_TAKE_FOCUS msg
2014-03-31 David CoppaOpenBSD does not have librt
2014-03-23 Arun Persaudi3-nagbar: add missing newline when printing version...
2014-03-23 Arun Persaudi3-nagbar.man: updated man page to include all options
2014-03-21 Quentin Glidici3bar: Send mouse wheel events to child too
2014-03-21 Tony CrisciFree owindow when no con_id match or window
2014-03-21 Tony CrisciFree match after criteria initialization
2014-03-21 jeroentbtdocs: fix typo
2014-03-21 jeroentbtfix typo
2014-03-21 Tony CrisciTest 222: call exit_gracefully
2014-03-21 Tony CrisciTest 175: use BAIL_OUT instead of `die`
2014-03-15 Michael StapelbergMerge branch 'master' into next
2014-03-15 Michael StapelbergMerge branch 'fix-resize'
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 CrisciAdd valgrind suppression file to testcases
2014-03-10 Tony CrisciFree window ran_assignments on tree_close
2014-03-10 Tony CrisciUpdate ipc library list documentation
2014-03-10 Tony CrisciSet con window to NULL on tree_close
2014-03-08 Tony CrisciAdd test for floating types
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-03-01 Tony CrisciUpdate ipc COMMAND reply documentation
2014-02-26 Tony CrisciMove keyboard binding accessor to bindings.[ch]
2014-02-26 Tony CrisciFix current_workspace outputs reply member docs
2014-02-26 Marco HunsickerSend IPC window events for focus and title changes
2014-02-25 Michael Stapelbergtests: sync_with_i3 before warping pointer
2014-02-15 Alexander Berntsenman/i3.man: Update font doc to reflect i3.config
2014-02-15 Tony CrisciMove grab_all_keys to bindings.[ch]
2014-02-15 Tony Criscii3bar: Do not kill watcher on EOF
2014-02-13 Tony CrisciImprove drag_pointer error handling
2014-02-13 Michael Stapelbergt/130-close-empty-split: clean up old workspace
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 Jonas MaaskolaDoc update: title right click resizes floating windows
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 CrisciDocument the existence of a C ipc project
2014-02-05 Tony CrisciReally do not create con pixmap when not needed
2014-02-02 Michael Stapelbergi3bar: fix resource leak: statusline_ctx needs to be...
2014-02-02 Michael StapelbergMerge branch 'fix-i3bar-leak'
2014-02-02 Michael Stapelbergi3bar: fix resource leak: statusline_ctx needs to be...
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 Michael Stapelbergcontrib: add per-workspace-layout.pl
2014-01-26 Michael Stapelbergcontrib: add sticker that was actually printed
2014-01-26 Michael Stapelbergdocs/NoName-2009-03-12: add missing screenshot
2014-01-26 Michael Stapelbergdebian/rules: get rid of hardcoded release notes file...
2014-01-26 Marco Hunsickerupdate year in copyright notices to 2014
2014-01-23 Michael Stapelbergupdate debian/changelog
2014-01-23 Michael StapelbergMerge branch 'master' into next
2014-01-23 Michael StapelbergMerge branch 'release-4.7.2'
2014-01-23 Michael Stapelbergadd release notes for 4.7.2 4.7.2
2014-01-23 Michael Stapelbergasciidoc git config: fix impress link, update copyright...
2014-01-23 Michael StapelbergMerge branch 'userguide-reset'
2014-01-23 Michael StapelbergMerge branch 'master' into next
next