summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-209-19/+23
* [GI] Add missing (scope) annotationsPavel Holejsovsky2011-01-201-2/+2
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-203-7/+9
* [GI] Add annotation (type GdkModifierType) to state attributes in many GdkEve...Laszlo Pandy2011-01-201-10/+15
* [GI] Add (type) annotations to real typesPavel Holejsovsky2011-01-202-6/+7
* Be more careful with private event dataMatthias Clasen2011-01-191-34/+37
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-183-3/+3
* [GI] Mark callbacks' context parameter with (closure) annotation.Pavel Holejsovsky2011-01-181-1/+1
* Don't set the default display to NULLMatthias Clasen2011-01-181-1/+1
* Add testcases for opening displayMatthias Clasen2011-01-182-2/+80
* Plugged memory leak in gdk_x11_device_manager_xi2_list_devices.Tristan Van Berkom2011-01-161-2/+2
* Add EXPORT_PACKAGES for the girsMatthias Clasen2011-01-141-0/+2
* Add --include-uninstalled for the gdk girMatthias Clasen2011-01-141-2/+6
* Add --warn-all to introspection scanner argsMatthias Clasen2011-01-141-1/+2
* Avoid crashes calling gdk_window_enable_synchronized_configure() on an offscr...Tristan Van Berkom2011-01-131-1/+1
* Update MSVC 2008 Project FilesChun-wei Fan2011-01-121-1/+1
* Fix win32 buildFridrich Štrba2011-01-112-1/+1
* gdk: Fix typoBenjamin Otte2011-01-111-1/+1
* x11: Add --c-include for gdk/gdkx.h to Gdk-X11 gir buildBenjamin Otte2011-01-111-1/+1
* gdk: Put stub gdkx.h into gdk/ dirBenjamin Otte2011-01-112-1/+35
* gdk: Don't build X11 stuff into Gdk.girBenjamin Otte2011-01-111-2/+0
* gdk: Add --c-include gdk/gdk.h to Gir build.Benjamin Otte2011-01-111-1/+1
* Bug 639127 - Add missing gdkdisplaymanager-win32.cHans Breuer2011-01-101-0/+135
* Fix file lists in the win32 backendMatthias Clasen2011-01-051-6/+9
* Fix gdk/abicheck.sh temporarilyMatthias Clasen2011-01-041-1/+1
* Decouple GdkWindowCache life-cycle from GdkX11DragContextMatthias Clasen2011-01-041-4/+52
* Fix build when builddir != srcdirEmilio Pozuelo Monfort2011-01-041-1/+1
* Fix introspection build when builddir != srcdirEmilio Pozuelo Monfort2011-01-041-0/+1
* Use AM_V_GEN in a few more placesMatthias Clasen2011-01-031-8/+8
* gdk/x11: don't select RANDR events if the extension is missingJulien Cristau2011-01-033-12/+20
* Silence automake warningsKristian Høgsberg2011-01-031-2/+2
* configure.ac: Support multiple GDK backends in one buildKristian Høgsberg2011-01-031-3/+2
* gdk: Simplify codeBenjamin Otte2011-01-031-33/+13
* gdk: Get rid of GdkDisplayDeviceHooksBenjamin Otte2011-01-033-54/+33
* gdk: Move get_device_state out of the display hooksBenjamin Otte2011-01-033-50/+27
* gdk: Simplify codeBenjamin Otte2011-01-031-42/+12
* gdk: Move window_get_device_position function out of the device hooksBenjamin Otte2011-01-033-47/+34
* API: gdk: Remove gdk_display_set_device_hooks()Benjamin Otte2011-01-034-75/+22
* API: gdk: Remove gdk_display_set_pointer_hooks()Benjamin Otte2011-01-033-189/+0
* API: gdk: Remove gdk_set_pointer_hooks()Benjamin Otte2011-01-033-167/+1
* gdkdnd-x11.c: fix building without HAVE_XCOMPOSITENguyễn Thái Ngọc Duy2011-01-021-0/+4
* gdkcursor-x11.c: fix building without HAVE_XCURSORNguyễn Thái Ngọc Duy2011-01-021-2/+5
* Fix list handling in gdk_x1_display_init_inputMatthias Clasen2011-01-021-1/+1
* Fix refresh of static autorelease_pool so that it doesn't happen in gtk-neste...John Ralls2011-01-021-10/+9
* win32: gdk3 resurrectionHans Breuer2011-01-0236-1613/+1875
* API: gdk: Remove gdk_device_set_source()Benjamin Otte2010-12-273-20/+0
* API: gdk: Make gdk_display_get_window_at_device_position() a device APIBenjamin Otte2010-12-276-50/+49
* API: gdk: gdk_display_get_device_state() => gdk_device_get_position()Benjamin Otte2010-12-275-51/+61
* Fix some issues with initial setup of GdkX11DisplayManagerMatthias Clasen2010-12-272-5/+9
* Fix some more typosMatthias Clasen2010-12-252-3/+3