summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
* Port Quartz backend to latest rendering-cleanup changesKristian Rietveld2010-12-0612-738/+467
* gdk: Remove depth argument from GdkWindowImpl->get_geometry()Benjamin Otte2010-12-061-5/+1
* gdk: Replace direct calls of _gdk_event_func with _gdk_event_emit()Benjamin Otte2010-12-022-7/+6
* gdk: Move window beeps into GdkWindowImplBenjamin Otte2010-12-021-8/+0
* gdk: Make get_shape and get_input_shape vfuncsBenjamin Otte2010-12-021-4/+6
* gdk: Pass the GdkWindow to resize_cairo_surface vfuncBenjamin Otte2010-12-021-1/+1
* gdk: Remove _gdk_window_impl_get_type() functionBenjamin Otte2010-12-021-7/+1
* gdk: Pass Drawable as argumentBenjamin Otte2010-12-021-1/+1
* Replace references to sealed GdkDevice private variables with accessor calls ...John Ralls2010-11-232-8/+4
* Make gdk_event_apply_filters safe against changes in filter listWilliam Jon McCann2010-11-221-6/+27
* gdk: change signature of gdk_device_get_history() back to what it used to beMichael Natterer2010-10-191-2/+2
* Replace GDK_Tab and GDK_ISO_Left_Tab with GDK_KEY equivalentsJohn Ralls2010-10-061-4/+4
* Make set_cairo_surface_size a vfunc on GdkWindowImplKristian Rietveld2010-10-052-9/+13
* quartz: Emulate root window as 1x1 bitmapKristian Rietveld2010-10-044-21/+138
* Fix GDK build on QuartzKristian Rietveld2010-09-301-1/+1
* quartz: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-262-8/+6
* quartz: Get size from wrapper, not drawableKristian Rietveld2010-09-261-1/+1
* API: Remove GdkColormapBenjamin Otte2010-09-262-114/+0
* API: Remove colormap handling from GdkScreenBenjamin Otte2010-09-263-72/+0
* API: Remove gdk_drawable_get_colormap()Benjamin Otte2010-09-263-41/+1
* API: Remove colormap member from GdkWindowAttrBenjamin Otte2010-09-261-21/+13
* quartz: Compare visuals for RGBA, not colormapsBenjamin Otte2010-09-261-2/+2
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-263-6/+6
* API: Remove drawable getters for visual, screen and depthBenjamin Otte2010-09-261-24/+0
* quartz: Remove unused _gdk_quartz_colormap_get_cgcolor_from_pixel()Benjamin Otte2010-09-262-53/+0
* gdk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-1/+1
* gdk: store the visual in the GdkWindowObjectBenjamin Otte2010-09-261-4/+4
* API: Remove gdk_drawable_set_colormap()Benjamin Otte2010-09-261-17/+0
* gdk: Remove GdkPixmapBenjamin Otte2010-09-264-327/+0
* Include OS X system headersKristian Rietveld2010-09-261-0/+2
* quartz: Remove else-clause for pixmapsKristian Rietveld2010-09-261-2/+0
* gdk: Remove gdk_windowing_create_cairo_surface()Benjamin Otte2010-09-261-6/+7
* gdk: Rewrite background handlingBenjamin Otte2010-09-261-49/+11
* gdk: Remove _gdk_windowing_get_shape_for_mask()Benjamin Otte2010-09-261-7/+0
* API: Remove gdk_cursor_new_from_pixmap()Benjamin Otte2010-09-261-85/+0
* API: remove gdk_window_set_icon()Benjamin Otte2010-09-261-9/+0
* Do not use deprecated gdk_display_get_core_pointer()Javier Jardón2010-09-222-3/+8
* Revamp and modernize X error trapsHavoc Pennington2010-09-181-0/+5
* Update Quartz backend for GDK key name changesKristian Rietveld2010-09-132-72/+72
* Remove deprecated gdk_window_get_deskrelative_origin() and its implementationsJavier Jardón2010-09-091-9/+0
* Remove the long deprecated GDK_WINDOW_DIALOG type.Matthias Clasen2010-08-281-3/+1
* quartz: gdk_window_get_frame_extents() needs to get effective toplevelKristian Rietveld2010-08-151-1/+1
* quartz: make it compileKristian Rietveld2010-08-121-1/+1
* quartz: Misc. fixes for getting offscreen windows to workKristian Rietveld2010-08-103-13/+24
* Invalidate cairo surface if resizing is not supported for targetKristian Rietveld2010-08-101-1/+2
* quartz: Convert default background drawing to cairoKristian Rietveld2010-08-101-47/+22
* gdk: Remove data consructors for GdkPixmapBenjamin Otte2010-08-101-53/+0
* API: remove gdk_colormap_query_colorBenjamin Otte2010-08-101-15/+0
* quartz: Make backend compile againKristian Rietveld2010-08-103-37/+5
* quartz: Fix up _gdk_quartz_window_translateKristian Rietveld2010-08-101-5/+21