summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* gdk: change signature of gdk_device_get_history() back to what it used to beMichael Natterer2010-10-192-5/+5
* x11: Set GDK_PIXBUF_ENABLE_BACKEND before including filesBenjamin Otte2010-10-181-3/+4
* Gdk X11: Add setter for startup notify IDRyan Lortie2010-10-182-32/+67
* Take cursor hotspot from pixbuf if availableChristian Persch2010-10-151-0/+31
* x11: Don't set ParentRelative if the parent's visual is differentBenjamin Otte2010-10-151-0/+1
* Inclusion cleanups in sourcesMatthias Clasen2010-10-1432-117/+152
* Inclusion cleanups in headersMatthias Clasen2010-10-148-15/+13
* Drop dead gxid_proto.h headerMatthias Clasen2010-10-141-39/+0
* Replace GDK_Tab and GDK_ISO_Left_Tab with GDK_KEY equivalentsJohn Ralls2010-10-061-2/+2
* Make set_cairo_surface_size a vfunc on GdkWindowImplKristian Rietveld2010-10-052-9/+12
* More distcheck fixesMatthias Clasen2010-10-011-1/+1
* Fix distcheckMatthias Clasen2010-10-012-4/+0
* GDK docs: improve the gdk_x11_display_error_trap_push docsMatthias Clasen2010-10-011-3/+6
* x11: Don't set ParentRealtive if the parent's visual is differentBenjamin Otte2010-09-291-2/+11
* x11: Fix debug codeBenjamin Otte2010-09-271-4/+16
* x11: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-264-24/+24
* x11: When querying window size, ask the wrapper, not ourselvesBenjamin Otte2010-09-261-1/+1
* API: Remove GdkColormapBenjamin Otte2010-09-265-1179/+0
* API: Remove colormap handling from GdkScreenBenjamin Otte2010-09-264-172/+4
* API: Remove gdk_drawable_get_colormap()Benjamin Otte2010-09-263-63/+1
* 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-266-105/+90
* x11: Set background color bypassing colormapsBenjamin Otte2010-09-261-15/+52
* API: Remove colormap member from GdkWindowAttrBenjamin Otte2010-09-261-70/+7
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-2610-36/+36
* 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-261-47/+4
* gdk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-263-8/+7
* gdk: store the visual in the GdkWindowObjectBenjamin Otte2010-09-261-5/+10
* API: Remove gdk_drawable_set_colormap()Benjamin Otte2010-09-262-67/+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 GdkPixmapBenjamin Otte2010-09-2611-478/+18
* x11: Create blank cursor without pixmapsBenjamin Otte2010-09-261-8/+8
* 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
* x11: Set the icon using CairoBenjamin Otte2010-09-262-14/+127
* gdk: Remove gdk_windowing_create_cairo_surface()Benjamin Otte2010-09-261-5/+9
* gdk: Rewrite background handlingBenjamin Otte2010-09-261-42/+72
* gdk: Remove supports_native_bg on WindowImplIfaceBenjamin Otte2010-09-261-1/+0
* gdk: Remove GdkWindowImpl->clear_regionBenjamin Otte2010-09-261-21/+0
* gdk: Remove _gdk_windowing_get_shape_for_mask()Benjamin Otte2010-09-261-28/+0
* API: Remove gdk_cursor_new_from_pixmap()Benjamin Otte2010-09-261-71/+53
* API: remove gdk_window_set_icon()Benjamin Otte2010-09-261-23/+0
* x11: remove icon_window property, it's not used anymoreBenjamin Otte2010-09-262-12/+0
* x11: Set icon based on icon listBenjamin Otte2010-09-261-34/+71
* Do not use deprecated gdk_display_get_core_pointer()Javier Jardón2010-09-221-3/+7
* Fix an off-by-one error in serial range handlingMatthias Clasen2010-09-211-1/+1