summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
Commit message (Expand)AuthorAgeFilesLines
...
* gdk: Track the layered areaAlexander Larsson2011-12-011-2/+11
* gdk: Track wether windows have alpha in the backgroundAlexander Larsson2011-12-011-0/+1
* gdk: Remove now unused region tags completelyAlexander Larsson2011-12-011-1/+0
* GdkWindow: Struct packing improvementsMatthias Clasen2011-04-121-23/+26
* gdk: Add GDK_RENDERING environment variableBenjamin Otte2011-03-111-0/+7
* Remove support for GDK_NATIVE_WINDOWSAlexander Larsson2011-03-081-1/+0
* gdk: Remove colormap debug categoryBenjamin Otte2011-01-211-12/+11
* drop dead functionMatthias Clasen2010-12-211-6/+0
* Multiple changes to reduce the amount of unprefixed symbolsMatthias Clasen2010-12-211-2/+0
* Remove sm-client-id related functions from headersMatthias Clasen2010-12-211-2/+0
* Remove unused get_offsets functions from headersMatthias Clasen2010-12-211-4/+0
* Remove gdk_windowing_{get_device_state,window_at_device_position}Matthias Clasen2010-12-211-23/+0
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-401/+49
* Weed out no longer needed declarationsMatthias Clasen2010-12-211-22/+0
* Add a vfunc for _gdk_events_queueMatthias Clasen2010-12-211-0/+1
* Work toward turning GdkDisplayManager into a backend singletonMatthias Clasen2010-12-211-1/+22
* Make GdkDevice parallel-implementableMatthias Clasen2010-12-211-10/+0
* Hide GdkScreen tooMatthias Clasen2010-12-211-0/+11
* Hide GdkDeviceManager and GdkDeviceManagerClassMatthias Clasen2010-12-211-0/+25
* Move GdkVisual parallel-implementableMatthias Clasen2010-12-211-0/+30
* Add vtables for DNDMatthias Clasen2010-12-211-0/+57
* Make GdkAppLaunchContext display-dependentMatthias Clasen2010-12-211-6/+1
* Convert a bunch of visual related calls to use the screen vtableAlexander Larsson2010-12-211-0/+19
* Convert all GdkScreen methods to vtable callsAlexander Larsson2010-12-211-0/+30
* Move GdkScreenClass to internal headerAlexander Larsson2010-12-211-0/+9
* Convert all gdk_keymap methods to vtable callsAlexander Larsson2010-12-211-0/+30
* Move GdkKeymapClass definition to internal headerAlexander Larsson2010-12-211-0/+9
* Make display method vtable callsAlexander Larsson2010-12-211-0/+24
* Hide GdkDisplayClass from public headerAlexander Larsson2010-12-211-0/+16
* gdk: Fix GdkWindowFilter internal refcountingColin Walters2010-12-171-0/+3
* Remove *_set_extension_events() and old API to query devices.Carlos Garnacho2010-12-171-6/+0
* Add gdk_window_[gs]et_source_events()Carlos Garnacho2010-12-151-0/+4
* Add gdk_event_[gs]et_source_device().Carlos Garnacho2010-12-151-0/+3
* Enable XI2 by defaultCarlos Garnacho2010-12-151-1/+1
* gdk: Remove nonexisting function from internal headerBenjamin Otte2010-12-061-4/+0
* gdk: Replace direct calls of _gdk_event_func with _gdk_event_emit()Benjamin Otte2010-12-021-4/+1
* gdk: Move window beeps into GdkWindowImplBenjamin Otte2010-12-021-1/+0
* gdk: Make get_shape and get_input_shape vfuncsBenjamin Otte2010-12-021-2/+0
* gdk: Make GdkWindow->impl a GdkWindowImplBenjamin Otte2010-12-021-1/+2
* API: GdkWindow no longer is a GdkDrawableBenjamin Otte2010-12-021-1/+1
* gdk: Remove _gdk_drawable_ref_cairo_surface()Benjamin Otte2010-12-021-2/+0
* gdk: Remove GdkDrawable->create_cairo_surface vfuncBenjamin Otte2010-12-021-4/+0
* gdk: Remove _gdk_window_impl_get_type() functionBenjamin Otte2010-12-021-3/+0
* gdk: Rename GdkWindowObject to GdkWindowBenjamin Otte2010-12-021-13/+8
* gdk: Remove unused medialib codeBenjamin Otte2010-12-021-3/+0
* gdk: Make _gdk_window_ref_cairo_surface() protected and use itBenjamin Otte2010-12-021-0/+3
* API: gdk: Don't track outstanding surfacesBenjamin Otte2010-12-021-1/+0
* Make gdk_event_apply_filters safe against changes in filter listWilliam Jon McCann2010-11-221-0/+6
* Bug 631599 - Allow to use arbitrary surfaces for offscreen windowsMichael Natterer2010-10-141-0/+3
* Make set_cairo_surface_size a vfunc on GdkWindowImplKristian Rietveld2010-10-051-4/+0