summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Another attempt to fix the gdk symbol listMatthias Clasen2010-12-031-1/+1
* API: gdk: Rename GdkWindowObjectClass to GdkWindowClassBenjamin Otte2010-12-032-11/+11
* API: Rename GdkWindowClass to GdkWindowWindowClassBenjamin Otte2010-12-031-3/+3
* One more forgotten symbolMatthias Clasen2010-12-031-2/+1
* Update gdk symbol listMatthias Clasen2010-12-031-1/+2
* Fix up parameter mismatches in the docsMatthias Clasen2010-12-034-5/+15
* Add annotation to gdk_screen_get_monitor_geometryMatthias Clasen2010-12-031-1/+1
* Don't require a display for the color testMatthias Clasen2010-12-021-1/+0
* gdk: Clean up Cairo codeBenjamin Otte2010-12-021-15/+0
* gdk: Replace direct calls of _gdk_event_func with _gdk_event_emit()Benjamin Otte2010-12-027-66/+64
* x11: Don't include gdkprivate.h in gdkx.hBenjamin Otte2010-12-021-1/+2
* gdk: Remove useless macros from gdkprivate.hBenjamin Otte2010-12-021-5/+0
* gdk: Remove GDK_PANGO_UNITS_OVERFLOWS() from internal headersBenjamin Otte2010-12-021-10/+0
* gdk: Move window beeps into GdkWindowImplBenjamin Otte2010-12-027-30/+32
* gdk: Make get_shape and get_input_shape vfuncsBenjamin Otte2010-12-026-16/+22
* gdk: Remove GdkDrawableBenjamin Otte2010-12-024-133/+0
* gdk: Remove remaining includes of gdkdrawable.hBenjamin Otte2010-12-023-3/+0
* gdk: Make GdkWindowImpl inherit from GObjectBenjamin Otte2010-12-022-3/+3
* API: Remove GdkNoExposeEventBenjamin Otte2010-12-025-36/+0
* gdk: Make GdkWindow->impl a GdkWindowImplBenjamin Otte2010-12-023-12/+9
* gdk: Pass the GdkWindow to resize_cairo_surface vfuncBenjamin Otte2010-12-026-6/+6
* API: GdkWindow no longer is a GdkDrawableBenjamin Otte2010-12-023-6/+6
* x11: Remove unused GDK_DRAWABLE_XROOTWIN macroBenjamin Otte2010-12-021-1/+0
* x11: Remove duplicate definition of GDK_WINDOW_XIDBenjamin Otte2010-12-021-6/+0
* gdk: Move ref_cairo_surface from GdkDrawable to GdkWindowImplBenjamin Otte2010-12-025-21/+16
* gdk: Remove _gdk_drawable_ref_cairo_surface()Benjamin Otte2010-12-023-23/+8
* x11: Remove outdated variable definitionBenjamin Otte2010-12-021-1/+0
* gdk: Remove GdkDrawable->create_cairo_surface vfuncBenjamin Otte2010-12-024-19/+0
* gdk: Remove _gdk_window_impl_get_type() functionBenjamin Otte2010-12-024-28/+7
* x11: Fix in_rectangle computationBenjamin Otte2010-12-021-2/+2
* gdk: Rename GdkWindowObject to GdkWindowBenjamin Otte2010-12-0216-1567/+1164
* gdk: Make GdkWindowImpl a class, not an interfaceBenjamin Otte2010-12-027-191/+187
* gdk: Remove unused medialib codeBenjamin Otte2010-12-024-177/+0
* API: Remove gdkdrawable.h from public headersBenjamin Otte2010-12-023-7/+1
* API: Decouple GdkWindow from GdkDrawableBenjamin Otte2010-12-021-1/+1
* gdk: Use GdkDrawable for impl pointersBenjamin Otte2010-12-021-2/+2
* gdk: Pass Drawable as argumentBenjamin Otte2010-12-025-5/+5
* gdk: Make _gdk_window_ref_cairo_surface() protected and use itBenjamin Otte2010-12-025-26/+25
* API: Remove GDK_WINDOW_XWINDOW() macroBenjamin Otte2010-12-029-32/+31
* API: gdk: Don't track outstanding surfacesBenjamin Otte2010-12-022-12/+1
* x11: Make wrapper member a GdkDrawableBenjamin Otte2010-12-022-4/+4
* API: gdk_drawable_get_visible_region => gdk_window_get_visible_regionBenjamin Otte2010-12-024-31/+22
* API: gdk_drawable_get_clip_region() => gdk_window_get_clip_region()Benjamin Otte2010-12-025-30/+23
* API: Make gdk_cairo_create() take a GdkWindowBenjamin Otte2010-12-024-49/+52
* API: Remove gdk_cairo_reset_clip()Benjamin Otte2010-12-022-30/+0
* win32: Remove some unused definesBenjamin Otte2010-12-021-12/+0
* x11: Remove GdkDrawableImplX11Benjamin Otte2010-12-026-124/+4
* x11: _gdk_x11_drawable_update_size() => _gdk_x11_window_update_size()Benjamin Otte2010-12-024-18/+16
* x11: Move cairo_surface and wrapper members to GdkWindowImplX11 structBenjamin Otte2010-12-024-129/+105
* x11: Move xid member from GdkDrawableImplX11 to GdkWindowImplX11Benjamin Otte2010-12-025-18/+17