summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkxftdefaults.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the initialization of screen_x11->xft_rgba more explicit. (#319627,Matthias Clasen2005-10-251-1/+1
| | | | | | | | 2005-10-25 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the initialization of screen_x11->xft_rgba more explicit. (#319627, Bogdan Nicula)
* Various cleanups. (#315359, Kjartan Maraas)Matthias Clasen2005-09-131-2/+1
| | | | | | 2005-09-13 Matthias Clasen <mclasen@redhat.com> * gdk/*.c: Various cleanups. (#315359, Kjartan Maraas)
* Define the hint styles to make building against fc < 2.2.92 work.Matthias Clasen2005-08-011-0/+7
| | | | | | | 2005-08-01 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkxftdefaults.c: Define the hint styles to make building against fc < 2.2.92 work. (#311839, Damien Carbery)
* Change machinery for following font rendering xsettings to set cairo fontOwen Taylor2005-07-211-0/+294
2005-07-19 Owen Taylor <otaylor@redhat.com> * gtk/gtksettings.c gtk/gtkwidget.c: Change machinery for following font rendering xsettings to set cairo font options on PangoContext * gdk/x11/gdkxftdefaults.c gdk/x11/gdkevents-x11.c gdkscreen-x11.h gdkprivate-x11.h: Get default values for rendering options (such as antialiasing, dpi) from the Xft resources for the display, borrowing a bit of code from Xft. * gtk/gtksettings.c (gtk_settings_class_init): Fix docs for values of gtk-xft-hintstyle.