]> git.sur5r.net Git - i3/i3/history - src
Merge branch 'next'
[i3/i3] / src /
2013-03-12 Michael StapelbergMerge branch 'next'
2013-03-12 Michael StapelbergMerge branch 'release-4.5' into next
2013-03-12 Michael Stapelbergmakefile: delete test.{config_parser,commands_parser... 4.5
2013-03-09 obliqueAdd support for _NET_WM_STATE_DEMANDS_ATTENTION.
2013-02-24 Michael Stapelbergconfig: accept “smart” as popup_during_fullscreen param...
2013-02-24 MatsBugfix: Handle nested transient popups properly
2013-02-18 Michael StapelbergMerge branch 'master' into next
2013-02-18 Piotr S. StaszewskiAdd a new IPC event for changes on windows.
2013-02-18 Artem ShinkarovSeparator color via config; separator width and on...
2013-02-18 Sebastian UllrichAlways auto center on 'scratchpad show' if window hasn...
2013-02-15 MatsSplit workspace instead of changing orientation
2013-02-14 obliqueObey WM_SIZE_HINTS's resize increments in floating
2013-02-14 obliqueAdd render_deco_height()
2013-02-10 Sebastian RachujBugfix: Do not move focus if a container is moved acros...
2013-01-30 Sascha Krusescratchpad_show focus unfocused scratchpad window
2013-01-30 Michael StapelbergMerge branch 'master' into next
2013-01-27 Michael StapelbergMerge branch 'master' into next
2013-01-26 Marius MujaFix decoration rect size for windows without border
2013-01-26 Francesco Mazzoliwrap when moving things to outputs with direction
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 'master' into next
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 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-09 Michael StapelbergMerge branch 'master' into next
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 Stapelbergignore MotionNotify events generated while warping...
2012-12-27 Michael Stapelbergdebug message for window focus: include window ID
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-24 Simon Elsbrockmove visible scratchpad window to focused workspace
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 Stapelberginitialize array to fix clang-analyze warning
2012-12-24 Michael Stapelbergfix possibly uninitialized variable (Thanks knopwob)
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 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-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-17 Michael StapelbergMerge branch 'master' into next
2012-12-14 Michael StapelbergMerge branch 'master' into next
2012-12-14 Michael StapelbergMerge branch 'remove-atom-include'
2012-12-14 Michael StapelbergBugfix: remove superfluous #include <xcb/xcb_atom.h...
2012-12-14 Michael StapelbergRevert "don't use con_is_internal"
2012-12-14 Michael StapelbergMerge branch 'master' into next
2012-12-11 Michael StapelbergMerge branch 'next'
2012-12-11 Michael Stapelberginstall i3-dmenu-desktop
2012-11-27 Michael StapelbergBugfix: Don’t move floating windows when their size...
2012-11-25 Michael Stapelbergcode style fixes for the previous commit
2012-11-25 Adrien \"schischi... The command to resize a floating window now checks...
2012-11-24 Emil MikulicFix memory leaks in config_parser.
2012-11-20 Michael Stapelbergconfig parser: recover after invalid input
2012-11-13 Michael Stapelbergset LC_NUMERIC=C when dumping nodes in the workspace...
2012-11-13 Francesco Mazzolirefactor, name changes
2012-11-13 Francesco Mazzolitake care of non-existant old workspaces
2012-11-13 Francesco Mazzolimore informative `workspace' events
2012-11-13 Francesco Mazzolisimplify yajl related code
2012-11-12 Simon Elsbrockbugfix: don't use con_is_internal
2012-11-10 Michael StapelbergMerge branch 'master' into next
2012-11-10 Michael StapelbergMerge branch 'fix-baf-after-scratchpad'
2012-11-10 Michael Stapelbergbugfix: fix workspace back_and_forth after displaying...
2012-10-31 Michael Walleintroduce new command to rename focused workspace
2012-10-29 Michael StapelbergMerge branch 'master' into next
2012-10-29 Michael StapelbergMerge branch 'fix-split-indicator'
2012-10-29 Michael StapelbergBugfix: force rendering when the parent’s orientation...
2012-10-24 Michael StapelbergImplement smart popup_during_fullscreen mode
2012-10-24 Michael Stapelbergspelling error: s/implementaiton/implementation/g
2012-10-16 DeizSkip floating windows in the focus stack when moving...
2012-10-16 DeizFocus windows when middle-clicking (X paste)
2012-10-16 DeizSkip floating cons in focus (child|parent) and stop...
2012-10-14 Michael Stapelbergexit with a proper error message when there are no...
next