summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove depth argument from GdkWindowImpl->get_geometry()Benjamin Otte2010-12-061-4/+1
* API: gdk: Remove depth argument from gdk_window_get_geometry()Benjamin Otte2010-12-062-3/+3
* Fix up parameter mismatches in the docsMatthias Clasen2010-12-032-3/+4
* Add annotation to gdk_screen_get_monitor_geometryMatthias Clasen2010-12-031-1/+1
* gdk: Replace direct calls of _gdk_event_func with _gdk_event_emit()Benjamin Otte2010-12-021-2/+1
* x11: Don't include gdkprivate.h in gdkx.hBenjamin Otte2010-12-021-1/+2
* gdk: Move window beeps into GdkWindowImplBenjamin Otte2010-12-021-10/+12
* gdk: Make get_shape and get_input_shape vfuncsBenjamin Otte2010-12-021-4/+6
* API: Remove GdkNoExposeEventBenjamin Otte2010-12-021-10/+0
* gdk: Make GdkWindow->impl a GdkWindowImplBenjamin Otte2010-12-021-6/+2
* gdk: Pass the GdkWindow to resize_cairo_surface vfuncBenjamin Otte2010-12-021-1/+1
* 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-021-13/+9
* x11: Remove outdated variable definitionBenjamin Otte2010-12-021-1/+0
* gdk: Remove GdkDrawable->create_cairo_surface vfuncBenjamin Otte2010-12-021-1/+0
* gdk: Remove _gdk_window_impl_get_type() functionBenjamin Otte2010-12-021-9/+3
* x11: Fix in_rectangle computationBenjamin Otte2010-12-021-2/+2
* gdk: Rename GdkWindowObject to GdkWindowBenjamin Otte2010-12-0210-357/+258
* gdk: Make GdkWindowImpl a class, not an interfaceBenjamin Otte2010-12-022-48/+41
* gdk: Pass Drawable as argumentBenjamin Otte2010-12-021-1/+1
* API: Remove GDK_WINDOW_XWINDOW() macroBenjamin Otte2010-12-029-32/+31
* x11: Make wrapper member a GdkDrawableBenjamin Otte2010-12-022-4/+4
* x11: Remove GdkDrawableImplX11Benjamin Otte2010-12-025-123/+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
* x11: Use GDK_WINDOW_XID() instead of writing it outBenjamin Otte2010-12-021-2/+2
* x11: Remove screen member from GdkDrawableImplX11Benjamin Otte2010-12-022-5/+1
* x11: Get display from window, not from impl-drawable's screenBenjamin Otte2010-12-021-1/+1
* x11: Get display from window, not from impl-drawable's screenBenjamin Otte2010-12-021-1/+1
* x11: Change GDK_WINDOW_SCREEN macroBenjamin Otte2010-12-023-3/+3
* API: x11: Remove GDK_DRAWABLE_XID and GDK_DRAWABLE_XDISPLAYBenjamin Otte2010-12-021-31/+1
* x11: Use window macros instead of drawable macrosBenjamin Otte2010-12-026-70/+70
* API: Remove gdk_x11_drawable_get_xdisplay()Benjamin Otte2010-12-022-31/+1
* x11: Use window macros in test codeBenjamin Otte2010-12-021-1/+1
* API: x11: Remove gdk_x11_window_get_drawable_impl()Benjamin Otte2010-12-023-8/+0
* API: x11: Change GDK_WINDOW_XDISPLAY() macroBenjamin Otte2010-12-021-1/+1
* API: x11: gdk_drawable_get_xid => gdk_window_get_xidBenjamin Otte2010-12-023-50/+41
* Avoid delays in starting applicationsMatthias Clasen2010-11-271-92/+95
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-248-28/+31
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-236-21/+27
* Make gdk_event_apply_filters safe against changes in filter listWilliam Jon McCann2010-11-221-5/+25
* Create the icon pixmap with the system visualOwen W. Taylor2010-11-191-2/+3
* docs: Move documentation to inline comments: x_interactionJavier Jardón2010-11-151-0/+120
* docs: Move documentation to inline comments: propertiesJavier Jardón2010-11-152-0/+152
* gdk: Add big fat warning about updating XSettingsBastien Nocera2010-11-151-0/+4
* gdk: Update gdk_settings_map for blink timeout to workBastien Nocera2010-11-151-3/+4
* Fix a crash in gnome-terminal when using a compositorMatthias Clasen2010-11-121-2/+4
* gdk: Add XSetting for "gtk-cursor-blink-timeout"Bastien Nocera2010-11-121-0/+1