aboutsummaryrefslogtreecommitdiff
path: root/libi3
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2023-07-22Share graphics context globally (#4376)Uli Schlachter
2022-11-06Allow text drawing to use the alpha channel. (#5246)Michael Stapelberg
2022-11-05draw_util: refactor surface_initialized macro into functionMichael Stapelberg
2022-06-01Fix typos (#4989)George Rodrigues
2021-11-04Fix compilation error on debianOrestis Floros
2021-11-04Do not replace existing IPC socket (#4638)Uli Schlachter
2021-09-15Fix a minor memory leakUli Schlachter
2021-09-15Check cairo status in draw_util_surface_free()Uli Schlachter
2021-07-05Use mkdirp() in get_process_filename() (#4397)tomty89
2021-06-13Implement showing window icons in titlebar (#4439)Michael Stapelberg
2021-05-20Do not "set" the wallpaper during startup (#4373)Uli Schlachter
2021-03-06Remove unused member from surface_tUli Schlachter
2021-03-05font: Get rid of temporary cairo surfaceUli Schlachter
2021-03-05Remove draw_text_ascii()Uli Schlachter
2021-01-20i3-dump-log -f: switch from pthreads to UNIX socketsMichael Stapelberg
2021-01-20move set_nonblock, create_socket and path_exists to libi3Michael Stapelberg
2020-10-20clang-format: use TypenameMacrosAlbert Safin
2020-05-19add meson build files (#4094)Michael Stapelberg
2020-04-30Fix #ifndef statements: HAVE_ variables are all upper caseMichael Stapelberg
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-04-14Sort dock clients by class and instanceOrestis Floros
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