summaryrefslogtreecommitdiff
path: root/gdk/broadway
Commit message (Expand)AuthorAgeFilesLines
* gdk: Get rid of gdk_event_free()Benjamin Otte2018-05-291-1/+1
* dnd: Remove gdk_drop_reply()Benjamin Otte2018-05-031-9/+0
* gdk: Remove gdk_drag_grop_succeeded()Benjamin Otte2018-05-031-9/+0
* dnd: Make GdkDragContext::device a (construct-only) propertyBenjamin Otte2018-04-271-2/+2
* cairocontext: Remove fallback implementationsBenjamin Otte2018-04-241-9/+0
* broadway: Add and use GdkBroadwayDrawContextAlexander Larsson2018-04-245-132/+166
* broadway: Add basic GdkCairoContext implementationAlexander Larsson2018-04-242-1/+110
* broadway: Call _gdk_surface_update_size when resizing surfaceAlexander Larsson2018-04-241-1/+4
* gdk: Add Cairo context implementations for all backendsBenjamin Otte2018-04-244-0/+92
* broadway: Improve error messageBenjamin Otte2018-04-051-1/+1
* gdk: Remove GdkSurfaceImpl::shape_combine_region vfuncBenjamin Otte2018-03-211-9/+0
* gdk: Remove a bunch of unused variablesBenjamin Otte2018-03-212-2/+0
* broadway: Fix up window -> surface renamesAlexander Larsson2018-03-217-514/+513
* Convert all references to GdkEvent->surfaceAlexander Larsson2018-03-201-10/+10
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-205-41/+41
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-208-11/+11
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-208-362/+362
* Rewrite toarray Perl script to PythonEmmanuele Bassi2018-02-143-29/+38
* The big versioning cleanupMatthias Clasen2018-02-062-3/+3
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-12/+0
* Replace gdk_threads_add_idle* with g_idle_add()Emmanuele Bassi2018-02-031-1/+1
* dnd: Remove 2 vfuncs that aren't neededBenjamin Otte2018-01-311-29/+0
* gdk: Drop some unused cursor apisMatthias Clasen2018-01-162-41/+0
* gdk/broadway/toarray.pl: Don't hard-code the path of perlTing-Wei Lan2017-12-251-1/+3
* broadway: Use correct type in assignmentEmmanuele Bassi2017-12-211-1/+1
* display: Remove leftover old clipboard APIsBenjamin Otte2017-12-141-17/+0
* Drop gdk_atom_internMatthias Clasen2017-12-131-2/+2
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-9/+0
* gdk: Remove ability to request selection notificationsBenjamin Otte2017-12-141-16/+0
* gdk: Remove propertiesBenjamin Otte2017-12-144-90/+0
* broadway: Make compile after GdkEvent objectificationBenjamin Otte2017-12-141-20/+10
* gdk: Remove selection definesBenjamin Otte2017-12-142-4/+1
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-143-62/+0
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-134-106/+0
* gdk: Remove gdk_selection_add_targets()Benjamin Otte2017-12-133-24/+0
* dnd: Pass content to gdk_drag_begin()Benjamin Otte2017-12-132-12/+13
* gdk: Remove gdk_drag_manage_dnd()Benjamin Otte2017-12-112-2/+4
* dnd: Pass dx/dy instead of x_root/y_rootBenjamin Otte2017-12-111-2/+2
* dnd: Add gdk_drag_context_get_display()Benjamin Otte2017-12-101-1/+1
* broadway: Add broadway_server_lookup_surface helperAlexander Larsson2017-12-051-22/+22
* broadway: Make the use of next_texture_id clearerAlexander Larsson2017-12-051-1/+2
* broadway: Use "surface" instead of window/toplevel for browser objectAlexander Larsson2017-12-0511-950/+889
* broadway: Remove references to unused BROADWAY_EVENT_DELETE_NOTIFYAlexander Larsson2017-12-054-21/+0
* broadway: Remove now unused toplevel surfaceAlexander Larsson2017-12-052-75/+1
* Remove GdkDragProtocol from the apiMatthias Clasen2017-12-033-10/+0
* broadway: Add some (disabled) debugging toolswip/alexl/broadway4Alexander Larsson2017-11-302-7/+48
* broadway: Don't send node updates to browser if nothing changedAlexander Larsson2017-11-301-0/+6
* broadway: Fix texture hash functionAlexander Larsson2017-11-301-2/+2
* broadway: Improve loggingAlexander Larsson2017-11-301-3/+4
* broadway: Send diffs of node treesAlexander Larsson2017-11-306-103/+207