| Commit message (Expand) | Author | Age | Files | Lines |
* | gdk: change signature of gdk_device_get_history() back to what it used to be | Michael Natterer | 2010-10-19 | 2 | -5/+5 |
* | x11: Set GDK_PIXBUF_ENABLE_BACKEND before including files | Benjamin Otte | 2010-10-18 | 1 | -3/+4 |
* | Gdk X11: Add setter for startup notify ID | Ryan Lortie | 2010-10-18 | 2 | -32/+67 |
* | Take cursor hotspot from pixbuf if available | Christian Persch | 2010-10-15 | 1 | -0/+31 |
* | x11: Don't set ParentRelative if the parent's visual is different | Benjamin Otte | 2010-10-15 | 1 | -0/+1 |
* | Inclusion cleanups in sources | Matthias Clasen | 2010-10-14 | 32 | -117/+152 |
* | Inclusion cleanups in headers | Matthias Clasen | 2010-10-14 | 8 | -15/+13 |
* | Drop dead gxid_proto.h header | Matthias Clasen | 2010-10-14 | 1 | -39/+0 |
* | Replace GDK_Tab and GDK_ISO_Left_Tab with GDK_KEY equivalents | John Ralls | 2010-10-06 | 1 | -2/+2 |
* | Make set_cairo_surface_size a vfunc on GdkWindowImpl | Kristian Rietveld | 2010-10-05 | 2 | -9/+12 |
* | More distcheck fixes | Matthias Clasen | 2010-10-01 | 1 | -1/+1 |
* | Fix distcheck | Matthias Clasen | 2010-10-01 | 2 | -4/+0 |
* | GDK docs: improve the gdk_x11_display_error_trap_push docs | Matthias Clasen | 2010-10-01 | 1 | -3/+6 |
* | x11: Don't set ParentRealtive if the parent's visual is different | Benjamin Otte | 2010-09-29 | 1 | -2/+11 |
* | x11: Fix debug code | Benjamin Otte | 2010-09-27 | 1 | -4/+16 |
* | x11: Get rid of gdk_drawable_get_size() usage | Benjamin Otte | 2010-09-26 | 4 | -24/+24 |
* | x11: When querying window size, ask the wrapper, not ourselves | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
* | API: Remove GdkColormap | Benjamin Otte | 2010-09-26 | 5 | -1179/+0 |
* | API: Remove colormap handling from GdkScreen | Benjamin Otte | 2010-09-26 | 4 | -172/+4 |
* | API: Remove gdk_drawable_get_colormap() | Benjamin Otte | 2010-09-26 | 3 | -63/+1 |
* | x11: Keep a default X Colormap in every visual to construct windows with | Benjamin Otte | 2010-09-26 | 3 | -2/+53 |
* | x11: Use G_DEFINE_TYPE() to define GdkVisual | Benjamin Otte | 2010-09-26 | 6 | -105/+90 |
* | x11: Set background color bypassing colormaps | Benjamin Otte | 2010-09-26 | 1 | -15/+52 |
* | API: Remove colormap member from GdkWindowAttr | Benjamin Otte | 2010-09-26 | 1 | -70/+7 |
* | gdk: gdk_drawable_get_display() => gdk_window_get_display() | Benjamin Otte | 2010-09-26 | 10 | -36/+36 |
* | x11: Use gdk_window_get_screen() in the testutils | Benjamin Otte | 2010-09-26 | 1 | -2/+2 |
* | API: Remove drawable getters for visual, screen and depth | Benjamin Otte | 2010-09-26 | 1 | -47/+4 |
* | gdk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visual | Benjamin Otte | 2010-09-26 | 3 | -8/+7 |
* | gdk: store the visual in the GdkWindowObject | Benjamin Otte | 2010-09-26 | 1 | -5/+10 |
* | API: Remove gdk_drawable_set_colormap() | Benjamin Otte | 2010-09-26 | 2 | -67/+0 |
* | x11: Remove some unused macros | Benjamin Otte | 2010-09-26 | 1 | -2/+0 |
* | x11: s/GDK_DRAWABLE_DISPLAY/GDK_WINDOW_DISPLAY | Benjamin Otte | 2010-09-26 | 1 | -27/+27 |
* | gdk: Remove GdkPixmap | Benjamin Otte | 2010-09-26 | 11 | -478/+18 |
* | x11: Create blank cursor without pixmaps | Benjamin Otte | 2010-09-26 | 1 | -8/+8 |
* | x11: Make fallback cursor code not use pixmaps | Benjamin Otte | 2010-09-26 | 3 | -27/+29 |
* | x11: Remove last traces of XShm | Benjamin Otte | 2010-09-26 | 1 | -8/+0 |
* | x11: Remove _gdk_x11_convert_to_format() | Benjamin Otte | 2010-09-26 | 2 | -189/+0 |
* | x11: Upload cursor image using Cairo | Benjamin Otte | 2010-09-26 | 1 | -32/+14 |
* | x11: Set the icon using Cairo | Benjamin Otte | 2010-09-26 | 2 | -14/+127 |
* | gdk: Remove gdk_windowing_create_cairo_surface() | Benjamin Otte | 2010-09-26 | 1 | -5/+9 |
* | gdk: Rewrite background handling | Benjamin Otte | 2010-09-26 | 1 | -42/+72 |
* | gdk: Remove supports_native_bg on WindowImplIface | Benjamin Otte | 2010-09-26 | 1 | -1/+0 |
* | gdk: Remove GdkWindowImpl->clear_region | Benjamin Otte | 2010-09-26 | 1 | -21/+0 |
* | gdk: Remove _gdk_windowing_get_shape_for_mask() | Benjamin Otte | 2010-09-26 | 1 | -28/+0 |
* | API: Remove gdk_cursor_new_from_pixmap() | Benjamin Otte | 2010-09-26 | 1 | -71/+53 |
* | API: remove gdk_window_set_icon() | Benjamin Otte | 2010-09-26 | 1 | -23/+0 |
* | x11: remove icon_window property, it's not used anymore | Benjamin Otte | 2010-09-26 | 2 | -12/+0 |
* | x11: Set icon based on icon list | Benjamin Otte | 2010-09-26 | 1 | -34/+71 |
* | Do not use deprecated gdk_display_get_core_pointer() | Javier Jardón | 2010-09-22 | 1 | -3/+7 |
* | Fix an off-by-one error in serial range handling | Matthias Clasen | 2010-09-21 | 1 | -1/+1 |