aboutsummaryrefslogtreecommitdiff
path: root/libi3
AgeCommit message (Expand)Author
2020-02-21Code style: fix misaligned and trailing whitespacesAlbert Safin
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2020-02-01libi3: Make visual_type externOrestis Floros
2019-12-25Merge pull request #3824 from orestisfl/ac_replace_funcsMichael Stapelberg
2019-10-20Remove various unused parametersOrestis Floros
2019-10-13Use AC_REPLACE_FUNCSOrestis Floros
2019-04-10Fix memory leakJeremy Klotz
2019-03-29Allow checking for duplicate bindings with -COrestis Floros
2019-03-19convert_utf8_to_ucs2: Allow partial conversionOrestis Floros
2018-10-24Merge pull request #3473 from soumya92/pango-font-alignmentOrestis
2018-10-22Always center text verticallySoumya
2018-10-13Use lround instead of (long)roundOrestis Floros
2018-10-13Make comment style more consistentOrestis Floros
2018-10-13Enforce strict prototypesOrestis Floros
2018-10-13Reduce some code around freesOrestis Floros
2018-10-13Merge pull request #3454 from alanbarr/cppcheck_fixes_2Orestis
2018-10-13Fixes for undefined behaviour on signed shift (#3453)Alan Barr
2018-10-13Typecast void* before doing pointer arithmeticAlan Barr
2018-10-13Remove redundant NULL checkAlan Barr
2018-10-07resolve_tilde: strncpy + strlen is pointless (#3436)Orestis
2018-09-25Provide g_utf8_make_valid if not availableOrestis Floros
2018-09-24Fix typo: terminaison -> terminationOrestis Floros
2018-09-10libi3: validate UTF8 stringsOrestis Floros
2018-08-22Apply compatible changes from clang-format 6.0.1Orestis Floros
2018-08-08Merge pull request #3263 from orestisf1993/misbehaving-ipc-queue-2999Michael Stapelberg
2018-08-08Kill misbehaving subscribed clients instead of hangingOrestis Floros
2018-08-04Merge pull request #3319 from Stunkymonkey/format_placholders-case_sensitiveIngo Bürk
2018-07-28fix height offset calculation in pango text drawingCassandra Fox
2018-07-10make format_placeholders case-sensitiveFelix Buehler
2018-07-10Correct XDG paths precedence for config filesOrestis Floros
2018-04-27Fix redundant casts to the same typeOrestis Floros
2018-04-04Prefer compiler warnings to assertions for unhandled switch casesOrestis Floros
2017-12-09Fixes #3072, Xft.dpi can be floating pointPawel S. Veselov
2017-11-26no-op refactoring: make ipc_connect find socket pathMichael Stapelberg
2017-11-09Bugfix: avert endless loop on unexpected EOF at ipc messages (#3021)xzfc
2017-09-24Replace http:// with https:// where applicableMichael Stapelberg
2017-09-10Revert "Use OVER operator for drawing text (#2908)" (#2925)Ingo Bürk
2017-09-09Use OVER operator for drawing text (#2908)Jan Alexander Steffens
2017-08-23Avoid use of uninitialized in init_dpi_endTheo Buehler
2017-07-12libi3: Add basic validation to hex color conversionTony Crisci
2017-01-13Remove unused function arguments. (#2635)Ingo Bürk
2017-01-02Free allocated X resource value. (#2620)Ingo Bürk
2016-11-16Merge pull request #2551 from bapt/freebsd_fixesMichael Stapelberg
2016-11-12Use the DPI setting within the i3bar (#2556)mihaicmn
2016-11-09Respect SYSCONFDIR when looking for defaut 'xdg' directoryBaptiste Daroussin
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-10-23Switch to autotools (GNU build system)Michael Stapelberg
2016-09-27Remove conditional compilation for cairo/pangocairo (#2480)Michael Stapelberg
2016-09-26Use Xft.dpi for DPI if available.Ingo Bürk
2016-09-24Remove compatibility definitions for xcb-util < 0.3.8 (#2473)Michael Stapelberg