summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* gtk/popover: Use gtk_popover_present() instead of going via GtkNativeJonas Ådahl2020-12-0719-29/+42
* gtk/entry: Remove emoji chooser fieldJonas Ådahl2020-12-071-6/+0
* gtk/popover: Request fake motion events for popovers tooJonas Ådahl2020-12-071-2/+40
* gdk/popup: Remove the popup-layout-changed signalJonas Ådahl2020-12-071-12/+0
* gtk/window: Only fake motion events on windows with pending allocationsJonas Ådahl2020-12-071-12/+20
* gdk/toplevelsize: Rename 'margin' to 'shadow' and 'shadow_width'Jonas Ådahl2020-12-071-3/+3
* gdk: Remove GdkSurface::size-changedJonas Ådahl2020-12-072-11/+0
* gtk/window: Minor cleanupJonas Ådahl2020-12-071-3/+1
* gtk/window: Remove out-dated commentJonas Ådahl2020-12-071-3/+0
* gtk/window: Use default size if non-resizable if setJonas Ådahl2020-12-071-6/+16
* gdk: Always get shadow width via GdkToplevelSizeJonas Ådahl2020-12-071-4/+0
* gtk: Allocate everything from GtkNativeClass::layoutJonas Ådahl2020-12-0710-505/+302
* gtk/window: Only deal with shadow when (ex|in)cluding csd sizeJonas Ådahl2020-12-071-13/+0
* gtk/window: Remove gtk_window_resize()Jonas Ådahl2020-12-072-126/+0
* gtk/expander: Remove manual call to gtk_window_resize()Jonas Ådahl2020-12-071-17/+1
* wayland: Layout drag icon from GdkSurface::layoutJonas Ådahl2020-12-071-8/+12
* gtk/dragicon: Don't show until child is setJonas Ådahl2020-12-071-2/+6
* wayland: Communicate popup layout changes via GdkSurface::layoutJonas Ådahl2020-12-071-5/+16
* Pass the layout signal via GdkSurface to GtkRootJonas Ådahl2020-12-073-8/+17
* gtk/root: Validate css node after updateJonas Ådahl2020-12-071-21/+51
* gdk/toplevelsize: Add way to set marginJonas Ådahl2020-12-071-0/+7
* gtk/window: Let the backend handle toplevel freezingJonas Ådahl2020-12-071-39/+0
* gtk/window: Don't gdk_toplevel_present() if not mappedJonas Ådahl2020-12-071-4/+4
* wayland: avoid referencing unallocated memory when uninhibitingMichael Terry2020-12-061-1/+1
* a11y: Plug a leak in the AT-SPI contextebassi/a11y-leakEmmanuele Bassi2020-12-051-0/+1
* Merge branch 'revert-round-windows' into 'master'Matthias Clasen2020-12-051-1/+2
|\
| * Revert "theme: Round all window corners"revert-round-windowsMatthias Clasen2020-12-041-1/+2
* | customsorter: Add missing nullable annotationwip/jfelder/customsorter-nullJean Felder2020-12-051-1/+1
* | docs: Fix up GtkPicture docsMatthias Clasen2020-12-041-9/+9
* | emoji chooser: Fix incremental loadingMatthias Clasen2020-12-041-4/+4
|/
* Add docs about sizing picturesBenjamin Otte2020-12-041-0/+12
* Merge branch 'wip/chergert/gdk-macos-for-master' into 'master'Matthias Clasen2020-12-033-0/+41
|\
| * macos: plug leak of application windowsChristian Hergert2020-12-021-0/+26
| * muxer: add helper to get group by nameChristian Hergert2020-12-022-0/+15
* | build: Use the correct path to the header of the wayland and x11 backendswip/tintou/gdk-backends-headerCorentin Noël2020-12-031-2/+2
* | Merge branch 'wip/otte/conic' into 'master'Matthias Clasen2020-12-037-1/+706
|\ \
| * | css: Add support for conic-gradient()Benjamin Otte2020-12-034-1/+597
| * | snapshot: Add gsk_snapshot_append_conic_gradient()Benjamin Otte2020-12-032-0/+67
| * | gsk: Add GskConicGradientNodeBenjamin Otte2020-12-031-0/+42
* | | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-12-032-11/+4
|\ \ \ | |_|/ |/| |
| * | docs: Remove mentions of <accelerator>Matthias Clasen2020-12-022-11/+4
* | | Merge branch 'wip/otte/diediedie' into 'master'Benjamin Otte2020-12-036-3002/+5
|\ \ \
| * | | gtk: Remove GtkFileChooserButtonBenjamin Otte2020-12-036-3002/+5
| | |/ | |/|
* | | Fix transfer of GtkTreeExpander.get_item()ebassi/doc-fixesEmmanuele Bassi2020-12-021-4/+7
* | | docs: Add missing fields to GtkTextBufferClassEmmanuele Bassi2020-12-021-0/+4
* | | docs: Mark GtkModelButton's section as privateEmmanuele Bassi2020-12-021-1/+1
| |/ |/|
* | StringList: add missing nullability annotationsBilal Elmoussaoui2020-12-021-1/+1
* | Shortcut: add missing nullability annotationsBilal Elmoussaoui2020-12-021-2/+2
* | StringFilter: get_search fix nullable annotationBilal Elmoussaoui2020-12-021-1/+1
* | Text: add missing nullability annotationsBilal Elmoussaoui2020-12-021-2/+2