summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* API: Remove gdk_drawable_set_colormap()Benjamin Otte2010-09-2611-209/+0
* API: gdk_pixbuf_get_from_drawable() => gdk_pixbuf_get_from_window()Benjamin Otte2010-09-268-69/+28
* dnd: Remove unused colormap codeBenjamin Otte2010-09-261-6/+0
* API: Remove setters and getters for default colormapsBenjamin Otte2010-09-264-55/+0
* API: Remove colormap setting and getting from GtkWidgetBenjamin Otte2010-09-264-83/+0
* style: Move from colormaps to visualsBenjamin Otte2010-09-263-28/+27
* testgtk: Check visual, not colormap for RGBA availabilityBenjamin Otte2010-09-261-1/+1
* gtk-demo: Remove colormaps from window attributesBenjamin Otte2010-09-262-4/+2
* gdk: Create paint surfaces of the same content as the windowBenjamin Otte2010-09-261-2/+16
* trayicon: Use XClearAreaBenjamin Otte2010-09-261-3/+8
* testgtk: gtk_widget_set_colormap() => gtk_window_set_visual()Benjamin Otte2010-09-261-7/+7
* trayicon: Change to use gtk_window_set_visual()Benjamin Otte2010-09-261-18/+6
* window: Keep track of own visualBenjamin Otte2010-09-265-32/+106
* gtk: Change gtk_widget_get_visual()Benjamin Otte2010-09-261-1/+13
* tests: Don't set colormap when creating offscreen windowsBenjamin Otte2010-09-261-2/+1
* testgtk: Don't set colormap when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-2627-76/+38
* testgtk: No need to set a custom colourmap hereBenjamin Otte2010-09-261-9/+0
* spinner: We're a no-window widget, so setting a colormap does nothingBenjamin Otte2010-09-261-23/+0
* style: Remove depth member from GtkStyleBenjamin Otte2010-09-262-8/+5
* gdk: Remove _gdk_drawable_get_source_drawable()Benjamin Otte2010-09-265-48/+0
* style: Remove depth checks in render functionsBenjamin Otte2010-09-261-20/+0
* x11: Remove some unused macrosBenjamin Otte2010-09-261-2/+0
* x11: s/GDK_DRAWABLE_DISPLAY/GDK_WINDOW_DISPLAYBenjamin Otte2010-09-261-27/+27
* tests: No need to allocate colors anymoreBenjamin Otte2010-09-261-2/+0
* API: Remove gtk_widget_push_colormap()Benjamin Otte2010-09-267-70/+1
* gdk: Remove pixmap debug categoryBenjamin Otte2010-09-263-9/+6
* gdk: Remove GdkPixmapBenjamin Otte2010-09-2634-1782/+26
* Include OS X system headersKristian Rietveld2010-09-261-0/+2
* tests: Remove GdkPixmap from testBenjamin Otte2010-09-261-2/+0
* gtk: Remove special code for detecting pixmaps as event targetsBenjamin Otte2010-09-261-7/+0
* 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-262-60/+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-267-22/+27
* 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
* demos: No need to set the background, it gets overridden anywayBenjamin Otte2010-09-261-3/+0
* perf: Use a temp window instead of a normal oneBenjamin Otte2010-09-261-3/+2
* API: Remove APIs to generate pixmaps from pixbufsBenjamin Otte2010-09-265-329/+0
* x11: Set the icon using CairoBenjamin Otte2010-09-262-14/+127
* API: Change offscreen windows to use a cairo_surface_tBenjamin Otte2010-09-2613-74/+72
* gdk: Use surfaces for double bufferingBenjamin Otte2010-09-261-42/+24
* gdk: Make csw windows have their own cairo surfaceBenjamin Otte2010-09-261-33/+24
* API: Remove gdk_window_get_internal_paint_info()Benjamin Otte2010-09-264-88/+0
* gdk: offscreen window source drawable now is the root windowBenjamin Otte2010-09-261-1/+1