]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2016-11-08 Michael Stapelbergrelease i3 4.13 4.13
2016-11-08 Michael Stapelbergdebian: prefix paths debian/tmp/ to avoid confusion
2016-11-08 Michael Stapelbergdebian: update standards-version to 3.9.8 (no changes...
2016-11-08 Michael Stapelbergdebian: remove now-unnecessary lintian overrides
2016-11-08 Michael Stapelbergdebian: install docs to usr/share/doc/i3-wm
2016-11-08 Chih-Chyuan... Fix an use-after-free bug (#2522)
2016-11-07 Michael Stapelbergconfigure: add build directory to gitignore (#2543)
2016-11-06 Ingo BürkFix memory leak in i3-msg. (#2542)
2016-11-05 Jakub WilkFix typo (#2536)
2016-11-05 Josh RossoUpdate config.keycodes link to proper location in user...
2016-11-03 Ingo BürkFix memory leaks. (#2530)
2016-10-28 Michael Stapelbergtravis: use correct path to debian packages (#2521)
2016-10-26 Michael StapelbergMerge pull request #2518 from stapelberg/travis
2016-10-26 Michael Stapelbergtravis/docs.sh: call asciidoc directly 2518/head
2016-10-26 Michael Stapelbergtravis/clang-analyze: look for dist tarball in build/
2016-10-25 Michael StapelbergBugfix: escape I3_VERSION when read from file (#2517)
2016-10-25 Michael Stapelbergdebian: add missing dh-autoreconf to Build-Depends...
2016-10-25 Michael StapelbergMerge pull request #2507 from stapelberg/autotools
2016-10-23 Michael StapelbergUpdate travis for autotools 2507/head
2016-10-23 Michael Stapelberggenerate asciidoc.conf via autoconf
2016-10-23 Michael StapelbergUpdate PACKAGE-MAINTAINER’s compilation instructions
2016-10-23 Michael StapelbergUpdate release.sh for autotools
2016-10-23 Michael StapelbergUpdate debian/ for autotools
2016-10-23 Michael Stapelbergpull autotools.gitignore into .gitignore
2016-10-23 Michael StapelbergEnsure all *.[ch] files include config.h
2016-10-23 Michael StapelbergMove/rename config files/.desktop files into subdirs
2016-10-23 Michael StapelbergSwitch from I3__FILE__ to STRIPPED__FILE__
2016-10-23 Michael Stapelbergtestsuite: use relative paths, set PATH to absolute...
2016-10-23 Michael StapelbergSwitch to autotools (GNU build system)
2016-10-23 Michael Stapelbergrename config.h to configuration.h
2016-10-23 Michael StapelbergEnsure error message is included when bailing out
2016-10-23 Michael Stapelbergcheck vasprintf return code
2016-10-19 Peder StrayAdd "output" to IPC events referencing a container...
2016-10-18 Ingo BürkImplement new window::mark IPC event. (#2503)
2016-10-18 Ingo BürkDisable pango markup for plain-text input in i3bar...
2016-10-11 Ingo BürkHandle ResizeRequests for tray clients. (#2495)
2016-10-05 Michael StapelbergFix _i3_version debugging symbol (#2492)
2016-10-04 Michael StapelbergRemove extraneous newline when printing core_pattern...
2016-10-03 Ferdinand BachmannBugfix: NULL dereference when stickying _NET_WM_DESKTOP...
2016-09-30 Ingo BürkImplement special value 'current' for output. (#2483)
2016-09-28 Ingo BürkAdded new criteria 'tiling' / 'floating'. (#2481)
2016-09-27 Michael StapelbergRemove conditional compilation for cairo/pangocairo...
2016-09-27 Ingo BürkAssign the sticky value for _NET_WM_DESKTOP on scratchp...
2016-09-27 Michael StapelbergUnconditionally depend on libpcre >= 8.10 (#2472)
2016-09-27 Ingo BürkHandle _NET_ACTIVE_WINDOW for scratchpad windows. ...
2016-09-27 Ingo BürkCheck output crossing on ENTER_NOTIFY to dockarea....
2016-09-27 Michael StapelbergMerge pull request #2469 from Airblader/feature-2465
2016-09-26 Michael StapelbergMerge pull request #2479 from stapelberg/fix-perl
2016-09-26 Michael Stapelbergt/158-wm_take_focus.t: avoid shift on scalars 2479/head
2016-09-26 Michael Stapelbergtravis-base.Dockerfile: depend on perl, not perl-modules
2016-09-26 Ingo BürkSet $HOME for tests. 2469/head
2016-09-26 Ingo BürkUse Xft.dpi for DPI if available.
2016-09-26 johannes karoffdo not match docks in config and command criteria ...
2016-09-26 koebifix i3bar crashing when I3SOCK present (#2471)
2016-09-24 Michael Stapelbergtravis: build ubuntu packages for xenial, not wily...
2016-09-24 Ingo BürkFix link in the documentation. (#2462)
2016-09-24 Michael StapelbergRemove compatibility definitions for xcb-util < 0.3...
2016-09-24 Michael Stapelbergtravis/cleanup-bintray: use dpkg --compare-versions...
2016-09-14 Michael StapelbergFix memleaks by avoiding _checked variants when discard...
2016-09-14 Michael StapelbergEliminate once-used check_error utility function
2016-09-14 Ingo BürkFix colormap handling for containers. (#2450)
2016-09-12 Michael StapelbergBugfix: don’t apply shift+numlock fallback for keypad...
2016-09-12 Michael StapelbergMerge branch 'nmschulte-fix_numlock_shift' into next
2016-09-12 Nathan Schultefix bindsyms with Shift, given NumLock tweaks
2016-09-12 Nathan Schultefix typo in logging message
2016-09-12 Michael StapelbergBugfix: don’t trigger unrelated key bindings for -...
2016-09-12 Michael Stapelbergt/264-keypress-numlock: add a test covering shift
2016-09-12 Michael StapelbergBugfix: compare all resolved modifier masks
2016-09-12 Michael Stapelbergexpose binding pointer in debug messages
2016-09-05 Michael Stapelbergtravis: pass through CC to run-tests
2016-09-05 Michael Stapelbergtravis: only enable asan workaround for clang (breaks...
2016-09-05 Michael Stapelbergtravis: work around asan broken-ness with libc ≥ 2.24
2016-09-05 Michael StapelbergBugfix: re-add single quotes around I3_VERSION
2016-09-04 Michael StapelbergBugfix: avoid setting urgency hint on content container...
2016-08-28 Michael StapelbergMerge pull request #2393 from bebehei/fix-workspace...
2016-08-24 Benedikt Heineadd additional reversed testcase 2393/head
2016-08-24 Benedikt Heinefix transition from named to numbered workspace
2016-08-24 Benedikt Heineenhance test 528
2016-08-24 Benedikt Heineremove goto statement
2016-08-24 Benedikt Heinetraverse numbered workspaces in correct order
2016-08-13 eplanetDeleting VERSION and extracting it from I3_VERSION...
2016-08-03 Michael StapelbergMerge pull request #2301 from EvilPudding/next
2016-08-03 EvilPuddingLeaving the last byte in Colorpixel.hex NULL 2301/head
2016-08-03 EvilPuddingHex in struct Colorpixel.hex to contiguous memory
2016-08-02 Michael StapelbergOnly add NumLock fallback where necessary.
2016-08-02 Michael Stapelbergrefactoring: store modifiers alongside translated keycodes
2016-08-02 Michael Stapelbergmove xkb_current_group check into own function
2016-08-02 Michael Stapelbergremove superfluous check for input_type
2016-07-30 Denton LiuUpdate manpages (#2404)
2016-07-19 Denton LiuAdd uxterm to terminal list (#2397)
2016-06-25 yshuiDon't change border style if BS_NORMAL is requested...
2016-06-22 yshuiHandle _MOTIF_WM_HINTS changes (#2384)
2016-06-15 Ingo BürkIntroduced a new GET_BINDING_MODES message type and...
2016-06-15 Michael StapelbergMerge pull request #2350 from madroach/OpenBSD
2016-06-11 Christopher... Don't use pthread on OpenBSD 2350/head
2016-06-11 Christopher... Always use socket activation
2016-06-11 Christopher... Fix testsuite on OpenBSD
2016-06-11 Christopher... Use 64 bit time_t
2016-05-31 Ingo BürkExplicitly terminate fallback in set_from_resource...
2016-05-31 Zamarin ArthurAdded qterminal to i3-sensible-terminal (#2367)
next