]> Pileus Git - ~andy/gtk/history - gdk/wayland/gdkwindow-wayland.c
wayland: Implement gdk_window_fullscreen & gdk_window_unfullscreen
[~andy/gtk] / gdk / wayland / gdkwindow-wayland.c
2013-01-29 Rob Bradfordwayland: Implement gdk_window_fullscreen & gdk_window_u...
2013-01-23 Jan Arne Petersenwayland: Make GdkWaylandWindow public
2013-01-18 Rob Bradfordwayland: Drop code to use cairo-gl for rendering
2012-10-19 Scott Moreauwayland: Update to reflect protocol changes
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-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_shell_surface_resize and...
2012-07-12 Rob Bradfordwayland: Save the serial number for the ping event
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: Port to SHM pool allocation mechanism
2012-07-12 Rob Bradfordwayland: Port to new input protocol mechanism
2012-07-12 Rob Bradfordwayland: Protocol change: ping event on shell_surface
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-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: 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-06 Rob Bradfordwayland: Add some useful comments explaining the cairo...
2012-03-06 Rob Bradfordwayland: Add NULL warning check to _gdk_wayland_window_...
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-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-17 Rob Bradfordwayland: Adapt move_resize vfunc implementation to...
2012-01-16 Kristian Høgsbergwayland: Set GdkWindow focused state based on keyboard...
2012-01-13 Kristian Høgsbergwayland: Set surface type based on GdkWindow hint
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-06 Rob Bradfordwayland: Break an implicit grab when asking to be resized
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-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-22 Daniel Nicoarawayland: Acquire cairo device during operations that...
2011-06-23 Scott MoreauTrack wayland protocol changes.
2011-05-08 Kristian Høgsbergwayland: Track wayland API changes
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
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: Remove window cursor hash
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-10 Kristian Høgsbergwayland: Send visibility event after map
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ø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øgsbergAdd Wayland backend