summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-08release i3 4.134.13Michael Stapelberg
2016-11-08debian: prefix paths debian/tmp/ to avoid confusionMichael Stapelberg
2016-11-08debian: update standards-version to 3.9.8 (no changes necessary)Michael Stapelberg
2016-11-08debian: remove now-unnecessary lintian overridesMichael Stapelberg
2016-11-08debian: install docs to usr/share/doc/i3-wmMichael Stapelberg
2016-11-08Fix an use-after-free bug (#2522)Chih-Chyuan Hwang
2016-11-07configure: add build directory to gitignore (#2543)Michael Stapelberg
2016-11-06Fix memory leak in i3-msg. (#2542)Ingo Bürk
2016-11-05Fix typo (#2536)Jakub Wilk
2016-11-05Update config.keycodes link to proper location in user guide (#2537)Josh Rosso
2016-11-03Fix memory leaks. (#2530)Ingo Bürk
2016-10-28travis: use correct path to debian packages (#2521)Michael Stapelberg
2016-10-26Merge pull request #2518 from stapelberg/travisMichael Stapelberg
2016-10-26travis/docs.sh: call asciidoc directlyMichael Stapelberg
2016-10-26travis/clang-analyze: look for dist tarball in build/Michael Stapelberg
2016-10-25Bugfix: escape I3_VERSION when read from file (#2517)Michael Stapelberg
2016-10-25debian: add missing dh-autoreconf to Build-Depends (#2516)Michael Stapelberg
2016-10-25Merge pull request #2507 from stapelberg/autotoolsMichael Stapelberg
2016-10-23Update travis for autotoolsMichael Stapelberg
2016-10-23generate asciidoc.conf via autoconfMichael Stapelberg
2016-10-23Update PACKAGE-MAINTAINER’s compilation instructionsMichael Stapelberg
2016-10-23Update release.sh for autotoolsMichael Stapelberg
2016-10-23Update debian/ for autotoolsMichael Stapelberg
2016-10-23pull autotools.gitignore into .gitignoreMichael Stapelberg
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-10-23Move/rename config files/.desktop files into subdirsMichael Stapelberg
2016-10-23Switch from I3__FILE__ to STRIPPED__FILE__Michael Stapelberg
2016-10-23testsuite: use relative paths, set PATH to absolute pathMichael Stapelberg
2016-10-23Switch to autotools (GNU build system)Michael Stapelberg
2016-10-23rename config.h to configuration.hMichael Stapelberg
2016-10-23Ensure error message is included when bailing outMichael Stapelberg
2016-10-23check vasprintf return codeMichael Stapelberg
2016-10-19Add "output" to IPC events referencing a container (#2489)Peder Stray
2016-10-18Implement new window::mark IPC event. (#2503)Ingo Bürk
2016-10-18Disable pango markup for plain-text input in i3bar. (#2505)Ingo Bürk
2016-10-11Handle ResizeRequests for tray clients. (#2495)Ingo Bürk
2016-10-05Fix _i3_version debugging symbol (#2492)Michael Stapelberg
2016-10-03Remove extraneous newline when printing core_pattern (#2490)Michael Stapelberg
2016-10-03Bugfix: NULL dereference when stickying _NET_WM_DESKTOP_ALL windows (#2488)Ferdinand Bachmann
2016-09-30Implement special value 'current' for output. (#2483)Ingo Bürk
2016-09-27Added new criteria 'tiling' / 'floating'. (#2481)Ingo Bürk
2016-09-27Remove conditional compilation for cairo/pangocairo (#2480)Michael Stapelberg
2016-09-26Assign the sticky value for _NET_WM_DESKTOP on scratchpad windows. (#2457)Ingo Bürk
2016-09-26Unconditionally depend on libpcre >= 8.10 (#2472)Michael Stapelberg
2016-09-26Handle _NET_ACTIVE_WINDOW for scratchpad windows. (#2458)Ingo Bürk
2016-09-26Check output crossing on ENTER_NOTIFY to dockarea. (#2477)Ingo Bürk
2016-09-26Merge pull request #2469 from Airblader/feature-2465Michael Stapelberg
2016-09-26Merge pull request #2479 from stapelberg/fix-perlMichael Stapelberg
2016-09-26t/158-wm_take_focus.t: avoid shift on scalarsMichael Stapelberg
2016-09-26travis-base.Dockerfile: depend on perl, not perl-modulesMichael Stapelberg