summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
...
* Make gdk_event_apply_filters safe against changes in filter listWilliam Jon McCann2010-11-221-6/+27
* gdk: Add XSetting for "gtk-cursor-blink-timeout"Bastien Nocera2010-11-121-0/+1
* Avoid a compiler warningTor Lillqvist2010-11-061-1/+1
* Drop unused static functionTor Lillqvist2010-11-061-8/+0
* gdk: change signature of gdk_device_get_history() back to what it used to beMichael Natterer2010-10-192-4/+4
* Make it compile again for WindowsTor Lillqvist2010-10-073-161/+12
* Make set_cairo_surface_size a vfunc on GdkWindowImplKristian Rietveld2010-10-052-9/+13
* win32: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-6/+3
* API: Remove GdkColormapBenjamin Otte2010-09-264-1126/+0
* API: Remove colormap handling from GdkScreenBenjamin Otte2010-09-263-82/+0
* API: Remove gdk_drawable_get_colormap()Benjamin Otte2010-09-263-42/+1
* API: Remove colormap member from GdkWindowAttrBenjamin Otte2010-09-261-10/+2
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* API: Remove drawable getters for visual, screen and depthBenjamin Otte2010-09-261-30/+0
* gdk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-263-4/+4
* gdk: store the visual in the GdkWindowObjectBenjamin Otte2010-09-261-2/+2
* API: Remove gdk_drawable_set_colormap()Benjamin Otte2010-09-262-47/+0
* gdk: Remove pixmap debug categoryBenjamin Otte2010-09-261-1/+0
* gdk: Remove GdkPixmapBenjamin Otte2010-09-268-496/+3
* gdk: Remove gdk_windowing_create_cairo_surface()Benjamin Otte2010-09-261-4/+8
* gdk: Rewrite background handlingBenjamin Otte2010-09-262-29/+2
* gdk: Remove _gdk_windowing_get_shape_for_mask()Benjamin Otte2010-09-261-135/+0
* API: Remove gdk_cursor_new_from_pixmap()Benjamin Otte2010-09-261-163/+0
* API: remove gdk_window_set_icon()Benjamin Otte2010-09-261-11/+0
* Do not use deprecated gdk_display_get_core_pointer()Javier Jardón2010-09-221-5/+14
* Revamp and modernize X error trapsHavoc Pennington2010-09-181-0/+5
* Avoid potential DLL hijacking in Wintab codeTor Lillqvist2010-09-091-1/+24
* Adapt to the GDK_KEY changesTor Lillqvist2010-09-092-124/+124
* Remove deprecated gdk_window_get_deskrelative_origin() and its implementationsJavier Jardón2010-09-091-9/+0
* Just use TrackMouseEvent directlyTor Lillqvist2010-09-031-34/+13
* Fix Win32 buildTor Lillqvist2010-08-291-2/+1
* Remove the long deprecated GDK_WINDOW_DIALOG type.Matthias Clasen2010-08-281-18/+2
* Fix Win32 buildTor Lillqvist2010-08-237-579/+207
* Invalidate cairo surface if resizing is not supported for targetKristian Rietveld2010-08-101-1/+2
* gdk: Remove data consructors for GdkPixmapBenjamin Otte2010-08-101-125/+0
* API: remove gdk_colormap_query_colorBenjamin Otte2010-08-101-38/+0
* API: remove GdkGCBenjamin Otte2010-08-104-1245/+0
* API: remove begin/end_direct_draw functionsBenjamin Otte2010-08-102-30/+0
* API: remove gdk_draw_drawable()Benjamin Otte2010-08-101-183/+0
* gdk: Make window moves a custom vfuncBenjamin Otte2010-08-101-17/+19
* API: remove gdk_draw_rectangle()Benjamin Otte2010-08-101-320/+0
* API: remove gdk_draw_point(s)Benjamin Otte2010-08-101-36/+0
* API: remove gdk_draw_{line,lines,segments}Benjamin Otte2010-08-101-233/+0
* API: remove gdk_draw_polygon()Benjamin Otte2010-08-101-91/+0
* API: remove gdk_draw_arc()Benjamin Otte2010-08-101-108/+0
* API: remove GdkImageBenjamin Otte2010-08-106-375/+1
* API: remove gdk_drawable_copy_to_image()Benjamin Otte2010-08-103-44/+0
* API: remove gdk_draw_image()Benjamin Otte2010-08-101-28/+0
* API: Remove gdk_draw_pixbuf()Benjamin Otte2010-08-101-34/+0
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-1/+1