]> git.sur5r.net Git - i3/i3/history - src
Merge branch 'master' into next
[i3/i3] / src /
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...
2012-10-09 Michael StapelbergBugfix: Actually set border width in config_directives...
2012-10-09 DeizAllow 'focus $dir' to move out of non-global fullscreen...
2012-10-09 DeizAllow workspace contents to be moved if there are only...
2012-10-09 DeizFix fullscreen focus bug and corresponding test flaw
2012-10-09 DeizGrab keys with all permutations of lock and numlock
2012-10-09 Michael Stapelbergaccept ctrl as synonym of control (Thanks SardemFF7)
2012-10-09 Michael Stapelbergerror out instead of accepting invalid key bindings...
2012-10-08 Michael Stapelbergbugfix: config-parser: bind is a synonym for bindcode
2012-10-08 Michael Stapelbergfix warning about printf() field length
2012-10-08 Michael Stapelberguse the new parser by default
2012-10-08 Michael Stapelbergmove owindow definition into the command parser
2012-10-08 Michael Stapelberglink the parser test binaries with -g
2012-10-08 Michael Stapelbergchange the commands_parser prefix to 'command' for...
2012-10-08 Michael Stapelbergport the entire old config parser to the new one
2012-10-08 Michael Stapelbergconfig_parser: implement <number>s, proper error handling
2012-10-08 Michael Stapelbergadd first bits of a (custom) config parser
2012-10-07 Michael Stapelberggenerate-command-parser: make input/output configurable
2012-10-04 Michael Stapelbergallow floating cons to be reached using 'focus parent'
2012-10-04 DeizImprove startup sequence termination conditions
2012-10-04 DeizReplace the discrete 'split' Con property with a simple...
2012-10-04 DeizUn-fullscreen as needed when moving fullscreen containers
2012-10-04 Michael Stapelbergshmlog: Remove O_TRUNC flag for shm_open, we truncate...
2012-10-03 Michael StapelbergMerge branch 'fix-ws-layout'
2012-10-03 Michael StapelbergMerge branch 'master' into next
2012-10-03 Sascha Kruseset workspace_layout in create_workspace_on_output
2012-10-02 DeizFocus the relevant workspace when clicking any container.
2012-10-02 DeizMaintain relative positioning when moving floating...
2012-10-02 DeizOnly re-focus the workspace when moving a con if the...
2012-09-28 DeizImplement moving workspaces as if they're regular conta...
2012-09-28 Michael StapelbergMerge branch 'master' into next
2012-09-28 Michael StapelbergMerge branch 'fix-floating-move'
2012-09-28 Michael StapelbergBugfix: Correctly move floating windows to invisible...
2012-09-28 Michael StapelbergBugfix: with one ws per output, don’t crash on cross...
2012-09-28 Michael StapelbergMake the resize command honor criteria (Thanks Tblue)
2012-09-28 Michael StapelbergMerge branch 'fix-indicator-pos'
2012-09-28 Michael StapelbergMerge branch 'master' into next
2012-09-28 Michael StapelbergBugfix: Draw h-split indicator at the right position
2012-09-28 Michael StapelbergFix 'border toggle' (it "skipped" 1px border) (Thanks...
2012-09-28 Michael StapelbergMerge branch 'fix-floating-move'
2012-09-28 Michael StapelbergMerge branch 'master' into next
2012-09-28 Michael StapelbergBugfix: don’t crash when dragged floating window closes...
2012-09-28 Simon Elsbrockfix crash: send non-floating window with floating paren...
2012-09-28 Michael StapelbergRevert "raise floating windows when focusing (Thanks...
2012-09-27 Michael Stapelbergraise floating windows when focusing (Thanks Marcos)
2012-09-27 Michael Stapelbergremove async-unsafe functions from signal handler
2012-09-27 Michael StapelbergRevert "Use ev_signal to avoid async-unsafe functions...
2012-09-27 Simon Elsbrockfix crash: urgent floating con on separate workspace...
2012-09-27 Michael StapelbergMerge branch 'master' into next
2012-09-27 Michael StapelbergMerge branch 'fix-manage-unmap'
2012-09-27 Michael StapelbergBugfix: properly react to windows being unmapped before...
2012-09-25 Michael StapelbergBugfix: Correctly clear the urgency hint when the windo...
2012-09-24 Michael StapelbergMerge branch 'fix-assign-render'
2012-09-24 Michael StapelbergMerge branch 'master' into next
2012-09-24 Michael StapelbergBugfix: Render workspaces created by assignments to...
2012-09-24 noxxunrendering: fix bottom line of tabbed borders decoration...
2012-09-24 Yaroslav MolochkoImplement variable border widths for pixel/normal
2012-09-23 DeizDisplay appropriate cursors when resizing or moving...
2012-09-23 DeizClicking the root window should try to focus the releva...
2012-09-23 DeizReplace duplicate "__" workspace prefix checks with...
2012-09-23 Sascha Krusedraw empty title if WM_NAME is empty
2012-09-22 Sascha Kruseadd descriptive titles to split containers
2012-09-22 Sascha Krusemark parents of urgent container also as urgent
2012-09-22 Michael StapelbergClose empty workspaces after cross-output move (+test...
2012-09-22 darkravenremove unnecessary code in render_con().
next