summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkgc-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-1/+1
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-8/+9
* [GdkGC] Remove deprecated GdkFont from GdkGCValues structureJavier Jardón2010-06-281-13/+0
* Flip clip mask image when setting clip mask on GCKristian Rietveld2010-06-271-1/+64
* Rework color translation to support gray scale and bitmapsKristian Rietveld2010-06-271-35/+69
* Start using CGFloatKristian Rietveld2009-12-281-10/+10
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-1/+1
* Remove unused variableRichard Hult2009-04-021-1/+0
* Add reset_origin argument to _gdk_windowing_gc_set_clip_regionRichard Hult2009-04-021-3/+7
* reviewed by: Richard HultSven Herzberg2008-07-201-6/+0
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-141-2/+2
* add gdk_gc_quartz_init() and set some values to the defaults used by X11.Michael Natterer2007-06-071-2/+14
* use the same code for GDK_XOR as for GDK_INVERT. Xor with an arbitraryMichael Natterer2007-06-071-4/+1
* Clean up namespaces to make the code more maintainable.Richard Hult2007-04-061-23/+48
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Implement lots of value setters for GdkGC, based on a heavily modifiedMichael Natterer2006-09-211-16/+326
* Always set success to TRUE. (gdk_color_change): Implement.Richard Hult2006-07-291-1/+1
* Implement.Richard Hult2006-07-211-10/+49
* Add more stubs.Richard Hult2006-03-271-0/+6
* Have these return TRUEAnders Carlsson2006-01-021-2/+2
* Add quartz backend.Anders Carlsson2005-11-221-0/+216