summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use g_warning() for X errors and X IO errorsOwen W. Taylor2010-09-212-11/+10
* Add a couple of missing transfer annotationsJohan Dahlin2010-09-201-1/+1
* Fixup gtk-doc comment syntaxJohan Dahlin2010-09-201-8/+8
* More error trap cleanupsMatthias Clasen2010-09-205-24/+15
* Only store error codes in inner-most X error trapOwen W. Taylor2010-09-201-0/+1
* Improve tests for X error traps, fix two bugsHavoc Pennington2010-09-182-3/+25
* Fix bugs that crashed gdk_display_close() on x11Havoc Pennington2010-09-185-20/+46
* Revamp and modernize X error trapsHavoc Pennington2010-09-185-91/+474
* Replace crufty old code for gdk error traps with GQueue and GSliceHavoc Pennington2010-09-181-26/+9
* Remove trailing whitespace and obsolete doc comments from gdk_error_trap codeHavoc Pennington2010-09-181-30/+11
* Fix a doc commentMatthias Clasen2010-09-171-1/+1
* Add annotationsMatthias Clasen2010-09-176-7/+11
* gdk: Only use XComposite if it is availableSebastian Dröge2010-09-151-0/+2
* [GdkWindowCache] Don't ignore the CompositeOverlayWindowAdel Gadllah2010-09-131-0/+16
* Drop the gdk_display variable from gdkMatthias Clasen2010-09-093-15/+1
* GDK: Prefix key names with KEY_Colin Walters2010-09-083-33/+33
* Remove deprecated gdk_window_get_deskrelative_origin() and its implementationsJavier Jardón2010-09-091-53/+0