]> git.sur5r.net Git - i3/i3/history - libi3/draw_util.c
Make comment style more consistent
[i3/i3] / libi3 / draw_util.c
2018-10-13 Orestis FlorosMake comment style more consistent
2017-07-13 Ingo BürkMerge pull request #2836 from acrisci/bug/sysconfdir...
2017-07-13 Ingo BürkMerge pull request #2838 from acrisci/bug/colors-only-hex
2017-07-12 Tony Criscilibi3: Add basic validation to hex color conversion 2838/head
2017-01-13 Ingo BürkRemove unused function arguments. (#2635)
2016-10-25 Michael StapelbergMerge pull request #2507 from stapelberg/autotools
2016-10-23 Michael StapelbergEnsure all *.[ch] files include config.h
2016-09-27 Michael StapelbergRemove conditional compilation for cairo/pangocairo...
2016-03-30 Michael StapelbergMerge pull request #2243 from Xarthisius/pango_support
2016-03-23 Kacper Kowalik ... Convert ifdef CAIRO_SUPPORT to if statements to keep... 2243/head
2015-12-30 Michael StapelbergMerge pull request #2135 from Alexis211/colors
2015-12-29 Alex AuvolatCorrect color management for pango fonts
2015-12-04 Michael StapelbergMerge pull request #2095 from Airblader/bug-2090
2015-12-04 Michael StapelbergMerge pull request #2096 from Airblader/bug-2094
2015-12-03 Ingo BürkFail gracefully when the gc cannot be created 2096/head
2015-11-23 Michael StapelbergMerge pull request #2065 from Airblader/feature-1278
2015-11-23 Ingo BürkMake freeing surfaces idempotent 2065/head
2015-11-23 Ingo BürkUse 32-bit visual by default if available.
2015-11-23 Ingo BürkParse colors as color_t instead of colorpixel.
2015-11-23 Ingo BürkSkip drawing for uninitialized surfaces.
2015-11-23 Ingo BürkMigrate i3 rendering to cairo.
2015-11-23 Ingo BürkFix draw_util_copy_surface.
2015-11-23 Ingo BürkMove draw_util.c to libi3.