]> Pileus Git - ~andy/gtk/history - gdk/wayland
x11: Add debugging output for xsettings code
[~andy/gtk] / gdk / wayland /
2012-01-16 Kristian Høgsbergwayland: Implement client side keyboard repeat
2012-01-13 Rob Bradfordwayland: Free the internal selection data when the...
2012-01-13 Rob Bradfordwayland: Fix memory handling for the selection callbacks
2012-01-13 Rob Bradfordwayland: Add basic API for setting and clearing the...
2012-01-13 Rob Bradfordwayland: Expose basic mechanism for getting selection...
2012-01-13 Rob Bradfordwayland: Add call to get types available for the select...
2012-01-13 Rob Bradfordwayland: Remove unused variables to silence compiler...
2012-01-13 Kristian Høgsbergwayland: Set surface type based on GdkWindow hint
2012-01-13 Rob Bradfordwayland: Update to new SHM buffer format type
2012-01-12 Rob Bradfordwayland: Remove unused variable from grab implementation
2012-01-12 Rob Bradfordwayland: Fix compilation warning for destroy function...
2012-01-12 Rob Bradfordwayland: Fix implementation of gdk_atom_name
2012-01-12 Rob Bradfordwayland: Remove unused variable
2012-01-09 Rob Bradfordwayland: Constrain the window configure requests to...
2012-01-09 Rob Bradfordwayland: Implement set_geometry_hints vfunc
2012-01-09 Rob Bradfordwayland: Make the resize and move functions use gdk_dev...
2012-01-09 Kristian Høgsbergwayland: Add implementations for the device_grab /...
2012-01-06 Rob Bradfordwayland: Break an implicit grab when asking to be resized
2012-01-06 Rob Bradfordwayland: Make the event source use _gdk_display_get_nex...
2012-01-06 Rob Bradfordwayland: Implement the get_next_serial vfunc on GdkDisplay
2012-01-06 Kristian Høgsbergwayland: The shared cursors are now installed in the...
2012-01-05 Rob Bradfordwayland: Set a default cursor when the window cursor...
2012-01-05 Javier Jardóngdk/*: Use g_list_free_full convenience function
2011-12-18 Matthias ClasenAdd gdk_screen_get_monitor_workarea
2011-12-14 Rob Bradfordwayland: Add dummy implementation of the wl_data_device...
2011-12-14 Rob Bradfordwayland: Add an implementation for GdkAtom
2011-12-14 Rob Bradfordwayland: Get the data device during input device setup
2011-12-14 Rob Bradfordwayland: Retrieve the data device manager object
2011-12-14 Rob Bradfordwayland: Don't use deprecated function: gdk_window_get_...
2011-12-09 Rob Bradfordwayland: Load cursors from wayland directory under...
2011-12-05 Rob Bradfordwayland: Port from wl_shell to wl_surface_shell
2011-12-05 Alexander LarssonMerge branch 'transparent-windows'
2011-12-02 Kristian Høgsbergwayland: Update to recent API changes
2011-11-05 Matthias ClasenWayland: Adapt to GdkWindowImpl api change
2011-10-15 Michael Natterergdk: s/gdk_cursor_unref/g_object_unref/
2011-10-07 Michael Natterergdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32...
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-22 Daniel Nicoarawayland: Acquire cairo device during operations that...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-06 Javier JardónUse AM_CPPFLAGS instead the obsolete INCLUDES
2011-06-23 Scott MoreauTrack wayland protocol changes.
2011-06-10 Javier Jardóngdk: Use const instead G_CONST_RETURN
2011-05-08 Kristian Høgsbergwayland: Track wayland API changes
2011-04-13 Kristian Høgsbergwayland: Remove non-existing gdkscreen-wayland.h from...
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-01 Kristian Høgsbergwayland: Add modifier masks for meta, hyper and super...
2011-03-01 Kristian Høgsbergwayland: Add another cursor (left-ptr)
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-11 Kristian Høgsbergwayland: Map transient surfaces as such
2011-02-11 Kristian Høgsbergwayland: Only set x, y, and modifiers if the pointers...
2011-02-11 Kristian Høgsbergwayland: Remove window cursor hash
2011-02-11 Kristian Høgsbergwayland: There's only one screen
2011-02-11 Kristian Høgsbergwayland: Trim some unused struct fields
2011-02-11 Kristian Høgsbergwayland: Drop empty gdkscreen-wayland.h
2011-02-11 Kristian Høgsbergwayland: Drop GdkToplevelWayland and gdkwindow-wayland.h
2011-02-11 Kristian Høgsbergwayland: Fix resizing from other corners than just...
2011-02-11 Kristian Høgsbergwayland: Remove some fprintf debug messages
2011-02-11 Kristian Høgsbergwayland: Fix hiding and withdrawing surfaces
2011-02-11 Kristian Høgsbergwayland: Keep a reference to the surface we last attached
2011-02-11 Kristian Høgsbergwayland: Port over missing xkb functionality from X11...
2011-02-10 Kristian Høgsbergwayland: Copy gdk_wayland_keymap_translate_keyboard_sta...
2011-02-10 Kristian Høgsbergwayland: Adjust the hw keycode in key events for min_ke...
2011-02-10 Kristian Høgsbergwayland: Add a few more cursors
2011-02-10 Kristian Høgsbergwayland: Return surface coordinates and mask in window_...
2011-02-10 Kristian Høgsbergwayland: Send visibility event after map
2011-02-10 Kristian Høgsbergwayland: Fix indentation
2011-02-10 Kristian Høgsbergwayland: Unref the keyboard focus surface when losing...
2011-02-10 Kristian Høgsbergwayland: Use GDK_NOTE for logging event debug messages
2011-02-10 Kristian Høgsbergwayland: Set event screen
2011-02-10 Kristian Høgsbergwayland: Pretend selection works, print debug message
2011-02-10 Kristian Høgsbergwayland: Copy translate_keyboard_string() form x11...
2011-02-10 Kristian Høgsbergwayland: Actually return device in _gdk_wayland_device_...
2011-02-10 Kristian Høgsbergwayland: Handle blank cursor
2011-02-09 Kristian Høgsbergwayland: Clear modifier mask before restoring from...
2011-02-09 Kristian Høgsbergwayland: Consolidate device and devicemanager implement...
2011-02-09 Kristian Høgsbergwayland: Support setting cursors
2011-02-08 Kristian Høgsbergwayland: Use wayland-egl
2011-02-08 Kristian HøgsbergTrack 2.99.3 API changes
2011-02-05 Kristian HøgsbergClean up buffer handling a bit
2011-02-05 Kristian HøgsbergRemove leftover _gdk_windowing_set_cairo_surface_size()
2011-02-05 Kristian HøgsbergHook up xkb_keysym_to_string and xkb_string_to_keysym
2011-02-05 Kristian HøgsbergImplement GdkKeymap using libxkbcommon
2011-02-05 Kristian HøgsbergInvalidate window on configure
2011-02-05 Kristian HøgsbergCreate and attach buffer at process_updates time
2011-02-05 Kristian HøgsbergRemove copy of grab enum that's now in wayland core
2011-02-05 Kristian HøgsbergDont iterate the display if there's nothing to write
2011-02-05 Kristian HøgsbergAdd Wayland backend