summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* API: remove gdk_drawable_get_size()Benjamin Otte2010-09-264-56/+0
* gdk: Remove default implementations for get_*_regionBenjamin Otte2010-09-261-19/+0
* gdk: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-262-16/+11
* win32: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-6/+3
* quartz: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-262-8/+6
* x11: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-264-24/+24
* API: Remove window clear APIsBenjamin Otte2010-09-263-70/+1
* gdk: No need to clear offscreen window when showingBenjamin Otte2010-09-261-2/+0
* API: Add size getters for GdkWindowBenjamin Otte2010-09-263-0/+52
* x11: When querying window size, ask the wrapper, not ourselvesBenjamin Otte2010-09-261-1/+1
* gdk: Make GdkWindow cope better with its surface outliving the windowBenjamin Otte2010-09-261-2/+4
* API: add gdk_cairo_get_clip_rectangle() convenience APIBenjamin Otte2010-09-263-0/+42
* quartz: Get size from wrapper, not drawableKristian Rietveld2010-09-261-1/+1
* API: Remove GdkColormapBenjamin Otte2010-09-2616-2551/+8
* gdk: Remove nonexisting function from internal headerBenjamin Otte2010-09-261-2/+0
* API: Remove colormap handling from GdkScreenBenjamin Otte2010-09-2615-360/+4
* API: Remove gdk_drawable_get_colormap()Benjamin Otte2010-09-2614-202/+3
* x11: Keep a default X Colormap in every visual to construct windows withBenjamin Otte2010-09-263-2/+53
* x11: Use G_DEFINE_TYPE() to define GdkVisualBenjamin Otte2010-09-267-105/+93
* x11: Set background color bypassing colormapsBenjamin Otte2010-09-261-15/+52
* API: Remove colormap member from GdkWindowAttrBenjamin Otte2010-09-266-128/+35
* quartz: Compare visuals for RGBA, not colormapsBenjamin Otte2010-09-261-2/+2
* API: Remove gdk_drawable_get_display()Benjamin Otte2010-09-263-20/+0
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-2619-74/+74
* API: Add gdk_window_get_display()Benjamin Otte2010-09-263-0/+21
* x11: Use gdk_window_get_screen() in the testutilsBenjamin Otte2010-09-261-2/+2
* API: Remove drawable getters for visual, screen and depthBenjamin Otte2010-09-268-220/+5
* 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-2611-25/+24
* API: Add gdk_window_get_visual() and gdk_window_get_screen()Benjamin Otte2010-09-263-0/+44
* gdk: store the visual in the GdkWindowObjectBenjamin Otte2010-09-266-25/+25
* API: Remove gdk_drawable_set_colormap()Benjamin Otte2010-09-2610-208/+0
* API: gdk_pixbuf_get_from_drawable() => gdk_pixbuf_get_from_window()Benjamin Otte2010-09-263-52/+11
* gdk: Create paint surfaces of the same content as the windowBenjamin Otte2010-09-261-2/+16
* gdk: Remove _gdk_drawable_get_source_drawable()Benjamin Otte2010-09-265-48/+0
* x11: Remove some unused macrosBenjamin Otte2010-09-261-2/+0
* x11: s/GDK_DRAWABLE_DISPLAY/GDK_WINDOW_DISPLAYBenjamin Otte2010-09-261-27/+27
* gdk: Remove pixmap debug categoryBenjamin Otte2010-09-263-9/+6
* gdk: Remove GdkPixmapBenjamin Otte2010-09-2632-1665/+26
* Include OS X system headersKristian Rietveld2010-09-261-0/+2
* quartz: Remove else-clause for pixmapsKristian Rietveld2010-09-261-2/+0
* x11: Create blank cursor without pixmapsBenjamin Otte2010-09-261-8/+8
* gdk: Get rid of all occurences of "pixmap" in the commentsBenjamin Otte2010-09-261-25/+23
* x11: Make fallback cursor code not use pixmapsBenjamin Otte2010-09-263-27/+29
* x11: Remove last traces of XShmBenjamin Otte2010-09-261-8/+0
* x11: Remove _gdk_x11_convert_to_format()Benjamin Otte2010-09-262-189/+0
* x11: Upload cursor image using CairoBenjamin Otte2010-09-261-32/+14
* API: Rename gdk_set_source_pixmap() to gdk_set_source_window()Benjamin Otte2010-09-263-17/+23
* gdk: Convert test to not use pixmapsBenjamin Otte2010-09-261-14/+16
* API: Remove gdk_window_set_back_pixmap()Benjamin Otte2010-09-264-36/+0