| Commit message (Expand) | Author | Age | Files | Lines |
* | drop dead function | Matthias Clasen | 2010-12-21 | 1 | -6/+0 |
* | Multiple changes to reduce the amount of unprefixed symbols | Matthias Clasen | 2010-12-21 | 1 | -2/+0 |
* | Remove sm-client-id related functions from headers | Matthias Clasen | 2010-12-21 | 1 | -2/+0 |
* | Remove unused get_offsets functions from headers | Matthias Clasen | 2010-12-21 | 1 | -4/+0 |
* | Remove gdk_windowing_{get_device_state,window_at_device_position} | Matthias Clasen | 2010-12-21 | 1 | -23/+0 |
* | Explode gdkinternals.h into per-class private headers | Matthias Clasen | 2010-12-21 | 1 | -401/+49 |
* | Weed out no longer needed declarations | Matthias Clasen | 2010-12-21 | 1 | -22/+0 |
* | Add a vfunc for _gdk_events_queue | Matthias Clasen | 2010-12-21 | 1 | -0/+1 |
* | Work toward turning GdkDisplayManager into a backend singleton | Matthias Clasen | 2010-12-21 | 1 | -1/+22 |
* | Make GdkDevice parallel-implementable | Matthias Clasen | 2010-12-21 | 1 | -10/+0 |
* | Hide GdkScreen too | Matthias Clasen | 2010-12-21 | 1 | -0/+11 |
* | Hide GdkDeviceManager and GdkDeviceManagerClass | Matthias Clasen | 2010-12-21 | 1 | -0/+25 |
* | Move GdkVisual parallel-implementable | Matthias Clasen | 2010-12-21 | 1 | -0/+30 |
* | Add vtables for DND | Matthias Clasen | 2010-12-21 | 1 | -0/+57 |
* | Make GdkAppLaunchContext display-dependent | Matthias Clasen | 2010-12-21 | 1 | -6/+1 |
* | Convert a bunch of visual related calls to use the screen vtable | Alexander Larsson | 2010-12-21 | 1 | -0/+19 |
* | Convert all GdkScreen methods to vtable calls | Alexander Larsson | 2010-12-21 | 1 | -0/+30 |
* | Move GdkScreenClass to internal header | Alexander Larsson | 2010-12-21 | 1 | -0/+9 |
* | Convert all gdk_keymap methods to vtable calls | Alexander Larsson | 2010-12-21 | 1 | -0/+30 |
* | Move GdkKeymapClass definition to internal header | Alexander Larsson | 2010-12-21 | 1 | -0/+9 |
* | Make display method vtable calls | Alexander Larsson | 2010-12-21 | 1 | -0/+24 |
* | Hide GdkDisplayClass from public header | Alexander Larsson | 2010-12-21 | 1 | -0/+16 |
* | gdk: Fix GdkWindowFilter internal refcounting | Colin Walters | 2010-12-17 | 1 | -0/+3 |
* | Remove *_set_extension_events() and old API to query devices. | Carlos Garnacho | 2010-12-17 | 1 | -6/+0 |
* | Add gdk_window_[gs]et_source_events() | Carlos Garnacho | 2010-12-15 | 1 | -0/+4 |
* | Add gdk_event_[gs]et_source_device(). | Carlos Garnacho | 2010-12-15 | 1 | -0/+3 |
* | Enable XI2 by default | Carlos Garnacho | 2010-12-15 | 1 | -1/+1 |
* | gdk: Remove nonexisting function from internal header | Benjamin Otte | 2010-12-06 | 1 | -4/+0 |
* | gdk: Replace direct calls of _gdk_event_func with _gdk_event_emit() | Benjamin Otte | 2010-12-02 | 1 | -4/+1 |
* | gdk: Move window beeps into GdkWindowImpl | Benjamin Otte | 2010-12-02 | 1 | -1/+0 |
* | gdk: Make get_shape and get_input_shape vfuncs | Benjamin Otte | 2010-12-02 | 1 | -2/+0 |
* | gdk: Make GdkWindow->impl a GdkWindowImpl | Benjamin Otte | 2010-12-02 | 1 | -1/+2 |
* | API: GdkWindow no longer is a GdkDrawable | Benjamin Otte | 2010-12-02 | 1 | -1/+1 |
* | gdk: Remove _gdk_drawable_ref_cairo_surface() | Benjamin Otte | 2010-12-02 | 1 | -2/+0 |
* | gdk: Remove GdkDrawable->create_cairo_surface vfunc | Benjamin Otte | 2010-12-02 | 1 | -4/+0 |
* | gdk: Remove _gdk_window_impl_get_type() function | Benjamin Otte | 2010-12-02 | 1 | -3/+0 |
* | gdk: Rename GdkWindowObject to GdkWindow | Benjamin Otte | 2010-12-02 | 1 | -13/+8 |
* | gdk: Remove unused medialib code | Benjamin Otte | 2010-12-02 | 1 | -3/+0 |
* | gdk: Make _gdk_window_ref_cairo_surface() protected and use it | Benjamin Otte | 2010-12-02 | 1 | -0/+3 |
* | API: gdk: Don't track outstanding surfaces | Benjamin Otte | 2010-12-02 | 1 | -1/+0 |
* | Make gdk_event_apply_filters safe against changes in filter list | William Jon McCann | 2010-11-22 | 1 | -0/+6 |
* | Bug 631599 - Allow to use arbitrary surfaces for offscreen windows | Michael Natterer | 2010-10-14 | 1 | -0/+3 |
* | Make set_cairo_surface_size a vfunc on GdkWindowImpl | Kristian Rietveld | 2010-10-05 | 1 | -4/+0 |
* | gdk: remove "screen" member from GdkOffscreenWindow, it has become obsolete | Michael Natterer | 2010-09-28 | 1 | -1/+0 |
* | gdk: Remove nonexisting function from internal header | Benjamin Otte | 2010-09-26 | 1 | -2/+0 |
* | gdk: store the visual in the GdkWindowObject | Benjamin Otte | 2010-09-26 | 1 | -2/+1 |
* | gdk: Remove _gdk_drawable_get_source_drawable() | Benjamin Otte | 2010-09-26 | 1 | -1/+0 |
* | gdk: Remove pixmap debug category | Benjamin Otte | 2010-09-26 | 1 | -7/+6 |
* | gdk: Remove GdkPixmap | Benjamin Otte | 2010-09-26 | 1 | -6/+0 |
* | gdk: Remove gdk_windowing_create_cairo_surface() | Benjamin Otte | 2010-09-26 | 1 | -3/+0 |