[gtk] (2962 commits) Non-fast-forward update to branch wip/otte/werror
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (2962 commits) Non-fast-forward update to branch wip/otte/werror
- Date: Wed, 17 Apr 2019 16:58:52 +0000 (UTC)
The branch 'wip/otte/werror' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
7b9e748... CI: Build with --werror
Commits added to the branch:
4b2c4ab... wayland: Don't emit signals if nothing changed (*)
d8da6d3... GDK W32: New cursor class (*)
a82d67b... GDK W32: Use the new cursor class (*)
7955727... GDK W32: Remember surface cursor, implicit surface grab (*)
f78598d... Merge branch 'im-wayland-reset' into 'master' (*)
7d61aad... menubar: Don't crash when cycling through menubars (*)
60acbd1... entrybuffer: Remove priv pointer (*)
66d5a4f... widget: Fix snapshot condition (*)
be3a42b... shader builder: Reuse GString for shader code (*)
badada9... shader builder: Remove unused members (*)
f633084... gl renderer: Remover unused mask uniform (*)
809fdaa... shaderbuilder: Insert newlines directly after defines (*)
b2f04be... popover: Remove priv pointer (*)
0fdd061... togglebutton: Remove priv pointer (*)
d9b8acf... appchooserwidget: search text using g_str_match_string() (*)
db22398... ProgressBar: Drop leftover "superimposed" mention (*)
08296b8... gl renderer: Don't highlight cairo nodes as fallback (*)
d9136fb... snapshot: Plug memory leak when collecting rounded clip nod (*)
0f28f0e... GskRenderer: Remove outdated documentation comment (*)
d15a29c... Defeat compiler optimization (*)
8fb30a6... Font chooser: Hide tweak button sometimes (*)
17693a2... font chooser: Align property defaults (*)
ad81450... font chooser: Align level value names (*)
6b30918... Enable variations and features for font explorer (*)
f2937f8... Fix some g-i annotation warnings (*)
eec0bd2... Merge branch 'lrn/issue-147' into 'master' (*)
9e76a60... W32: Link GTK to pangowin32 (*)
1764673... Update POTFILES.in (*)
63a7d99... widget-factory: Enable all details in the font chooser (*)
d0e46d2... font chooser: Add examples for font features (*)
f876532... Add binding for <alt>BackSpace to emacs keys (*)
19ce520... build: Fix linking demos on Visual Studio (*)
a4c0395... [gtk|demos/gtk-demo]/language-names.c: Fix build on non-GCC (*)
bca4a78... testsuite/gsk/test-render-nodes.c: Avoid VLA usage (*)
464943e... gtk, demos: Fix builds without HarfBuzz and PangoFT (*)
5a68ac2... font chooser: Make the language property writable (*)
ec66c32... font button: Fix a crash (*)
bd9debe... font chooser: Remove some dead code (*)
faceaec... imwayland: destroy objects only if it matches our manager o (*)
67360c9... GLArea: Remove wrong transfer annotation on new() (*)
8c8cb2b... gtkentryaccessible: Fix text-changed::delete length (*)
a1f206b... gtktextviewaccessible: update cursor position after text su (*)
572a23b... Merge branch 'textview-delete-4' into 'master' (*)
7c60f93... Merge branch 'text-changed-delete-4' into 'master' (*)
dcdd95b... font button: fix compiler warnings (*)
271820b... rendernode: Add gsk_render_node_diff() (*)
29111a1... widget: Cache the render node (*)
2d10c25... gtk: Add GtkWidgetPaintable (*)
c0db409... magnifier: Redo with GtkWidgetPaintable (*)
a6079b9... gsk: Implement gsk_render_node_diff() (*)
b19d763... widget: Reorder gtk_widget_render() (*)
d0873c7... gsk: Fold gsk_renderer_begin_draw_frame() into renderer (*)
7c313c7... gsk: move begin/end_frame vfuncs into the renderers (*)
925cbea... renderer: Track the previous node (*)
7e078cd... gtk: Remove debug updates (*)
a468714... widget: Stop tracking invalidations (*)
73650c6... gtk: Remove gtk_widget_queue_draw_region() (*)
e3a7173... snapshot: Remove clip argument from gtk_snapshot_new() (*)
0f184d3... vulkan: Always render clip extents (*)
4b72ea3... diff: Introduce GskDiffSettings (*)
144637b... build: Switch order of subdirectories (*)
200bbe8... diff: Allow aborting a diff (*)
278ab3c... snapshot: Track clip as a rect only (*)
4bf9063... widget: Cache clip from creating render node (*)
a36b0f8... widget: Don't clip widgets anymore when snapshotting (*)
f1f27ce... broadway: Improve error message (*)
fc6de13... widget: Don't keep track of clip anymore. (*)
1692039... widget: Remove clip from size-allocate vfunc (*)
139882b... demos: Add an image demo for widget paintables (*)
12fedca... widgetpaintable: Protect against too many signals (*)
ffc7b2b... snapshot: Allow passing the bounds of the created paintable (*)
c74854f... paintable: Introduce gdk_paintable_new_empty() (*)
f974b48... widgetpaintable: Implement get_current_image() (*)
a595a4c... testlist3: Set the actual row as drag icon (*)
c855476... testgtk: Take an actual snapshot of a widget (*)
4a513b7... reftests: Port from gtk_widget_draw() to snapshots (*)
c06a790... widget: Remove gtk_widget_draw() (*)
56e018b... widget: Remove GtkWidget.draw vfunc (*)
1aacb14... testgtk: Remove draw signal usage (*)
7a4e76a... treeview: Remove invalidation tracking code (*)
0ea8395... image: Actually report a request mode (*)
6c55096... inspector: Change semantics of inspector render node notify (*)
cbf26fb... widget: Add gtk_widget_compute_bounds() (*)
de99061... inspector: Introduce so-called "overlays" (*)
2699c15... widget: Remove draw signal (*)
6de4c63... inspector: Bring back debug updates (*)
a5cb6aa... inspector: Add an fps overlay (*)
62f3101... a11y: restore window:activate/deactivate emission (*)
8cb0df7... Merge branch 'window-activate' into 'master' (*)
374467c... a11y: Fix headers (*)
ebea844... widget: Fix variable names (*)
df74f36... Update POTFILES.in (*)
1792f3b... rendernode: Add missing return (*)
47ea3a9... snapshot: Don't cause invalid reads (*)
1ce79b2... gtk: Add GtkEventControllerKey (*)
58eaf5c... gtkwindow: Unset focus grab_widget if it ends up unmapped (*)
f0c8e9d... gtk: Add GtkGestureStylus (*)
b1eaeeb... demos: Add "Paint" demo (*)
19bd57e... file chooser: Use a key event controller (*)
8d39699... testsuite: Don't use ::key-press-event (*)
918d552... gtk-demo: Stop using ::key-press-event in font explorer (*)
2cc85df... docs: Modernize an example (*)
98f31e6... testgtk: Drop the event watcher (*)
75024fe... testgtk: Drop snapshot (*)
c2bd7fc... inspector: Stop using ::key-press-event (*)
6d1b21a... places view: Stop using ::key-press-event (*)
21d1ab4... icon-browser: Stop using ::key-press-event (*)
4990842... about dialog: Stop using ::key-press-event (*)
c971ca7... color editor: Stop using ::key-press-event (*)
f231ac6... Shortcuts window: stop using ::key-press-event (*)
b033e30... search bar: Stop using ::key-press-event (*)
5081472... gtkcalendar: Stop using ::key-press-event (*)
6f4107c... gtkcolorplane: Stop using ::key-press-event (*)
0d884d2... gtkcolorswatch: Stop using ::key-press-event (*)
568054a... gtkentry: Stop using ::key-press-event (*)
5118f98... gtkflowbox: Stop using ::key-press-event (*)
87b4dc4... gtktextview: Stop using ::key-press-event (*)
585aafc... gtkplacessidebar: Stop using ::key-press-event (*)
80c3ebe... gtkentrycompletion: Stop using ::key-press-event (*)
ec84fb9... app chooser: Stop using ::key-press-event (*)
df386f2... combo box: Stop using ::key-press-event (*)
cfdf4f6... gtkcellrendereraccel: simplify grabbing code (*)
385fa18... gtkrange: Stop using ::key-press-event (*)
b55696e... gtkmain: Don't use special paths for key event propagation (*)
695549d... eventcontrollerkey: Add function to forward stuff elsewhere (*)
d74ecfb... gtkwidget: Break early if non-gesture controllers handle th (*)
6892b5c... gtkwidget: Activate key bindings through run_controllers() (*)
ad5f0a6... gtkwindow: Perform key activation in gtk_main_do_event() (*)
20c1e24... gtksearchbar/entry: Add [gs]et_key_capture_widget() API cal (*)
0b3b81a... inspector: Use search bar API to capture key events from th (*)
1fa6239... appchoooserdialog: use search bar key capture API (*)
f291541... gtkcellrendererspin: Stop using ::key-press-event (*)
d5e826a... gtkiconview: Stop using ::key-press-event (*)
d724506... gtkmenu: Stop using ::key-press-event (*)
5a34d0f... gtkeventcontrollerkey: Add get_group() call (*)
3361fe1... gtkeventcontrollerkey: Add ::focus-in/out signals (*)
b0cd5cd... gtktextview: Use key controller for focus changes (*)
73fe140... gtkcalendar: Use key controller to track focus changes (*)
362a6ca... gtkentry: Use key controller to track focus changes (*)
9a80b9e... gtkcellrendereraccel: Port to using GtkEventControllerKey (*)
acb950f... gtkmenushell: Port to using GtkEventControllerKey (*)
faaf828... Update POTFILES.in (*)
3eddbdc... video: Add autoplay and loop boolean properties (*)
fb33110... gtk-demo: Redo viewing of resources (*)
b7f9831... widgetbowl: Add switch demo (*)
d4e4904... lockbutton: Remove priv pointer (*)
58aa93b... menu: Avoid an invalid read (*)
ff73826... Fix some g-i annotation warnings (*)
5ad3161... listbox: Fix signal name in documentation (*)
6cd53fc... Merge branch 'wip/sadiq/fixes' into 'master' (*)
5bbb185... tests/testmodelbutton: Add this (*)
57c58f8... ModelButton: Protect against nonsensical gbooleans (*)
08126ff... testmodelbutton: Add explanatory comments to CSS (*)
7fd0d3e... ModelButton: Fix type Wether => Whether (*)
53a66c0... ModelButton: Use WARN_INVALID_PROPERTY, not assert (*)
15b569e... testmodelbutton: Fix wrongly overridding MB child (*)
8d8db89... testmodelbutton: Test :centered, :icon, :inverted (*)
e8fef11... widget: Don't do a 0-size check before snapshotting (*)
7ed0c85... surface: Track all draw contexts created for the surface (*)
a115f59... drawcontext: Add a surface_resized() vfunc (*)
c8e38c6... vulkan: Use new resize vfunc to recreate swapchain (*)
bb8f6f8... glcontext: Store the buffer age regions in the GL context (*)
bb8debe... gdk_x11_display_get_monitor: fix monitor number test logic (*)
d77ede5... Merge branch 'master' into 'master' (*)
78a9b5d... entry: Stop being activatable (*)
0afdd84... css: Clipping changes don't need a queue_allocate() anymore (*)
b7291ce... AccelGroup: Remove @See_also of deleted function (*)
c7ef697... GDK W32: set update frequency and timestamp (*)
fae064d... docs/reference/gtk/getting_started: cgit => GitLab (*)
410b20f... docs: Link to GResource (*)
27d9f23... GDK W32: use clock after_paint signal for timing updates (*)
09f0463... gdk: Protect against negative GDK_SCALE values (*)
44390c1... widget: Fix typo in compute_bounds docs (*)
3593fd2... toolbar: Avoid a get_own_allocation call (*)
d49d391... popover: Use gtk_widget_compute_bounds (*)
b29ee2d... notebook: Use compute_bounds (*)
5d1f937... widget: Remove get_own_allocation usages (*)
3a5b2f5... widget: Remove gtk_widget_get_own_allocation (*)
3ce6355... widget: Remove _get_own_allocation (*)
3db4f80... widgetfocus: Use gtk_widget_compute_bounds (*)
f24d072... vulkancontext: Add new error enum (*)
12063fe... ffmpeg: Fix compile warnings for newest version (*)
e44bbeb... filechooserbutton: Fix reserved pointers (*)
adc0159... wayland: Factor out frame timings request code (*)
14c8a60... Terminate strncpy() buffers correctly (*)
f26b246... gitlab-ci: Add a 32bit mingw build (*)
1738b80... Merge branch 'gitlab-ci-mingw' into 'master' (*)
d6477d0... container: Don't store the resize clock (*)
b591d7b... widget: Don't queue resize handler twice (*)
e0415fc... window: Don't queue resize handler (*)
3df94fe... container: Use maybe_start_idle_sizer() (*)
21f1509... container: Remove gtk_container_queue_resize_handler() (*)
3ee2aa1... container: Remove gtk_container_maybe_start_idle_sizer() (*)
2862ee7... widget: Remove unused member (*)
0af5316... widget: Assert unrealizing (*)
5c51a30... widget: Make gtk_widget_real_realize() stricter (*)
5abc474... gtk: Chain up in toplevels' realize (*)
7ef8cb6... widget: Remove gtk_widget_set_realized() (*)
2abf082... widget: Move frame clock handling to vfunc (*)
b79c138... widget: Only start/stop idle sizers for toplevels (*)
2dd37e9... widget: Not all toplevels are containers (*)
d448be0... ci: Update container to Fedora 28 (*)
cc66b50... gl renderer: Remove unused field (*)
d7af16c... gl renderer: Render everyhing according to MV scale (*)
c542115... gitlab-ci: Reenable ccache but disable it during the initia (*)
a2a99d2... Simplify the Wayland code generation (*)
8fa2db3... Merge branch 'gitlab-ci-ccache-again' into 'master' (*)
20f12f9... GDK W32: Fix a missing weak referencing (*)
8c3ee6a... Link libgtk to libintl (*)
0336825... gl renderer: Don't draw all rounded clip nodes to a texture (*)
5e81761... gl renderer: Slightly change ops_offset behavior (*)
0965812... scrolledwindow: Fix indicator revealing (*)
814b7d7... ci: allow flatpak jobs to fail for now (*)
39d930c... drawingcontext: Remove unused APIs (*)
770866f... texture: Add gdk_texture_save_to_png() (*)
b9c8c14... tests: Use gdk_texture_save_to_png() where appropriate (*)
3a1c69d... gdk: Remove gdk_cairo_get_drawing_context() (*)
af6b2cd... testgtk: Don't set cairo surfaces as icons (*)
9cecf12... widget-factory: Use a pixbuf instead of a surface (*)
7ef8696... gdk: Remove gdk_cairo_surface_create_from_pixbuf() (*)
4aab8e9... gdk: Remove gdk_surface_create_similar_image_surface() (*)
fc6018f... wayland: Don't freeze the frame clock too early (*)
26f962e... po: fix zh_CN translation (*)
497d2f8... tooltip: Avoid some possibly uninitialized values (*)
3a995b4... widget: Avoid a dead assignment (*)
fdfdada... gl renderer: Increase GArray size by 2 up front (*)
c18219c... snapshot: don't create offset nodes inside offset nodes (*)
add8273... gl renderer: Don't use texture ids in glBindFramebuffer cal (*)
b48422d... build: Print summary last (*)
1195bb3... paned: Remove outdated comment (*)
1db1a30... flowbox: Remove unnecessary queue_draw call (*)
0a0c909... GskRenderer: Plug a memory leak (*)
84a30e9... ci: Use a common section for Flatpak jobs (*)
7bd5f8f... tests: Split out the accessibility dump tests (*)
e36adba... tests: Update the expected a11y dump results (*)
968a8e1... ci: Enable the a11y test suite (*)
d48084d... font chooser: Allow tweaking fractions (*)
3da9543... Revert "ci: Enable the a11y test suite" (*)
5f02caf... widget: Update docs to mention ::draw less (*)
914656b... widget: Use priv pointer directly (*)
4b02982... widget: Use _set_has_tooltip everywhere (*)
2f95b4d... Remove gtk_render_icon_surface (*)
be77e0d... frame: Stop saving label and child allocation (*)
bf08537... frame: Remove priv pointer (*)
172b0e7... frame: Use underscores in widgets ids in the docs (*)
4336c64... gl renderer: Remove unused viewport member (*)
b0e9dc4... tooltip: Ignore events with pressed buttons (*)
5b160ef... flatpak: Bundle wayland for now (*)
651e7aa... Spruce up config summary (*)
3e9a68b... No need to clear GTK_MODULES anymore (*)
f4857da... ci: remove allow_failure from flatpak jobs again (*)
d79f1fd... Update Croatian translation (*)
0b4bfd5... docs: Start defining the owners of code sections (*)
8b188c9... Merge branch 'code-owners' into 'master' (*)
4bb4821... Update Croatian translation (*)
e23b65e... Add an issue template for crashers (*)
0abf8ef... TextView: Don't access already disposed text mark (*)
8570d33... Update Spanish translation (*)
5b2153a... ci: move the docker image to gitlab.gnome.org (*)
4468225... CellEditable: Fix grammar error in doc synopsis (*)
59a8ffd... CellEditable: Move arg description to right place (*)
bdb7815... CellEditable: Clarify doc on lifecycle of editable (*)
0fd9362... CellRenderer|Editable: Don't @See_also subclasses (*)
50feed4... CellRenderer: Entry is not the only CellEditable (*)
aaf2e30... CellRenderer: Clarify doc of .start_editing() (*)
331f976... CellRenderer: Link to CellEditable.start_editing() (*)
f6ba206... MenuShell: Typecheck the instance @ select_first() (*)
2a7e5d5... MenuShell: Sanitise take_focus bool via public API (*)
24953ab... Menu: Typecheck before dereferencing to get ->priv (*)
48472a4... Menu: Typecheck AccelGroup passed via public API (*)
8fd0ee9... Menu: Update @accel_path annotation/description (*)
4fae962... Menu: Remove redundant typecheck in private func (*)
d13e788... Menu|Item: Fix FIXME re non-const interned strings (*)
3b2a033... MenuShell: Avoid compiler warning re un/signed cmp (*)
2db43ed... snapshot: Don't handle clip anymore (*)
bc2a38a... Range: Add should_invert_move() for scrolls & keys (*)
6985dde... Range: Use should_invert_move() to scroll value (*)
45c8c8f... Range: Make down/up keys act like down/up scrolls (*)
06a1477... Scale: Document new optional classes on value node (*)
f945295... gtkplacesview: unset entry_pulse_timeout_id before removing (*)
4900c3e... gtkplacesview: disconnect from server list monitor changes (*)
e30176a... Merge branch 'gtkplacesview-finalization-fixes-master' into (*)
c15b64b... stack: protect set_visible_child_name from NULL stack (*)
9d746d4... Revert "Update Spanish translation" (*)
09037b2... Updated Spanish translation (*)
6f4a77b... printing: Be more careful when deserializing (*)
cfa0480... Merge branch 'print-deserialize' into 'master' (*)
29f3805... gl renderer: Fix fallback node scaling (*)
746c9dc... viewport: Remove outdated comment (*)
c948c9e... viewport: Remove useless import (*)
840504b... snapshot: Fix some documentation problems (*)
bb412cd... sizerequest: Pull locals in closest scope (*)
bd855c1... sizerequestcache: Use int instead of gint (*)
fae1bbb... sizerequestcache: Constify some locals (*)
ac268b1... widget: Use get_instance_private more often (*)
d74be1f... gl renderer: Rename texture_id parameter to fbo_id (*)
4f3c7cd... gsk: Make gsk_text_node_new_with_bounds private (*)
1a24a36... textview: Remove handling_key_event flag (*)
c3e02b2... widget: Add static inline version of gtk_widget_display() (*)
1313234... Use inlined gtk_widget_get_display version in a few places (*)
9b8ff8d... sizerequestcache: Directly initialize some locals (*)
5b453ec... Always use #ifdef for G_ENABLE_DEBUG (*)
f483fd5... build: Fix copy/paste error (*)
8d11e76... build: Remove 'name' kwarg from has_function calls (*)
c5bcc47... demo: Don't add more icons all the time (*)
7a09cd4... widget: Position changes don't require a redraw (*)
f922109... build: Make the default setting work on non-Linux Unix-like (*)
ff1dd50... build: Use cc.links to check linker arguments (*)
77637dc... Fix header guards (*)
d3f40dc... imcontextxim: Don't assign a variable to itself (*)
43a7f36... gtk-demo, testgtk: Don't pass an integer to fabs (*)
bef44a0... Update Polish translation (*)
bc2fad6... a11y/ScrolledWin|IconView: Connect signals safely (*)
1d636dc... Entry: Show optional style classes in node diagram (*)
caa9255... MenuButton: Drop ref to Popover on its ::destroy (*)
f403a31... MenuButton: Clarify NULL popup/over/menu/model doc (*)
279344a... MenuButton: Disconnect newly added signal handler (*)
5f7191b... MenuButton: popover connects to menu_deactivate_cb (*)
ae14fa4... Widget: Trivially fix arg name in non-doc comment (*)
f36c8c2... Widget: Show widget name/addrs if fail to reparent (*)
95f65da... MenuItem: Fix broken args to insert_before|after() (*)
0401e03... CheckMenuItem: Fix insert_after|before() here too (*)
b92e688... themes: Fix swapped borders on RTL PathBar buttons (*)
5c15219... themes: Fix a new comment (*)
e6deaa3... Widget: Add missing space in new warning (*)
9178f74... Merge branch 'wip/lantw/improve-freebsd-build-and-fix-warni (*)
fc57d3b... wayland: Allow a NULL inhibitors hash table (*)
7bb9867... Update Spanish translation (*)
e882db2... build: Make the default setting work on non-Linux Unix-like (*)
48af688... build: Use cc.links to check linker arguments (*)
1517114... Fix header guards (*)
f57c1a2... imcontextxim: Don't assign a variable to itself (*)
2a87caf... gtk-demo, testgtk: Don't pass an integer to fabs (*)
3f307c5... wayland: Allow a NULL inhibitors hash table (*)
e283ed5... Export some entry functions privately (*)
1104a8f... Add an emoji completion popup (*)
5d80086... entry: Add emoji completion (*)
f0f2dd7... widget-factory: add emoji completion to an entry (*)
8be12a2... Drop Ctrl-Shift-e support (*)
29d77be... Merge branch 'wip/matthiasc/emoji-picker' into 'master' (*)
49f9d21... gsk: Add GskDebugNode (*)
73b4a62... snapshot: Redo debug messages (*)
b49dccb... rendernode: Remove gsk_render_node_set_name() (*)
1e0eed7... snapshot: Get rid of record_nodes flag (*)
dbdd3bf... Update Russian translation (*)
1e5c79e... testentrycompletion: Use the model we already got (*)
8756748... Update Esperanto translation (*)
db5b8ca... demo: Move benchmarking implementation to fishbowl widget (*)
aa2f415... demo: Clean up GtkFishbowl widget (*)
2210b9a... gtk-demo: Merge widgetbowl into fishbowl (*)
f396786... gdk: Add GdkCairoContext (*)
52de880... gdk: Move Cairo code from surface to CairoContext (*)
a83487a... cairocontext: Move a function (*)
813e9c9... gdk: Add Cairo context implementations for all backends (*)
a6553b0... gdk: Remove unused GL setting (*)
7a6871e... cairocontext: Turn cairo_create() function into a vfunc (*)
54a83d0... surface: Fold function into only user (*)
899674d... gdk: Remove GDK_DEBUG=cairo-image (*)
c48d785... surface: Merge function into only caller (*)
03e6cef... x11: Move implementation of Cairo context backends (*)
4aac076... wayland: Rewrite Cairo rendering (*)
4d481ec... gsk: Refactor damage computation for GL renderer (*)
e7d6648... gdk: Remove gdk_gl_context_get_damage() (*)
dbe4f1d... gdk: Add gdk_draw_context_get_frame_region() (*)
c6ae0ff... gdk: Get rid of gdk_drawing_context_get_clip() (*)
48fc18c... gdk: Get rid of GdkDrawingContext (*)
a865621... gdk: Move begin/end_frame() functions (*)
6aa89f2... drawcontext: Move variable into private struct (*)
fd686af... drawcontext: Add gdk_draw_context_in_frame() API (*)
83ea0b3... drawcontext: Only pass the region that matters (*)
9421cb8... broadway: Call _gdk_surface_update_size when resizing surfa (*)
99c46f2... broadway: Add basic GdkCairoContext implementation (*)
a329de6... broadway: Add and use GdkBroadwayDrawContext (*)
b554f4b... broadway: Handle cairo nodes of type recording surface (*)
8c5d31d... broadway: Handle offset nodes (*)
7002f08... GDK W32: Switch to GdkCairoContext (*)
ae7a677... cairocontext: Remove fallback implementations (*)
0547c09... combobox: Do not unconditionally stop events in event handl (*)
23f4724... range: Do not unconditionally stop events in event handler (*)
aeda2ad... notebook: Fetch directly current event state/device (*)
f00361b... Updated Spanish translation (*)
b442277... comboboxtext: GTK_DISABLE_SINGLE_INCLUDES is not a thing (*)
77f4204... menu: Set up callback with a return function (*)
9774b9f... Update Friulian translation (*)
b0bb7f3... Add gtk_printer_get_hard_margins_for_paper_size (*)
e01e9ce... eventcontroller: Add vfuncs to (un)set widget (*)
8ddba5f... eventcontroller: Move declaration (*)
9af03fa... widget: Expose gtk_widget_add_controller() (*)
9c0acf6... widget: Allow adding event controllers in ui files (*)
40a082d... aboutdialog: Put event controllers into ui file (*)
0d7cf79... emojichooser: Put event controllers into ui file (*)
c2ec738... widget-factory: Put gesture into ui file (*)
fa97236... placesviewrow: Put event controllers into ui file (*)
31de977... filechooser: Put event controllers into ui file (*)
6fb92a0... legacycontroller: Port to new API model (*)
703d534... rotategesture: Port to new API model (*)
91efa37... zoomgesture: Port to new API model (*)
66223aa... swipegesture: Port to new API model (*)
7199127... pangesture: Port to new API model (*)
4ddc94b... multipressgesture: Port to new API model (*)
bf82149... longpressgesture: Port to new API model (*)
1e6eb1f... draggesture: Port to new API model (*)
74dbb05... eventcontrollerscroll: Port to new API model (*)
4f3058f... eventcontrollermotion: Port to new API model (*)
c5f12a7... padcontroller: Port to new API model (*)
ba78499... eventcontroller: Make widget no longer a construct-only pro (*)
15e0075... eventcontrollerkey: Port to new API model (*)
3675f9c... gesturestylus: Port to new API model (*)
76855e8... imcontextsimple: ensure W32 code only runs on W32 displays (*)
3a4238e... Update Esperanto translation (*)
aca20db... gtk-demo: Always have at least 1 icon in the fishbowl (*)
56cc470... dragsource: Use capture phase for gesture (*)
a86359a... wayland: Create drop contexts on demand (*)
4aaeb7d... dnd: Make GdkDragContext::device a (construct-only) propert (*)
8fecee4... Update Friulian translation (*)
5e2103f... Fix the gdk doc build (*)
6b7be66... Add offset nodes to the docs (*)
b20e68c... More doc build fixes (*)
a0f5912... More doc build fixes (*)
059a181... Document GdkMemoryTexture (*)
3684b72... Misc documentation fixes (*)
0145539... gdk: do not deactivate surface on keyboard grabs (*)
bcb3a32... Merge branch 'window-activate-grab-4-2.4' into 'master' (*)
bf6aafe... Update German translation (*)
5166767... Merge branch '169-gtktextview-accesses-already-disposed-obj (*)
995b29d... Merge branch 'lrn/meson-intl' into 'master' (*)
50985d9... gitlabci: Add gtk-doc to the container image. (*)
97e4371... Merge branch 'docs' into 'master' (*)
4222624... Fix the modelbutton demo _again_ (*)
2cf55c1... Fix some g-i annotation warnings (*)
a40923b... wayland: Add support for xdg-shell stable (*)
5f19421... wayland: Various whitespace cleanups (*)
1dcb76b... Merge branch 'wip/carlosg/controller' into 'master' (*)
a54e584... widget: Don't mention gtk_widget_snapshot() in the docs (*)
e0205eb... widget: add shortcut to gtk_widget_set_child_visible (*)
3a5a9d9... gl renderer: Use simple offset for selected offset node chi (*)
d506799... gl renderer: Ignore nodes outside of the clip (*)
7fed0b7... wayland: Use dev/evdev/input.h on FreeBSD (*)
1185b0b... Add missing types to gdk docs (*)
0f40849... Add missing types to gtk docs (*)
ee82d73... Merge branch 'wip/lantw/gtk4-use-dev-evdev-input-h-on-freeb (*)
31e0aaf... gl renderer: Remove ops debug message (*)
2815054... recorder: Fix cairo node display (*)
622a150... snapshot: merge container nodes (*)
fb53568... gdk: Remove gdk_drag_grop_succeeded() (*)
8366ef7... dnd: Remove gdk_drop_reply() (*)
eb9105a... dnd: Add a private struct (*)
35e74a1... win32: Fix build (*)
0ab4bc8... Update Turkish translation (*)
be2853e... emoji chooser: Match search terms better (*)
0069de7... Merge branch 'altBackspaceEmacs' into 'master' (*)
45db4a5... Merge branch 'wip/xdg-shell' into 'master' (*)
e191015... The legacy event controller is still private (*)
4a72cab... Document gdk_drop_read_async (*)
db095f8... Update NEWS (*)
0f0be1e... Update Polish translation (*)
613f760... build: fix meson.build when quartz is used (*)
af27199... widget: Directly access priv pointer in even controller API (*)
f44959f... stylecontext: Remove outdated comment (*)
e379ea6... stylecontext: Draw arrow-less insertion cursors as color no (*)
d1cdb9b... widget: Clarify add_tick_callback docs (*)
6484942... inspector: Use unique names for g_object_set_data calls (*)
f6a7955... inspector: Don't add controllers to non-window toplevels (*)
901aa59... GesturePan: Remove widget parameter from docs, too (*)
a34f35d... More NEWS (*)
702deee... Add some more content to the migration guide (*)
7fdf3d1... Fixes to the gtk docs (*)
f569717... Add media support to docs (*)
03a85ff... gdk: Remove unnecessary assignments (*)
7f8a8f2... wayland: Redo DND offer handling (*)
f4a0109... gitlabci: Build and publish docs with gitlab pages. (*)
79e5492... Add more media docs (*)
e1f1fe9... MediaStream: Fix capitalisation of two new %TRUEs (*)
c7fd3eb... Add GdkPaintable to the docs (*)
766185b... Add GtkWidgetPaintable to the docs (*)
f5a2ab3... Miscellaneous docs improvements (*)
335a8aa... Update build docs (*)
5469bf0... Document the GSK_RENDERER environment variable (*)
3c05a66... Update docs for debug environment variables (*)
d056be4... wayland: Fix memleak (*)
6964499... gsk: Improve GSK_RENDERER behavior (*)
67becb4... icon-browser: Fix typo in description (*)
fa0a44e... Merge branch 'wip/sadiq/fixes' into 'master' (*)
2ce2a80... win32: Remove unused file (*)
80f5fd8... wayland: Remove stray if (*)
34d1ebc... dnd: Make "formats" a construct-only property (*)
c5976fe... examples: Fix Makefiles to use gtk4 for build (*)
772c994... examples: Simplify .ui files (*)
5242073... reference: Use gtk+-4 for compilation in examples (*)
555c6d7... reference: Replace reference to gtk3 with gtk4 (*)
bf1c344... examples: Don't use private members for final classes (*)
ac6d42a... Updated Spanish translation (*)
547e5bf... Updated Spanish translation (*)
1262d0c... Avoid absolute paths when building the API reference (*)
b702618... docs: List private headers for gtk-doc to ignore (*)
f07b131... ci: Disable tests when building Graphene (*)
8fcc401... examples: Take advantage of user_data passed (*)
c831a77... Updated Czech translation (*)
e95eeae... Fix comment typo introduced in a32725bc9ab (*)
88ddda6... examples: Remove explicit gtk_widget_show() (*)
65b423e... examples: Simplify counting buffer lines (*)
47872e5... examples: Use icon-name property to set button icons (*)
d3885e9... wayland: check native surface for crossing events (*)
a5d000c... wayland: Fix restarting cursor animation (*)
33bacb4... widget: Avoid an unnecessary check (*)
8e0cc81... textview: Simplify creating bubble action buttons (*)
b73857f... textview: Reset bubble source id once run (*)
3c7ea78... textview: Always show select-all button in touch popup (*)
8410d87... label: Rearrange struct members (*)
14e5218... snapshot: Fix typo in documentation comment (*)
7ddad8a... examples: Remove unused variables (*)
1f82697... video: Fix memory leak (*)
0cd9ef8... aboutdialog: Fix memory leak (*)
b59a8c2... appchooserdialog: Don't fire notify::heading twice (*)
9a79b09... appchooserdialog: Fix memory leak (*)
e46d286... Update Friulian translation (*)
d7aa13a... Update Friulian translation (*)
71718b9... textview: Don't scroll for pastes in another view (*)
04b4c07... gdkcairocontext*.h: Include cairo.h consistently (*)
9332237... gtkemojicompletion.c: Don't use g_autoptr() (*)
6656130... Merge branch 'pages-docs' into 'master' (*)
1d368b0... Merge branch 'paste-scrolling' into 'master' (*)
daca4b9... Merge branch 'wip/restart-cursor-animation' into 'master' (*)
84364a7... emoji: Improve section scrolling (*)
90ac5f3... Update Friulian translation (*)
caaa3f8... cssvalue: Remove typechecks (*)
a0d0b52... scrollbar: Remove get_wheel_delta (*)
f71b2ee... gestures demo: widget property is not writable (*)
c8aa5b8... gl renderer: Add helper for printing a render node tree (*)
f13cccd... widget: Fix measure docs (*)
5ff4ef1... widget: Directly notify gestures of grab (*)
662e2b1... snapshot: Remove superfluous typedef (*)
8f28922... searchbar: Add missing GDK_AVAILABLE_IN_ALL marker (*)
5c339f2... Add basic searchbar set_key_capture_widget tests (*)
0aad5da... widget: Remove controller sequence-state-changed signal con (*)
3a86071... Add GtkEventControllerKey to the docs (*)
3edd24f... widget: Properly remove event controllers in finalize (*)
7928532... emoji: Hide recent section when empty (*)
824bbf3... popover: Drop key_press_event handler (*)
46da8a0... gtk-demo: Avoid key-press-event (*)
287c900... Remove key-press-event from more docs (*)
33b8f08... emoji completion: Stop using key-press-event (*)
19ed1b9... Range: Up should only mean ++ if we are a GtkScale (*)
acd05d0... StyleContext: Don't advise using invalidate() (*)
7644a9c... entry: Stop using ::key-press-event (*)
576dcf6... file chooser entry: Stop using key-press-event (*)
c78166e... file chooser widget: Stop using ::key-press-event (*)
6084a7e... button: Stop using ::key-release-event (*)
b63def0... font chooser dialog: Stop using ::key-press-event (*)
ec2d0ed... spin button: Stop using ::key-release-event (*)
85922f6... treeview: Stop using ::key-press-event (*)
8746322... Drop the ::key-press/release-event signals (*)
d94ac2e... Merge branch 'issue792' into 'master' (*)
4bb3ac3... Merge branch 'kill-key-events' into 'master' (*)
1e06838... icontheme: Keep dir_mtimes in order (*)
e7809f4... SpinButton: Fix an obviously wrong arg description (*)
e610c02... ci/msys2: force disable vulkan (*)
d561e52... a11y: Stop using ::event (*)
d8aa8fc... Update Polish translation (*)
251913c... gl renderer: Use offsets for more node types (*)
7f9cd9f... filechooserwidget: Don't chain up in ::event (*)
f987504... Merge branch 'master' into 'master' (*)
719b2b0... gl renderer: Remove an outdated comment (*)
c8decba... gdkscreen-x11: Remove redundant typedef (*)
d638ff3... popover: Fix setting priv->button_pressed in ::event handle (*)
979a7e8... Remove an unused struct (*)
317abed... Revert "popover: Fix setting priv->button_pressed in ::even (*)
694d9aa... gtkpopover: Fix thinko in key press event type check (*)
d424837... gdkseatdefault: Don't hide GdkSurface on grab failure (*)
334c791... gesture: Fix get_last_event() docs (*)
e9765c0... gesture: Fix code snippet (*)
4d2b39d... gesturemultipress: Don’t fire ::released after ::cancel (*)
7e574fa... gdk: Get rid of gdk_event_free() (*)
83a80ab... events: Mark static function as such (*)
c83441a... gdk: Add a private api to find sandboxes (*)
60aeb15... x11: Don't set NET_WM_PID when sandboxed (*)
8b24d59... Merge branch 'gesture-docs' into 'master' (*)
f4c1a40... widget: Fix example code in doc (*)
a70f035... GtkWindow: Handle non-square icons with height > width corr (*)
7a5567b... Merge branch 'patch-1' into 'master' (*)
4ab3aad... gl renderer: use w axis vector from graphene (*)
758137b... widget: Add docs for {get,set}_focus_child (*)
9109b0c... statusbar: Remove priv pointer (*)
4e9a879... statusbar: Remove garbage from header file (*)
a3987f3... bin: Remove public GtkBinPrivate typedef (*)
d53c28b... aspectframe: Remove unused member (*)
a1e3e9d... colorbutton: Remove priv pointer (*)
5c24bbf... popover: Add missing close paren in docs (*)
c0e1044... gdk: Make gdk_surface_move_to_rect public (*)
3396c5e... SizeRequest: Round px values up for min CSS sizes (*)
d2d4ea6... Merge branch 'wip/move-to-rect-public' into 'master' (*)
932e5ea... Fix reference to user styles in gtkstyleprovider.h (*)
59c8fdf... font-button: Suggest non deprecated function in docs (*)
46d8c84... Merge branch 'master' into 'master' (*)
b6c8943... demo: Add the sliding puzzle demo (*)
ddad5c3... Keep aspect ratio of the image (*)
547d63d... puzzle: Add a reshuffle button (*)
a849ffb... Add tweaks (*)
ebf042d... puzzle: Use plain labels (*)
1ee23d0... puzzle: Add mouse support (*)
085368e... Update Galician translation (*)
542ad4f... gtkmain: Add gtk_is_initialized() (*)
2f181df... gtkmain: Add gtk_get_main_thread() (*)
bd2e3f5... Add aligned allocator support to meson (*)
8e74eb3... Add aligned allocator functions to GSK (*)
a394a86... Use aligned allocators for GskRenderNode (*)
cfbba2c... widget: Use priv pointer less (*)
9d48a95... puzzle: fix some compiler warnings (*)
6546ef3... picture: Introduce (*)
45d78f3... video: Use a Picture instead of an Image (*)
cbd47fa... gtk-demo: Port images demo to use a GtkPicture in places (*)
7690c2d... gtk-demo: Make sliding puzzle demo use GtkPicture (*)
f58c556... image: Remove gtk_image_set_keep_aspect_ratio() (*)
884aaa2... iconhelper: Always size contents to icon size (*)
896f72d... gtk-demo: Use GtkImages to select the puzzle (*)
ce62278... clipboard: Remove return statements from void function (*)
40321d3... x11: Remove useless check (*)
b7ecfbc... quartz: Remove gtkdnd-quartz.c (*)
4c96134... dnd: Ref the GdkDrop during the DND operation (*)
299e2ed... docs: Add GtkEventControllerKey to index (*)
a34a5df... picture: Don't use g_str_equal() with potential NULLs (*)
d8c8a25... Update POTFILES.in (*)
ef2daa3... Update Polish translation (*)
c02bc22... Use aligned allocators for GtkSnapshot (*)
10b2f65... Fix wrong format strings in various places (*)
58fc122... Remove unused variables (mostly in W32 code) (*)
aaa4e23... Fix gdk_win32_cairo_context_end_frame prototype (*)
bc47fa2... Fix various type mismatch warnings (*)
0e1710a... Remove some more unused variables (*)
8bd6936... Fix signedness issues, remove unused code (*)
f0103ee... Remove unused functions in W32 backend (*)
1e2ab40... Fix a missing default case warning (*)
cacdef8... A quick and dirty fix for a circular allocation issue (*)
3acd26c... Fix more signedness issues in W32 backend (*)
93f8f3c... Remove unused code in gdksurface-win32.c (*)
e73dc5c... Fix a warning about uninitialized variable (*)
cddc9ff... Fix a typo in W32 event-handling code (*)
411c535... Fix some warnings in W32 part of gtkmain (*)
43d6fe2... Fix missing default switch cases in gtkimcontextsimple (*)
9330be8... Fix missing default switch case in DllMain (*)
0365dad... See if _MSC_VER is defined before checking its value (*)
43f3789... Use correct stat struct for ftw() (*)
bc13a58... Merge branch 'lrn/aligned-alloc' into 'master' (*)
c047e97... Merge branch 'master' into 'master' (*)
4f63229... Merge branch 'lrn/gtk4warnings' into 'master' (*)
0d46081... overlay: Add support for clipping overlay widgets (*)
b22f45b... Merge branch 'wip/sadiq/fixes' into 'master' (*)
0c57e31... overlay: Use the right property variable name (*)
ef34275... display: Avoid unsetting the DESKTOP_STARTUP_ID variable to (*)
938448e... display: Add new virtual gdk_display_get_startup_notificati (*)
479c341... application: Use the new API to get the startup notificatio (*)
07d6c53... application: Complete startup notification sequence for rem (*)
fd4bfd5... build: Fix compiler warnings (*)
b1f934d... picture: Fix g-i annotation warning (*)
d4693b2... snapshot: Trivial typo fix in comment (*)
7e98741... docs: Use gtk_widget_show() to show window (*)
daf72e2... docs: Update getting started docs (*)
eefd2d6... imcontext: Make size arguments be gsize and not int (*)
6033bc5... examples: Fix alignment of search-bar example (*)
bdf3b6f... Revert "imcontext: Make size arguments be gsize and not int (*)
c5fa657... aboutbox: use a more fitting 'design by" role (*)
b2db7bb... examples: Simplify handling events in search-bar (*)
66e0060... Merge branch 'design_by' into 'master' (*)
751c187... docs: Fix gtk-doc build when wayland is disabled (*)
1528665... Merge branch 'wip/lantw/fix-gtkdoc-build-without-wayland' i (*)
1b208eb... combobox: Remove priv pointer (*)
d3ffaa0... button: Remove measure implementation (*)
7f8106f... gl renderer: call glViewport directly (*)
0b12fd9... center box: Remove snapshot implementation (*)
f6d70f7... search bar example: remove unused function (*)
fe76984... Add foward declarations to gtk_print_operation_run_without_ (*)
dedc1ee... Use const for media type in devmode_to_settings() (*)
fb4d76d... Add forward declaration for DllMain() in gtkwin32.c (*)
6bf88d9... W32: don't put a string literal into gtk_libdir (*)
6e085b3... Pass the correct data to gdk_content_register_serializer() (*)
8a1106c... W32: Use correct hinstance values (*)
0db6ee9... GDK W32: don't unref window iconlist textures (*)
6cfa799... GDK W32: Don't let TEMP surfaces cause zorder side-effects (*)
b7f9a54... GDK W32: Use SWP_NOOWNERZORDER everywhere it can be applied (*)
fdfbbc8... Update Polish translation (*)
35417a5... gdk: activate surface on keyboard grabs (*)
2d7cfdd... win32 file chooser: add missing g_slist_reverse (*)
5a319f6... Merge branch 'window-activate-grab-4-again' into 'master' (*)
798944c... scrolledwindow: Remove priv pointer (*)
85e49a1... center box: Don't reorder css nodes in RTL (*)
da27627... paned: Don't reorder css nodes based on text direction (*)
01d4538... box: Don't reorder children based on text direction (*)
da4d8b7... builder: Remove priv pointer (*)
8267605... builder: Use TRUE/FALSE for error return values (*)
3be2cb8... builder: Fix g-i annotations of _get_translation_domain (*)
fffb316... notebook: Stop reversing tabs based on text direction (*)
fb0d8ea... headerbar: Stop reordering css nodes depending on text dire (*)
3fadb53... toolbar: Stop reordering css nodes based on text direction (*)
889fcf6... Remove gtk_css_node_reverse_children (*)
bd99ca2... paned: Store GParamSpecs (*)
df79f02... paned: Don't unnecessarily redraw handle in size_allocate (*)
e9a9bb0... paned: Remove unnecessary local variable (*)
f8ddc42... paned: Chain up in snapshot (*)
10a0d62... paned: Remove handle_pos member (*)
2d69552... paned: Allocation x/y are always 0 (*)
3756234... messagedialog: Remove priv pointer (*)
d827485... drawingarea: Clarify some comments (*)
346ec70... picture: Fix up some docs (*)
beb4cb0... radiobutton: remove priv pointer (*)
a7d8127... fontbutton: Remove priv pointer (*)
501efeb... colorscale: Remove priv pointer (*)
70c8cfa... dnd: Fix up a comment (*)
218b39f... GtkStyleContext: Remove the frame clock (*)
34f556f... filechooserbutton: Remove priv pointer (*)
64313f4... themes: Don't handle box.linked special (*)
7554384... Merge branch 'win32-filechooser-fix-file-list-order' into ' (*)
841a298... Merge branch 'lrn/misc-gtk4-fixes' into 'master' (*)
f247d26... dnd: Add GdkDrop base class for GdkDragContext (*)
6919d8c... drop: Move gdk_drop_read_async() to GdkDrop class (*)
ac44353... dnd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATE (*)
74a8ffc... dnd: Add gdk_drag_action_is_unique() (*)
6573d08... wayland: Set correct variable (*)
18c3b72... x11: Remove unused variables (*)
2e27967... dnd: Make actions a private member variable (*)
b2dc303... dnd: Add gdk_drop_get_actions() (*)
a05af1f... dnd: Move the gdk_drag_status() function (*)
13ae11e... dnd: Rename gdk_drop_finish() => gdk_drag_finish() (*)
5b0a6a5... dnd: Get rid of gtk_drag_finish() (*)
316bd6a... dnd: Add gdk_drop_finish() (*)
314eaf7... widget: Make GtkWidgetClass::drag_leave() take a GdkDrop (*)
a862ca4... drop: Add gdk_drop_get_drag() (*)
6d7cb2b... dnd: Make drag-data-received use a GdkDrop (*)
b00609c... dnd: Make drag-motion and drag-drop signals use GdkDrop (*)
4b85b52... dnd: Remove GdkDragContext::commit_drag_status() vfunc (*)
6048b69... wayland: Fix drop operations for new semantics (*)
d02b185... dnd: Add gdk_event_get_drop() (*)
b1f384e... x11: Don't sneakily allocate memory in initializers (*)
4aedf3d... display: Don't wake up the main loop anymore (*)
05bf87c... drop: Add GdkDrop:surface property (*)
657ebd2... drop: Add private API for event emission (*)
114ab87... wayland: Use new DND event emitters (*)
7a9afc3... win32: Use new DND event emitters (*)
aa4e4dd... x11: Use new DND event emitters (*)
81171cc... x11: Refactor DND filter (*)
c67fb57... events: Make GdkEventDND have a GdkDrop member (*)
81e1dc9... wayland: Remove a bunch of unused functions (*)
4eb3a9f... wayland: Split drop context into GdkWaylandDrop (*)
7afa0ba... wayland: Get rid of GdkWaylandSelection (*)
af74953... gdk: Remove leftover type from autocleanup (*)
ff38d38... dnd: Move GdkDragAction to gdktypes.h (*)
66bd54d... wayland: Store the current drag operation (*)
895f381... x11: Find dest drops differently (*)
018a17f... x11: Pass the drag source when creating a drop context (*)
ea9d6f0... drop: Implement shortcut for local DND (*)
dcf432d... dnd: Add read_value() and read_text() functions to GdkDrop (*)
8ee4de8... GDK W32: Adapt to GdkDrop and GdkDragContext changes (*)
392071b... GDK W32: Remove unused files (*)
5e159e2... x11: Replace the hardcoded DND filter (*)
8a08a32... dnd: Implement gtk_drag_get_source_widget() differently (*)
e120676... dnd: Remove gdk_drag_context_get_dest_surface() (*)
905765e... broadway: Remove unused variable (*)
6b65aaa... x11: switch a bunch of variable types (*)
8db379d... x11: Remove unused argument (*)
14f0a25... x11: Change the way local Drop => Drag is shortcut (*)
0057810... x11: Handle events on drag side differently (*)
dd30a28... x11: Split drag and drop contexts (*)
d0ebdf0... x11: Store the source surface as an XID (*)
a1cee7f... surface: Kill event masks (*)
f982c9c... dnd: Remove gdk_drag_status() and gdk_drag_finish() (*)
a960641... dnd: GdkDragContext is no longer a GdkDrop subclass (*)
6633d41... dnd: Make the base Drag/Drop types abstract (*)
7e09aa3... x11: Don't multiply X values by the scale factor (*)
1b2dccd... x11: xdnd_send_event() always returns TRUE (*)
47b47f5... x11: Simplify test (*)
bc63001... x11: Store the XID instead of a GdkSurface (*)
45a6146... x11: Remove gdk_x11_surface_foreign_new_for_display() (*)
aa1f0cf... dnd: Remove GdkDragContext.is_source (*)
997e8c1... GDK W32: Adapt to dest_surface removal, misc changes (*)
bf3ea24... GDK W32: Remove gdk_win32_surface_foreign_new_for_display (*)
b3d424c... dnd: Remove GdkDragContext.dest_surface (*)
a2839d1... dnd: Remove unused time arguments (*)
9a91d37... widget: Remove time argument from drag_data_get() vfunc (*)
cbbb760... x11: Set background as transparent as possible (*)
de30a74... gtkwidget: Avoid doubly coordinate conversion when emulatin (*)
8e3bf65... gtkgesture: Check claimed status after event delivery (*)
a1bcbdd... wayland: Use shm_open(SHM_ANON) on FreeBSD (*)
0ace7ad... Update POTFILES.in (*)
87532f0... Merge branch 'wip/carlosg/issue-1159' into 'master' (*)
4f97946... a11y/entry: Fix copy-pasteo re 2ndary icon tooltip (*)
4d4ec2d... dnd: gdk_drag_action_is_unique() should return a boolean (*)
8c8dc3a... snapshot: Compute correct size in gtk_snapshot_to_paintable (*)
3caf8c8... dnd: Use a GtkPicture in gtk_dnd_set_icon_paintable() (*)
6918fb2... rendernodepaintable: Fix rendering position (*)
0b1f098... Revert "Use aligned allocators for GtkSnapshot" (*)
c48be6e... Revert "Add aligned allocator functions to GSK" (*)
06bba15... win32: Fix typo (*)
ec096b4... Merge branch '1160-crash-clearing-gtkentry-icon-tooltip-mas (*)
74455ae... docs: fix a typo (*)
443a64a... docs: Remove a duplicate line in gdk4-sections.txt (*)
417b1d8... pathbar: Remove unused define (*)
29fee2e... window: Remove priv pointer (*)
cd99f82... Merge branch 'master' into 'issue1084' (*)
7ce2529... Merge branch 'issue1084' into 'master' (*)
337e602... searchenginetracker: Don't leak the hits' GFiles (*)
b103650... HC: Avoid same BG/FG colors in flat treeview entry (*)
0a5086d... HC: Avoid excessive selectors from prev commit (*)
cae382c... themes: Regenerate CSS for recent commits (*)
a12d261... adjustment: Use public setters in set_property (*)
33e113d... testsuite: Print tested property name in notify test (*)
ee8ee31... adjustment: Remove adjustment_changed_stamp (*)
f33655f... adjustment: Only emit ::changed from dispatch_properties_ch (*)
945b844... button: Remove ICON_SIZE_BUTTON mention in docs (*)
f26359d... listbox: Use widget insert API instead of fiddling with CSS (*)
daba1a7... fixed: Remove priv pointer (*)
99099a1... Remove some unnecessary snapshot implementations (*)
cf91219... infobar: Remove priv pointer (*)
22390ad... stackswitcher: Remove icon-size property (*)
e8fefd9... container: Remove SPECIAL_CONTAINER hack (*)
8aeced2... themes: Remove leftover bit of .linked workaround (*)
f7ebff6... EmojiCompletion: Avoid un/signed compare warnings (*)
c6fa3c4... EmojiCompletion: Avoid another un/signed warning (*)
5c46c81... x11: Fix dnd action handling (*)
5f0ed08... gtkbutton: Use key controller for button (de)activation thr (*)
7048362... gtkbutton: remove keyboard device GTK+ grab (*)
e08e15b... gtkentry: Use gestures for entry icons (*)
aaf1e49... gtkfilechooserentry: Use GtkEntry key controller for focus- (*)
4186a85... gtkfilechooserwidget: Drop usage of ::event vmethod (*)
3eb1b22... gtkfontchooser: Use GtkEventControllerKey (*)
c5586f8... gtkspinbutton: Use GtkEventControllerKey (*)
aa09b07... gtkwindow: Handle focus in/out through key controller (*)
1d97b5f... gtkpopover: Port to GtkEventController/GtkGesture (*)
a5414bc... gtkpopover: Fix key navigation (*)
7bfc3a5... gtkmenushell: Port to GtkGesture (*)
3d5dc16... gtkwindow: Simplify WM drag/resize handling (*)
ca08cf9... gtkwindow: Move map/delete/configure event management to gt (*)
f92ec7c... gtkplacessidebar: Replace ::event signal handlers with gest (*)
5f8fea0... gtkentrycompletion: Perform event handling on popup through (*)
2c0d2d3... gtkentrycompletion: Move focus out handling to key controll (*)
419ee6a... gtkentrycompletion: Properly remove controller from entry (*)
176fd2f... gtkemojicompletion: Use GtkEntry key controller to handle k (*)
7fa3183... gtkfilechoooserentry: Handle tab completion through key con (*)
686116b... gtkfilechooserwidget: Forward events to filechooser through (*)
ffd89d2... gtkwindow: Queue popover resize on set_popover_position() (*)
b3e91b7... gtktexthandle: Update to gtk4 rendering/input (*)
9df5171... gtktreeviewcolumn: Implement column dragging through GtkGes (*)
9178423... TreeView: Get expander size from CSS min-width|height (*)
bada3db... HighContrast: Restore expander size (*)
e079fad... scrolledwindow: Avoid a queue_resize path in size-allocate (*)
1a2052a... button: Remove unused variable (*)
04367ac... gtk: also recolor circle and ellipse in symbolic SVG icons. (*)
2f149c3... Merge branch 'master' into 'master' (*)
7869ffb... imwayland: Fix a small leak (*)
d13843e... gdk: Remove GDK_SURFACE_FOREIGN (*)
0c76264... reftests: Fix compilation (*)
010f4e9... Some updates (*)
8755d88... Remove a lot of Since annotations (*)
faba0f0... Bump version to 3.94.0 (*)
3639609... docs: Document GtkEventControllerKey (*)
88b4076... Docs: Remove more since markers (*)
73d736d... Do not modify a const GdkEvent in place (*)
165dab8... gl renderer: Ignore 0-sized fallback nodes (*)
b80942e... gdk: Fix some g-i annotations warnings (*)
0abd01e... ModelButton: Add 'use-markup' property (*)
73cad1e... Remove some GtkRecentChooserMenu references (*)
2f8284a... testsuite: Remove a GtkColorButton special case (*)
ecaa16c... notify test: Remove some non-existant properties (*)
8aa4b51... notify test: Remove more nonexistent properties (*)
f3c670a... widget: Move opactiy == 0 check (*)
dfd1372... wayland: Update cursor surface scale when output scale chan (*)
d9dcfff... Merge branch 'wip/aplazas/modelbutton-markup-master' into ' (*)
9c3de51... Merge branch 'wip/cursor-output-scale-changes' into 'master (*)
ca94ff1... testsuite/gtk/defaultvalue: Actually build...& fix (*)
fd69f1c... eventcontrollerkey: Document key-pressed and key-released (*)
7733f64... gdk: Rename GdkDragContext to GdkDrag (*)
fb98f93... docs: Update dnd section (*)
64f5afe... dnd: Rename headers (*)
af93646... Merge branch 'event-controller-key-docs' into 'master' (*)
ae3163b... ScrolledWindow: Add missing apostrophes (*)
51b77a4... ScrolledWindow: Fix/improve doc of key bindings (*)
51981d5... ScrolledWindow: a couple of spelling/grammar fixes (*)
c8e082f... win32: Adapt to dnd api changes (*)
c892d27... Adwaita: Regenerate CSS for text handle overhaul (*)
269a9d8... Adwaita: Drop some unneeded overrides (*)
1246473... Merge branch 'dnd-cleanups' into 'master' (*)
3137d32... docs: Add new DnD types (*)
7d842cb... Update POTFILES.in (*)
19afe45... Merge branch 'gdk4-dnd-docs' into 'master' (*)
55a1f8c... HC: merge dupe selectors; linebreaks for legibility (*)
1462042... themes: Restore default progressbar min sizes (*)
e1b6496... image: size request is always CONSTANT_SIZE (*)
fba0b35... css: Report sizes as absolute (*)
3ca59b8... css: Don't do indirections (*)
e665667... mediafile: Check if media files are open when trying to pla (*)
93c5455... iconhelper: Plug memleak (*)
3439862... gtkmediafile: Don't leak all the images (*)
9fb3b84... rendernode: Make offset nodes use floats (*)
6c8988e... gtkprinter: Make gtk_printer_get_hard_margins_for_paper_siz (*)
9924a92... Merge branch '1140-gtk_printer_get_hard_margins_for_paper_s (*)
2feb5c9... ci: Update the image for the Flatpak jobs (*)
8c403c4... spinbutton: Keep GParamSpecs around (*)
4dd1ff6... GtkLayout: Remove freeze_count member (*)
da80509... fixed: Remove child list (*)
e42373d... docs: Add GtkPicture to types list (*)
731f0d4... Merge branch 'gtk-picture-docs' into 'master' (*)
af8fe18... Fix a few documentation warnings (*)
dbf3293... main: Don't look at first GTK_DISPLAY_DEBUG_CHECK parameter (*)
bb31ce1... renderborder: Remove some unused API (*)
33166b7... render: Remove gtk_render_slider (*)
f3a83ab... colorswatch: Remove priv pointer (*)
6b4709e... GtkApplication: Remove priv pointer (*)
50b79ae... GtkSeparatorToolItem: Remove priv pointer (*)
6e47d0b... GtkSeparatorToolItem: Remove draw flag (*)
c960775... dialog: Remove some GtkVBox references (*)
53afc4a... dialog: Remove priv pointer (*)
93c688c... range: Remove has_origin flag (*)
9681245... listbox demo: Hide extra_buttons_box by default (*)
074eb2a... accellabel: Add newline between consecutive if statements (*)
a976aa9... searchbar: Ignore key presses when unmapped (*)
2854635... scalebutton: Remove priv pointer (*)
9bab218... aspectframe: Remove priv pointer (*)
6fdcafc... treeview: Move column header widgets when scrolling (*)
c85e240... treeview: Fix column visibility check (*)
a692085... Implement GtkInspectorLayoutOverlay (*)
27ba241... Update Hungarian translation (*)
8ca3ac1... GtkIMContextSimple: Fix Wayland build when X11 support is d (*)
9959ea9... Revert "snapshot: merge container nodes" (*)
50f76eb... GskRenderer: Add missing nullable annotation (*)
a0b8e32... rendernodes: Fix unconditionally impossible diffs (*)
f7aff03... layout: Remove priv pointer (*)
d41603d... aboutdialog: Remove priv pointer (*)
3dd188f... gl renderer: Cache blurred outset shadow nodes (*)
2cc6a3e... widget factory: Use GtkPicture for background selection (*)
7030e08... Merge branch 'master' into 'master' (*)
b94c316... dnd: Rename gtk_drag_begin_with_coordinates (*)
63ab523... wayland: Remove an unused field (*)
db0b9f6... dnd: Add a GdkDrag::action property (*)
f69bb2f... wayland: set a cursor when starting a drag (*)
40841ec... GdkDrag: Drop the priv struct (*)
94af080... Rename a property (*)
59c2efb... Add a GdkDrag::actions property (*)
d927c3b... GdkDrop: drop the priv struct (*)
7a0a92f... win32: Stop using gdk_drag_get_suggested_action (*)
da22ba3... drag: Split a setter (*)
a756caa... dnd: Drop suggested_action (*)
c73cb2c... wayland: Drop an unused field (*)
0e2ac0e... wayland: Rename a source file (*)
5cdbbc6... win32: Build fixes (*)
1dd15b5... dnd: Some documentation updates (*)
f432c93... dnd: Drop gdk_drag_abort (*)
e72ca43... Merge branch 'fix-wayland' into 'master' (*)
986daa8... Merge branch 'dnd-cleanups' into 'master' (*)
00a61f9... docs: Small updates (*)
3ce3867... gl: Don't accidentally use ints for float variables (*)
1a5e60b... paintable: Fix return_if_fail() statements (*)
bcfd1bb... widgetpaintable: Redo implementation (*)
a7cd191... widgetpaintable: Add a hack to make recursion not infloop (*)
88af7b4... textview: Use snapshot on the sidebars (*)
2f72353... gtk-demo: Update aspect-ratio when selecting new puzzle (*)
4456b06... window: Update opaque region if background-color changes (*)
60afd05... Update POTFILES.in (*)
6afb6bb... x11: Set BackPixmap = None unconditionally (*)
cbb1e74... textview: Only create cairo context in gtktextdisplay.c (*)
05ca6bc... gl: fix compilation errors for legacy context shaders (*)
19873e5... gl: implement clipping for legacy contexts (*)
6a7de80... text display: correct a comment (*)
443f8dd... popover: Drop some dead code (*)
a8926c9... gdk: Drop configure events (*)
da3aaf3... gdk: Drop expose events (*)
9c827cb... broadway: Stop using configure events (*)
1172810... win32: Stop using expose and configure events (*)
7ca6440... gdk: Drop map events (*)
d148f26... Drop gdk_surface_withdraw (*)
288086b... Fix up some doc mishaps (*)
17386b5... Merge branch 'wip/matthiasc/kill-non-input-events' into 'ma (*)
228f813... dnd: Drop gdk_drag_drop (*)
bc2f484... Revert "GdkDrop: drop the priv struct" (*)
1ea09a3... Add a private struct to GdkDrag (*)
034f89b... wayland: Drop an unused api (*)
9cc3e2c... gdkdrag: remove an unused member (*)
5ce3520... Add a GdkDrag::surface property (*)
298b6ee... wayland: Stop accessing GdkDrag members (*)
2d83bb1... x11: Stop using GdkDrag fields (*)
98ccb67... drop: stop accessing GdkDrag fields (*)
435f143... x11: Rename a file (*)
1685232... x11: Set actions on drag (*)
410d4bc... wayland: Set actions on drag (*)
3c8b3cb... win32: Stop accessing GdkDrag members (*)
89f25d1... Merge branch 'dnd-cleanups' into 'master' (*)
e2fd33f... Revert "broadway: Stop using configure events" (*)
7a1073c... Revert "gdk: Drop configure events" (*)
bf5f27c... Handle configure events in gdk (*)
033cf4b... Update POTFILES.in (*)
9dc6793... Merge branch 'legacy-gl' into 'master' (*)
17b1e7b... docs: Fix scroll and motion controller titles (*)
446b2e2... Avoid a g_object_get path (*)
b7d948a... gl renderer: Use a GArray for the shadow cache (*)
5386cf8... GskRoundedRect: Typo (*)
960717b... window: Don't queue an allocate if the css clip changes (*)
3f126c7... Remove GTK_CSS_AFFECTS_CLIP (*)
392b4d9... gl renderer: Pull a few declarations into the closest scope (*)
cf7fa93... sizerequest: Only check reported baselines if requested (*)
4bc1455... Correctly mark an enum value in a doc comment (*)
f699fff... sizerequest: Pull locals into closest scope (*)
480a2c2... widget: Remove another ->priv usage (*)
04eb7ee... Remove icon extents API (*)
6fe0a8c... gesturestylus: Clarify a documentation comment (*)
4b2d631... placessidebar: Take a GdkDrag in _set_drop_targets_visible( (*)
1d4ce5a... widgetfactory: add separator tool item to presentation (*)
0750b4f... Merge branch 'places-sidebar-dnd' into 'master' (*)
1030d9e... docs: Small updates to the migration guide (*)
7b5a0a8... gdk: Add auto cleanup func for GdkContentProvider (*)
9a0ec5b... gdk: contentdeserializer: Fix stream usage (*)
96d0368... gdk: contentdeserializer: Fix deserializer not returning (*)
4063c3d... Merge branch 'content-deserializer-fixes' into 'master' (*)
7a8f5ca... gtkcssprovider: remove gtk_css_provider_get_default (*)
4001951... docs: Fix GdkContentProvider documentation (*)
31d2638... Merge branch 'content-provider-docs' into 'master' (*)
bef8a3a... Merge branch 'content-provider-autoptr' into 'master' (*)
7dabc2a... Merge branch 'master' into 'master' (*)
849ffeb... Emoji chooser: Use icons for sections (*)
14f86ae... testsuite: Add emoji icon names (*)
37e4ae2... Quiet a compiler warning (*)
5c9b25c... moji chooser: Try harder to avoid fallback (*)
827219e... Emoji chooser: Also check for hex boxes (*)
51873eb... Update Turkish translation (*)
806c659... Drop unused old icons (*)
1b23032... ci: add hicolor-icon-theme to the docker image (*)
447b166... Merge branch 'wip/muktupavels/remove-gtk-css-provider-get-d (*)
20deda2... Update British English translation (*)
77c3ef4... x11: Ignore old XFixesSelectionNotify events (*)
1d72e3e... Drop builtin icon test (*)
49ae68c... gtkpopovermenu: Drop call to gtk_widget_show() (*)
d88268c... gtkpopovermenu: Conditionally chain up in gtk_popover_menu_ (*)
1fbbaef... testpopover: Don’t set margin in menu box (*)
bbf5d14... Updated Spanish translation (*)
5df4d27... meson: libgdk-broadway.a depends on broadwayjs.h (*)
b343abf... meson: Support graphene as a fallback dependency (*)
cfb0df1... meson: Update pango and gdk-pixbuf wrap locations (*)
73dd73c... Merge branch 'just-popover-menu-things' into 'master' (*)
29905d1... Updated Spanish translation (*)
1853545... Merge branch 'nirbheek/misc-meson-fixes' into 'master' (*)
337eedb... Update Romanian translation (*)
259be23... broadway: Remove unused variable (*)
0f70e6d... docs: Remove remains of Mir backend (*)
5f7e093... gtk: Move GtkGesture declaration to gtktypes.h (*)
5d9d73b... testsuite: Fix DragContext => Drag renaming (*)
51d40ca... render: Make gtk_render_layout() use the snapshot API (*)
2a11baf... render: Make gtk_render_check/arrow/handle() use the snapsh (*)
14408b7... render: Make gtk_render_background() use the snapshot API (*)
76d0e1e... API: Remove gtk_render_frame_gap() (*)
9675c99... render: Make gtk_render_frame() and gtk_render_focus() use (*)
95a4eff... render: Make gtk_render_icon() use the snapshot API (*)
6adaf7c... Remove GDestroyNotify casts in g_clear_pointer() uses (*)
ad6255a... Merge branch 'xfixes-timestamp' into 'master' (*)
798ad9f... Merge branch 'g-clear-pointer-propagate' into 'master' (*)
a1a6e6a... doc: Fix there/their typo (*)
540cb58... Merge branch 'patch-1' into 'master' (*)
32de29b... testsuite: Sort icon names (*)
755d8f8... Updated Spanish translation (*)
c6141df... Keep picking up icons as resources (*)
cb24727... Add emoji category icons (*)
d398c00... Fix up the resource generation for icons (*)
791da76... gtkplacessidebar: Show busy spinner in sidebar row during m (*)
af21583... tests: Stop using legacy gtk_menu_popup API (*)
4497ac7... menu: Remove legacy popup APIs (*)
c8be597... Bring back gtk-orientation icons (*)
766e2b1... testsuite: Update the list of used icons (*)
0cc0714... Add a color picker interface (*)
9842744... color editor: Add a color picker button (*)
031b5ca... Add a color picker implementation for portals (*)
16171a2... Add a color picker implementation for gnome-shell (*)
b6d990a... tests: Update a11y tests (*)
2c5f2a2... Merge branch 'color-picker' into 'master' (*)
f3f32b4... Merge branch 'wip/gtk-menu-popup-no-more' into 'master' (*)
f33549d... Updated Lithuanian translation (*)
002e48c... imwayland: fix potential leak of attr list (*)
87d3347... vulkan: fix warning from g_clear_pointer() changes (*)
8f95a59... Remove an outdated comment (*)
73b45ec... Migration guide: mention size-allocate (*)
fff2fab... Update Polish translation (*)
7d3b8b0... treeview: Get rid of child surfaces (*)
e1a7629... window: Fallback to CSD titlebar in focus-chain (*)
f8a971a... Adwaita: devel style (*)
de17e3b... Merge branch 'devel-styling' into 'master' (*)
7ef9573... Merge branch 'fix-gs-issue-404' into 'master' (*)
cdfde66... gtkcombobox: Use controller to handle combobox keybindings (*)
9a541d9... inspector: Use gestures/controllers for inspect button (*)
0d7b4ec... gtkentry: Use keycontroller on GtkCellEditable implementati (*)
ca8008e... gtkcombobox: Use keycontroller on GtkCellEditable implement (*)
d301695... gtktreeview: Replace event vmethod with key controller (*)
6d3eb18... gtktreeview: Use key controller on search entry handling (*)
101c927... gtk-demo: Add pad controller handling to "Paint" demo (*)
2dbb150... demos: drop "Event axes" demo (*)
4d59a00... demos: Update search_entry2 demo to use key capturing API (*)
85f6995... demos: Update hypertext demo to use controllers (*)
6f15447... tests: Update testgrid to use gestures (*)
88743ab... tests: Use gesture to popup menu in testiconview (*)
5e0f2d7... tests: Use gesture in testtreepos (*)
1570c41... testsuite: Update window test to use gestures when interact (*)
f152249... gtkwindow: Replace captured event handler with motion contr (*)
71762d3... gtkscrolledwindow: Use controller for motion capturing (*)
25b3b90... tests: Port motion-compression to using a motion controller (*)
8f6f980... demos: Update changedisplay demo to using GtkGesture (*)
5d1b2f6... tests: Port testwidgetfocus to using a motion controller (*)
efa42a6... Merge branch 'wip/carlosg/event-final-cleanup' into 'master (*)
c5afea0... Merge branch 'gtk-4-add-spinner-to-sidebar-row' into 'maste (*)
a8c6f22... inspector: Remove unnecessary cast (*)
76ed6cf... colorpickerportal: Fix memory leak (*)
8e78b53... Updated Czech translation (*)
36ed4c2... Update POTFILES.skip (*)
813957a... gdk: Remove gdk_event_get_string() (*)
375fbd4... gdk: Remove key_event->string and key_event->length (*)
03a6420... treeview: Fix compiler warning (*)
7e919aa... gdk: Fix Windows and OS X backend for keyevent.string remov (*)
01f1783... Updated Czech translation (*)
47928b9... color picker: Better debug spew (*)
1129feb... bindings: Remove GTK_TYPE_IDENTIFIER (*)
d29b378... Gdk-Win32: Correct handling of transient state changes (*)
ce7956c... Merge branch 'issue1214-tooltips-win32-gtk4' into 'master' (*)
0ba3079... Mention gtk_widget_show_all in the migration guide (*)
7ce7e55... colorpicker: Fix gcc warning (*)
e060445... widgetfocus: Fix copy/paste error (*)
50d5666... container: Remove focus chains (*)
72ec896... gdk: Use application_id as xdg_shell's app_id if available (*)
f25f3b3... docs: Explain desktop file id == application_id in migratio (*)
06e4c3c... examples: Use appliction id as desktop file base name (*)
8fb8303... demos: Make desktop file names match the application id (*)
5596fea... listbox: Store child iter in a variable when removing (*)
5b1fd11... Merge branch 'gbsneto/issue-1258' into 'master' (*)
5ab90f1... Add a kwin color picker (*)
e76d17a... Only use the portal color picker when appropriate (*)
8669d31... color picker: Also try kwin (*)
877fffd... Merge branch 'fix-app-id' into 'master' (*)
9416219... sidebarrow: Hide busy_spinner by default (*)
0eb60fb... Merge branch 'sidebar-spinner-visibility' into 'master' (*)
35829a7... Update German translation (*)
14b21d7... gtkscrolledwindow: Consider shift key presses when decelera (*)
4e86858... Make color picker circular (*)
b557639... modelbutton: Remove snapshot implementation (*)
71b36db... acitonbar: Remove snapshot implementation (*)
dde535b... levelbar: Don't return a double value from a gboolean funct (*)
933cb85... menu: Allocate children according to scroll_offset (*)
b749fe4... menu: Use correct content height (*)
a822d6f... menuitem: Don't redraw unnecessarily (*)
ff2ba52... pathbar: Remove priv pointer (*)
5eba0bc... widgetprivate: Remove useless prototype (*)
c67bcf0... sizerequestcache: Inline out-var assignments (*)
f5e04b5... main: Pass toplevel_widget directly to GtkWidget API (*)
ab30850... widget: Rename width and height member to {width,height}_re (*)
61b2f3c... Updated Lithuanian translation (*)
61f50f2... gtkplacessidebar: Improve error message when unlocking volu (*)
580d966... README: Document nightly docs location (*)
3e6a473... README: Fix Gdk doc website link (*)
59077e4... migration guide: Mention GtkEventBox (*)
201f635... Update Polish translation (*)
ff6c4ed... Merge branch 'gtk-4-improve-error-message' into 'master' (*)
a90fc08... Update Polish translation (*)
ed36933... Update Turkish translation (*)
b3c8c8e... window: Fix memory leak (*)
08f32c6... colorpickershell: Unpack the tuple returned from PickColor( (*)
bbe362d... Merge branch 'master' into 'master' (*)
b364827... updateiconcache: Sort list of entries (*)
c1de621... font chooser: Remove an unneeded ifdef (*)
b4d4f73... Merge branch 'sort' into 'master' (*)
a01feae... Use defines for bus names (*)
3c2aceb... print portal: Plug a memory leak (*)
79b87cc... print portal: don't leak window handles (*)
d13cd9c... Merge branch 'fix-shell-colorpicker' into 'master' (*)
099b967... Don't fail the build if c++ isn't found (*)
d64467b... GDK W32: Support smooth scrolling (*)
10439aa... menu: Remove an unnecessary gtk_widget_destroy() call (*)
afdeffd... menu: Remove have_position flag (*)
dcb6c9b... menu: Remove seen_item_enter flag (*)
2322f38... menu: Remove initially_pushed_in flag (*)
ce9ce8a... menu: Remove key_controller member (*)
62b887e... Merge branch 'win32-smooth-scrolling-gtk4' into 'master' (*)
cd40ec2... gdk/wayland: Don't remap non-subsurface as subsurface (*)
0874a54... gdk/wayland: Always map windows 'moved-to-rect' as popups (*)
081b453... gdk/wayland: Avoid idempotent wl_subsurface.set_position ca (*)
6df2842... tooltip: Implement positioning using gdk_window_move_to_rec (*)
220a51e... entry completion: stop using subsurfaces (*)
a7aed5a... Drop gtk_window_set_use_subsurface (*)
a73f961... wayland: drop subsurfaces (*)
e2d691b... gdk: Drop GDK_SURFACE_SUBSURFACE (*)
eed19c9... Move tools to a subdirectory (*)
a32fb5b... Merge branch 'kill-subsurface' into 'master' (*)
ca39b35... Update POTFILES.in (*)
4ebd14c... gesturestylus: Add missing array g-i annotation for *_get_a (*)
3e4d725... Merge branch 'fix-shifted-scrolling' into 'master' (*)
9e0f43e... entry completion: Avoid critical warnings (*)
f40eb8a... revealer: Only clip child when animating (*)
d2178bc... fixed: Remove unused struct member (*)
016de68... radiobutton: Save signal IDs like everything else (*)
96e465b... checkbutton: Remove snapshot implementation (*)
bf222a9... renderborder: Pull some locals into the closest scope (*)
f21abba... renderborder: Remove unused function (*)
f6fae1d... menubutton: Remove outdated line (*)
749ef4d... paned: Use a GtkIcon as separator (*)
eb22c7c... image: Fix gtkdoc property syntax (*)
fb51f8b... colorswatch: Remove dead assignment (*)
ab0b54d... spinner: Remove private struct (*)
ec57608... picture: Fix doc typo (*)
911627f... menuitem: Remove duplicate include (*)
d246abd... fishbowl: Use a GtkPicture for videos (*)
369cb70... Update German translation (*)
4ed4b4f... docs: README.commits converted to markdown (*)
ed43451... Merge branch 'robertroth/readme-fix' into 'master' (*)
a4790b7... Adwaita: Add color to separator.selection-mode (*)
ed8e784... remove tests/testinput (*)
0082675... testoverlaystyleclass: Fix CSS snippet (*)
fade0af... box: Simplify compute_size_for_orientation (*)
f5f6597... box: Rename avail_size to for_size everywhere (*)
00a27c1... box: Remove gtk_box_get_size (*)
9fbcbc5... Revert "paned: Use a GtkIcon as separator" (*)
cc129e5... Update Brazilian Portuguese translation (*)
a6c47cb... Merge branch 'revealer-clipping' into 'master' (*)
c3e72c4... Fix a typo (*)
6a80137... Update Polish translation (*)
ba6c5ef... FileChooserWidget: Don't show recent items with private hin (*)
e027fc9... Update Swedish translation (*)
3b8d206... The file chooser is no box anymore (*)
9622ba8... Updated Lithuanian translation (*)
b904fc6... Add a missing cast (*)
72498b9... Merge branch 'selection-mode-separator' into 'master' (*)
d7a5723... Updated Czech translation (*)
eb9f95e... Updated Czech translation (*)
b271db2... Add utility functions for portal paths (*)
6d6559f... color picker portal: Add request path utility (*)
d6945d8... print portal: use request path utilities (*)
04c02e9... file chooser portal: use request path utilities (*)
d7228ae... GtkApplication: Respect GTK_USE_PORTAL (*)
b82a326... GtkApplication: track screensaver state (*)
21e4847... Add a helpful comment (*)
d4d1217... Avoid a pointless goto (*)
2bb97bc... GtkApplication: Improve the docs (*)
fc026b9... Update Polish translation (*)
c9f1c56... Adwaita: Regenerate CSS to get window.devel styles (*)
3e57463... themes: Fix linked elements in error state (*)
803a8cf... Updated Danish translation of gtk-properties (*)
0530647... Updated Danish translation of gtk (*)
a60e951... Updated Danish translation of gtk (*)
16deffb... Updated Danish translation of gtk-properties (*)
272e4a0... Minor fixes in documentation of gtkbbox (*)
506a4dd... Merge branch 'gtkbbox-doc-fix' into 'master' (*)
89522e6... iconhelper: Fix drawing of empty and paintable helpers (*)
ab9455e... rendernodepaintable: Fix clipping (*)
ae2c765... Fix portal path handling (*)
ca9aa23... Add devel style to demos (*)
4e8c06e... win32 theme: Fix css syntax error (*)
005f932... Merge branch 'css-fix' into 'master' (*)
02758cd... Merge branch 'wip/adwaita/linked-entry-error-state-fix-mast (*)
a121bfa... Adwaita: Drop the background of nested headerbars (*)
867efe2... Adwaita: Style separator.sidebar (*)
7d12a84... Adwaita: Set selection mode to headerbars if it's on ancest (*)
0edec9b... Merge branch 'adwaita-fixes' into 'master' (*)
a4b1c6b... Update Turkish translation (*)
d7a5dcb... gtk_application_inihit: allow no reason (*)
1ce960c... gdkselectioninputstream-x11: Fix memory leak (*)
573c639... gtk: Add GtkTreeListModel (*)
63e5b82... window: Add gtk_window_get_toplevels() (*)
dd94129... widget: Add gtk_widget_observe_children() (*)
4f70f72... gtk: Add GtkFilterListModel (*)
4b5fb5e... treelistmodel: Refactor to add GtkTreeListRow (*)
d6161e0... treelistmodel: Add more API to navigate the tree (*)
32ec7de... gtk: Add GtkFlattenListModel (*)
867042f... widget: Add gtk_widget_observe_controllers() (*)
aba76fe... inspector: Make the render node tree use a ListBox (*)
4495eaa... inspector: Add an icon to the render node list (*)
417ac4a... inspector: Use a GtkPicture to display render nodes (*)
2237009... testsuite: Disable some tests with older glib (*)
05e752e... inspector: Turn object tree into a GtkListBox (*)
6d0fe46... propertylookuplistmodel: Add (*)
b6acc31... GtkMapListModel: add (*)
59006e2... inspector: Make gestures page handle all controllers (*)
5e89838... inspector: Rename "Gestures" page to "Controllers" (*)
db8474e... inspector: Make controllers page use gtk_list_box_bind_mode (*)
64d97b2... GtkSliceListModel: add (*)
65b795b... testtreelistmodel: Add a hack to handle LONG lists (*)
fcb780e... testtreelistmodel: Make the directory loading async (*)
64b7c12... testtreelistmodel: Add search (*)
f383413... GtkSortListModel: Add (*)
afd69db... testtreelistmodel: Sort files by name (*)
b94b8ac... testtreelistmodel: Make the statusbar display more info (*)
b7bf04f... inspector: Update the controllers list to show parent contr (*)
ee5708f... testtreelistmodel: Display the file icon, because why not (*)
563fb97... Merge branch 'wip/sadiq/fixes' into 'master' (*)
9ffd880... docs: Add missing TreeListModel docs (*)
8bdcff3... Update POTFILES.in (*)
b92c328... sortlistmodel: Actually insert unsorted items at the wrong (*)
5571217... testsuite: Add tests for GtkSortListModel (*)
545c5f1... testsuite: Disable some tests for older glib (*)
57ba404... Minor doc fix (*)
231b76b... tree list model: Add docs (*)
6971e29... docs: Fix inclusion of source files in tutorial (*)
c8a13a2... toolbar: Use hexpand/vexpand Gtk+ properties (*)
e55df03... Merge branch 'toolbar-expand' into 'master' (*)
f3e6d00... gtk: Fix some g-i annotations warnings (*)
a0056d5... Remove some duplication in testfilechooserbutton (*)
9e3e9e8... treelistmodel: Fix signal emission on row destroy (*)
691ab42... Merge branch 'wip/sadiq/model-fixes' into 'master' (*)
f211d71... treelistmodel: Fix memory leak (*)
05b2ae0... Merge branch 'wip/sadiq/model-fixes' into 'master' (*)
1a4b60f... tree-list-model: Return the correct item type (*)
03679d4... listlistmodel: Fix documentation comment (*)
0d7c987... Revert "listlistmodel: Fix documentation comment" (*)
29c700d... listmodels: Clarify documentation for function prototypes (*)
2c84049... treelistmodel: Improve naming a bit (*)
58cdd51... ci/docker: add lcov so we can create coverage reports (*)
57ef793... revealer: Support minimum size of child (*)
d409809... GDK W32: send both smooth and discrete scrolling events (*)
7372881... GDK W32: fix direction of horizontal smooth scrolling event (*)
60cb315... Merge branch 'revealer-support-min-size-master' into 'maste (*)
93a89a3... Merge branch 'win32-scroll-both-gtk4' into 'master' (*)
5bf009a... cssrbtree: Fix a crasher (*)
be2609a... inspector: Handle case where there's no default application (*)
d19cba4... reftests: Fix path to installed-tests in .test metadata (*)
fa81903... testsuite: Fix installed-test metadata for autotestkeywords (*)
a0d83bd... testsuite: Install accessibility-dump executable alongside (*)
1e1bed0... Update Turkish translation (*)
2329b62... Update Turkish translation (*)
8105bde... Update Turkish translation (*)
5b2a451... Merge branch 'installed-tests' into 'master' (*)
a966b90... Merge branch 'master' into 'master' (*)
4ad8dce... flattenlistmodel: Fix uninitialized variable warning (*)
2b8e30a... Use Unicode apostrophes in new strings (*)
19bf502... Merge branch 'master' into 'master' (*)
d90e273... GtkApplication: Fix CRITICAL on shutdown when register_sess (*)
7b72964... menu: Remove arrow visibility flags (*)
2f6e998... menu: Show scroll arrows if necessary (*)
e89bd7d... menu: Remove useless if statement (*)
0e27480... assistant: Remove some unused defines (*)
248708c... button: Remove key_controller member (*)
d51abae... scalebutton: Remove unused define (*)
273189f... Update Polish translation (*)
42d064c... Make dashed border-style work correctly (*)
26302ca... Update expected node files (*)
89b96a8... Merge branch 'wip/arnaudb/fix-dashed-border-4' into 'master (*)
aeca585... Adwaita: tone down the 'devel' styling (*)
77c8d2d... Merge branch 'wip/jimmac/nightly-headerbar' into 'master' (*)
a28c7e8... Merge branch 'wip/sadiq/fixes' into 'master' (*)
278f9a9... Adwaita: draw insensitive progressbars (*)
4465593... gtkstack: fix null pointer dereference (*)
e9a67cc... gdk: seal in-memory files when possible (*)
ac97d2b... Update Esperanto translation (*)
aa14b18... Adwaita: Horizontal OSD spinbutton entry fix (*)
c59669d... widget-factory: Move app menu contents to primary menu (*)
43997fb... widget-factory: Rename About menu item to About Widget Fact (*)
52bcf7f... widget-factory: Add Keyboard Shortcuts menu item (*)
39843eb... Adwaita: fix devel styling for sidebar apps (*)
99b7697... video: Add header include guard (*)
eecd582... docs: Put subsection into right section (*)
0657a53... inspector: Highlight CSS node on selection (*)
66c0336... GDK W32: Support switching IM contexts at runtime (*)
f48ed12... slicelistmodel: Fix typos in docs (*)
8e2fb9c... docs: Update GtkSliceListModel (*)
10fef2f... Merge branch 'win32-runtime-immodule-swap-gtk4' into 'maste (*)
cbdb744... Updated Lithuanian translation (*)
cbb0d7b... Merge branch 'master' into 'master' (*)
dd69c4e... GtkBuildable: Fix the type of the user_data in GtkBuildable (*)
1ca9060... testsuite/gtk/[flatten|sort]listmodel.c: Avoid VLA usage (*)
cebf5ed... testsuite/gtk/filterlistmodel.c: Avoid GCCism (*)
1ca5b41... gtkimcontextime.c: Fix Korean input (*)
50c63fc... Merge branch 'gtkbuilder-tag-end-wrong-type' into 'master' (*)
48e88c6... Merge branch 'file-sealing' into 'master' (*)
e0a1311... spinbutton: Don't use gfloat in a code sample (*)
d15df65... gl renderer: Save some matrix multiplications (*)
114efa8... widget: Stop adding a legacy event controller (*)
ae3e6d1... emojichooser: Pass chooser to add_emoji (*)
de3e5be... meson: Add a fallback for the harfbuzz dependency (*)
00c29e1... meson: Use proxy-libintl subproject when needed and availab (*)
b98f5a0... meson: Always fetch pangoft2_dep from the pango subproject (*)
4bae7fb... .gitignore: Ignore all subdirs in the subprojects dir (*)
9cbd3ac... gtk-demo/main: Suppress implicit fallthru warning (*)
f252bbc... Notebook: Don't notify 2x from set_tab_label_text (*)
4e884b6... Notebook: Ensure menu_label updates with tab_label (*)
0f4a6bf... gtkeventcontrollerlegacy: Make public (*)
bb0e964... testsuite: Fix gestures test (*)
55b32c8... gtkwidget: Drop obsolete code (*)
65fbd0a... tests: Remove ::event handler in testwindowsize (*)
3c73f70... tests: Use GtkEventControllerMotion in testpopup (*)
21d0e30... testsuite: Fix gestures tests for the legacy controller (*)
dd6aa7b... tests: Drop ::event handler in testgtk (*)
f367468... tests: Drop "saved positions" test in testgtk (*)
532a48a... Merge branch 'lrn/zorder-gtk4' into 'master' (*)
a3ac3b6... Merge branch '1397-gtknotebook-built-in-popup-menu-listing- (*)
1729da8... quartz: do not cache the screen in the gdkmonitor (*)
ef82f17... Adwaita: prevent devel styling break selection mode (*)
ad7eaf2... Update Esperanto translation (*)
98dd53c... Merge branch 'nirbheek/meson-fallback-dep-fixes' into 'mast (*)
45e6e0c... gtkentry: set minimum-width to 0 instead of 150 (*)
c4b3337... Added Slovenian translation (*)
6287140... Updated Slovenian translation (*)
b4acf81... Merge branch '1422-gtkentry-s-minimum-width-is-hardcoded-to (*)
4c6d60c... GDK W32: Be honest about supported clipboard formats (*)
60b0f48... Merge branch 'wip/carlosg/public-legacy-controller' into 'm (*)
f57d337... Update POTFILES.in (*)
88c77eb... Update GDK_OSX versions to current MacOS release. (*)
e457a78... Use [NSGraphicsContext CGContext] instead of graphicsPort a (*)
e31187e... GdkQuartz: Handle NULL from [NSGraphicsContext currentConte (*)
1e39f99... wayland: Remove GNOME Classic-specific workaround (*)
833442e... Merge branch 'wip/fmuellner/deco-setting' into 'master' (*)
1c46560... Use a simpler sandbox check (*)
8099669... Move the should_use_portal helper to gdk (*)
48b569e... wayland: Support the settings portal (*)
5028cb3... Merge branch 'wip/settings-portal' into 'master' (*)
9946dd2... gtk-autocleanups: add cleanup function for GtkRecentInfo (*)
54830a2... wayland: Fix a thinko in settings portal support (*)
b4b30b4... Merge branch 'wip/3v1n0/recent-info-cleanup' into 'master' (*)
c37c86a... gtk/gtktextview.c: Remove unused GTK_TEXT_VIEW_GET_PRIVATE( (*)
9d51a8f... gtk/gtktoolbutton.c: Document why we need to still use G_TY (*)
3194c39... TreeMenu: Don't manually reinvent g_list_index() (*)
18199a3... testtreelistmodel: Don't use non-standard function (*)
31b8e0f... Popover: Minimally document the ::closed signal (*)
145659a... widget: Some whitespace fixes (*)
ac4134c... range: Remove multipress_gesture member (*)
481a78e... widget: Avoid some more ->priv accesses (*)
5936d7f... gl renderer: Properly retrieve matrix scale (*)
29563a3... icontheme: Stop strdup'ing css colors when loading (*)
2834b38... icontheme: Use a bit field in AsyncSymbolicData (*)
fe7a263... icontheme: Don't reference nonexistent parameter in docs (*)
aad3686... icontheme: Drop remaining emblem code (*)
0c017ff... icontheme: Stop exporting gtk_icon_theme_color_symbolic_pix (*)
7977391... icontheme: Stop exporting gtk_icon_info_new_for_file (*)
0b4ee06... eventcontrollerlegact: Fix ::event docs (*)
45b909f... testpopup: Fix GtkEventControllerMotion::motion callback si (*)
7b51de6... Adwaita: use new HIG colors (*)
671f69c... Merge branch 'wip/jimmac/hig-colors-gtk4' into 'master' (*)
1787f04... Merge branch 'wip/jimmac/insensitive-progress' into 'master (*)
f1e24ca... Adwaita: Propagate bg color to titlebar separator descendan (*)
1e2d11c... Adwaita: fix osd bg color (*)
f610fbf... Adwaita: use HIG grey for bg_color (*)
6eba544... colorscale: Remove x/y arguments from snapshot_scale (*)
85a002b... scale: Don't set label css name to "label" (*)
c447282... scrolledwindow: Remove some useless code (*)
c2c1acc... calendar: Remove unused struct member (*)
b3ba296... font chooser: Properly include freetype headers (*)
edc4b2f... eventcontrollerscroll: Conditionally propagate ::scroll (*)
d7c2e58... Merge branch 'scroll-event-propagation' into 'master' (*)
39f8e1e... wayland: Adapt to settings portal api change (*)
0d47a6c... toolbar: Remove some unused defines (*)
e656f66... toolbar: Remove dead code (*)
5a3ecb9... render: Fix a position/size mixup (*)
87ee7e3... appchooserbutton: Inherit from GtkWidget (*)
75deff0... testappchooserbutton: Fix for class hierarchy change (*)
28bd564... appchooserbutton: Remove priv pointer (*)
ce3d5fc... vulkancontext: Add missing error switch (*)
1f1306a... docs: Add GtkEventControllerLegacy (*)
ade171a... widget: Don't pass a position to ->size_allocate (*)
359d874... Use g_clear_pointer to unparent widgets (*)
c65c6ba... widget: Fix size-allocate signal docs (*)
7aa02b9... Merge branch 'include-ft2build.h' into 'master' (*)
55faaf1... Merge branch 'jjardon/no_G_TYPE_INSTANCE_GET_PRIVATE' into (*)
e0833e4... vulkancontext: fix typos in documentation (*)
b061821... g-i: Add some nullable annotations (*)
4142d0a... Merge branch 'more-nullable' into 'master' (*)
d0f4fcb... Merge branch 'akitouni/gdkvulkan-doc-typo' into 'master' (*)
8c9c3e4... container: Document that removal from foreach is permissibl (*)
40ae5c1... Merge branch 'benzea/foreach-documentation' into 'master' (*)
ea487b2... window: Actually emit notify::transient-for (*)
b42d99b... Merge branch 'zbrown/emit-transient-for' into 'master' (*)
08a07d4... entry: Shorten finalize implementation (*)
d76a0fe... widget: gdk_display_get_monitor can return NULL (*)
8d7bf3a... Adwaita: list buttons (*)
6e28d00... Adwaita: tone down broders, buttons (*)
97d8676... Adwaita: help fullcolor app icons (*)
eeeefb4... switch: Shorten size_allocate impl a bit (*)
b7963a0... widget: Parent widgets may also consume motions (*)
6466e53... gldriver: Don't create surfaces to upload textures (*)
059d937... colorscale: Cache hue texture (*)
fe49f83... colorplane: Convert crosshair rendering to snapshot (*)
ef751bc... gl renderer: Use stack to keep track of modelview matrix (*)
7aee30b... adwaita: icon-shadow -> -gtk-icon-shadow (*)
f92745a... widget: Save baseline without CSS values applied (*)
eebb849... widget: Query CSS values later in size_allocate (*)
0be4d31... headerbar: Remove superfluous parentheses (*)
e5f9bf2... (#1471): base64-encode included SVGs to avoid mis-escaped c (*)
8035969... Merge branch 'master-escape-included-svg' into 'master' (*)
e5efc84... Adwaita: buttons & headerbars (*)
dcd21e1... texttag: Replace gtk3-demo reference with gtk4-demo (*)
a26edd5... Adwaita: tune button & hederbar colors (*)
95f06f6... Add bigger shadow and border-radius to menus (*)
dbde7b6... Adwaita: flatten the headerbar again (*)
c17c18f... widget: Remove one translate_coordinates copy (*)
5ea211b... Revert "gldriver: Don't create surfaces to upload textures" (*)
12378f0... gl renderer: Expand matrix metadata extraction (*)
c0cf592... gl renderer: Cache offscreen textures per node, not size (*)
2bd02d9... popover: Get rid of a gtk_widget_get_allocation call (*)
7c020bf... inspect-button: Remove custom pick() implementation (*)
5907ff6... gl renderer: Render non-trivial transforms to a texture (*)
f598836... popover: Don't recalculate position if unmapped (*)
904fd5f... Remove gtk_widget_intersect (*)
e9fe941... Adwaita: sync headerbar styling for devel mode (*)
b5fd7b3... Adwaita: headerbar backdrop state (*)
3f8598b... Adwaita: button tweaks (*)
8921c86... Adwaita: shade buttons (*)
a6a69dd... Adapt border-radius and box-shadow of menus to popovers (*)
f3c704b... Adwaita: updated switch control (*)
7a4e9fa... Force emoji presentation (*)
6f8c4f8... Merge branch 'force-emoji' into 'master' (*)
538491e... gl renderer: Fix only_translation check (*)
9474524... GdkGLContext: Fix damage computation with buffer_age (*)
3eb2cef... gl renderer: Set the render region as initial clip (*)
74dd05b... gl renderer: add render ops for dumping the framebuffer (*)
574ebaf... gl renderer: Reset offset when rendering offscreen (*)
933acb3... gl renderer: Add offscreen ops without offset applied (*)
2831dbb... gl renderer: Refactor add_offscreen_ops (*)
79cc8fb... gl renderer: Apply offset with scale (*)
71512cf... gl renderer: Move geometry calculation further down (*)
f8df527... sizerequest: Directly query new request_mode (*)
9df9087... gl renderer: Add NodeSample (*)
58a4ae9... gl renderer: Use ops_transform_bounds_modelview in more pla (*)
fb6adaa... window: Don't try to size-allocate unmapped popovers (*)
ad75930... gl renderer: Add more node types to print_render_node_tree (*)
692ed4f... gl renderer: Refactor render op builder (*)
b19926c... gl renderer: Add function to draw debug rectangle (*)
0681c5d... gl renderer: Reset opacity when rendering to a texture (*)
2b95a5d... gl renderer: Remove blend shader (*)
ad93806... showrendernode: Fix GtkImage size (*)
e0a7d28... testuite Add translucent offscreen rendering test case (*)
1e129c1... emoji chooser: Actually force Emoji presentation (*)
fd47e57... gl renderer: care about offset when rendering shadow nodes (*)
aead150... gl renderer: Care about offset when rendering border nodes (*)
b4f9189... gl renderer: Outset shadow nodes: offset (*)
e8670c8... gl renderer: Linear gradients: offset (*)
e1feb1b... gl renderer: Clip nodes: offset (*)
d67dace... gl renderer: transform nodes: offset (*)
4b3a94f... gl renderer: Fix remaining TODO about offset nodes (*)
4860410... button: Remove some unnecessary includes (*)
2644da1... button: Remove some dead code (*)
8de1ba2... application: Remove dead assignment (*)
a2a4603... Merge branch 'bye-app-menu-gtk4' into 'master' (*)
72d09d2... Box, Grid: Improve various bits of documentation (*)
320d272... Adwaita: buttons & headerbar tweaks (*)
ed65ab1... meson: Build .rc files for Windows (*)
5383d11... modules/media/meson.build: Export needed symbols on MSVC (*)
3fa28ff... build: Make post-install script a Python script (*)
edd4d29... Merge branch 'context_menus' into 'master' (*)
80f2660... Adwaita: regenerate CSS (*)
82a1d4f... gesturestylus: Use proper syntax when refering to signals (*)
df817bd... gl renderer: Ignore viewport ops to the same viewport (*)
57efdcf... gl renderer: Ignore subsequent render target ops (*)
3ce4550... gl renderer: Track border width state separately (*)
43ef4d7... menushell: Listen to non-primary button clicks (*)
284d909... icontheme: Recolor <polygon> elements in SVGs too (*)
67fdfca... GDK W32: set default settings for fontconfig. (*)
2f29cb9... win32: Don't multiply the scroll event deltas by the Window (*)
80a90a0... Updated Slovenian translation (*)
462193a... demos/gtk-demo/combobox: fix typo (*)
5612e84... GDK W32: Always set gtk-font-name to the active UI font. Fi (*)
77792b6... Revert "Adwaita: GNOME 3.32" (*)
04aebda... Merge branch 'win32-honest-clipboard-gtk4' into 'master' (*)
7997bdc... Merge branch 'demo-combobox-typo-gtk4' into 'master' (*)
5b04936... Merge branch 'fix-polygon-svg-recolor' into 'master' (*)
3bbfff9... placesview: Set .error style if unsupported protocol (*)
7601bca... placesview: List only available protocols as available (*)
8f29a06... A11y: Add support for AtkTableCell (*)
86ad3e8... Merge branch 'master' into 'master' (*)
cb0d8d6... Remove gtk_widget_show_all() call (*)
a350192... EventControllerKey: Add missing documentation bits (*)
ab52862... Replace Bugzilla by Gitlab URL in DOAP file (*)
a0b5b39... Replace git.gnome.org by Gitlab URL in <GitRepository> in D (*)
3ec2d5f... Zero-fill new GtkTextIter (*)
a99bd2a... ci: Update Docker image to Fedora 29 and meson to 0.49.0 (*)
8ce0108... gtkmain: Avoid critical messages on closing window (*)
8a27302... gtkmain: Terminate two loops early (*)
6524096... gtkplacessidebar.c: move bookmark at the placeholder index (*)
c35e0cb... RGBA: Fix example to_string output for reality/CSS (*)
271acaf... RGBA: Consistently use “” around inline arg names (*)
a8ac6f8... RGBA: tiny grammar improvements in to_string doc (*)
c309688... a11y: Fix function return type (*)
89c48a0... mediastream: Allow multiple calls to gtk_media_stream_error (*)
1423265... gstmedia: Implement error handling. (*)
024220a... imwayland: Add text-input-unstable-v3 support (*)
c49b29f... imwayland: clear preedit on focus out (*)
1e69d24... modules: Check current context before retrieving surroundin (*)
fcf28de... imwayland: Fix clearing of preedit text (*)
c4b4e90... imwayland: Fix clearing of preedit text in webkitgtk (*)
12ac9f3... imwayland: Don't reset serial while text-input is alive (*)
8912dc2... imwayland: Collect return value from ::delete-surrounding s (*)
f676278... imwayland: Handle enter and leave events (*)
b465e04... imwayland: rearrange functions to remove prototypes (*)
7a0b6a3... imwayland.c: fix formatting (*)
904202a... imwayland: Plug leaks (*)
8ce6d03... imwayland: Respect maximum length of 4000 Bytes on strings (*)
beb9ee6... build: wrap IM protocol building under have_wayland altoget (*)
1b730dc... x11: get the tool type from the wacom driver properties (*)
e95e045... x11: don't add unknown tools to our list (*)
38cba68... x11: make the tool lookup dependent on the hw id as well (*)
615f10f... revealer: Fully set the target state if unmapped during ani (*)
1df276f... mediastream: Fix possible memory leak (*)
a529898... Win32: Fix typo on compilation speedup macro define (*)
c7f1a27... Update Catalan translation (*)
c665a1d... Annotate values of PRIORITY constants (*)
325badc... Merge branch 'fix-typo-win32-compilation-speedup-macro-gtk4 (*)
06d764d... Update Catalan translation (*)
e9d4823... Update Catalan translation (*)
d10709c... Update Catalan translation (*)
d7cafca... docs: Move commit style docs to the contribution guide (*)
3939824... docs: Make the contribution guide slightly more friendly (*)
0397c8b... docs: Clarify autoclosing issues syntax (*)
3f56778... docs: Clarify the section on commit access (*)
4f532a4... docs: Clarify the section on dependencies (*)
171a710... Update Catalan translation (*)
480a041... CellAccessible: Fix return type of row|column_span (*)
3b46e2a... image: Remove private struct from public header (*)
b4f2a34... picture: Avoid some unnecessary signal connections (*)
1d3aa92... gl renderer: Add a clip stack (*)
ea8f146... image: Indentation fix (*)
c1e1e2d... image: Avoid some unnecessary signal connections (*)
bd95e16... Merge branch 'wip/carlosg/revealer-fix-interrupted-animatio (*)
dc68d04... Fix resize corners (*)
a80007a... Fix XChangeProperty calls (*)
cd7e706... Merge branch 'wip/carlosg/imwayland-for-master' into 'maste (*)
ed17a8d... Merge branch 'patch-1' into 'master' (*)
3da9280... Merge branch 'wip/nbenitezl/move-bookmark-placeholder-index (*)
7e7c909... Check for the session bus before using it (*)
3d6bdb9... entry: Remove unused struct (*)
0530637... stack: Don't queue an unnecessary redraw (*)
66d3aa8... window: Fix state_flags_changed impl name (*)
9d3120c... popover demo: Fix size-allocate callback signature (*)
2c1198f... colorchooser: Remove extra custom color (*)
ea3d0c0... buttonbox: Remove redundant if statement (*)
c51f1fd... Update POTFILES.in (*)
f9a5a47... imcontextwayland: (Hopefully) fix if expression (*)
210a061... Updated Lithuanian translation (*)
dadac6a... Update Japanese translation (*)
4404afc... Update Japanese translation (*)
7bb5888... Merge branch 'commit-docs' into 'master' (*)
b52dea7... Merge branch 'fix-corner-resize' into 'master' (*)
d7193ea... [GtkSearchEngineQuartz] Resolve the path to a GtkFile* for (*)
52b9e47... [GtkSearchEngineQuartz] Limit the returned hits. (*)
cd69570... searchenginequartz: Fix naming of Beagle @ comment (*)
1c14285... flowbox: Accept multipress gesture late (*)
58e273d... a11y: Check display in `*grab_cell_focus()` (*)
16d4ce4... immulticontext: Don't have a global_context_id (*)
ca76675... immodule: Pass a GdkDisplay for default context ID (*)
545e95b... immodule: Don't load unsupported IM module (*)
0ef7d07... immodule: Check if module matches display (*)
5e96129... settings: Don't special case IM modules (*)
b6d8d39... revealer: Handle child-visible properly (*)
e458ea2... build: Avoid a Meson deprecation warning (*)
b3f8f35... Merge branch 'meson-warning' into 'master' (*)
5720e40... Updated Spanish translation (*)
d11bc68... gtkpopover: Fix popover when parent widget is partially vis (*)
ba1644c... Merge branch 'wip/sadiq/750-gtk4' into 'master' (*)
ec22646... Fix a typo in “popup-context-menu” documentation. (*)
ae03caa... Merge branch 'patch-1' into 'master' (*)
b4d906c... Update Spanish translation (*)
b2ff6e9... gl renderer: Don't forget the offset when rendering blur no (*)
b0a8b7d... gl renderer: Only compile the vertex shader once (*)
7ac9fe3... shadowvalue: Remove unused API (*)
cfa440b... gl renderer: Fix hidpi transform nodes (*)
fb7d033... gl renderer: Remove debug code (*)
913b4fc... iconcache: Remove unused defines (*)
8b14c8d... testoverlay: Fix fancy effect (*)
e72d0a9... gl glyphcache: Only support one dirty glyph per atlas (*)
d55fc8b... gl renderer: Dont't try to draw glyphs at scale 0 (*)
927e49e... switch: Always use I/O (*)
dc1d382... Merge branch 'wip/dboles/EventControllerKey-docs-4' into 'm (*)
1cd934e... listbox: set selected_row before emitting signal (*)
3ce3de9... Merge branch 'wip/muktupavels/listbox-master' into 'master' (*)
ba9b0c6... Use the IEC power symbols for GtkSwitch labels (*)
f4f0f0e... snapshot: Get new GArray item directly (*)
563b80d... label: Skip updating link state if we have no layout (*)
5fd936b... spinbutton: Use increment/decrement icon names (*)
a52431d... A11y: export gtk_cell_accessible_parent_get_(row|column)_he (*)
aadcec3... Update Polish translation (*)
5680393... label: Add missing nullable annotation (*)
4dc8ab5... testoverlay: Re-enable blurring (*)
d098cd5... overlay: Don't offset the main window snapshot (*)
c6da0c9... demo: Fix tranparency overlay demo (*)
c7f773f... overlay: Trivial indentation fix (*)
269535c... overlay: Blur the clipped node, not clip the blurred node (*)
69bc42f... rendernodepaintable: Don't try to snapshot 0×0 nodes (*)
44a2a49... overlay: Directly create cairo_region (*)
59bf76d... gl renderer: Force blur shadow node children offscreen (*)
e269f43... Rename GtkRBTree to GtkTreeRBTree (*)
25bca27... Rename GtkCssRBTree to GtkRBTree (*)
7ff949e... rbtree: Remove gtk_rb_tree_find() (*)
a33ff4c... rbtree: Access node->parent only via accessors (*)
6a3c2a2... rbtree: Add gtk_rb_tree_node_get_tree() (*)
8a7706f... rbtree: Make node getters not require tree argument (*)
e104337... rbtree: Fix removing last element (*)
c7af3e6... Update Esperanto translation (*)
5c50e48... Add fallback glyphs for GtkSwitch states (*)
a93f984... Updated Spanish translation (*)
697aa95... treeview: cache expander size (*)
7dd54b5... treeview: Don't get separator_height more than once (*)
c1c7642... window: Don't manually queue a draw on the new focus widget (*)
cf1526c... snapshot: Add gtk_snapshot_from_parent (*)
83f8056... scrolledwindow: Remove unused drag_device member (*)
374e93e... window: Directly find the cursor in the widget hierarchy (*)
135cf16... entry: Remove _gtk_entry_grab_focus (*)
9b15c69... colorscale: Redraw correct widget after setting rgba (*)
16867d8... g-i: Add transfer none annotations for frame clock timings (*)
215903c... Merge branch 'get-timings-transfer' into 'master' (*)
a5fcdca... docs: Point people at the right place for bugs (*)
58d9c3d... switch: Update state labels when needed (*)
e14fe22... gl renderer: Don't add clip ops if the clip didn't change (*)
ea2f662... iconview: Fix scrolled drawing (*)
0f6e15c... scrolledwindow: remove unused struct (*)
dbc8d25... scrolledwindow: Fix a event widget/event target mixup (*)
b2eff30... GdkEvent: Add a proper user_data member to GdkEventAny (*)
01e985a... GdkEvent: Remove unused struct (*)
5c81cc2... GdkEvent: Make gdk_event_set_user_data private (*)
fae6113... filechooserwidget: Show spinner when searching (*)
3ca688a... scrolledwindow: Reset indicators in unmap() (*)
c49cc97... gizmo: return void from snapshot func (*)
0e07912... tooltips: Remove keyboard mode tooltips (*)
11f9ae8... tooltip: Remove gtk_tooltip_trigger_tooltip_query (*)
2353e0e... tooltip: Look at the event's target widget (*)
c8ec0f4... tooltip: Move tooltips enabled checks into tooltips_enabled (*)
a25d6b1... tooltip: Use gdk_rectangle_contains_point (*)
7c72712... entry: Trivial indentation fix (*)
7aad089... entry: Use a label as placeholder (*)
7843da1... entry: Use pango_layout_get_log_attrs_readonly (*)
8e0cbc1... gl renderer: Support (not) resetting the opacity for offscr (*)
28241ce... about dialog: Use ::activate-link for license (*)
8f697d6... Merge branch 'switch-fallback' into 'master' (*)
95c0f07... Merge branch 'master' into 'master' (*)
3543a54... Specify the C include for Unix printing API (*)
a0f750f... filechoosernative: forward current_filter to delegate dialo (*)
f3f22b7... filechoosernativeportal: remove redundant casts (*)
c7af14d... filechoosernativeportal: stuff the current filter into opti (*)
9baef5e... Merge branch 'reference-include' into 'master' (*)
5e00cdb... rbtree: Add a trivial way to add rbtree tests to the testsu (*)
af56f06... rbtree: Fix a crash in insertion fixup (*)
045b92a... slice model: Don't report excessive changes (*)
9430b0b... testsuite: Add slice model tests (*)
f3fdb83... Update Afrikaans translation (*)
d86c993... Update Afrikaans translation (*)
a0e8cd5... testsuite/gtk/slicelistmodel.c: Avoid VLAs (*)
3d40f00... Merge branch 'no-more-bgo' into 'master' (*)
bbd1532... imcontext: Fix priorities of modules (*)
7978e04... immodule: Clean up loading code (*)
c875465... imcontextwayland: Get rid of global variable (*)
7723749... meson.build: Order warning flags alphabetically (*)
359bc76... build: Reintroduce warning flags from autotools (*)
773efe4... adwaita: Fix the padding of row.expander (*)
6ebbd8d... Merge branch 'expander-row-padding' into 'master' (*)
636a9a6... adwaita: Fix the greediness of row:not(.expander) (*)
c1f79a9... switch: Avoid problems with glyph availability (*)
afaac98... Update a11y tests (*)
4349e33... shortcutssection: Use a center box as footer (*)
09361e7... tests: Remove flicker test (*)
bd71e74... Stop using gtk_box_pack_end (*)
d7756dc... scalebutton: Stop relying on GtkBox's pack-type child prop (*)
ab6a67d... combobox: Stop using GtkBox's pack-type property (*)
3a13515... Stop using GtkBox's pack-type child prop in UI files (*)
494e9d7... dialog: Expose the content area as a separate GtkBox child (*)
99738e7... assistant: Fix button order in ui file (*)
28c5117... box: Remove pack-type child property (*)
c47abb5... testsuite: Remove box packing css node tests (*)
1ccba26... box: Remove children list (*)
3d34b91... box: Simplify documentation (*)
a543ed8... box: Remove gtk_box_pack_end (*)
e9e40dd... box: Remove gtk_box_pack_start (*)
c7b1df1... migration guide: Add a paragraph about GtkBox's pack-type (*)
883d5d8... box: Remove the position child property (*)
f3f5a89... box: Avoid position in the reorder api (*)
003eefe... action bar: Drop the position child property (*)
d339a43... header bar: Drop the position child property (*)
2de7f76... gl texture: fix a typo (*)
e2693ef... testgtk: Drop tabular menu (*)
19dbc83... Drop row/column-span-column from tests (*)
f87e40b... Drop a grid combo example (*)
b3dbdcd... fixup notify tests (*)
b0e67f1... testcombo fixup (*)
a5ba0d4... combobox: Drop support for grids (*)
a65f5c2... tree menu: Drop support for grids (*)
e31a961... Drop gtk_menu_attach (*)
9dee863... menu: Drop the child properties (*)
1528e7e... Add switch icons (*)
c5f90fc... switch: Use icons (*)
70db084... Fix gtk4-icon-browser (*)
57542e0... icon browser: Add on and off icons (*)
f03fe74... Update css tests results (*)
714d04c... Merge branch 'switch-icons' into 'master' (*)
a380129... Merge branch 'tabular-menus' into 'master' (*)
8a667a5... Remove vestigial ::event support (*)
9b06692... Update Galician translation (*)
7fcd183... Update Galician translation (*)
847b3a9... Update Hungarian translation (*)
b2f0c10... Update Galician translation (*)
95404c8... Update Galician translation (*)
f3c51cd... scrolledwindow: Don't NULL the indicator widget in unmap (*)
df1f036... cssanimatedstyle: Avoid some type checks and unnecessary wo (*)
7f4b7c4... cssparser: Make _gtk_css_parser_try a macro (*)
d54cccf... label: Use pango_layout_get_log_attrs_readonly (*)
1648173... csstransformvalue: Convert skew values to radians (*)
611964d... widget: Avoid some type checks when picking (*)
61ec2ab... widget: Propagate PRELIGHT state when unsetting it (*)
1b504a3... Automatically set :active state on button press/release (*)
20429f4... Remove :active state handling on widgets (*)
bde2332... main: Report correct target for button release events (*)
245cebe... widget: Ignore events on unmapped widgets (*)
0a5362a... gtkmain: Remove comment mentioning GDK_PROPERTY_NOTIFY (*)
8c4dc3d... widget: Also propagate ACTIVE state when unsetting (*)
4a333f8... Merge branch 'wip/matthiasc/event-signal' into 'master' (*)
7286ede... Merge branch 'adwaita-osd-spinbutton-entry-fix-master' into (*)
5765d47... Merge branch 'expander-row-padding' into 'master' (*)
a15325e... gtkentry: Fix text handle coordinates calculation (*)
d9d4879... Merge branch 'wip/carlosg/texthandles-position' into 'maste (*)
a7fa1cf... Merge branch '1480-critical-csd-close-button' into 'master' (*)
5852a5e... switch: Notify :state by pspec (*)
4dca2f9... recorder: Don't try to print info about a NULL list model (*)
27446b4... Update Hungarian translation (*)
f84116b... Update Hungarian translation (*)
8390883... Update Hungarian translation (*)
35e973d... docs: Remove <ulink> elements (*)
3bb1423... tests: Remove spurious gtk_container_add() (*)
4040f76... Use @basename@ in enumeration type templates (*)
2514760... Merge branch 'testgtk-warning' into 'master' (*)
af63e89... Merge branch 'enum-template-basename' into 'master' (*)
268fcbb... Drop GtkPopoverMenu::position (*)
3d1fd51... Merge branch 'popover-menu-position' into 'master' (*)
43234ee... gtkmain: Rename event_widget to target_widget in do_event (*)
489e87b... main: Rename local variable (*)
47ba423... tooltip: Use gtk_widget_compute_bounds to get tootip widget (*)
257df1d... tooltip: Get the pointer position relative to the toplevel (*)
25e199e... testgtk: Fix image menu item child order (*)
1401089... Issue #1633 - Ensure focus on click (*)
d080be3... Rename some references to GTK+ (*)
5120748... Drop GtkButtonBox (*)
dbd3602... Add an explicit fribidi dep (*)
2350d09... gdk: Add a copy of some deprecated pango api (*)
101f1c7... gdk: Stop using deprecated pango api (*)
99c5a3d... gtk: Stop using deprecated pango api (*)
dcda16a... Merge branch 'pango-deprecation' into 'master' (*)
1aeeefd... Merge branch 'drop-the-plus' into 'master' (*)
179e85f... about dialog: Stop setting secondary (*)
0f24fdd... docs: Drop the '+' from GTK (*)
589cb19... demos: Drop the '+' from GTK (*)
803ae6a... examples: Rename the pkg-config file for GTK 4 (*)
1b67343... modules: Drop the plus (*)
4569bc6... inspector: Drop the "plus" (*)
866d0c4... themes: Drop the "plus" (*)
25fd230... gtk: Drop the "plus" (*)
f6c07a0... glade: Drop the "plus" (*)
a8e6cd3... Merge branch 'no-more-plus' into 'master' (*)
de4703e... Drop buttonbox from tests (*)
32e61b9... Drop gtkboxprivate.h (*)
ca1ffa0... Merge branch 'master' into 'master' (*)
3489ed0... Merge branch 'kill-buttonbox' into 'master' (*)
7abcd5b... window: Remove set_icon_from_file (*)
7966456... window: Remove _set_default_icon_from_file (*)
490bb4c... window: Remove icon property (*)
e82d97f... window: Remove set_default_icon (*)
131e8d8... Remove some unnecessary gtkwindow.h includes (*)
55b99e9... window: Remove icon list (*)
e6c5b93... window: Remove default icon list (*)
b215384... window: Remove default_icon_serial (*)
9b91041... window: Remove remaining icon_list handling (*)
057144c... window: Inline function into only caller (*)
f60ca91... A few forgotten button box functions (*)
33ac41b... infobar: Remove an unused variable (*)
1674b6e... main: Prefer implicit grab widget to target widget for moti (*)
9d95008... inspector: Remove window icon (*)
51268f5... docs: Remove reference to deleted file (*)
721e598... Reduce includes of gtkinvisible.h (*)
aad4499... filechoosernativeportal: Stop using an invisible (*)
785373c... printoperation-win32: Stop using an invisible (*)
3260a60... Update POTFILES.in and POTFILES.skip (*)
4fbf10f... Update Hungarian translation (*)
28044aa... Update Hungarian translation (*)
a75dcce... Make the invisible invisible (*)
e91144f... Make GtkInvisible private (*)
dbc4298... Merge branch 'less-invisible' into 'master' (*)
d2d35e5... Adjust some more pkg-config references for gtk+ to gtk rena (*)
45361e1... Rename more GSources to use `gtk` (*)
1668496... docs: Fix GTK links and locations (*)
22f073b... docs: Fix references to pkg-config files (*)
61fbd5b... tests: Fix comment for accuracy (*)
5a0eea8... docs: Fix project name for translators (*)
b56c0fb... Rename project files (*)
a5e4a38... Updated Spanish translation (*)
7a59fd7... Updated Spanish translation (*)
7be59fa... Updated Spanish translation (*)
8d53737... Adwaita: sync with stable styling (*)
a3e517a... Adwaita: menu border-radius fix from gtk3 (*)
7863224... app icons: use new style (*)
190412f... Update Polish translation (*)
101f7c7... Update Polish translation (*)
ad9c2a6... stack: Convert child properties to a child meta object (*)
ed3b966... builder: Allow specifying objects inline (*)
addcf2e... tools: Split gtk-builder-tool (*)
59152b8... builder tool: Rewrite the simplify command (*)
1fb3feb... Document --3to4 (*)
72b6644... builder tool: Operate on multiple files (*)
4ace873... Update ui files to new stack syntax (*)
e31f735... Some small additions to the migration guide (*)
edd3f28... migration guide: Mention --3to4 (*)
ce60089... assistant: Convert child properties to a child meta object (*)
b675597... builder-tool: Convert assistant pages too (*)
4763406... Merge branch 'stackpage' into 'master' (*)
232c175... ci: Update the test suite name (*)
81055ca... Fix compiler warnings (*)
c7467b4... assistant: Fix the default value of has-padding (*)
a7eae67... shortcuts window: Fix a leftover use of child properties (*)
1632cc7... stack: Make the child meta work without stack (*)
d8a5f41... assistant: Fix up property notification (*)
b8903a4... stack: Fix up property notification (*)
038a9b2... notify test: Omit GtkStackPage::position (*)
257bd4f... tests: Bulk add recent items in an idle (*)
c16a861... assistant: Fix a refcounting oversight (*)
f059328... a11y tests: Update stack ui file (*)
4dc3595... a11y tests: Update assistant ui file (*)
3fcfd73... a11y tests: Update dialog-related output (*)
7384cc7... a11y tests: Update actionbar output (*)
ed6a6d3... Merge branch 'idle-test-recentmanager' into 'master' (*)
e0dac3a... widget-factory: Reinstate some lost properties (*)
915acce... builder-tool: Fix preserving properties (*)
49cbf2a... widget: Add gtk_widget_set_overflow() (*)
8ef417d... viewport: Use gtk_widget_set_overflow() (*)
c07cd23... paned: Use gtk_widget_set_overflow() (*)
b72ee00... iconview: Use gtk_widget_set_overflow() (*)
3517eb7... magnifier: Use gtk_widget_set_overflow() (*)
e522641... textview: Use gtk_widget_set_overflow() (*)
3d05e67... treeview: Use gtk_widget_set_overflow() (*)
3f2934b... revealer: Use gtk_widget_set_overflow() (*)
7371d14... Update POTFILES.in (*)
cf5f577... Use Unicode typography in new translatable strings (*)
7cb505a... Avoid introspection warnings (*)
2eaffe4... Update Polish translation (*)
37d218b... imwayland: Toggle OSK more sparingly (*)
58eb1c9... Merge branch 'wip/carlosg/toggle-osk-sparingly-master' into (*)
a72b91e... Fix icon installation (*)
6959e8c... typo correction (*)
e1f903c... Update Galician translation (*)
81f88ba... flatpak: Stop renaming icons (*)
131c225... Merge branch 'wip/jimmac/app-icons' into 'master' (*)
9bfdcfb... Update Galician translation (*)
f79ded3... Update Finnish translation (*)
2146fd2... GdkDisplay: Use a GQueue for the events queue (*)
d1ea591... rendericon: Ignore transparent icons (*)
14feafe... window: Remove GList link directly (*)
ea55458... glglyphcache: Remove surface member from dirty glyph (*)
a872c41... glglyphcache: Fix dropping caches unnecessarily (*)
bee5183... demo: Fix fishbowl default togglebutton state (*)
317b9e6... gtk-demo: Fix the sidebar demo (*)
16024fb... gtk: Add GtkSelectionModel (*)
30386bb... gtk: Add GtkSingleSelection (*)
dcdec4b... testsuite: Add selection model tests (*)
ccb0a0f... testsuite: omit some selection properties (*)
dc0750f... stack: Add a GtkStackPage::visible property (*)
7b08d13... stack: Provide a selection model (*)
8595665... stack switcher: Use the selection model (*)
976664c... a11y tests: Adapt to changes (*)
9255a12... stack sidebar: Use the selection model (*)
916508f... stack: Drop the position property (*)
e0f8b8e... Merge branch 'fix-typo' into 'master' (*)
cdb7294... selection tests: Plug a memory leak (*)
2e1a204... Reorder tests (*)
f496b4c... add more autoselect tests (*)
78da8e4... Exclude some tests on too-old glib (*)
46fba85... Merge branch 'stack-fixes' into 'master' (*)
220ccaf... gtk-demo: Fix fishbowl setup (*)
14bc61c... Merge branch 'fix-fishbowl' into 'master' (*)
4feb88e... Update POTFILES.in (*)
52b83ac... about dialog: Adapt to new stack visiblity handling (*)
756e8f3... Theme: add helper class names for Adwaita (*)
2d57cb6... Revert a non-working addition (*)
aa71b6c... Rever more of the icon shadow commit (*)
ec6458d... testsuite: Consider bookmark-new as required icon (*)
92d6f5e... Add image-missing to the internal icons (*)
4df2a4c... icon theme: Remove fallbacks (*)
6c4e088... resources: Include more icon directories (*)
bcafd20... resources: Include more icons (*)
7207c82... spin button: Use guaranteed icons (*)
16026b6... page setup dialog: Use theme icons (*)
ce5f198... widget-factory: Include our own icons (*)
93514b4... sidebar demo: Use an existing icon (*)
5f73d52... stack demo: Use the proper icon name (*)
ffc7a81... gtk-demo: Include our own icons (*)
4fb342f... Update check-icon-names tests (*)
2bd9330... Merge branch 'included-icons' into 'master' (*)
f4b26af... selection model: Add sanity checks (*)
c0c6c87... stack: Avoid some ugly unrefs (*)
2dd85b8... stack: Don't leak a reference (*)
1750922... stack: Fix a corner-case (*)
8c0b706... stack: Don't emit bad ::selection-changed signals (*)
82fdd48... Add a missing icon (*)
8de8b8e... inspector: Fix selecting objects with a next tab (*)
fbe0db4... inspector: Add an api to activate an object (*)
927e983... inspector: Make object property inspection work again (*)
6ef775d... stack: Add a pages property (*)
2866a13... inspector: Support list model properties (*)
ae9a29f... Exempt "pages" properties from defaultvalue test (*)
fb44491... assistant: Add a pages property (*)
89d8ae0... stack: Fix a crash (*)
acaa257... Updated Slovenian translation (*)
cd37b87... overlay: Remove hack for scrolled windows (*)
1f56f5c... selectionmodel: Change prototype of query_range() (*)
0772258... simpleselection: Improve items-changed (*)
2ba928e... window: Properly detect if size allocation is needed (*)
e0ec5ca... container: Drop gtk_container_check_resize() (*)
d3a2218... widget: Split up priv->allocation (*)
d65a60e... widget: Move compuatation of what changed further up (*)
2e5bc9f... gtk: Add the GtkRoot interface (*)
aeda099... widget: Remove toplevel flag (*)
4ca1f7e... widget: Add GtkWidgetClass:root and :unroot functions (*)
ddf2a36... widget: Add a GtkWidget::root property and gtk_widget_get_r (*)
2fbdd8b... root: Add GtkRoot:get_display vfunc (*)
446713f... root: Add gtk_root_get_surface_transform() (*)
694d7c3... root: Move the renderer to the root (*)
86978d2... widget: Store the render node in the widget's coordinate sy (*)
19ffb40... cssboxes: Introduce (*)
285aba6... widget: Make width, height and transform be widget-relative (*)
7ad0f7f... css: Mark some hot functions as G_GNUC_PURE (*)
c44c44e... css: Pass boxes to the render functions (*)
aa55222... singleselection: Make tests build without warnings (*)
fb4f5e0... assistant: Add docs (*)
d327d3f... assistant: Use a stack (*)
e5e2bd3... Drop GtkAssistantPage::has-padding (*)
74d6d81... Merge branch 'assistant-cleanup' into 'master' (*)
bea1a02... Merge branch 'wip/otte/boxes' into 'master' (*)
0739399... paned: Implement increased handle area using pick() (*)
10e5856... widget: Save transform as matrix (*)
ca2c05c... widget: Push a transform node if we need to (*)
c9d9f8b... flowbox: Implement get_child_at_pos properly (*)
76be7a5... a11y: Update assistant test output (*)
7325f8e... editable: Add more to interface (*)
3279596... entry: Implement new editable iface (*)
b9c8dd6... spin button: Implement and use editable interface (*)
1801bf6... Add a GtkText widget (*)
fcb5888... Make emoji completion work for GtkText (*)
936181f... Add a GtkTextAccessible (*)
36ac867... recorder: Print the matrix for transform nodes (*)
d247e57... widget: Fix gtk_widget_size_allocate() (*)
45fb1d0... entry: Delegate to GtkText (*)
ea098f8... entry accessible: Make this work with the text widget (*)
1930c74... spin button: Use GtkText (*)
8bb6d00... search entry: temporarily disable some functions (*)
a31da76... treeview: Disable some search entry functionality (*)
cbbc7dd... treeview: use a GtkText as search entry (*)
39d5f9e... entry completion: Make this work again (*)
c6e6fb1... Add GtkPasswordEntry (*)
210c5d8... Add a test for GtkPassworkEntry (*)
667ea2d... search entry: Use a GtkText (*)
fa3d194... search bar: Work with the new GtkSearchEntry (*)
3a1a7c4... treeview: make search work (*)
b8c981f... inspector: Work with new search entry (*)
a0454e4... gtk-demo: Make the delayed search demo work (*)
f1012b5... Fix the search bar example (*)
7d9e63a... app chooser: Use editable api on search entry (*)
37b841b... font chooser: Use editable api on search entry (*)
08bd690... file chooser: Use editable api on the search entry (*)
0e11944... widget-factory: Don't set can-focus on entries (*)
613f8ce... testsuite: update css node tests (*)
996a424... defaultvalue test: Exempt GtkText::buffer (*)
102c0ce... focus test: Use a GtkText instead (*)
3422edf... a11y tests: Update expected output (*)
ac44522... a11y text test: Use a GtkText instead (*)
22ea832... Fix testtreesort warnings (*)
b299ac8... Add editable delegate api to docs (*)
a417956... Mention GtkEditable and entries in the migration guide (*)
0ef6c3a... search entry: Add a tooltip to th clear icon (*)
9174616... Merge branch 'text' into 'master' (*)
02bb364... widget: Remove lefover debug code (*)
65e9d71... Application: Support sandboxed session state changes (*)
d006ee6... application: Add a query-end signal (*)
7c6e3e3... Merge branch 'portal-session-state-master' into 'master' (*)
63a8bd0... stack sidebar: Fix sorting (*)
4529f52... widget: Use CSS boxes in gtk_widget_real_contains() (*)
dbf0654... widget: Add gtk_widget_compute_transform (*)
a953fd7... widget: Add typecheck-less _is_sensitive (*)
2ecb400... widget: Avoid some type checks in pick() and contains() (*)
63a23ed... widget: Remove unused function (*)
e922ec1... widget: Compute child point directly when picking (*)
dead174... Remove nonexisting function from header (*)
e223f16... widget: Add gtk_widget_compute_point() (*)
8ce6cf5... Add test for widget transforms (*)
9a8082b... widget: Remove gtk_widget_get_allocated_size() (*)
93b47c1... Fix gtk_widget_compute_transform (*)
8222631... widget: Clean up gtk_widget_compute_transform() (*)
cfc7dc0... widget: Add optimizations to gtk_widget_compute_transform() (*)
8fbfa95... widget: Fail if matrix not invertible (*)
514c367... widget: Always set out value (*)
01f7f25... gtk: Check return value of compute_bounds() (*)
02e856f... widget: Mark compute functions as G_GNUC_WARN_UNUSED_RESULT (*)
120ee17... gtksearchbar: Do not handle captured events for unmapped ba (*)
c739071... gtksearchentry: Forward captured events to the child GtkTex (*)
9ca392b... gtkwidget: Expose gtk_widget_run_controllers() in private h (*)
19bf937... eventcontrollerkey: Use run_controllers() API to forward ke (*)
4dd7eb4... Adwaita,HC: spinbutton selectors (*)
b303c20... search entry: Add private api to get the text widget (*)
eb8b109... emoji chooser: Don't use entry api on search entries (*)
82bde1e... text: Remove the ::has-frame property (*)
b741d36... inspector: Update callback to GtkText shuffling (*)
ef89ef9... Updated French translation (*)
b9a41a9... Merge branch 'wip/carlosg/fix-search-entry' into 'master' (*)
2e94891... Merge branch 'wip/jimmac/unbreak-spinbuttons' into 'master' (*)
2e9c7d0... search entry: Quiet a compiler warning (*)
74f4aec... text: Make this a final class (*)
a339a5d... testsuite/gtk/singleselection.c: Avoid VLA usage (*)
103637f... text: Remove has-frame leftovers (*)
572142b... css tests: Update expected output for entries (*)
3df4d14... assistant: Remove weak pointer in finalize (*)
0e29408... notebook: Rename an internal macro (*)
85fb368... Make GtkNotebookPage an object (*)
78c54b2... Add GtkNotebookPage properties (*)
ff4b3f1... Turn labels into page properties (*)
7f8ba95... Allow builder to add notebook pages (*)
f11d011... notebook: Add a pages model (*)
c1ad721... notebook: Fix up ref counting (*)
f64b0a7... Implement position property somewhat (*)
0fe1091... builder-tool: Rewrite notebooks (*)
66b6824... print dialog: Use notebook pages in ui file (*)
ddea11b... widget-factory: Use notebook pages in the ui file (*)
0961fe7... notebook: Fix up issues with property notification (*)
05f8319... a11y tests: Update ui files (*)
7d69430... css tests: Update ui files for notebooks (*)
27f008d... builder test: Update notebooks (*)
3eda783... tests: Update property tests (*)
f95ed63... Merge branch 'nbpage' into 'master' (*)
888b967... Add more info to the migration guide (*)
eea651d... Add new notebook apis to the docs (*)
5d20807... Update POTFILES.in (*)
8e97dc0... assistant: Fix typo in a translatable string (*)
e7824d8... Merge branch 'piotrdrag/typo-assitant' into 'master' (*)
b1fe5d8... gtk-demo: Fix fallout from the notebook page merge (*)
ffee2d4... window: Rename GTK+ Inspector in user-visible strings (*)
a3ae12c... Merge branch 'piotrdrag/rename-gtk-inspector' into 'master' (*)
96fa1fb... Drop key themes (*)
837d9bf... Remove css test for key bindings (*)
f67ef12... Update Polish translation (*)
e5857a7... Merge branch 'key-themes' into 'master' (*)
70a1233... gsk: Add GskMatrixCategory (*)
49d8382... gtk: Add GtkTransform (*)
c24f326... widget: Make gtk_widget_allocate() take a GtkTransform (*)
f5b44c1... widget: Store category of widget transform (*)
6a4bf2b... gsk: Remove offset nodes (*)
f0142b9... snapshot: Remove dead code (*)
4a293aa... snapshot: Store an actual GtkTransform (*)
e1570e9... snapshot: Add gtk_snapshot_append_border() (*)
0d119f8... snapshot: Refactor text rendering (*)
1ef250f... snapshot: Add functions to append shadows (*)
2bdc074... snapshot: Remove gtk_snapshot_get_offset() (*)
51fac44... snapshot: Introduce transform APIs (*)
407307c... puzzlepiece: Use new snapshot transforms (*)
efd92f7... calendar: Use new snapshot transforms (*)
50e66d5... cellrendererpixbuf: Use new snapshot transforms (*)
6cb8f63... cellrenderertoggle: Use new snapshot transforms (*)
a5a7cdd... iconhelper: Use new snapshot transforms (*)
f0795a7... iconview: Use new snapshot transforms (*)
65174c7... image: Use new snapshot transforms (*)
b96e835... magnifier: Use new snapshot transforms (*)
6e19fb7... picture: Use new snapshot transforms (*)
b0eceb6... renderbackground: Use new snapshot transforms (*)
5b10a29... rendericon: Use new snapshot transforms (*)
a881cbf... rendernodepaintable: Use new snapshot transforms (*)
f59f4d7... scaler: Use new snapshot transforms (*)
6df2023... stack: Use new snapshot transforms (*)
380c4ec... stylecontext: Use new snapshot transforms (*)
70100d8... textview: Use new snapshot transforms (*)
5fc446d... treeview: Use new snapshot transforms (*)
5965ead... widget: Use new snapshot transforms (*)
751ef5b... widgetpaintable: Use new snapshot transforms (*)
baefee1... fpsoverlay: Use new snapshot transforms (*)
d8482ed... layoutoverlay: Use new snapshot transforms (*)
4052bb2... snapshot: Remove the old APIs (*)
ad58dd5... csstransform: Create a GtkTransform (*)
e2b9f32... css: Add transform style property (*)
fd318a1... widget: Apply CSS transform in gtk_widget_allocate() (*)
0ae7c30... Add & use GTK_CSS_AFFECTS_TRANSFORM (*)
12442bd... Remove support for -gtk-key-bindings: css property (*)
b64f852... Remove docs for css keybindings (*)
dfc1673... docs: Use the same name in different files (*)
46cb221... Remove support for -gtk-key-bindings: css property (*)
1444482... docs: Fix typo (*)
ae47ec1... more css keybinding removal (*)
6711aa2... More css key bindings removal (*)
e8b5056... And another keybinding leftover (*)
b70cd64... gtk-demo: Move the blur demo code here (*)
d291dff... gtk-demo: Fix the decorative overlay example (*)
1818f55... overlay: Drop the blur support (*)
f57e66c... overlay: Drop the index child property (*)
3487ebe... remove tests that no longer work (*)
2e5ccce... Make gtk_widget_set/get_can_pick public (*)
f8609ef... testoverlay: Use gtk_widget_set_can_pick (*)
f202707... gtk-demo: Use gtk_widget_set_can_pick (*)
beb8d36... overlay: Remove gtk_overlay_set_overlay_pass_through (*)
4e97417... Update migration guide for pass-through (*)
41c0ac1... Merge branch 'overlay-cleanup' into 'master' (*)
5937741... Update Italian translation (*)
3471aac... Update Italian translation (*)
da0bd69... gl renderer: Use the matrix node category (*)
9d0e8b8... inspector: Fix an uninitialized value warning (*)
0e603a6... search entry: Don't force-create the accessible (*)
bd99ae3... entry accessible: Make work with almost-entries (*)
2b9436b... search entry: Use a GtkEntryAccessible (*)
c53e9ed... search/password entry: Prevent expand leaks (*)
445dca4... widget: Remove ::event leftovers (*)
8d987be... Merge branch 'wip/fanc999/meson.msvc' into 'master' (*)
e54ce8f... treeview: Don't assume search widget is a GtkEntry (*)
f904123... gl renderer: Round size up when rendering to a texture (*)
4724943... inspector: Stop using ::hierarchy-changed (*)
ddb52a5... drag dest: Stop using ::hierarchy-changed (*)
de6132a... ime: Stop using ::hierarchy-changed (*)
9591d40... xim: Stop using ::hierarchy-changed (*)
3ebf19b... text handle: Stop using ::hierarchy-changed (*)
9e231f6... popover: Stop using ::hierarchy-changed (*)
55337c5... file chooser: Stop using ::hierarchy-changed (*)
0230a7b... header bar: Stop using ::hierarchy-changed (*)
ef5108c... label: Stop using ::hierarchy-changed (*)
3ccbcf9... menu bar: Stop using ::hierarchy-changed (*)
8d93321... gtk-demo: Stop using ::hierarchy-changed (*)
5dd0863... widget: Drop ::hierarchy-changed (*)
a3901f2... Drop the anchored field (*)
89470ab... Document that root and unroot must chain up (*)
ccbaec0... Merge branch 'kill-hierarchy-changed' into 'master' (*)
23fb77a... surface: Introduce an ::event signal (*)
d633bea... widget: Connect to GdkSurface::event (*)
cc2c392... Stop using gdk_event_handler_set (*)
08badd2... Drop some dead code (*)
e16cdb1... Drop gdk_event_handler_set (*)
fe95391... Merge branch 'event-signal' into 'master' (*)
222d310... doc: Rewrite the drawing model overview (*)
fad9468... Merge branch 'drawing-model-refresh' into 'master' (*)
ac8b192... gdk: Document surface signals (*)
4001e76... docs: Refresh the "Q & A" part (*)
b6893b6... Quietly ignore GDK_NOTHING events (*)
5dbfb18... inspector: Make picking work again (*)
b82e57f... fixup: warn about nothing events (*)
69b1a34... a11y tests: Update output for entries (*)
a13d850... Add gtk_root_get_for_surface (*)
2501152... ime: Stop using gdk_surface_get_user_data (*)
ea4f552... xim: Stop using gdk_surface_get_user_data (*)
4e8aa0c... main: Stop using gdk_surface_get_user_data (*)
12663d2... tooltip: Stop using gdk_surface_get_user_data (*)
704e377... inspector: Stop using gdk_surface_get_user_data (*)
09fea73... gtk-demo: Stop using gdk_surface_get_user_data (*)
cc216c9... Remove gdk_surface_set_user_data (*)
0d39cb7... Merge branch 'kill-register-surface' into 'master' (*)
06df7e6... transform: Fix a wrong annotation (*)
3ae31b0... notebook: Document new apis (*)
9861887... inspector: Avoid grabs for inspecting (*)
c35554c... Drop GtkInvisible (*)
edc4f95... Revert "inspector: Make picking work again" (*)
8a0182e... docs: Some cosmetic fixups (*)
eb1310e... docs: Remove a mention of Gtkinvisible (*)
eddc823... gitlab templates: Its just GTK now (*)
d773bc0... docs: Its just GTK now (*)
fd667bb... docs: Its just GTK now (*)
77c0e68... gdk: Rename our vulkan context to GTK (*)
6687a08... Update POTFILES.in (*)
397b8ee... docs: Its just GTK now (*)
df27cb7... docs: Remove some no-longer-existing api (*)
d3c45cb... docs: Miscellaneous doc fixes (*)
58c2bea... gl renderer: Stop determining the matrix category ourselves (*)
74ab3cd... compare-render: Assert that no error has been set (*)
f062426... gl renderer: Add debug function to dump render node (*)
47fb1ec... gl renderer: Partially implement rounded rect intersection (*)
e836c57... gl renderer: Remove GskRoundedRect initializaion (*)
9335cde... entry: Make placeholder-text work again (*)
df6494d... Add 4.0 deprecation warning macros (*)
8438880... window: Deprecate gtk_window_present() (*)
5a6a7b5... all: Don't warn about deprecated gtk_window_present usage (*)
14890fa... window: Warn when gtk_window_present_with_time() is passed (*)
91ad2ee... surface: Advise using gtk_window_present_with_time() (*)
5722664... Merge branch 'wip/hadess/window-present-docs' into 'master' (*)
c5c75f3... container: Remove the ::set-focus-child signal (*)
b0083b3... widget: Remove the ::grab-focus signal (*)
1469d01... testsuite: Stop using grab-focus as a keybinding signal (*)
b4ae491... window: Undo the deprection of gtk_window_present (*)
78d013f... window: Return no item for no item name (*)
f36e416... xembed: Remove unused file (*)
d930c4a... Adwaita: define insensitive links (*)
69251d0... build: Use python3 for the post install script (*)
efbb26b... build: no need to replace path separators (*)
539e3d3... build: use condense the mkdir calls to oneliners (*)
fe7dcf6... Merge branch 'alatiera/python3' into 'master' (*)
fda4546... treeview: Stop using set_focus_child (*)
5caf8ca... entry: Don't use the buffer directly (*)
5577e30... gl renderer: Add more nodes that support transforms (*)
bbd4e2f... transformnode: Avoid matrix multiplication if we can (*)
416a4cf... gl renderer: Ignore nodes with nan bounds (*)
7931ab5... gl renderer: Change shadow cache eviction strategy (*)
dc28299... roundedrect: Add gsk_rounded_rect_to_string (*)
9e0c471... entry, spin button: Drop redundant API (*)
eaf41cc... Merge branch 'redundant-editable-api' into 'master' (*)
9948ca7... a11y: Include gtktextaccesible.h in gtk-a11y.h (*)
f35b8a7... Fix compile time warnings (*)
4fe6731... Updated Slovenian translation (*)
8ceff21... gtk-demo: Minimally fix the sarch entry demo (*)
bed4c68... widget: Fix gtk_widget_pick() on 3d-transformed widgets (*)
afbfccb... notebook: Notify the notebook page, not the child (*)
02318db... entries: Fix mnemonic activation (*)
b79545e... search entry: Fix a copy-paste error (*)
45ea288... Merge branch 'notebook-notify-page-not-child' into 'master' (*)
fad21d8... Remove aligned allocation checks (*)
610692d... Adwaita: Fix typo (missing comma) (*)
348912d... treeview: make sure separator nodes have a height > 0 (*)
20f7588... Merge branch 'adwaita-typo-fix-master' into 'master' (*)
0e1a503... transform: Move to GSK (*)
4916280... transform: Add more API (*)
3a3c2d1... rendernode: Make the transform node take a GskTransform (*)
791bf0c... transform: Remove API to poke internals (*)
3cc84d2... transform: Make category public API (*)
cf00c36... transform: Split rotate() and rotate3d() class (*)
e737b42... trasnform: Fix print statement (*)
979e9be... testsuite: Add a transforms test (*)
b391aea... widget: Make transform a GskTransform (*)
70b3411... transform: Remove gsk_transform_identity() (*)
3545abc... transform: Implement gsk_transform_invert() (*)
1fecbd4... transform: Store the category in the transform (*)
bd113aa... transform: Redo querying API (*)
a8bf5ee... transform: Readd optimization (*)
dbe5845... rendernode: Implement diffing of transform nodes (*)
3a3b325... transform: Add perspective() (*)
eeed55d... gl renderer: Mark pointer textures as used (*)
9105de9... gl renderer: Cache rendered fallback nodes (*)
39fbf13... entry: Update CSS node docs (*)
18da852... rendernode: Add can_diff implementation for transform nodes (*)
eacbeb9... x11: Don't emit GDK_NOTHING events (*)
1513bf4... Update Polish translation (*)
ad5c5d4... revealer: Add swing transitions (*)
884088f... gsk: API docs fixes (*)
9a1c698... widget: Make overflow respect rounded corners (*)
b114d45... colorswatch: Use gtk_widget_set_overflow() (*)
bc901ff... text: Remove 2 unused variables (*)
1475575... text: Use gtk_widget_set_overflow() (*)
8566218... text: Remove two unused member variables (*)
3863e44... text: Simplify (*)
f454a31... Update Dutch translation (*)
73139d5... Adwaita: Replace all %linked radii with variables (*)
ad96220... Adwaita: Replace spinbutton border-radii with variables (*)
36539a2... Adwaita: Adjust entry border-radius (*)
4bba279... Adwaita: Fix selection-mode checkboxes (*)
44198cc... Updated Slovenian translation (*)
d07cd89... Adwaita: Drop checkbox-selectionmode assets (*)
8e4c441... a11y: More entry fixes (*)
4afad78... password entry: Initialize capslock state (*)
56ee1f3... password entry: Add placeholder-text and activates-default (*)
f5e112f... gtk-demo: Add a password entry demo (*)
5251253... password entry: a better Caps Lock icon (*)
c3f43cf... entry: Make progress bar not pickable (*)
470720e... password entry: Use text cursor for Caps Lock indicator (*)
d3cecd6... password entry: Make the Caps Lock icon less prominent (*)
a3b73a4... password entry: Add a way to see the content (*)
5822a35... gtk-demo: Show password peek icon (*)
34e859a... Add a tagged entry demo (*)
f14d998... password entry: Don't show both icons (*)
2870f4d... Update Catalan translation (*)
7ca528b... widget: Check rootness for invisibility (*)
7c19ab6... single selection: Skip tests properly (*)
a1cc809... search entry: Fix property notification (*)
64b9114... password entry: Fix property notification (*)
92f1bdc... Redo focus handling (*)
ab5d3e7... root: Add focus (*)
bd44831... window: Implement the root focus api (*)
2bf1561... Port widgets to the root focus API (*)
029ec38... Move a check to gtk_window_set_focus (*)
2738926... Simplify the move_focus api (*)
8c1d852... widget: Drop the ::focus signal (*)
94b0e99... Exclude non-drawable widgets from focus (*)
15300f8... widget: Add a private setter for has-focus (*)
7819a5a... Drop gtk_widget_send_focus_change (*)
d279c66... inspector: Stop using ::set-focus (*)
f13e617... filechooser: Stop using ::set-focus (*)
31d9ecb... popover: Stop using ::set-focus (*)
f688553... window: Remove ::set-focus (*)
7ca24f1... window: Remove initial-focus builder support (*)
a3abf06... Clarify grab_focus docs (*)
8d5f1ae... gdk: Add crossing mode and detail to focus events (*)
c73972f... gdk: Rename gdk_event_set_user_data (*)
06f790d... gdk: Add a related_target field to some events (*)
cdcd2bb... Share crossing and focus change event code (*)
adb547a... Export gtk_synthesize_crossing_events internally (*)
4238a04... window: Use gtk_synthesize_crossing_events (*)
7d354b5... Some fixes to crossing event generation (*)
888b926... Move maintaining the focus chain (*)
921eccb... Pass mode and detail to focus-in/out signals (*)
2f1194c... key controller: Fix a copy/paste error (*)
4f5a820... key controller: Add focus properties (*)
f3ed3e9... key controller: Add getters for focus event targets (*)
4f06b66... key controller: Improve the docs (*)
93905a8... key controller: Enforce limitations of key forwarding (*)
181a4bc... Add key controller API to the docs (*)
492a38c... Make gtk_widget_get_focus_child public (*)
6ddb611... Use root in gdk_synthesize_crossing_events (*)
8619b10... Update the focus test (*)
ad3773b... a11y tests: Update expected results (*)
1ce5327... xim: Stop using GtkWidget::event (*)
fc2b412... Merge branch 'wip/matthiasc/focus3' into 'master' (*)
898728f... a11y tests: Clean up the placeholder-text test (*)
1540797... motion controller: add details to signals (*)
ecd6446... motion controller: Add focus properties (*)
17f4211... motion controller: Add getters for crossing event targets (*)
430ea05... widget: Fix a mission annotation (*)
688f099... Update POTFILES.in (*)
65d9b7e... gdk: Include copy of glib/gconstructor.h (*)
26f99bf... editable: Fix a thinko (*)
1196380... paned: Don't use a grab (*)
93c1353... Merge branch 'wip/carlosg/include-constructors-header' into (*)
b407431... Merge branch 'crossing-details' into 'master' (*)
f7e328e... Merge branch 'paned-no-grab' into 'master' (*)
2b0d1bc... motion controller: Install the properties (*)
8650980... Adapt to motion controller api change (*)
0d91481... One forgotten leave signal handler (*)
480d8ae... renderer: Remove display property (*)
658588d... renderer: Make gsk_renderer_is_realized() public (*)
8f6a488... revealer: Always use identity transform for revealed child (*)
07054ca... singleselection: Add forgotten notify emission (*)
96a677e... paned: Refactor (*)
8fb7978... paned: hide the handle widget when <2 children are visible (*)
85c8e29... stylecontext: Move atk.h include where it belongs (*)
a44ac75... gtk: Don't include gtkstylecontext.h from gtkcsstypesprivat (*)
24235f6... Adwaita: draw bigger radius for focus rings (*)
5679b9a... Adwaita: Adjust switch margins on headerbars (*)
f47c376... main: Fix crossing event generation for parented roots (*)
558405e... window: Update state flags (*)
254c27a... Merge branch 'wip/jimmac/focus-ring-radii' into 'master' (*)
6990f73... Merge branch 'adwaita-headerbar-switch-margins-master' into (*)
2479d60... Merge branch 'adwaita-selectionmode-checkboxes-master' into (*)
0bf136a... Merge branch 'adwaita-remove-selectionmode-assets-master' i (*)
56df499... entry: Disconnect text signals in dispose (*)
64ab82c... GDK W32: Test for IME correctly (*)
8da56ce... GDK W32: Fix property setting to correctly use static strin (*)
5638882... Remove debug spew (*)
73760e5... cssparser: Remove unused functions (*)
d9ef734... cssparser: Simplify (*)
8165810... Stop walking parent surfaces for crossing event generation (*)
1ada7bb... Fix hover state handling (*)
0615668... Merge branch 'ime-load-fix' into 'master' (*)
799cb39... Remove win32 themeing support (*)
551ced9... Fix compile warning (*)
661e195... color editor: Don't warn if editing is cancelled (*)
160f1e5... Remove a dead file (*)
3d37f08... Remove gdk_device_warp (*)
6efa1fc... Update POTFILES.in (*)
a246f8c... Update Polish translation (*)
f2dff51... win32: Drop the warp implementation (*)
36e00ae... popover: Don't try to compute_bounds of a NULL child (*)
e657d9d... popover: Always measure contents gizmo (*)
ab75071... Doc comment fixup (*)
4dfe2a8... Fix the windows build (*)
24754c3... Add GtkLayoutManager (*)
1b8595b... Hook GtkLayoutManager into GtkWidget (*)
f7856e8... Add GtkWidget:layout-manager (*)
15fda18... Rename the internal GtkLayoutChild type (*)
5cbf6f5... Add GtkLayoutChild (*)
ef9863a... Add GtkBoxLayout (*)
1fed357... Port GtkBox to GtkBoxLayout (*)
0285919... docs: Add chapter on layout managers (*)
128a34f... Add GtkLegacyLayout (*)
8cf06be... Port GtkSwitch to GtkLegacyLayout (*)
d6dfa41... Add GtkBinLayout (*)
630442f... Parse layout properties (*)
65965be... Changes after review (*)
20b4a8b... Yet another win32 build fix (*)
ae68dc7... win32: remove unused gdk_display_warp_device (*)
0638dca... win32: remove another call to gdk_device_warp() (*)
dbac377... Merge branch 'wip/layout-manager' into 'master' (*)
c8d250d... Return -1 for AtkText::get_caret_offset on failure (*)
c94867f... CI: set a timeout multiplier for the tests (*)
1b5b1bf... broadway: Don't fall back for translation transform nodes (*)
b097f0a... Broadway: Add node for debug nodes (*)
d997903... broadway: Use DataView instead of hand-rolled int parsers (*)
890b759... broadway: Send actual float32, not some hack (*)
3bbbe9f... broadway: Don't crash of drag-resizing when already active (*)
311aa01... broadway: Simplify fallback node cache (*)
2f85443... broadway: Refcount textures (*)
87a13fe... broadway: Prepare for splitting display ops out of command (*)
d59d8b5... Disable accidental debug spew (*)
fbefec5... Broadway: Add id for nodes and reuse old ones (*)
edbaa09... broadway: Clean up stuff using const defines (*)
0481aa1... broadway: Use const use for constants in the js code (*)
cf42265... broadway: Load all textures before applying display ops, fi (*)
6fce18e... broadway: Remove some spew (*)
18d814d... Merge branch 'wip/alexl/broadway5' into 'master' (*)
b42bf99... Update POTFILES.in (*)
341660e... Drop warning from GtkLayoutManager::get_request_mode() (*)
3389ddf... Do not connect to a non-existing signal (*)
9a4c193... Add GtkFixedLayout (*)
dd5c981... Use GtkFixedLayout in GtkFixed (*)
fc33bf2... Skip all LayoutChild when testing (*)
060e30d... Turn GtkFixedLayoutChild:position into a transformation (*)
6b6f26e... Add a window move/resize test (*)
d45996c... Avoid root coordinates in begin_drag/move apis (*)
f7d3815... a11y: Don't support changing widget size and position (*)
27c2867... tests: Stop using gtk_window_move (*)
2ed533c... file chooser: Stop using gtk_window_get_position (*)
6f072c8... treeview: Stop using gtk_window_move (*)
0481f12... Drop gtk_window_move and gtk_window_get_position (*)
de741e5... tests: Stop using gtk_window_set_gravity (*)
eb4e7b9... Remove GtkWindow::gravity (*)
54a969e... gdk: Stop using gdk_surface_get_device_position (*)
2d10a7b... gtk: Stop using gdk_surface_get_device_position (*)
f1d61d5... Drop gdk_surface_get_device_position (*)
2158030... Rename gdk_surface_get_device_position_double (*)
8dece0e... gdk: Stop using gdk_device_get_position (*)
7e47076... gtk: Stop using gdk_device_get_position (*)
6288043... Drop gdk_device_get_position (*)
03eb455... Rename gdk_device_get_position_double (*)
9021e7d... gdk: Stop using gdk_device_get_surface_at_position (*)
562cc8b... gtk: Stop using gtk_device_get_surface_at_position (*)
5935f26... Drop gdk_device_get_surface_at_position (*)
c0aaa43... Rename gdk_device_get_surface_at_position_double (*)
8984320... Merge branch 'gdk-api-cleanups' into 'master' (*)
8d4343a... Merge branch 'get_caret_offset_negative_one' into 'master' (*)
8a9290d... password entry: Fix sizing (*)
544fe83... search entry: Fix sizing (*)
7843382... text: Allow growing entries (*)
5fb9639... Merge branch 'entry-sizing' into 'master' (*)
141f758... Migration guide: Updates (*)
411dc7e... broadway: Fix leftover dom modification not using display_c (*)
2fd2c61... dialog: Stop using GtkHeaderBar::pack-type (*)
6c30b47... header bar: Drop pack-type (*)
84480b3... action bar: Drop pack-type (*)
c507160... builder-tool: Rewrite pack-type (*)
7ac250d... Convert all ui files (*)
4a15b16... Mention pack-type in the migration guide (*)
868d3cd... Merge branch 'pack-type' into 'master' (*)
733271e... migration guide: Improve warp-pointer entry (*)
9212727... broadway: Use css transforms (*)
2440e89... Merge branch 'wip/alexl/broadway6' into 'master' (*)
e572236... Merge branch 'fixed-layout' into 'master' (*)
be944e0... file chooser: Stop setting a role (*)
2f35846... Remove GtkWindow::role (*)
8ef4e23... gdk: Stop implementing set_role (*)
0d43d11... gdk: Drop gdk_surface_set_role (*)
4a1019b... popover menu: Add an api for adding submenus (*)
5c26976... popover menu: Drop the submenu child property (*)
8c80730... builder-tool: Rewrite GtkPopoverMenu::submenu (*)
14ad26a... Convert ui files (*)
3600d12... win32: Add a missing include (*)
bbb6772... win32: Drop set_role (*)
a443145... toolbar: Remove the homogeneous and expand child properties (*)
7e88fcf... builder-tool: Rewrite toolbar child properties (*)
6b050a2... Convert ui files (*)
f89c93e... Merge branch 'window-api-cleanup' into 'master' (*)
26de69e... paned: Replace the child properties (*)
3631878... builder-tool: Rewrite paned child properties (*)
396deb4... Convert ui files (*)
3d524cc... build: Install gtkboxlayout.h (*)
dec2cf4... Merge branch 'child-properties' into 'master' (*)
56d420c... boxlayout: Notify orientation changes (*)
4d9f4ed... Merge branch 'gbsneto/install-header' into 'master' (*)
65c394d... Document how to define layout manager properties (*)
3d6a456... Add release info to our demo apps (*)
3f0f7c7... Connect LayoutManager to LayoutChild (*)
ecba428... Add missing handler for <layout> elements in UI files (*)
208cae2... Do not leak unapplied layout properties (*)
18d1ea1... Merge branch 'layout-child-type' into 'master' (*)
0f7ca7e... Update POTFILES.in (*)
866640c... overlay: Use a layout manager (*)
fc3cae3... builder-tool: Convert overlay child properties (*)
8d99316... builder-tool: Small refactoring (*)
700183e... Convert ui files (*)
121bbce... Merge branch 'overlay-layout' into 'master' (*)
f0845d9... Bump meson req to 0.50 (*)
80c26ab... CI: install meson 0.50 (*)
e0f9c98... gsk: Add GskRoundedRect to the docs (*)
c9e08ef... gsk: Fix up docs a bit (*)
9453349... gtk: Some documentation cleanups (*)
f20f02c... overlay: Remove no-longer-existing api from header (*)
eaae965... popover menu: Fix a parameter name mismatch (*)
7222bda... file chooser entry: Fix a crash (*)
c30fc92... builder-tool: Don't strip the xml declaration (*)
6f470af... Merge branch 'adwaita-radii-fixes-master' into 'master' (*)
6b08227... meson.build: Pull in fallback for PangoFT2 only when needed (*)
4784c5a... gdk/win32/gdkdrag-win32.c: Include math.h (*)
42d580d... reftests: Remove image-recording-surface test (*)
c564a34... testsuite: Make reftests work again (*)
0c81ea2... reftests: Make meson run every test separately (*)
d3be32f... reftest: Be more careful about snapshotting (*)
5dd5ff5... widgetpaintable: Don't emit signals on dispose (*)
e3dbf8d... reftests: Fix unresolvable.ui test (*)
b3eddbb... reftests: Fix grid-spacing1 test (*)
8542ac2... reftests: Fix window-height-for-width test (*)
7cc5e51... reftests: Fix actionbar test (*)
7935f9d... reftests: Actually build a module (*)
d517552... reftests: Fix treeview-fixed-height test (*)
62d0bd7... reftests: Fix nth-child test (*)
8846f28... reftests: Fix background-size-zero test (*)
5ddce32... reftests: Fix css-match-class test (*)
47d4b06... reftests: Fix css-currentcolor-alpha.ui test (*)
2e67c2e... reftests: Delete removed tests from testdata (*)
d4df521... reftests: Fix border-image-excess-size.ui test (*)
6d38f1d... reftests: Fix css-match-type test (*)
e612b55... reftests: Fix css-match-name test (*)
f3e47ee... reftests: Fix icon-style-basics test (*)
f070872... reftests: Fix notebook-tab-position test (*)
822791d... reftests: Remove info-bar-message-types test (*)
c04190e... rendernode: Round pixel colors in color matrix drawing (*)
4b07d28... textlayout: Allow querying empty areas (*)
9ca5495... reftests: Fix inherit-and-initial test (*)
38fbb68... headerbar: Duct-tape over the measure mess (*)
3c44f83... Fix textview-margins reftest (*)
d10a73f... textview: Paint border windows in the right spot (*)
866bc13... reftests: Fix statusbar-remove-all test (*)
3a8a9fc... reftests: Remove style-properties-nth-child test (*)
fee8f6b... reftests: Fix shorthand-entry-border test (*)
b21882b... cssimagelinear: Make gradient offsets stay in [0, 1] (*)
606aea2... reftests: Fix iconview-empty test (*)
bf2a93c... reftests: Fix image-load-from-file test (*)
7918eaf... picture: Don't cause warnings on load failures (*)
e861b0d... reftests: Fix grid-spacing2 test (*)
fbc8bb9... reftests: Fix grid-empty-with-spacing test (*)
95f9c8a... reftests: Remove box-packing test (*)
b88c943... reftests: Fix label-sizing test (*)
e5e5164... reftests: Fix textview-tags test (*)
90f460c... reftests: Remove notebook-childproperties test (*)
a8dccef... build: The private reftest library needs to be shared (*)
1944ffe... Revert "Bump meson req to 0.50" (*)
ec9be21... Update Swedish translation (*)
c8d7b4a... broadway: Fix coordinates when drag move/resizeing (*)
6040a73... Broadway: Send configure notify on move/resize too (*)
90c5a5f... broadway: Update broadway_node_type_names (*)
4dfe2e6... broadway: Initial restructuring of node tree diffing (*)
f30ba56... broadway: Reintroduce smarter diffing (*)
b58a366... broadway: Support patching nodes for textures and transform (*)
f932d35... broadway: Optimize color matrix + texture nodes to pre-colo (*)
f1ba948... broadway: Move gsk files to a subdirectory (*)
43778be... broadway: Add minor comment (*)
ab801fe... broadway: Fix handling of input with multiple in-process Gd (*)
a966fe1... broadway: Keep track of surface owner and only send input t (*)
54167ec... broadway: Add warning for unexpected roundtrip delays (*)
7002688... broadway: More multi-display fixes (*)
27e47d5... broadway: Change events and ops enums to straight ints (*)
4e7eccb... broadway: Report some level of frame timings (*)
5bc8f88... broadway: Optionally support data: uris instead of blobs (*)
9d0a42d... stack: Add a cube spin transition (*)
50906ba... Merge branch 'cube-spin' into 'master' (*)
7c369f3... Merge branch 'wip/alexl/broadway7' into 'master' (*)
ba3a502... build: Do not use `install` argument for configure_file() (*)
5261bc6... Merge branch 'build-warning' into 'master' (*)
53a28f7... testrevealer: Cover the new transitions (*)
f273eca... revealer: Add a missing break (*)
04dfbf7... Remove gdk_device_grab/ungrab from public api (*)
1ea1dec... Add a missing include (*)
1e372f5... Don't mark GDK_SURFACE_STATE_TILED as deprecated (*)
0c7e718... Merge branch 'remove-deprecations' into 'master' (*)
bcac81e... Merge branch 'wip/ebassi/align-test' into 'master' (*)
fcde8aa... Update POTFILES.in (*)
0812106... Update Polish translation (*)
96bf90a... Widget: Don't refer to the old get_preferred_*() (*)
56a88f1... mediastream: fix documentation (*)
b2089b8... gl renderer: Add debug code to dump framebuffer (*)
0245ac2... gl renderer: Apply transform only for final texture drawing (*)
fb4ffa4... build: Don't use 'continue' (*)
8bae534... text: Handle 'inverted' selections (*)
da7cd6a... Trigger bindings when forwarding key events (*)
720fd2c... textview: Fix comparison thinko (*)
3965131... Merge branch 'fix-event-forwarding' into 'master' (*)
6f5675e... Stop using deprecated style context api (*)
0230cc5... Drop deprecated style context api (*)
91bbce3... Merge branch 'deprecations' into 'master' (*)
0589867... tooltips: Don't use a cursor_size of 0 (*)
c2c4133... Fix up the border/background-color removal (*)
d2e0553... Fix menuitem hover (*)
5b5a68c... Fix filechooser search (*)
0eb837e... docs: Remove mention of passwords from broadwayd(1) (*)
68af572... test/reftests: Fix build on Visual Studio (*)
19d9d69... icon-browser: Fix name alignment (*)
19f4fce... Merge branch 'reftests.fixes.msvc' into 'master' (*)
57b3cd5... Drop gtkbuilder.rnc (*)
4152e14... Namespace some auxiliary files (*)
aacab81... Fix location on renamed files (*)
0189b0c... post-install: Use gtk4-update-icon-cache (*)
e2fcca4... Rename debug settings to org.gtk.Settings.Debug4 (*)
365400c... gtk-demo: Rename to org.gtk.Demo4 (*)
41bb875... widget-factory: Rename to org.gtk.WidgetFactory4 (*)
998c1f8... icon-browser: Rename to org.gtk.IconBrowser4 (*)
e5ea6cf... flatpaks: Drop dconf permissions (*)
e54e72b... Add a flatpak manifest for org.gtk.IconBrowser4 (*)
5b6031f... Merge branch 'appnames' into 'master' (*)
aed70a8... Add overflow:hidden to GtkFixed (*)
447dfc0... Remove GtkLayout (*)
6e7748b... Add API to access child transformations to GtkFixed (*)
167f49c... docs: Mention GtkLayout's removal in the migration guide (*)
8e4e440... gdk: Change some async clipboard api (*)
64fd515... gdk: Change some async dnd api (*)
fabef39... Adwaita: Fix switch slider border on selected row (*)
ff4d61c... Merge branch 'wip/ebassi/fixed-layout-v2' into 'master' (*)
ad4142d... Merge branch 'adwaita-selected-row-switch-fix-master' into (*)
7a08177... Merge branch 'async-api' into 'master' (*)
5c31c72... Rename all settings schemas to avoid conflict (*)
c70c677... Add GtkFixed demo (*)
0187e91... Merge branch 'file-conflict2' into 'master' (*)
167208c... Merge branch 'wip/ebassi/fixed-demo' into 'master' (*)
df19224... Update gtk-doc types file for GTK 4 (*)
12c4766... inspector: Properly clean up (*)
e720006... gtk-demo: Don't expand tabs (*)
e13a810... inspector: Drop the signals page (*)
d7987e7... inspector: Drop the css selector page (*)
285e67c... inspector: Drop the class hierarchy page (*)
4d6acd5... inspector: Drop the child property page (*)
5371055... inspector: Redo the object page switcher (*)
7c2ce72... inspector: Manage visibility of stack pages (*)
cf3aa57... inspector: Rename a few pages (*)
9d1f348... Merge branch 'inspector-tweaks' into 'master' (*)
f559de1... docs: Fix typo in the migration guide (*)
95754aa... treeview: Fix variable typo (*)
9cb9843... searchentry: Add ::search-started signal (*)
165a21f... Update zh_CN.po (*)
dc88a1e... inspector: Fix prop-list search (*)
e59c6ab... filechooserwidget: Drop usage of gtk_search_entry_handle_ev (*)
1825aa3... shortcutswindow: Drop usage of gtk_search_bar_handle_event( (*)
edccf89... icon-browser: Drop usage of gtk_search_bar_handle_event() (*)
b842bf7... gtk: Drop gtk_search_[entry|bar]_handle_event() (*)
c9839b2... paned: Set cursor on gizmo widget (*)
56b42a2... Merge branch 'patch-1' into 'master' (*)
222805d... Merge branch 'wip/carlosg/paned-cursor' into 'master' (*)
2cc30f7... Merge branch 'wip/carlosg/drop-search-handle-event' into 'm (*)
09cd6e3... Fix teststack (*)
528f1f0... Update POTFILES.in (*)
6e0f180... Add GtkGridLayout (*)
e493b9b... inspector: Type info for misc pane (*)
25abd88... Merge branch 'zbrown/type-info' into 'master' (*)
624c30e... Drop gdk_wayland_surface_set_use_custom_surface (*)
d21546d... Merge branch 'custom-surface' into 'master' (*)
0d4ad02... Update POTFILES.in and POTFILES.skip (*)
c4c897f... Document GtkGridLayout (*)
89c1a66... docs: Add missing layout managers to the API reference (*)
c6ea371... print: Check unknown option values whether they are actuall (*)
cf6f9ad... Merge branch 'master' into 'master' (*)
62acb80... Port GtkGrid to use GtkGridLayout (*)
faafd23... Add convenience function for querying a child of GtkGrid (*)
b79220c... tests: Update the GtkGrid suite (*)
3ea3921... builder-tool: Convert GtkGrid child properties (*)
cfcca33... Update GtkGrid definitions in GtkBuilder files (*)
31b65e6... demos: Update GtkGrid definitions in UI files (*)
ecc4c4f... examples: Update GtkGrid definitions in UI files (*)
9700543... tests: Update GtkGrid definitions in UI files (*)
358ad22... testsuite/a11y: Update GtkGrid definitions in UI files (*)
5d77817... testsuite/reftests: Update UI files (*)
824743a... testsuite/css: Update UI files (*)
c9d8ff2... testsuite/css: Change the active RadioButton (*)
69d4081... Merge branch 'wip/ebassi/grid-layout' into 'master' (*)
fe822a0... builder-tool: Don't empty out <mark> elements (*)
6f7d9f9... A round of + removal (*)
285293a... file chooser: Fix some compiler warnings (*)
edbc991... searchbar: Fix a compiler warning (*)
b14f0b8... grid: Annotate out args as optional (*)
08d8f2b... print dialog: Stop using gtk_container_child_get (*)
1f37600... Remove testtitlebar (*)
f184393... Remove testactionbar (*)
7f62132... gtk-demo: Stop using child properties (*)
a97845c... notebook: Stop using child properties (*)
a26f400... paned: Stop using child properties (*)
0a4a7b3... testgtk: Stop using child properties (*)
7cd9ea4... builder-tool: Stop using child properties (*)
70bf6d4... Drop child property related apis (*)
ea7a43b... container: Reduce boilerplate (*)
7699b43... testsuite: Remove packing property tests (*)
d89df8a... Merge branch 'child-properties-be-gone' into 'master' (*)
c3c36d4... Update POTFILES.in (*)
7a29462... Fix the inspector (*)
5c8a870... print dialog: Rewrite example (*)
74352e0... buildable: Remove a mention of <packing> (*)
c6aa90f... Merge branch 'child-props-followup' into 'master' (*)
ef9dc43... Show layout children in the inspector (*)
ba07279... ci: Add JUnit report for the test suite (*)
220c516... ci: Call the report script on failure as well (*)
f756c3b... ci: Add manual jobs for Flatpak bundles (*)
cb3d61b... inspector: Avoid a critical (*)
14d97cf... Merge branch 'inspector-layout' into 'master' (*)
d465523... gtkplacessidebar: Add loop devices (*)
11428fb... Merge branch 'gtk-4-file-containers-in-sidebar' into 'maste (*)
6f6ea51... Merge branch 'wip/ebassi/ci-junit-report' into 'master' (*)
2deb0e7... Make menu activation work again (*)
9c9b4e6... Merge branch 'menushell-bandaid' into 'master' (*)
f950172... Remove a few stray <packing/> elements (*)
1fab3d9... builder-tool: Handle layout properties gracefully (*)
bfb5e6e... widget: Remove some leftover child-property code (*)
299c532... Updates for 3.96 (*)
01851e0... combo box: Remove leftovers in the header (*)
ea52781... HighContrast: fix focus (*)
32334b2... Update Polish translation (*)
d3c0899... gdk: Fix an indentation mishap (*)
5ff59c1... inspector: Fix a copy-paste error (*)
c31185b... inspector: Clean up on finalize (*)
c92e536... inspector: Rearrange settings a bit (*)
4b40cc2... inspector: Autosave css (*)
721a128... inspector: Warn if using the default display (*)
9895f2b... Merge branch 'inspector-fixes' into 'master' (*)
bea7ccb... widget: Propagate display changes to the style context (*)
a0e6353... inspector: Disable autoloaded custom css initially (*)
b678d12... Merge branch 'inspector-work' into 'master' (*)
df18223... NEWS: More details about transforms (*)
8af0782... treeview: Make expanders work again (*)
f3d1666... Merge branch 'treeview-expander-fix' into 'master' (*)
dce2c58... widget: Make contains respect rounded borders (*)
676ac38... widget: Make contains just be about position (*)
5b78a30... gizmo: Add a contains_func (*)
d9cf0ff... paned: Drop the pick vfunc (*)
5e24454... window: Stop implementing pick (*)
6bc32a3... widget: Drop the pick vfunc (*)
b804235... Add a flags argument to gtk_widget_pick (*)
de0942b... tooltip: Allow tooltips on insensitive widgets again (*)
0e15b4a... inspector: Allow picking insensitive widgets again (*)
7ce968f... Document GtkPickFlags (*)
1b362d1... Keep a drawable check in gtk_widget_contains (*)
0432b85... Updated Danish translation of gtk (*)
ef982b7... Rename things (*)
2594593... Merge branch 'pick-insensitive2' into 'master' (*)
fbe0e32... cellrendererpixbuf: Use fallback icons with icon-name (*)
e6631a7... Merge branch 'wip/cellrendererpixbuf-fallbacks' into 'maste (*)
f813bc1... gdkframeclockidle: Remove unused struct member (*)
aac2556... Update Spanish translation (*)
0bf4c24... gdkframeclockidle: Don't permanently skew frame time (*)
c4aa060... Adwaita: less purple OSD style (*)
6eed78e... Adwaita: OSD set semi-opaque again (*)
b6f2969... Merge branch 'frame-clock' into 'master' (*)
dc8b5f7... Updated Lithuanian translation (*)
427d216... inspector: Enable by default (*)
f0c72bd... Adwaita: Add spacing to message dialogs (*)
b39d0ce... inspector: Fix css autosave (*)
838b251... inspector: Make rows activatable (*)
0842d08... inspector: Cometic fixes for controllers (*)
88086ea... meson: Only use HarfBuzz fallback when needed (*)
b91fbfd... Fix get_request_mode for GtkBoxLayout (*)
279cb57... Merge branch 'issue-1821' into 'master' (*)
eadd90c... ci: Use UTF-8 encoding for the test cover report (*)
637bd13... boxlayout: Remove unused variable (*)
fde21b5... inspector: Improve property list editing (*)
bd2d07e... Merge branch 'inspector-props' into 'master' (*)
a27737b... Add default GtkLayoutManagerClass.get_request_mode() (*)
46e7b44... inspector: Drop binding info (*)
42ea95c... inspector: Modernize action references (*)
f258324... vulkan: Add missing enumeration value (*)
d6cc10e... Merge branch 'vulkan-warning' into 'master' (*)
a938c14... build: Add gtk-css static library (*)
013591d... css: Add GtkCssTokenizer (*)
661720e... tokenizer: Pass error arg to read_token() (*)
d4d46e8... csstokenizer: Add gtk_css_token_is_preserved() (*)
32e256e... css: Split GtkCssLocation into its own file (*)
904a9d0... parser: Add gtk_css_parser_has_token() (*)
684b645... cssparser: Get rid of _gtk_css_parser_begins_with() (*)
76fb80f... cssparser: Introduce gtk_css_parser_try_ident() (*)
3fb44ae... cssparser: Add gtk_css_parser_try_token() (*)
753ad64... cssparser: Introduce gtk_css_parser_consume_function() (*)
aa50e92... csstransformvalue: Use gtk_css_parser_consume_function() (*)
38227dc... cssfiltervalue: Use gtk_css_parser_consume_function() (*)
3597f7e... cssimageicontheme: Use gtk_css_parser_consume_function() (*)
96f9cbc... cssimage: Make cross-fade() an array (*)
d99ae4b... cross-fade: Use gtk_css_parser_consume_any() (*)
9c862d7... cross-fade: Make progress optional (*)
3988847... reftests: Add a cross-fade syntax-checking reftest (*)
45bc4ed... cssimagerecolor: Use gtk_css_parser_consume_function() (*)
b830bdc... cssimagefallback: Use gtk_css_parser_consume_function() (*)
1fd339c... cssimageradial: Use gtk_css_parser_consume_function() (*)
28fbcf6... shorthand: Use gtk_css_parser_try_ident() (*)
dbdb81f... cssparser: Add gtk_css_parser_consume_ident() (*)
8d69bda... cssimagelinear: Use gtk_css_parser_consume_function() (*)
8157004... easevalue: Use gtk_css_parser_consume_function() (*)
21616f6... cssimagescaled: Use gtk_css_parser_consume_function() (*)
93b643c... css: Make font-weight an integer (*)
7ccec19... parser: Get rid of _gtk_css_parser_is_eof() (*)
dce8c11... cssparser: Drop _gtk_css_parser_has_prefix() (*)
e7b9ecc... cssparser: Add gtk_css_parser_try_at_keyword() (*)
f0d2f99... cssparser: Add gtk_css_parser_consume_string() (*)
23080d4... cssparser: Get rid of _gtk_css_parser_try_double() (*)
5f3e5a0... cssparser: Add gtk_css_parser_try_delim() (*)
7f99c1e... cssparser: Split integer gettig into has/consume functions (*)
acddc31... cssparser: Add gtk_css_parser_resolve_url() (*)
607502e... cssparser: Add gtk_css_parser_consume_url() (*)
f3db19d... Resurrect the CSS parser from the tokenizer branch (*)
98e076b... rgba: Add gdk_rgba_parser_parse() (*)
e0a01ba... css: Redo for new parser (*)
a31e5f7... cssshadow: Use gtk_css_parser_consume_any() (*)
c8589a9... testsuite: Handle warnings in CSS tests (*)
acaec5f... testsuite: Update parser tests to new errors (*)
de73ac9... css: Use gtk_css_parser_consume_any() for transition shorth (*)
1cd9396... css: Review error messages (*)
35f60dc... csssection: Store a GtkCssLocation (*)
207c0b3... csssection: Redo constructors (*)
2fb2021... css: Remove GtkCssSectionType (*)
a8f712b... cssection: Return locations, not numbers (*)
a475d72... cssparser: Improve location APIs (*)
4614349... cssprovider: Change section handling (*)
085d34c... cssprovider: Advance parser to start of declaration (*)
04d24b7... csssection: Make printing functions public (*)
37671d2... cssprovider: Redo error emission (*)
76826cf... cssparser: Pass in error locations explicitly (*)
2e0a566... css: Move gtkcsssection.[ch] into gtk/css (*)
79238b0... cssparser: Add error functions that take locations (*)
3ab65b7... csspositionvalue: Redo the parser (*)
d41580a... calc: Have better error location range (*)
24cc721... cssprovider: Mark whole @import statement on import error (*)
e1cd996... selector: Inlcude : sign when reporting errors (*)
49f8b57... testsuite: Update integer test (*)
f37573f... testsuite: Check errors not just for line, but for full ran (*)
ec6ce07... testsuite: Update references for style test (*)
023b695... testsuite: Fix stylecontext test (*)
8001c7d... transform: Add gsk_transform_parse() (*)
f310609... builder: Parse GskTransform properties (*)
117fc68... tests: Remove testboxcss (*)
0a440a8... reftests: Fix CSS for various tests (*)
6120f11... reftests: Fix GtkFixed layout properties (*)
198207f... reftests: Mark the currently unfixed failures as XFAIL (*)
ad34f73... CI: Turn on reftests (*)
b4c8ba4... Check the size of the g_new arguments (*)
1b6252e... Merge branch 'default-request-mode' into 'master' (*)
c20360d... reftests: Use shared_library, not shared_module (*)
324f547... Fix a crash (*)
86c86e0... inspector: Revamp attribute and action info (*)
8d51038... inspector: Cosmetics (*)
a2db956... inspector: Show readonly property values (*)
5c608fe... ci: Install Monospace fonts (*)
e81f033... Merge branch 'validate-alloc-size' into 'master' (*)
3046358... ci: Update list of xfail tests (*)
faff081... Merge branch 'fix-meson-on-macos-2' into 'master' (*)
c5a4a26... Merge branch 'ci-update' into 'master' (*)
f58f073... ci: Cache the reftest artifacts (*)
261b8c7... Merge branch 'cache-reftest-images' into 'master' (*)
c6471ee... reftests: Fix textview-margins test (*)
254feda... Revert "reftests: Fix textview-margins test" (*)
b66e4cd... gtkcomposetable: use g_size_checked_mul() for overflow chec (*)
07e0411... reftests: Fix textview-margins test (*)
7d9a8a6... Merge branch 'gtkcomposetable-checked-mul' into 'master' (*)
e0730bc... testsuite: Fix label-shadows test (*)
c78ba42... testutils: Run in UTF8 locale (*)
9a1da43... inspector: Fix editing in the property list (*)
84351ba... reftests: Be more graceful about errors (*)
b11c69b... Merge branch 'fix-reftests' into 'master' (*)
0249bd4... listbox: Add a ::show-separators property (*)
4551aef... Adwaita: Implement list separators (*)
68d6c51... inspector: Use the new show-separators property (*)
8712199... Merge branch 'test-locale-change' into 'master' (*)
9e8e3eb... Merge branch 'listbox-separators' into 'master' (*)
3569348... gl renderer: Declare color matrix child separately (*)
ddd044f... entry: Remove some unused constants (*)
f9a589c... listbox: Fix compiler warning (*)
20ccb53... text: Remove useless gtk_widget_get_allocation call (*)
f9d5869... passwordentry: Add missing break statement (*)
3bc8ab9... ci: Add an HTML report generator (*)
3412d18... ci: Use the v5 CI image (*)
b98c721... ci: Generate valid HTML for the report (*)
daea92e... Ignore deprecated HarfBuzz API (*)
f39ae35... demo: Ignore deprecated HarfBuzz API (*)
cb6e48e... Merge branch 'harfbuzz-deprecations' into 'master' (*)
d733078... ci: Style the test report (*)
7fb9f21... ci: Tweak the HTML report style (*)
3f61360... ci: Restructure the HTML report (*)
84d2150... tests: Remove popupat test (*)
44ce36b... menubar: Remove pack direction (*)
b1b12a2... menu: Remove attach properties (*)
dba1926... menu: Yeah cool, you're the last child (*)
31ccb7c... menu: get rid of 2 variables (*)
5473d13... menu: remove bottom attach (*)
0cd2946... menu: Move enum into only source file using it (*)
8ad38e5... menu: Remove unused function parameter (*)
3f9b8f2... vulkan: Add missing break statement (*)
ad3ded7... textview: Add missing break statement (*)
c593f86... notebook: Add missing return statement (*)
9087019... filechoosernativewin32: Add missing break statement (*)
0791924... Convert fallthrough comments to G_GNUC_FALLTHROUGH (*)
b9fb2f0... Add missing G_GNUC_FALLTHROUGH statements (*)
dff9a5a... build: Add new gcc error flags (*)
97fb1c7... Add licensing and copyright notice to report generators (*)
1ee5c2c... grid: Fix annotation typo (*)
226e0ea... widget-factory: Add an Inspector menu item (*)
f4e32f2... widget-factory: Update copyright line (*)
3286221... Merge branch 'widget-factory-inspector' into 'master' (*)
f6afa3d... gtk-demo: Add a gear menu (*)
8d001e3... icon-browser: Recover from GtkDialog api change (*)
e2d821f... icon-browser: Left-align the sidebar (*)
6e27e79... Merge branch 'gtk-demo-inspector' into 'master' (*)
21be063... builder-tool: Tweak --help output (*)
33eb72a... dialog: Fix a doc typo (*)
bc8ecef... Merge branch 'icon-browser-tweaks' into 'master' (*)
2656f5b... Remove two more plusses (*)
4ce217b... Merge branch 'wip/otte/warnings' into 'master' (*)
6c6fd13... CI: Build with --werror
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]