]> git.sur5r.net Git - i3/i3/history - libi3/draw_util.c
Ensure all *.[ch] files include config.h
[i3/i3] / libi3 / draw_util.c
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.