summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dump lookup statisticscss-lookup-cachingMatthias Clasen2020-05-173-0/+132
* Make GtkCssLookupValue refcountedMatthias Clasen2020-05-173-57/+83
* Keep an empty lookup singletonMatthias Clasen2020-05-171-2/+12
* css style: Use a linear sweep to compute valuesMatthias Clasen2020-05-171-3/+18
* lookup: Merge rulesets more efficientlyMatthias Clasen2020-05-173-43/+36
* css provider: Keep rulesets sortedMatthias Clasen2020-05-171-2/+9
* Revamp lookup memory handlingMatthias Clasen2020-05-175-95/+52
* cssnode: Reused cached lookupsMatthias Clasen2020-05-171-20/+33
* cssnode: Rearrange code a bitMatthias Clasen2020-05-171-29/+9
* Pass a lookup to gtk_css_static_style_new_computeMatthias Clasen2020-05-173-9/+18
* style: Cache the lookupMatthias Clasen2020-05-172-2/+14
* lookup: Don't store flat arraysMatthias Clasen2020-05-172-5/+40
* lookup: Add a getterMatthias Clasen2020-05-172-2/+10
* Make lookups refcountedMatthias Clasen2020-05-173-12/+42
* lookup: Loose the underscoresMatthias Clasen2020-05-174-22/+22
* Clean up some includesMatthias Clasen2020-05-172-1/+2
* perf test: Discard invalid runsMatthias Clasen2020-05-171-1/+13
* Merge branch 'coordinate-api' into 'master'Matthias Clasen2020-05-1845-167/+183
|\
| * gdk: Make gdk_drag_begin take doublesMatthias Clasen2020-05-1711-30/+30
| * Change coordinate translation apis to take doublesMatthias Clasen2020-05-1732-135/+149
| * native: Make gtk_native_get_surface_transform publicMatthias Clasen2020-05-173-4/+6
|/
* Merge branch 'toplevel-move-resize' into 'master'Matthias Clasen2020-05-1716-198/+236
|\
| * docs: Mention begin_resize_drag in the migration guideMatthias Clasen2020-05-171-1/+3
| * gdk: Move the begin_move/resize_drag vfuncs aroundMatthias Clasen2020-05-178-155/+121
| * gdk: Drop gdk_surface_begin_move/resize_dragMatthias Clasen2020-05-173-19/+15
| * window: Use toplevel begin_move/resize apiMatthias Clasen2020-05-173-26/+31
| * gdk: Add gdk_toplevel_begin_move/resizeMatthias Clasen2020-05-173-0/+69
* | x11: Fix up for last mergeBenjamin Otte2020-05-171-1/+0
* | Merge branch 'wip/otte/monitors' into 'master'Benjamin Otte2020-05-1744-872/+460
|\ \
| * | migration guide: Update paragraph about monitorsBenjamin Otte2020-05-171-3/+4
| * | display: Remove unneeded gettersBenjamin Otte2020-05-1718-225/+106
| * | display: Remove the monitor signalsBenjamin Otte2020-05-175-79/+11
| * | x11: Directly notify surfaces of monitor changesBenjamin Otte2020-05-173-39/+26
| * | monitor: Add gdk_monitor_set_geometry()Benjamin Otte2020-05-177-65/+21
| * | x11: Remove unused change trackingBenjamin Otte2020-05-171-55/+7
| * | x11: Remove XDamage dependencyBenjamin Otte2020-05-177-38/+0
| * | x11: Remove gdk_x11_register_standard_event_type()Benjamin Otte2020-05-174-61/+0
| * | surface: Remove gdk_surface_is_viewable()Benjamin Otte2020-05-1711-92/+13
| * | inspector: Use the monitor list to list monitorsBenjamin Otte2020-05-132-68/+83
| * | gdk: Add gdk_display_get_monitors()Benjamin Otte2020-05-139-6/+80
| * | win32: Use a GListStore for the monitorsBenjamin Otte2020-05-132-38/+36
| * | x11: Use a GListStore for the monitorsBenjamin Otte2020-05-134-44/+73
| * | display: Remove unused vfuncBenjamin Otte2020-05-131-1/+0
| * | wayland: Use a GListStore for the monitorsBenjamin Otte2020-05-133-57/+51
| * | display: Remove gdk_display_get_last_seen_time()Benjamin Otte2020-05-1312-55/+3
* | | Merge branch 'ebassi/ci-extends' into 'master'Emmanuele Bassi2020-05-172-50/+49
|\ \ \
| * | | ci: Allow using "latest" as the image versionEmmanuele Bassi2020-05-171-1/+1
| * | | ci: Use extends instead of YAML anchorsEmmanuele Bassi2020-05-171-49/+48
* | | | windowhandle: Apply surface transform before passing coords to GDKTimm Bäder2020-05-171-1/+6
* | | | inspector: Apply toplevel transform before snapshotting overlaysTimm Bäder2020-05-172-0/+12