]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2013-01-30 Michael StapelbergMerge branch 'master' into next
2013-01-30 Michael StapelbergMerge branch 'fix-move-ws'
2013-01-30 Steven AllenBugfix: Correctly parse `move ... workspace *_on_output`
2013-01-27 Michael StapelbergMerge branch 'master' into next
2013-01-27 Michael StapelbergMerge branch 'userguide-resize'
2013-01-27 Michael Stapelberguserguide: be more clear about the resize command argum...
2013-01-26 Marius MujaFix decoration rect size for windows without border
2013-01-26 Vivien Didelotsplit main .gitignore and ignore more files
2013-01-26 Michael Stapelbergadd testcase for "move to output" wrapping
2013-01-26 Francesco Mazzoliwrap when moving things to outputs with direction
2013-01-26 Francesco Mazzoliupdate tests to test the output wrapping
2013-01-26 Michael Stapelbergi3-msg: parse command replies and display errors nicely...
2013-01-26 Michael StapelbergMake i3-nagbar use the same font as configured for i3
2013-01-25 Adrien Schildknechtremove the urgency indicator when a window is closed
2013-01-25 Michael StapelbergCall scratchpad_show() when focusing scratchpad windows...
2013-01-25 Michael StapelbergMerge branch 'fix-scratchpad-reconf'
2013-01-25 Michael StapelbergMerge branch 'master' into next
2013-01-25 Michael StapelbergBugfix: fix coordinates of scratchpad windows on output...
2013-01-25 Michael Stapelbergscratchpad: fix crash when moving last window of an...
2013-01-25 Michael Stapelbergfix two more crashes when disabling an empty output
2013-01-25 Michael StapelbergBugfix: fix crash when disabling output without any...
2013-01-25 Michael StapelbergMerge branch 'fix-workspace-ws'
2013-01-25 Michael StapelbergMerge branch 'master' into next
2013-01-25 Michael StapelbergBugfix: parse outputs as "word", not "string", to ignor...
2013-01-24 Michael Stapelbergi3bar: fix rendering positions
2013-01-24 Michael Stapelbergi3bar: don’t use X11 borders to avoid overlapping in...
2013-01-24 Michael StapelbergMerge branch 'fix-key-release'
2013-01-24 Michael StapelbergMerge branch 'master' into next
2013-01-24 Michael StapelbergBugfix: fix “overlapping” --release key bindings (Thank...
2013-01-24 Michael Stapelbergi3-input: set focus before sending the command (Thanks...
2013-01-24 Marius MujaFixing continuous resize bug in floating mode
2013-01-23 David EdmondsonAllow servers which do not support the XKB extension.
2013-01-23 Michael Stapelbergipc: use ipc_recv_message instead of duplicate code
2013-01-23 Michael Stapelbergipc_recv_message: store message_type, don’t compare...
2013-01-23 Michael Stapelbergi3-msg: include socket path in error message
2013-01-11 Michael Stapelberginclude stdint.h in i3/ipc.h (Thanks Kai)
2013-01-11 Michael Stapelbergipc_send_message: use stack frame with fixed size
2013-01-09 Michael StapelbergMerge branch 'fix-ipc-write'
2013-01-09 Michael StapelbergMerge branch 'master' into next
2013-01-09 Michael StapelbergBugfix: fix IPC messages writes with low buffer sizes...
2013-01-02 slowpokeAdds Go IPC lib to the docs.
2013-01-02 Michael Stapelbergi3bar: set _NET_SYSTEM_TRAY_COLORS for symbolic icons...
2013-01-02 Michael Stapelbergi3bar: fake DestroyNotify and send MANAGER ClientMessag...
2013-01-02 Michael Stapelbergi3bar: add missing \n to debug messages
2013-01-01 Michael StapelbergMerge branch 'fix-assign-and-move'
2013-01-01 Michael StapelbergMerge branch 'master' into next
2013-01-01 Michael StapelbergBugfix: Fix for_window moving of assigned windows ...
2012-12-27 Michael Stapelbergt/175-startup-notification: use the testcases X11 conne...
2012-12-27 Michael Stapelbergignore MotionNotify events generated while warping...
2012-12-27 Michael Stapelbergdebug message for window focus: include window ID
2012-12-27 Michael Stapelbergt/132-move-workspace: add missing sync_with_i3
2012-12-27 Michael Stapelbergunregister as window manager before restarting (fixes...
2012-12-27 Michael Stapelberguse xcb_aux_sync to make sure our changes reach the...
2012-12-26 Michael Stapelbergt/166-assign: sync after mapping the window
2012-12-26 Michael Stapelbergt/173-regress-focus-assign: sync after mapping the...
2012-12-26 Michael Stapelbergt/189-floating-constraints: sync before getting window...
2012-12-26 Michael Stapelbergt/510-focus-across-outputs: fix sync order
2012-12-26 Michael Stapelbergt/503-workspace: sync after switching focus to a differ...
2012-12-26 Michael Stapelberguserguide: fix typo: s/11x/11px/
2012-12-26 Michael Stapelbergi3-dmenu-desktop: skip broken files (no/empty Exec...
2012-12-26 Michael Stapelbergi3-dmenu-desktop: skip files with broken utf8 but warn...
2012-12-26 Michael Stapelbergi3-config-wizard: clean all traces of the old config...
2012-12-25 Michael Stapelbergdrop the flex/bison dependency \o/
2012-12-25 Michael Stapelbergi3-config-wizard: switch away from bison/flex to hand...
2012-12-25 Michael Stapelbergi3-dmenu-desktop: strip newlines from dmenu ≥ 4.4 ...
2012-12-24 Simon Elsbrockmove visible scratchpad window to focused workspace
2012-12-24 Michael Stapelbergmove scratchpad test to separate file, otherwise it...
2012-12-24 Michael Stapelbergfix formatting in get_process_filename.c
2012-12-24 Michael Stapelbergi3-nagbar: don’t quote the -e argument for i3-sensible...
2012-12-24 Michael Stapelbergrefactor both i3-nagbar starts into src/util.c
2012-12-24 Michael Stapelbergremove all references to the old cfgparse
2012-12-24 Michael Stapelbergremove old cfgparse.{l,y}
2012-12-24 Sascha Kruserender_con: initialize int sizes[children]
2012-12-24 Michael StapelbergRevert "initialize array to fix clang-analyze warning"
2012-12-24 Michael Stapelbergpod2html: remove "(testsuite)" from title, it’s also...
2012-12-24 Michael Stapelberginitialize array to fix clang-analyze warning
2012-12-24 Michael Stapelbergfix possibly uninitialized variable (Thanks knopwob)
2012-12-24 Sascha Krusei3-dump-log/main.c: error handling for write(...)
2012-12-24 Michael StapelbergMerge branch 'master' into next
2012-12-24 Michael StapelbergMerge branch 'fix-mapreq'
2012-12-24 Michael StapelbergBugfix: handle MapRequests sent between i3 registering...
2012-12-23 Michael StapelbergBugfix: Correctly close floating windows (Thanks eeemsi)
2012-12-23 Michael StapelbergRender tree before destroying X11 containers upon unmap...
2012-12-22 Joep van DelftDraw 1px tab separators left/right instead of 2px on...
2012-12-22 Michael Stapelbergnew-test: add launch_with_config to multi-monitor template
2012-12-22 Michael StapelbergMerge branch 'fix-scratch-confreq'
2012-12-22 Michael StapelbergMerge branch 'master' into next
2012-12-22 Michael StapelbergBugfix: Ignore ConfigureRequests for scratchpad windows...
2012-12-20 Michael Stapelbergi3-dmenu-desktop: don’t add “geany” if “Geany” is alrea...
2012-12-20 Michael Stapelberghacking-howto: clarify where to send patches to (Thanks...
2012-12-20 Michael Stapelberguserguide: s/mailclient/mail client/g (Thanks joepd)
2012-12-20 Michael Stapelbergcomplete-run: clarify the message about missing .....
2012-12-19 Michael StapelbergMerge branch 'master' into next
2012-12-19 Michael StapelbergMerge branch 'fix-scroll-split'
2012-12-19 Michael StapelbergFix scrolling on a tabbed titlebar which contains split...
2012-12-19 Michael StapelbergMerge branch 'master' into next
2012-12-19 Michael StapelbergMerge branch 'fix-tab-border'
2012-12-19 Michael StapelbergAlso draw right tab border for split containers (Thanks...
2012-12-19 Michael StapelbergMerge branch 'master' into next
2012-12-19 Michael StapelbergMerge branch 'i3-input-focus'
next