]> git.sur5r.net Git - i3/i3/history - src
config_parser: implement <number>s, proper error handling
[i3/i3] / src /
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 'master' into next
2012-10-03 Michael StapelbergMerge branch 'fix-ws-layout'
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().
2012-09-22 DeizIn get_output_next(), avoid an off-by-one for adjacent...
2012-09-22 Michael StapelbergMake get_output_next() work with non-aligned RandR...
2012-09-22 Sebastian UllrichMake "[move] workspace number" accept a default ws...
2012-09-22 Michael Stapelbergcfgparse: be forgiving about a missing "ms" after a...
2012-09-22 Simon Elsbrockimplement delayed urgency hint reset
2012-09-22 chrysnfixes #776
2012-09-22 Pavel LöblAdd new subscribe event 'mode' for binding mode changes
2012-09-21 Michael Stapelbergadd proper error handling for in-place restarts (Thanks...
2012-09-21 Michael StapelbergUse ev_signal to avoid async-unsafe functions (Thanks...
2012-09-20 Michael StapelbergMerge branch 'master' into next
2012-09-20 Michael StapelbergMerge branch 'tiny-fixes'
2012-09-20 Michael Stapelbergspelling fix: s/succesfully/successfully/
2012-09-19 Michael StapelbergMerge branch 'next'
2012-09-19 Michael StapelbergMerge branch 'release-4.3' into next
2012-09-19 Michael Stapelbergfix make clean targets 4.3
2012-09-19 Michael Stapelberg--help: note that nVidia’s driver supports RandR from...
2012-09-16 Michael StapelbergAllow changing the layout of workspaces by storing...
2012-09-16 Michael StapelbergMerge branch 'master' into next
2012-09-16 Michael StapelbergMerge branch 'fix-fullscreen-scratch'
2012-09-16 Simon Elsbrocktoggle fullscreen on 'scratchpad show'
2012-09-14 Michael StapelbergMerge branch 'master' into next
2012-09-14 Michael StapelbergMerge branch 'fix-scratchpad-focus'
2012-09-14 Michael StapelbergBugfix: Don’t focus the wrong workspace when moving...
2012-09-11 Michael StapelbergOnly launch i3-nagbar for parse errors
2012-09-11 Michael StapelbergRemove support for resize increment size hints for...
2012-09-11 Michael Stapelbergsighandler: use non-existing backtrace filenames (...
2012-09-11 Michael Stapelbergsasprintf() already handles errors, we don’t need to...
2012-09-11 Michael Stapelbergsighandler: provide gdb with pipe stdin/stdout fds...
2012-09-11 Bas PapeReplace exit with backtrace in crash dialog
2012-09-09 Michael Stapelberguse pwd -P instead of readlink -f (Thanks Marcus Crestani)
2012-09-09 Michael Stapelbergbuild fix: remove src/cmdparse.* in make clean
2012-09-06 Michael Stapelbergdon’t errnously detect --release bindings as duplicates
2012-09-06 Michael Stapelbergignore modifiers for KeyRelease bindings
2012-09-06 Michael Stapelbergnaive implementation of 'bindsym --release' (and bindcode)
2012-09-06 Michael Stapelbergre-indent src/config.c
2012-09-05 Michael Stapelbergrendering: ceil() instead of truncating for tabbed...
2012-09-05 Michael Stapelbergfix format string warnings
2012-09-05 Michael Stapelbergbugfix: forgot to mark split containers as split =...
2012-09-05 Michael Stapelbergstartup-notifications: keep sequence around for 30s...
2012-09-05 Michael StapelbergMerge branch 'master' into next
2012-09-05 Michael StapelbergMerge branch 'fix-nagbar-exit'
2012-09-05 Michael StapelbergBugfix: Use _exit() instead of exit to avoid calling...
2012-09-04 Michael Stapelbergcon_set_layout: always use the parent container, handle...
2012-09-04 Michael StapelbergMerge branch 'master' into next
2012-09-04 Michael StapelbergMerge branch 'fix-1px-flickering'
2012-09-04 Michael StapelbergBugfix: fix flickering with 1pixel border tabbed layout...
2012-09-04 Michael StapelbergMerge branch 'master' into next
2012-09-04 Michael StapelbergMerge branch 'fix-fullscreen-confreq'
2012-09-04 Michael StapelbergBugfix: Don’t allow ConfigureRequests while in fullscre...
2012-09-04 Michael Stapelbergx: grab server and process pending events before managi...
next