]> git.sur5r.net Git - i3/i3/history - libi3/draw_util.c
Merge branch 'release-4.16.1'
[i3/i3] / libi3 / draw_util.c
2018-11-04 Michael StapelbergMerge branch 'next' into master
2018-10-24 OrestisMerge pull request #3473 from soumya92/pango-font-alignment
2018-10-23 OrestisMerge pull request #3475 from Gravemind/fix-i3bar-re...
2018-10-23 Ingo BürkMerge pull request #3452 from orestisf1993/title_align
2018-10-23 Ingo BürkMerge pull request #3469 from yablonsky/patch-1
2018-10-23 Ingo BürkMerge pull request #3448 from orestisf1993/sticky
2018-10-23 Ingo BürkMerge pull request #3445 from orestisf1993/flaky
2018-10-23 Ingo BürkMerge pull request #3444 from orestisf1993/move
2018-10-23 Ingo BürkMerge pull request #3433 from orestisf1993/janitorial
2018-10-13 Orestis FlorosMake comment style more consistent
2017-09-04 Michael StapelbergMerge branch 'next' into master
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-11-08 Michael StapelbergMerge branch 'next' into master
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
2016-03-06 Michael StapelbergMerge branch 'next' into master
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.