summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* gdk: Create windows via _gdk_display_create_window()Benjamin Otte2010-12-211-2/+3
* gdk: Move gdk_cursor_get_display() out of the backendsBenjamin Otte2010-12-211-6/+0
* Add win32 implementation for foreign window functionsMatthias Clasen2010-12-212-5/+9
* Drop sm_client_id win32 implementationMatthias Clasen2010-12-211-7/+0
* Remove unused get_offsets functions from headersMatthias Clasen2010-12-211-3/+0
* Work toward turning GdkDisplayManager into a backend singletonMatthias Clasen2010-12-211-9/+0
* Add a vfunc to replace _gdk_windowing_window_destroy_foreignMatthias Clasen2010-12-211-8/+9
* Add a vfunc for gdk_window_set_compositedMatthias Clasen2010-12-211-5/+0
* Add vtables for DNDMatthias Clasen2010-12-211-34/+0
* Make GdkAppLaunchContext display-dependentMatthias Clasen2010-12-212-43/+0
* Move gdk_window_lookup to common codeMatthias Clasen2010-12-211-7/+1
* Move gdk_add_client_message_filter to common codeMatthias Clasen2010-12-211-9/+0
* Move gdk_get_display to common codeMatthias Clasen2010-12-211-6/+0
* gdk: Remove depth argument from GdkWindowImpl->get_geometry()Benjamin Otte2010-12-061-4/+1
* gdk: Replace direct calls of _gdk_event_func with _gdk_event_emit()Benjamin Otte2010-12-021-48/+44
* gdk: Move window beeps into GdkWindowImplBenjamin Otte2010-12-021-6/+0
* gdk: Make get_shape and get_input_shape vfuncsBenjamin Otte2010-12-021-4/+6
* API: Remove GdkNoExposeEventBenjamin Otte2010-12-021-1/+0
* gdk: Pass the GdkWindow to resize_cairo_surface vfuncBenjamin Otte2010-12-021-1/+1
* gdk: Remove _gdk_window_impl_get_type() functionBenjamin Otte2010-12-021-9/+3
* gdk: Pass Drawable as argumentBenjamin Otte2010-12-021-1/+1
* win32: Remove some unused definesBenjamin Otte2010-12-021-12/+0
* Fix compilation breakage in gdk/win32Tor Lillqvist2010-11-242-3/+3
* 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