]> Pileus Git - ~andy/gtk/history - gdk
GailEntry: remove idle if cell editing is canceled
[~andy/gtk] / gdk /
2011-02-17 Carlos GarnachoFree event axes for double/triple click events.
2011-02-13 Martin NordholtsBug 633291 - Handle Shift-keys in X11 gdk_test_simulate...
2011-02-12 Benjamin Ottegdk: Select the X11 backend a the last possible backend
2011-02-12 Matthias ClasenRemove confusion over XI2 defines
2011-02-12 Benjamin Ottex11: Make headers identical no matter if we run with...
2011-02-11 Benjamin Ottex11: Fix struct definition for GdkDeviceManagaerXI2
2011-02-11 Benjamin Ottex11: Make the device manager struct actually subclass...
2011-02-11 Benjamin Ottex11: Fix build without Xinput
2011-02-11 Chun-wei Fangdk/gdkconfig.h.win32: Make it more up-to-date
2011-02-10 Matthias ClasenBump the version to 3.0.0
2011-02-09 Matthias ClasenMore GDK documentation tweaks
2011-02-09 Garrett RegierFix annotation that broke the docs
2011-02-09 Matthias ClasenGive the GDK docs some love
2011-02-09 Matthias ClasenRemove annotation that breaks the docs
2011-02-08 Johan DahlinRemove tab as it confused g-ir-scanner
2011-02-08 Colin Waltersintrospection: Remove redundant include
2011-02-08 Benjamin Ottegdk: Fix typo in documentation string
2011-02-06 Hans Breuerwin32: no more GdkNativeWindow and related changes
2011-02-05 Matthias ClasenXI2: translate group state back into core state
2011-02-05 Matthias ClasenPass group state to _gdk_x11_device_xi2_translate_state
2011-02-05 Matthias ClasenShare code to fill GdkEventKey.string
2011-02-04 Matthias ClasenAdd translation entries for more common keysyms
2011-02-04 Matthias ClasenRemove debug spew
2011-02-04 Matthias ClasenXI2: don't translate button releases as scroll events
2011-02-03 Tristan Van BerkomAdded set_transient_for() implementation for GdkOffscre...
2011-02-02 Martin Pitt[GI] Mark mis-detected constructors as such
2011-02-01 John RallsUpdate quartz to reflect deletion of GdkNativeWindow...
2011-02-01 Benjamin OtteAPI: gdk: Get rid of GdkNativeWindow
2011-02-01 Benjamin Ottex11: Use Window isntead of GdkNativeWindow
2011-02-01 Benjamin OtteAPI: gdk: Change get_drag_window() API
2011-02-01 Benjamin OtteAPI: gdk: Make GDK_DRAG_PROTOCOL_NONE equal to 0
2011-02-01 Benjamin OtteAPI: gdk: Make GdkEventSelection.requestor a GdkWindow
2011-02-01 Benjamin Ottex11: Use gdk_x11_window_foreign_new_for_display() uncon...
2011-02-01 Matthias ClasenFix a warning
2011-02-01 Matthias ClasenRemove a dead member
2011-02-01 Matthias ClasenMake xim work with XI2
2011-02-01 Benjamin Ottegdk: Remove GdkEventClient
2011-02-01 Benjamin Ottex11: Do dnd event handling via gdk_window_add_filter()
2011-02-01 Benjamin Ottex11: Use macros for byte order to set byte order
2011-02-01 Benjamin Ottex11: Register wm_protocols function with gdk_window_add...
2011-02-01 Benjamin Ottex11: Fill in event->any.window before calling filter...
2011-02-01 Benjamin Ottex11: Handle motif client message filter just like xdnd...
2011-02-01 Benjamin Ottex11: Use event->any.window instead of any random member
2011-02-01 Matthias ClasenDeal gracefully with unowned selections
2011-01-31 Kristian RietveldCheck whether mask is NULL
2011-01-31 Benjamin OtteAPI: gdk: Change GdkEventOwnerChange to not take GdkNat...
2011-01-30 Matthias ClasenSilence compiler warnings
2011-01-30 Matthias ClasenUse free() to free XIButtonState.mask
2011-01-28 Matthias ClasenFix a doc typo
2011-01-28 Benjamin Ottex11: Use Window instead of GdkNativeWindow
2011-01-28 Benjamin OtteAPI: x11: Add GDK_POINTER_TO_XID() and GDK_XID_TO_POINTER()
2011-01-24 Carlos GarnachoDo not modify associated device for non-master devices...
2011-01-24 Carlos GarnachoAdd extra checks for GdkDevice functions that might...
2011-01-24 Carlos GarnachoAvoid toplevel tracking on slave device after ungrab
2011-01-23 Matthias ClasenSilence new gcc warnings
2011-01-23 Carlos GarnachoFree button_state.mask after XIQueryPointer()
2011-01-23 Carlos GarnachoFix valgrind warning about uninitialized value
2011-01-23 Benjamin Ottegdk: When reffing the impl surface, ref it from the...
2011-01-23 Matthias ClasenExpose gtk-auto-mnemonics as an Xsetting
2011-01-23 Matthias Clasenchecksettings: succeed quietly
2011-01-21 Tomeu Vizoso[gi] Return value of gdk_window_new should have transfe...
2011-01-21 Fridrich Štrbafix win32 build after removal of the colormap debug...
2011-01-21 Sebastian Pölsterl[gi] Added missing (allow-none) annotation to gdk_devic...
2011-01-21 Matthias ClasenFix a crash during DND
2011-01-21 Benjamin Ottegdk: Remove colormap debug category
2011-01-21 Benjamin Ottex11: Don't keep two lists of devices internally
2011-01-20 Johan DahlinMark api with xlib types as skipped
2011-01-20 Johan DahlinUse identifier-prefix instead of deprecated strip-prefix
2011-01-20 Pavel Holejsovsky[GI] Mark unintrospectable constructs as (skip)
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-20 Pavel Holejsovsky[GI] Add missing (scope) annotations
2011-01-20 Pavel Holejsovsky[GI] Fixes of existing incorrect annotations
2011-01-20 Laszlo Pandy[GI] Add annotation (type GdkModifierType) to state...
2011-01-20 Pavel Holejsovsky[GI] Add (type) annotations to real types
2011-01-20 Matthias ClasenBe more careful with private event data
2011-01-18 Pavel Holejsovsky[GI] Cosmetic cleanups of annotations and doc comments
2011-01-18 Pavel Holejsovsky[GI] Mark callbacks' context parameter with (closure...
2011-01-18 Matthias ClasenDon't set the default display to NULL
2011-01-18 Matthias ClasenAdd testcases for opening display
2011-01-16 Tristan Van BerkomPlugged memory leak in gdk_x11_device_manager_xi2_list_...
2011-01-15 Chun-wei FanMerge ssh://git.gnome.org/git/gtk+
2011-01-14 Matthias ClasenAdd EXPORT_PACKAGES for the girs
2011-01-14 Matthias ClasenAdd --include-uninstalled for the gdk gir
2011-01-14 Matthias ClasenAdd --warn-all to introspection scanner args
2011-01-13 Tristan Van BerkomAvoid crashes calling gdk_window_enable_synchronized_co...
2011-01-12 Chun-wei FanUpdate MSVC 2008 Project Files
2011-01-11 Fridrich ŠtrbaFix win32 build
2011-01-11 Benjamin Ottegdk: Fix typo
2011-01-11 Benjamin Ottex11: Add --c-include for gdk/gdkx.h to Gdk-X11 gir...
2011-01-11 Benjamin Ottegdk: Put stub gdkx.h into gdk/ dir
2011-01-11 Benjamin Ottegdk: Don't build X11 stuff into Gdk.gir
2011-01-11 Benjamin Ottegdk: Add --c-include gdk/gdk.h to Gir build.
2011-01-10 Hans BreuerBug 639127 - Add missing gdkdisplaymanager-win32.c
2011-01-05 Matthias ClasenFix file lists in the win32 backend
2011-01-05 Matthias ClasenFix gdk/abicheck.sh temporarily
2011-01-05 Matthias ClasenDecouple GdkWindowCache life-cycle from GdkX11DragContext
2011-01-04 Emilio Pozuelo MonfortFix build when builddir != srcdir
2011-01-04 Emilio Pozuelo MonfortFix introspection build when builddir != srcdir
2011-01-04 Matthias ClasenUse AM_V_GEN in a few more places
next