aboutsummaryrefslogtreecommitdiff
path: root/include/libi3.h
AgeCommit message (Expand)Author
2023-07-22Share graphics context globally (#4376)Uli Schlachter
2021-11-04Do not replace existing IPC socket (#4638)Uli Schlachter
2021-11-02portability: add missing headersBaptiste Daroussin
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-20move set_nonblock, create_socket and path_exists to libi3Michael Stapelberg
2020-05-19add meson build files (#4094)Michael Stapelberg
2020-05-01placeholder_t: Make char*s constOrestis Floros
2020-04-30Fix #ifndef statements: HAVE_ variables are all upper caseMichael Stapelberg
2020-04-14Sort dock clients by class and instanceOrestis Floros
2019-10-13Use AC_REPLACE_FUNCSOrestis Floros
2018-10-13Make comment style more consistentOrestis Floros
2018-10-13Enforce strict prototypesOrestis Floros
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-08Kill misbehaving subscribed clients instead of hangingOrestis Floros
2018-07-10Correct XDG paths precedence for config filesOrestis Floros
2017-09-24Replace http:// with https:// where applicableMichael Stapelberg
2017-02-14Allow using left/right scrolling like up/down scrolling.Ingo Bürk
2017-02-12Introduce named aliases for mouse buttons.Ingo Bürk
2017-01-13Remove unused function arguments. (#2635)Ingo Bürk
2016-11-12Use the DPI setting within the i3bar (#2556)mihaicmn
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-10-23Switch from I3__FILE__ to STRIPPED__FILE__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-03-23Convert ifdef CAIRO_SUPPORT to if statements to keep consistency with common.mkKacper Kowalik (Xarthisius)
2016-02-06travis: check spelling of binaries and manpages, use dockerMichael Stapelberg
2016-01-05Move title_format from window to container.Ingo Bürk
2015-12-29Correct color management for pango fontsAlex Auvolat
2015-12-29Refactor extern definition of conn and root_screenAlex Auvolat
2015-11-23Use 32-bit visual by default if available.Ingo Bürk
2015-11-23Parse colors as color_t instead of colorpixel.Ingo Bürk
2015-11-23Migrate i3 rendering to cairo.Ingo Bürk
2015-11-23Move draw_util.c to libi3.Ingo Bürk
2015-10-13Rename is_markup to pango_markup.Ingo Bürk
2015-10-06Use 32-bit visuals for i3bar when possible and allow RGBA colors.Ingo Bürk
2015-08-04Merge pull request #1816 from tcreech/tcreech-for-illumosMichael Stapelberg
2015-08-03libi3: change scalloc() signature to match calloc()shdown
2015-07-30Changes for compiling on IllumosTim Creech
2015-06-29Parse the title_format and display the customized window title if a format wa...Ingo Bürk
2015-05-06Introduce sstrndup wrapper.Michael Hofmann
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-03-29Move mkdirp into libi3Deiz
2015-03-29Move resolve_tilde and get_config_path into libi3Deiz
2015-03-29Add a safe wrapper for write and fix some warningshwangcc