| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make gdk_event_apply_filters safe against changes in filter list | William Jon McCann | 2010-11-22 | 1 | -6/+27 |
* | gdk: Add XSetting for "gtk-cursor-blink-timeout" | Bastien Nocera | 2010-11-12 | 1 | -0/+1 |
* | Avoid a compiler warning | Tor Lillqvist | 2010-11-06 | 1 | -1/+1 |
* | Drop unused static function | Tor Lillqvist | 2010-11-06 | 1 | -8/+0 |
* | gdk: change signature of gdk_device_get_history() back to what it used to be | Michael Natterer | 2010-10-19 | 2 | -4/+4 |
* | Make it compile again for Windows | Tor Lillqvist | 2010-10-07 | 3 | -161/+12 |
* | Make set_cairo_surface_size a vfunc on GdkWindowImpl | Kristian Rietveld | 2010-10-05 | 2 | -9/+13 |
* | win32: Get rid of gdk_drawable_get_size() usage | Benjamin Otte | 2010-09-26 | 1 | -6/+3 |
* | API: Remove GdkColormap | Benjamin Otte | 2010-09-26 | 4 | -1126/+0 |
* | API: Remove colormap handling from GdkScreen | Benjamin Otte | 2010-09-26 | 3 | -82/+0 |
* | API: Remove gdk_drawable_get_colormap() | Benjamin Otte | 2010-09-26 | 3 | -42/+1 |
* | API: Remove colormap member from GdkWindowAttr | Benjamin Otte | 2010-09-26 | 1 | -10/+2 |
* | gdk: gdk_drawable_get_display() => gdk_window_get_display() | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
* | API: Remove drawable getters for visual, screen and depth | Benjamin Otte | 2010-09-26 | 1 | -30/+0 |
* | gdk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visual | Benjamin Otte | 2010-09-26 | 3 | -4/+4 |
* | gdk: store the visual in the GdkWindowObject | Benjamin Otte | 2010-09-26 | 1 | -2/+2 |
* | API: Remove gdk_drawable_set_colormap() | Benjamin Otte | 2010-09-26 | 2 | -47/+0 |
* | gdk: Remove pixmap debug category | Benjamin Otte | 2010-09-26 | 1 | -1/+0 |
* | gdk: Remove GdkPixmap | Benjamin Otte | 2010-09-26 | 8 | -496/+3 |
* | gdk: Remove gdk_windowing_create_cairo_surface() | Benjamin Otte | 2010-09-26 | 1 | -4/+8 |
* | gdk: Rewrite background handling | Benjamin Otte | 2010-09-26 | 2 | -29/+2 |
* | gdk: Remove _gdk_windowing_get_shape_for_mask() | Benjamin Otte | 2010-09-26 | 1 | -135/+0 |
* | API: Remove gdk_cursor_new_from_pixmap() | Benjamin Otte | 2010-09-26 | 1 | -163/+0 |
* | API: remove gdk_window_set_icon() | Benjamin Otte | 2010-09-26 | 1 | -11/+0 |
* | Do not use deprecated gdk_display_get_core_pointer() | Javier Jardón | 2010-09-22 | 1 | -5/+14 |
* | Revamp and modernize X error traps | Havoc Pennington | 2010-09-18 | 1 | -0/+5 |
* | Avoid potential DLL hijacking in Wintab code | Tor Lillqvist | 2010-09-09 | 1 | -1/+24 |
* | Adapt to the GDK_KEY changes | Tor Lillqvist | 2010-09-09 | 2 | -124/+124 |
* | Remove deprecated gdk_window_get_deskrelative_origin() and its implementations | Javier Jardón | 2010-09-09 | 1 | -9/+0 |
* | Just use TrackMouseEvent directly | Tor Lillqvist | 2010-09-03 | 1 | -34/+13 |
* | Fix Win32 build | Tor Lillqvist | 2010-08-29 | 1 | -2/+1 |
* | Remove the long deprecated GDK_WINDOW_DIALOG type. | Matthias Clasen | 2010-08-28 | 1 | -18/+2 |
* | Fix Win32 build | Tor Lillqvist | 2010-08-23 | 7 | -579/+207 |
* | Invalidate cairo surface if resizing is not supported for target | Kristian Rietveld | 2010-08-10 | 1 | -1/+2 |
* | gdk: Remove data consructors for GdkPixmap | Benjamin Otte | 2010-08-10 | 1 | -125/+0 |
* | API: remove gdk_colormap_query_color | Benjamin Otte | 2010-08-10 | 1 | -38/+0 |
* | API: remove GdkGC | Benjamin Otte | 2010-08-10 | 4 | -1245/+0 |
* | API: remove begin/end_direct_draw functions | Benjamin Otte | 2010-08-10 | 2 | -30/+0 |
* | API: remove gdk_draw_drawable() | Benjamin Otte | 2010-08-10 | 1 | -183/+0 |
* | gdk: Make window moves a custom vfunc | Benjamin Otte | 2010-08-10 | 1 | -17/+19 |
* | API: remove gdk_draw_rectangle() | Benjamin Otte | 2010-08-10 | 1 | -320/+0 |
* | API: remove gdk_draw_point(s) | Benjamin Otte | 2010-08-10 | 1 | -36/+0 |
* | API: remove gdk_draw_{line,lines,segments} | Benjamin Otte | 2010-08-10 | 1 | -233/+0 |
* | API: remove gdk_draw_polygon() | Benjamin Otte | 2010-08-10 | 1 | -91/+0 |
* | API: remove gdk_draw_arc() | Benjamin Otte | 2010-08-10 | 1 | -108/+0 |
* | API: remove GdkImage | Benjamin Otte | 2010-08-10 | 6 | -375/+1 |
* | API: remove gdk_drawable_copy_to_image() | Benjamin Otte | 2010-08-10 | 3 | -44/+0 |
* | API: remove gdk_draw_image() | Benjamin Otte | 2010-08-10 | 1 | -28/+0 |
* | API: Remove gdk_draw_pixbuf() | Benjamin Otte | 2010-08-10 | 1 | -34/+0 |
* | gdk/: fully remove gdkalias hacks | Javier Jardón | 2010-07-10 | 1 | -1/+1 |