]> Pileus Git - ~andy/gtk/history - gdk/wayland
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gdk / wayland /
2013-03-15 Matthias Clasenwayland: Rename GdkDeviceManagerCore to GdkWaylandDevic...
2013-02-21 Thomas Woodwayland: don't attempt to unqueue events when events...
2013-02-19 Rob Bradfordwayland: Synthesize fullscreen window state change
2013-02-19 Thomas Woodwayland: attempt to determine the possible parent surfa...
2013-02-19 Thomas Woodwayland: look further through the hierarchy for the...
2013-02-14 Owen W. TaylorReimplement _NET_WM_SYNC_REQUEST inside X11 backend
2013-02-14 Rob Bradfordwayland: Add support for output device removal
2013-02-14 Rob Bradfordwayland: Add basic multiple output support
2013-02-13 Jan Arne Petersenwayland: Handle wl_output in GdkWaylandScreen
2013-02-12 Thomas Woodwayland: skip pointer and keyboard events without a...
2013-02-12 Thomas Woodwayland: set the "transient inactive" flag on tooltip...
2013-02-06 Rob Bradfordwayland: React to G_IO_ERR and G_IO_HUP on the wayland...
2013-02-06 Thomas Woodwayland: remove debug message
2013-02-06 Thomas Woodwayland: avoid returning NULL when getting a cursor
2013-02-06 Thomas Woodwayland: use the GdkCursorType enum information to...
2013-02-06 Thomas Woodwayland: fix the direction of scrolling
2013-02-05 Rob Bradfordwayland: Use g_value_set_static to avoid string copies
2013-02-05 Rob Bradfordwayland: Pull the cursor theme name out from the settin...
2013-02-05 Rob Bradfordwayland: Advertise the cursor theme through GtkSettings...
2013-02-02 Jan Arne Petersenwayland: Add global_remove handler
2013-02-02 Jan Arne Petersenwayland: Make GdkWaylandDevice public
2013-02-02 Jan Arne Petersenwayland: Rename GdkWaylandDevice
2013-02-02 Jan Arne Petersenwayland: Remove unused, commented out code
2013-01-29 Rob Bradfordwayland: Implement gdk_window_fullscreen & gdk_window_u...
2013-01-27 Rico Tzschichholzwayland: Add missing reference to gdkwaylandwindow.h
2013-01-23 Jan Arne Petersenwayland: Make GdkWaylandWindow public
2013-01-23 Jan Arne Petersenwayland: Make GdkWaylandDisplay public
2013-01-22 Rob Bradfordwayland: Handle the keymap being needed before we know...
2013-01-18 Rob Bradfordwayland: Drop code to use cairo-gl for rendering
2012-11-02 Federico Mena QuinteroMerge branch 'bgo687196-filesystemmodel-crash'
2012-10-29 Ran Benitawayland: update to work with stable libxkbcommon
2012-10-19 Scott Moreauwayland: Update to reflect protocol changes
2012-07-30 Matthias Clasengdk: Don't use GDK_THREADS_ENTER/LEAVE macros internally
2012-07-18 Rob Bradfordwayland: Fallback to setting transient windows if no...
2012-07-18 Rob Bradfordwayland: Don't compare against GdkWindowTypeHint as...
2012-07-17 José Dapena Pazwayland: Add default settings implementation for Waylan...
2012-07-16 José Dapena Pazwayland: Initial version of keyboard key event handling
2012-07-16 José Dapena Pazwayland: Hook up _get_num_lock / _get_caps_lock to...
2012-07-16 Rob Bradfordwayland: Remove unused function declaration
2012-07-16 Rob Bradfordwayland: Remove annoying whitespace
2012-07-16 José Dapena Pazwayland: Create and expose an xkb_state on the keymap...
2012-07-16 José Dapena Pazwayland: Refactor the keymap handling so it is associat...
2012-07-16 Rob Bradfordwayland: Use the correct union member for axis events
2012-07-16 José Dapena Pazwayland: implementation of pointer_handle_axis.
2012-07-16 Rob Bradfordwayland: Implement the keyboard_enter/keyboard_leave...
2012-07-16 Rob Bradfordwayland: data_device.data_offer now has a safe object...
2012-07-16 Rob Bradfordwayland: Process the keymap that is sent over from...
2012-07-16 Rob Bradfordwayland: Expose _gdk_wayland_display_get_keymap internally
2012-07-12 Rob Bradfordwayland: Ensure we destroy the shell surface when destr...
2012-07-12 Rob Bradfordwayland: wl_shell_surface_set_popup requires a valid...
2012-07-12 Rob Bradfordwayland: Protocol update: wl_pointer_set_cursor takes...
2012-07-12 Rob Bradfordwayland: Protocol update: wl_shell_surface_resize and...
2012-07-12 Rob Bradfordwayland: Save the serial number for the ping event
2012-07-12 Rob Bradfordwayland: Save the serial numbers for the pointer events
2012-07-12 Rob Bradfordwayland: Add internal API for handling Wayland serial...
2012-07-12 Rob Bradfordwayland: Ensure that _get_client_pointer returns a...
2012-07-12 Rob Bradfordwayland: Port to libxkbcommon API changes
2012-07-12 Rob Bradfordwayland: Switch to new wayland cursors mechanism
2012-07-12 Rob Bradfordwayland: Protocol change: wl_buffer_damage
2012-07-12 Rob Bradfordwayland: Protocol change: configure event
2012-07-12 Rob Bradfordwayland: Protocol change: wl_shell_surface_* take surfa...
2012-07-12 Rob Bradfordwayland: Remove unused variable
2012-07-12 Rob Bradfordwayland: Temporary disable/hackaround keyboard code
2012-07-12 Rob Bradfordwayland: Port to SHM pool allocation mechanism
2012-07-12 Rob Bradfordwayland: Port to new input protocol mechanism
2012-07-12 Rob Bradfordwayland: Load cursor theme using new Wayland cursor...
2012-07-12 Rob Bradfordwayland: Remove unhelpful debug message
2012-07-12 Rob Bradfordwayland: Protocol change: ping event on shell_surface
2012-07-12 Rob Bradfordwayland: Update to new header path for xkbcommon
2012-04-25 Rob Bradfordwayland: Calculate window position offset to give emula...
2012-04-25 Rob Bradfordwayland: Only update position if the with_move flag...
2012-04-25 Rob Bradfordwayland: Improve error message handling in cursor buffe...
2012-04-19 Rob Bradfordwayland: Improve the error reporting in the Cairo GL...
2012-04-19 Rob Bradfordwayland: Improve error messages during SHM buffer creation
2012-04-17 Rob Bradfordwayland: Expose GdkWaylandDisplayManager as a public...
2012-04-17 Rob Bradfordwayland: Rename GdkScreenWayland to GdkWaylandScreen
2012-04-17 Rob Bradfordwayland: Rename GdkDisplayWayland to GdkWaylandDisplay
2012-04-16 Rob Bradfordwayland: Use an ARGB buffer for the Cairo and SHM surface
2012-04-16 Rob Bradfordwayland: Force an expose for the whole area when scrolling
2012-04-16 Rob Bradfordwayland: Add support for rendering into an SHM buffer...
2012-04-16 Rob Bradfordwayland: Move the buffer creation to the cairo surface...
2012-04-16 Rob Bradfordwayland: Move the finalize function to allow a clear...
2012-04-16 Rob Bradfordwayland: Remove unused member from struct
2012-03-16 Mathias Hasselmannwayland: hide predefined_atoms
2012-03-09 Benjamin Ottegdk: Make query_state() vfunc a void vfunc
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-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-24 Michael Natterergdk: pull more precondition checks into the generic...
2012-02-21 Michael NattererGdkScreen: fix precondition checks in the public API
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-19 Kristian Høgsbergwayland: Destroy shell surface as we destroy the surface
2012-01-18 Kristian Høgsbergwayland: Report middle and right buttons correctly
2012-01-18 Rob Bradfordwayland: Update modifiers handling to match new semantics
2012-01-17 Kristian Høgsbergwayland: Handle request for selection atoms when there...
next