]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
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)
2016-05-28 Trevor MerrifieldFix outdated documentation (#2362)
2016-05-26 Michael Stapelbergtravis: ubuntu: install libxcb-xrm from our repository
2016-05-25 Michael Stapelbergtravis: remove libxcb-xrm-dev from build-deps before...
2016-05-25 Michael Stapelbergtravis: ubuntu: install libtool
2016-05-24 Michael Stapelbergtravis: ubuntu: also install autotools-dev and automake
2016-05-24 Michael Stapelbergtravis: ubuntu: install autoconf (for autoreconf)
2016-05-24 Michael Stapelbergtravis: ubuntu: install ca-certificates to make git...
2016-05-24 Michael Stapelbergtravis: ubuntu: remove libxcb-xrm-dev from Build-Deps
2016-05-11 Ingo BürkDon't trigger binding on window border click unless...
2016-05-11 Ingo BürkSplit list of command / config directives in tests...
2016-05-10 Julien LequertierSmart option added to hide_edge_borders config param...
2016-05-08 Ingo BürkIntroduce support for specifying variables from X resou...
2016-05-08 Ingo BürkProperly close disabled outputs restored during a resta...
2016-05-07 Johannes LangeDo not count '\' in comment as line continuation (...
2016-05-05 Ingo BürkUse the last known timestamp when calling xcb_set_input...
2016-05-05 Ingo BürkRemove redundant depth argument from x_con_init()....
2016-05-05 Ingo BürkRemove dead code guarded with "#if 0 … #endif" (#2338)
2016-05-02 Michael Stapelbergtravis: snapshot git version before creating dist tarball
2016-05-01 Ingo BürkRemove title indentation in nested containers. (#2330)
2016-04-30 Ingo Bürki3-input: Proper position in non-standard cases. (...
2016-04-26 Kyle KneitingerEnsure config variables match on longest-length (#2306)
2016-04-26 Ingo BürkFocus a newly managed container only if it doesn't...
2016-04-23 Ingo BürkUpdate "mark" to "marks" in i3-save-tree. (#2308)
2016-04-23 Ingo BürkRemove skipped tests. (#2305)
2016-04-16 Michael StapelbergMerge pull request #2295 from Airblader/bug-2247-2
2016-04-15 Ingo BürkUse logical_px() and fix indentation. 2295/head
2016-04-15 Ingo BürkRedraw right-hand side border correctly.
2016-04-15 Ingo BürkOnly redraw right-hand side border if a non-pango font...
2016-04-15 Tony CrisciCast con id as uintptr_t (#2298) 2293/head
2016-04-15 Ingo BürkCorrectly count the number of windows for no_focus...
2016-04-13 Ingo BürkOnly grab the mouse buttons that need to be grabbed...
2016-04-13 Michael StapelbergMerge pull request #2287 from layus/fix-punned-pointer
2016-04-11 Guillaume MaudouxAvoid hazardous casting. 2287/head
2016-04-11 Guillaume MaudouxRemove "dereferencing type-punned pointer" warning
2016-04-10 Ingo BürkUpdate i3bar LICENSE to conform to other LICENSE files...
2016-04-10 Michael StapelbergMerge pull request #2278 from jolange/version-extraction
2016-04-09 Michael Stapelbergtravis: clean old docs before building with asciidoc...
2016-04-09 Michael Stapelbergcleanup-bintray: keep the most recent, not delete the...
2016-04-08 Michael Stapelbergtravis: build debian packages and documentation
2016-04-07 Johannes Langeuse git version information if possible, otherwise... 2278/head
2016-04-07 Johannes Langedist tarball uses existing (I3_)VERSION file
2016-04-07 Johannes Langeauto-creating (I3_)VERSION for each release and post...
2016-04-07 Johannes Langeinitial (manual) version files check-in
2016-04-07 Ingo BürkRemove unmaintained CHANGELOG file from i3bar
2016-04-06 wentasahMake fullscreen windows open on the output which is...
2016-04-04 Eric EngeströmFix spelling mistakes
2016-04-04 Hong XuPoint out the default ipc message type in i3-msg.man
2016-04-01 Michael Stapelbergdebian: remove menu file, add lintian-overrides
2016-04-01 Michael Stapelberg*.xsession.desktop: add Keywords=
2016-03-30 Michael StapelbergMerge pull request #2243 from Xarthisius/pango_support
2016-03-24 Michael StapelbergMerge pull request #2266 from cedricbu/dmenu-death...
2016-03-23 Cedrici3-dmenu-desktop: do not die on failed open 2266/head
2016-03-23 Kacper Kowalik... Convert ifdef CAIRO_SUPPORT to if statements to keep... 2243/head
2016-03-23 Kacper Kowalik... Add missing MAX macros, ensure that i3 can be compiled...
2016-03-21 Michael StapelbergMerge pull request #2264 from ixjlyons/i3bar-protocol... 2267/head
2016-03-21 Kenneth LyonsFix typos in documentation. 2264/head
next