summaryrefslogtreecommitdiff
path: root/gdk/broadway/gdkwindow-broadway.c
Commit message (Expand)AuthorAgeFilesLines
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-201-1428/+0
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-282/+282
* Replace gdk_threads_add_idle* with g_idle_add()Emmanuele Bassi2018-02-031-1/+1
* gdk: Remove propertiesBenjamin Otte2017-12-141-3/+0
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-131-1/+0
* broadway: Use "surface" instead of window/toplevel for browser objectAlexander Larsson2017-12-051-18/+18
* broadway: Remove now unused toplevel surfaceAlexander Larsson2017-12-051-71/+1
* Remove GdkDragProtocol from the apiMatthias Clasen2017-12-031-1/+0
* broadway: Roundtrip each update to rate limit redrawAlexander Larsson2017-11-231-12/+34
* broadway: Remove remaining unused window_update codeAlexander Larsson2017-11-231-44/+1
* broadway: Initial version of using actual render nodesAlexander Larsson2017-11-231-239/+277
* broadway: Use textures to configure window contentsAlexander Larsson2017-11-231-4/+24
* broadway: Drop the root windowMatthias Clasen2017-11-061-39/+3
* broadway: Don't crash on startupBenjamin Otte2017-11-041-1/+1
* gdk: Remove GdkWindow.set_device_cursor() vfuncBenjamin Otte2017-11-021-30/+0
* Drop foreign window checks in BroadwayMatthias Clasen2017-11-011-27/+18
* broadway: No more screenMatthias Clasen2017-11-011-8/+7
* broadway: Fix fallout from screen changesBenjamin Otte2017-11-011-3/+0
* Drop gdk_window_get_screenMatthias Clasen2017-10-311-1/+0
* GtkWindow/GdkWindow: Finish converting icons to surfacesAlexander Larsson2017-10-231-1/+1
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+5
* broadway: Build fixesEmmanuele Bassi2017-08-151-1/+1
* gdk: Remove testing functionsBenjamin Otte2017-01-081-3/+0
* gdk: Drop gdk_window_reparentwip/alexl/simplify-gdkwindowAlexander Larsson2016-12-161-10/+0
* gdk: Drop support for native (and thus foreign) subwindowsAlexander Larsson2016-12-161-27/+0
* gdk: Make GdkDrawingContext not per-backendBenjamin Otte2016-11-301-12/+0
* API: Remove gdk_window_process_all_updates()Benjamin Otte2016-11-231-10/+0
* gdk: Make each backend have a custom GdkDrawingContext subclassBenjamin Otte2016-11-201-0/+12
* gdk: Remove attributes_mask from gdk_window_new()Benjamin Otte2016-11-071-2/+1
* API: gdk: Add gdk_window_new_temp()Benjamin Otte2016-11-071-16/+1
* API: gdk: Remove override_redirect flag from GdkWindowAttrBenjamin Otte2016-11-051-2/+1
* API: gdk: Remove gdk_window_set_override_redirect()Benjamin Otte2016-11-051-8/+0
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-281-1/+0
* gdk: Remove GdkWindow.depth member variableBenjamin Otte2016-10-281-1/+0
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-4/+2
* gdk: Remove deprecated {keyboard,pointer}_{grab,ungrab} APIRico Tzschichholz2016-10-241-2/+8
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-11/+0
* API: Remove gdk_window_set_composited()Benjamin Otte2016-10-161-7/+0
* API: Remove gdk_screen_get_width() and gdk_screen_get_height()Benjamin Otte2016-10-161-7/+11
* broadway: Remove duplicate initializationBenjamin Otte2016-03-201-1/+0
* broadway: Implement maximizationAlexander Larsson2015-07-011-0/+44
* Broadway: Remove display assumptionsMatthias Clasen2014-10-251-2/+27
* gdk: Deprecate static gravitiesBenjamin Otte2014-10-061-8/+0
* Remove redundant checks for NULLMarek Kasik2014-10-021-6/+1
* Broadway: Fix various compiler warningsMatthias Clasen2014-09-051-12/+0
* gdkwindow: Provide a default implementation of process_updates_recurseJasper St. Pierre2014-06-221-8/+0
* gdkwindow-broadway: Move the dirty flag setting to end_paintJasper St. Pierre2014-06-221-5/+8
* gdkwidow: Make queue_antiexpose optionalJasper St. Pierre2014-06-211-7/+0
* gdkwindow: Don't bother with a return parameter for queue_antiexposeJasper St. Pierre2014-06-211-2/+1
* gdkwindow-broadway: Squash memory leakJasper St. Pierre2014-06-211-1/+1