]> Pileus Git - ~andy/gtk/history - gdk
Assamese translation completed
[~andy/gtk] / gdk /
2012-03-07 Benjamin Ottex11: Avoid spurious focus events on grabs
2012-03-06 Rob Bradfordwayland: Add some useful comments explaining the cairo...
2012-03-06 Rob Bradfordwayland: Add NULL warning check to _gdk_wayland_window_...
2012-03-06 Rob Bradfordwayland: Don't try and reset the pointer window grab...
2012-03-06 Alexander Larssonwin32: Remove some unused input stuff to make win32...
2012-03-05 Matthias ClasenFix symbol lists
2012-03-05 Matthias Clasengdk: Remove an unused enumeration
2012-03-05 Matthias Clasenxi2: Normalize scroll deltas
2012-03-04 Matthias Clasengdk: Don't drop the emulating_pointer flag
2012-03-04 Bastien Nocerax11: Simplify XI2 mods state
2012-03-04 Bastien Nocerax11: Correct GroupSwitch mask
2012-03-03 Matthias Clasengdk: Emulate motion events when requested
2012-03-03 Matthias Clasenxi2: Add some more debug output about scroll devices
2012-03-02 Mikael MagnussonIconification using _NET_WM_STATE_HIDDEN hint if suppor...
2012-03-02 Paolo BorelliAnnotate gdk_window_get_frame_extents
2012-03-02 Matthias Clasenxi2: add some debug output for smooth scroll events
2012-03-02 Javier JardónRequire XInput2.h in X11 backend
2012-03-02 John RallsQuartz: Fix incompatible types in assignment
2012-03-01 Matthias ClasenFix build with XI2.x for x < 2
2012-03-01 Carlos Garnachogdk,xi2: Ensure scroll valuators are reset on window...
2012-03-01 Carlos Garnachodevicemanager,xi2: Implement smooth scrolling
2012-03-01 Carlos Garnachodevicemanager,x11: Initialize event->scroll.delta_x...
2012-03-01 Michael Nattererquartz: Implement smooth scrolling
2012-03-01 Carlos Garnachogdk: update csw event mask filter to handle smooth...
2012-03-01 Carlos Garnachogdk: Filter out either smooth or non-smooth event depen...
2012-03-01 Carlos Garnachogdk: Add GDK_SMOOTH_SCROLL_MASK
2012-03-01 Michael Natterergdk: transfer event->scroll.delta_x/y through csw
2012-03-01 Carlos Garnachogdk: deal with GDK_SMOOTH_SCROLL events as not having...
2012-03-01 Michael Natterergdk: Add delta_x/y to scroll events
2012-03-01 Carlos Garnachogdk: Add GDK_SCROLL_SMOOTH to GdkScrollDirection
2012-03-01 Carlos Garnachogdk: Get the right event window for pointer emulated...
2012-03-01 Carlos Garnachogdk: Set correct GdkModifierType on pointer emulated...
2012-03-01 Carlos Garnachogdk: translate correctly from touch events into emulate...
2012-03-01 Matthias Clasengdk: Don't treat touch events as button events
2012-03-01 Matthias Clasengdk: Use the last alive grab in order to get the event...
2012-03-01 Carlos Garnachogdk: Don't mutate pointer events to touch events just...
2012-03-01 Carlos Garnachogdk: Let implicit touch grabs coexist with an implicit...
2012-03-01 Carlos Garnachogdk: Don't fully destroy the implicit touch grab on...
2012-03-01 Carlos Garnachogdk: Listen to touch events by default on the native...
2012-03-01 Carlos Garnachogdk: Only trigger motion hints machinery on motion...
2012-03-01 Carlos Garnachogdk: Have touch grabs behave like the implicit grab...
2012-03-01 Carlos Garnachogdk: handle implicit touch grabs
2012-03-01 Carlos Garnachogdk: Add internal API to deal with touch implicit grabs
2012-03-01 Carlos Garnachogdk: Don't change window_under_pointer for pure touch...
2012-03-01 Carlos Garnachogdk: Generate crossing events around touch devices...
2012-03-01 Matthias Clasengdk: Add some debug output for touch events and devices
2012-03-01 Matthias Clasenxi2: Translate touch events
2012-03-01 Carlos Garnachogdk: Add touch event types and mask
2012-03-01 Carlos Garnachogdk: Add internal API to set "pointer emulated" flag...
2012-03-01 Carlos Garnachogdk: Add GdkEventSequence
2012-03-01 Matthias Clasenxi2: Use the new device types for touch-capable devices
2012-03-01 Matthias Clasengdk: Add device types for touch-capable devices
2012-03-01 Carlos Garnachoconfigure: Detect XInput 2.2
2012-03-01 Carlos Garnachoxi2: Add major/minor properties to XI2 device manager
2012-03-01 Alexander LarssonFix up rendering of non-double-buffered overlays
2012-03-01 Benjamin Ottex11: Mark unused variables as such
2012-02-27 Rob Bradfordwayland: Categorise menus, popups and combo boxes as...
2012-02-27 Rob Bradfordwayland: Store the device that does a grab for a window...
2012-02-27 Rob Bradfordwayland: Call wl_shell_surface_set_{popup,transient...
2012-02-27 Javier JardónChange FSF Address
2012-02-27 Cosimo Cecchigdk: don't install gdkversionmacros.h twice
2012-02-27 Matthias ClasenAdd some documentation around deprecations
2012-02-27 Matthias Clasengdk: correct a 'Since' note in the docs
2012-02-27 Matthias Clasengdk: Use versioned deprecations
2012-02-27 Matthias ClasenAdd versioned deprecation macros
2012-02-24 Michael Natterergdk: pull more precondition checks into the generic...
2012-02-24 Matthias ClasenClean up whitespace in _gdk_window_got_event
2012-02-24 Carlos Garnachogdk: Ensure that GdkPointerWindowInfo is only generated...
2012-02-24 Matthias ClasenFix an uninitialized variable warning
2012-02-23 Carlos Garnachoxi2: Get the effective group state by ORing the XIGroup...
2012-02-23 Carlos Garnachogdk: Keep track of the last slave device used
2012-02-23 Michael Nattererquartz: implement GdkScreen::get_monitor_workarea()
2012-02-23 Michael Nattererquartz: make function keys work (again?)
2012-02-21 Michael Nattererx11: s/_/-/ in signal name "window-manager-changed"
2012-02-21 Michael NattererGdkScreen: fix precondition checks in the public API
2012-02-21 Matthias ClasenRemove an unnecessary include
2012-02-21 Matthias ClasenAdd a way to get the current modifier state
2012-02-19 Bastien Nocerax11: Fix first call to _gdk_x11_keymap_key_is_modifier()
2012-02-19 Alexander LarssonRemove unused functions
2012-02-19 Alexander LarssonDon't unnecessarily clear background twice in no EXPOSE...
2012-02-19 Alexander LarssonFix background clearing when exposing with non-double...
2012-02-13 Alexander LarssonAlways make offscreen window rgba
2012-02-09 Rui Matosx11: Cancel _NET_WM_MOVERESIZE if we get a matching...
2012-02-09 Alexander LarssonFix transparency handling with non-double-buffered...
2012-02-09 Alexander LarssonFix non-double-buffered drawing
2012-02-09 Alexander LarssonMake the default background for GdkWindows transparent
2012-01-31 Michael Meeksbroadway: terminate v7 input to avoid parsing uninit...
2012-01-31 Matthias ClasenUse G_SOURCE_CONTINUE/REMOVE
2012-01-30 Kristian Høgsbergwayland: Fix return type from gdk_wayland_window_config...
2012-01-29 Kristian Høgsbergwayland: Also synthesize a configure event from gdk_win...
2012-01-27 Carlos Garcia Camposgdkevents: Use symbolic names for button numbers
2012-01-27 Carlos Garcia Camposgdk: Add macros for left, middle and right buttons
2012-01-26 Michael Nattererquartz: s/gdk_cursor_ref/g_object_ref/
2012-01-26 Michael NattererBug 667691 - implement gdk_window_restack() for Quartz
2012-01-25 Dieter Verfailliewin32: fix gdk_win32_window_raise
2012-01-25 Javier Jardóngdkapplaunchcontext: Add tags to code example
2012-01-25 Alexander Larssonbroadway: Properly handle masked websocket messages
2012-01-20 Alexander LarssonFix visibility notification event reporting
2012-01-19 Michael Nattererquartz: add virtual modifiers already in GDK, just...
2012-01-19 Kristian Høgsbergwayland: Destroy shell surface as we destroy the surface
next