[gtk] (369 commits) Non-fast-forward update to branch wip/exalm/scroll-gesture



The branch 'wip/exalm/scroll-gesture' 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:

  abe631c... eventcontroller: Clarify filter_event()
  ec7bc04... gesture: Handle scroll events
  cb8aad0... gesturesingle: Pass through scroll events
  8d3031e... gesturedrag: Allow scroll events
  d516468... gestureswipe: Don't emit :swipe for cancelled gestures
  c8a03e9... gestureswipe: Allow scroll events
  9a1cc1c... Add GtkEventControllerWheel
  e83cc23... tmp demo
  0a454f3... scrolledwindow: Port to the new controllers
  8ca5a84... events: Give scroll events pointer position
  8e05964... tmp

Commits added to the branch:

  b664b2d... Set correct accessible relations for GtkMenuButton (*)
  0120ff3... Merge branch 'master' into menu_button_a11y_improvements (*)
  c9aec9b... Do not require wayland-protocols as dependency in the .pc f (*)
  01944d5... Merge branch 'master' into 'master' (*)
  b6d3561... testsuite: Be more verbose in texture-threads test (*)
  a4f3fbb... gltexture: Fix download() for GLES (*)
  551f76e... gltexture: Fallback in download_float() (*)
  64acaf9... testsuite: Fix race in texture-threads test (*)
  75dfb4d... API: Add gdk_texture_new_from_filename() (*)
  de53b0c... testsuite: remove box-order test (*)
  3a8ec68... reftests: Make diff pixels always opaque (*)
  0dfab46... reftests: Use GdkTexture instead of cairo_surface_t (*)
  390a0b2... ngl: Fix opacity handling (*)
  46bb160... testuite: Add opacity-overdraw test (*)
  c84d5b1... tests: Update rendernode test to use textures (*)
  625b5ce... testsuite: Port compare_render() to use textures (*)
  90ed7b9... reftests: Use 0.6 alpha, not 0.5 (*)
  4733059... reftests: Use 0.6 instead of 0.5 for alpha (*)
  58f66eb... reftests: Make image-compare use textures (*)
  7cf5e55... testsuite: Switch color from khaki to yellow (*)
  62954a0... ngl Fix bottom-right border render failure (*)
  9e14de2... ngl: Improve shortcuts for shadow nodes (*)
  93323be... ngl: Avoid offscreens in more cases (*)
  56b31c3... rendernodeparser: Handle is_color attribute for glyphs (*)
  08df891... reftests: Use colors without rounding errors (*)
  345faa7... reftests: XFAIL border-half-pixel test (*)
  83ea623... reftests: Use the default (aka NGL) renderer (*)
  698b354... Merge branch 'modern-testsuite' into 'master' (*)
  66031fd... texture: Add error enum (*)
  f51f7f8... Add code to load and save pngs (*)
  a71877b... Load pngs without gdk-pixbuf (*)
  7949aaa... Save pngs without cairo (*)
  d6ce65f... Add tests for the png loader (*)
  d7c8f92... Add gdk_texture_save_to_png_bytes (*)
  a03594d... Add code to load and save tiff files (*)
  f925e12... Load tiffs without gdk-pixbuf (*)
  945c253... Add tests for the tiff loader (*)
  d30a029... Add gdk_texture_save_to_tiff (*)
  729ba81... Add code to load jpegs (*)
  daf29e1... Load jpegs without gdk-pixbuf (*)
  e30b4c6... Add tests for the jpeg loader (*)
  d27bc74... Use our own loaders for content (de)serialization (*)
  95a0c93... Add contentserializer tests for textures (*)
  5b82cf1... rendernodeparser: Use gdk_texture_save_to_png_bytes (*)
  c77b5c4... rendernodeparser: Avoid gdk_texture_new_for_pixbuf (*)
  b1bb7c3... texture: Add gdk_texture_save_to_tiff_bytes() (*)
  577bf10... testsuite: Add png and tiff methods (*)
  f2ca9eb... texture: Avoid pixbufs when loading resources (*)
  100b0bf... texture: Remove declaration for nonexisting function (*)
  2d3de86... texture: Split out type detection (*)
  679c93e... texture: Add private can_load() function (*)
  dcd873a... builder: create textures without pixbufs (*)
  729ad8e... cssimageurl: Just create a texture directly (*)
  fecb31b... builder: Stop using pixbufutils (*)
  e720f9d... Add code to save jpegs (*)
  14280b5... contentdeserializer: Use our on jpeg loader (*)
  b226478... Support 16bit formats in the png loader (*)
  a85f4ec... icontheme: Load textures directly when possible (*)
  b5da07f... icontheme: Use textures more (*)
  4fcf547... icontheme: Insist that people provide proper values (*)
  e58f70d... pixbufutils: Don't hardcode formats (*)
  b271a94... texture: Rework error enum (*)
  fae3284... texture: Refactor gdk_texture_new_from_bytes() (*)
  1b85b55... texture: Implement GIcon and GLoadableIcon (*)
  37a7c67... icontheme: Implement gtk_icon_theme_lookup_by_gicon() for t (*)
  0428d8c... examples: Use textures over pixbufs (*)
  3914ecb... gtk-demo: Use textures in listbox example (*)
  1d41dc7... Merge branch 'image-loading' into 'master' (*)
  f95c21b... gtkcolorbutton: Fix documentation (*)
  0cce92a... Merge branch 'fix-typo' into 'master' (*)
  8c34dd5... gsk: Add a test for transform_bounds (*)
  ba5d010... Delete unneccessary comment and make other more descriptive (*)
  52a8492... rendernodepaintable: Provide accurate aspect ratio (*)
  27d662f... node editor: Preserve aspect ratio (*)
  6a60214... gsk: Handle 2D transforms better (*)
  bef54a3... transform: Improve docs (*)
  63647ca... testsuite: Run the clipboard test in isolation (*)
  37a54eb... Merge branch 'matthiasc/for-master' into 'master' (*)
  15ffd49... Apply 4 suggestion(s) to 1 file(s) (*)
  87af454... gsk: Stop enlarging text bounding boxes (*)
  76d31ff... Merge branch 'menu_button_a11y_improvements' into 'master' (*)
  d962360... Fix glyph cache entry sizing (*)
  cf38307... icontheme: Fix variable mixup leading to crashes (*)
  aad6b2d... Merge branch 'wip/otte/for-master' into 'master' (*)
  e9cf8c6... Merge branch 'glyph-clipping-fixes' into 'master' (*)
  06db477... gtk-demo: Fix non-circular buttons (*)
  2c8e556... gtk-demo: Improve ink extents rendering (*)
  c6cacd2... ngl: Use exact device scales for glyphs (*)
  7e4b2b9... Revert "gsk: Stop enlarging text bounding boxes" (*)
  a1adaac... Merge branch 'glyph-clipping-fixes' into 'master' (*)
  be1a60d... label: Remove a dead assignment (*)
  c4e558d... imcontextsimple: Rewrite a function slightly (*)
  ece5fd7... Merge branch 'more-glyph-drawing-fixes' into 'master' (*)
  295d406... listitemmanager: Add a few assertions (*)
  9cfce67... textview: Remove a dead store (*)
  9e6adaa... transform: Add sections (*)
  1289e68... gsk: Add skew transforms (*)
  7f2cb11... Merge branch 'static-analysis-fixes' into 'master' (*)
  5742483... Add more transform tests (*)
  bc0d948... filechooserwidget: Match choice id from "options" (*)
  02bb234... filechooserwidget: Return an id in get_choice() (*)
  155e0f3... Merge branch 'gbsneto/fix-filechooserwidget-choices' into ' (*)
  41b810d... Add gsk_transform_to_2d_components (*)
  2bc82da... inspector: Cache if we have ever constructed a window (*)
  136a3f6... stackswitcher: Expand child buttons (*)
  c2ab1f1... window: Fix mnemonics-visible getter+setter annotations (*)
  7b22e37... Merge branch 'transform-work' into 'master' (*)
  c24b787... gdktiff: Use guint32 instead of int32 (*)
  ae08aa3... constraintsolver: Remove a dead assignment (*)
  24415a6... cssimageurl: Explicitly check for local_error != NULL (*)
  1fae91d... Update POTFILES.in (*)
  1c2c356... widget factory: Scale down jpeg images (*)
  d66bc50... Merge branch 'wip/baedert/for-master' into 'master' (*)
  d88c4d1... gtk-demo: Cosmetics (*)
  164443a... builder: Cosmetics (*)
  a94e438... Update Catalan translation (*)
  c913554... loaders: Add profiler marks (*)
  4a89cfe... Add delayed loading for textures (*)
  da115ad... Use GtkLoader for image loading (*)
  56e6a51... Merge branch 'delayed-loading' into 'master' (*)
  87e4a54... Clean up gesture icons (*)
  e1facc5... resources: Treat svgs as xml (*)
  f079d75... Merge branch 'resource-cleanup' into 'master' (*)
  145a16f... Update Turkish translation (*)
  6474c7a... Update Turkish translation (*)
  2c2d03a... builder: Drop unused part of private api (*)
  5c3bb42... builder: Avoid a pointless call (*)
  138fd6f... builder: Small optimization (*)
  7dab532... builder: Cosmetics (*)
  e931afd... cssprovider: Be clearer about warnings vs errors (*)
  0b4817a... window: Drop some dead code (*)
  6a69b4e... Merge branch 'matthiasc/for-master' into 'master' (*)
  d175526... wayland: Add format hex value to debug print (*)
  d19f4ad... Merge branch 'wip/otte/for-master' into 'master' (*)
  da20c68... Mention that after setting a button child the user is respo (*)
  4b58285... Merge branch 'mention_a11y_concern' into 'master' (*)
  9fb729c... window: Improve set_titlebar() function (*)
  32871f9... window: Make priv->titlebar the titlebar (*)
  765e78f... window: Add a titlebar property (*)
  1ef000b... reftests: Add tests that check default-size is computed cor (*)
  3e20ecd... Merge branch 'wip/otte/titlebar' into 'master' (*)
  a9d7282... gtkcomposetable: Accept long replacement strings (*)
  5f913e9... gtktextview: Fixed arrow key crash. (*)
  d6d7299... Merge branch 'composetable/accept-long-replacements' into ' (*)
  218a3e3... gdkglcontext-win32-wgl.c: Fix Cairo fallback check (*)
  ece0231... gdkdisplay-win32.c: Don't retry WGL initialization (*)
  3a5091c... Revert "Use GtkLoader for image loading" (*)
  1430142... Revert "Add delayed loading for textures" (*)
  0b9f698... texture: Document constructors as threadsafe (*)
  923c944... Add GtkLoader to gtk4-widget-factory (*)
  20f6610... Merge branch 'widgetfactory-async-load' into 'master' (*)
  d7db3f1... Merge branch 'master' into 'master' (*)
  b578c78... texthistory: add barriers after final grouping (*)
  6593930... textview: improve undo grouping when overwriting (*)
  23acc99... gdk: Make sure only one GL backend is used (*)
  7a82e9f... Merge branch 'wip/otte/shittymorph' into 'master' (*)
  e41bf09... Merge branch 'wip/chergert/undo-fixes' into 'master' (*)
  610ba1c... headerbar: Cosmetics (*)
  3817177... Updated Czech translation (*)
  a74d908... Merge branch 'matthiasc/for-master' into 'master' (*)
  2c810c7... Switch man pages to reStructuredFormat (*)
  113d546... docs: Remove the last remaining XML files (*)
  2fd0da8... ci: Add Python's docutils to the base image (*)
  7e48ab4... Update Ukrainian translation (*)
  c317a1b... ci: Update the Docker image to use (*)
  d61c71c... macos: Actually set the vfuncs (*)
  78d7cb7... gdk: Remove gdk.h include from gdk-private.h (*)
  39f2bb2... gdk: Remove gdk.h include from header (*)
  c799288... gdk: Remove gdk.h include form gdkframeclockidle.c (*)
  811b5d9... gdk: Don't include gdkinternals.h in gdk-private.h (*)
  bcd9a01... broadway: Don't include gdkinternals.h (*)
  226ecaf... win32: Don't include gdkinternals.h (*)
  4e83649... macos: Don't include gdkinternals.h (*)
  47e0539... x11: Don't include gdkinternals.h (*)
  d4f9d38... win32: Fix gcc warnings (*)
  279f9aa... wayland: Don't include gdkinternals.h (*)
  a294745... gdk: Remove gdkinternals.h (*)
  5559937... Merge branch 'wip/otte/gdk-headers' into 'master' (*)
  659181f... win32: Fix GTK warnings (*)
  8fba0d2... Merge branch 'wip/otte/for-master' into 'master' (*)
  b2b7118... Merge branch 'ebassi/rst-man' into 'master' (*)
  7ede54e... Update Persian translation (*)
  bbcc818... Update Brazilian Portuguese translation (*)
  ec6a824... Update Serbian translation (*)
  5d86f08... Update Serbian translation (*)
  ef09cbe... build: Fix build with sysprof-capture but without sysprof (*)
  9395b28... testsuite: Actually run all memorytexture tests (*)
  f96c4eb... broadway: Use the correct way to call find_library (*)
  fbae56e... Update Turkish translation (*)
  5175b16... GDK/Win32: Use lowercase windows.h (*)
  1fab75d... Updated Lithuanian translation (*)
  35abc07... Update Polish translation (*)
  c79d327... Update Portuguese translation (*)
  4fff683... Merge branch 'wip/lantw/broadway-Use-the-correct-way-to-cal (*)
  6b86848... builder: Don't leak refs (*)
  834c72b... coloreditor: Don't unref unless we own it (*)
  eac0e06... ConstraintGuide getters: annotate out parameters as such (*)
  e3ecd5d... Add an assertion and comment (*)
  c8f29a6... builder: Consistently use builder_construct (*)
  ec62402... builder: Fix parsing of mixed declarations (*)
  1b82de1... Merge branch 'btj-master-patch-30099' into 'master' (*)
  69cf1aa... Merge branch 'builder-leaks' into 'master' (*)
  30a741e... Merge branch 'wip/lantw/GDK-Win32-Use-lowercase-windows.h'  (*)
  b17005d... Merge branch 'fix-builder-parsing' into 'master' (*)
  c4069fd... builder: Fix handling of <binding> (*)
  32191bc... Fix the build (*)
  66c80e8... Merge branch 'builder-binding-ordering' into 'master' (*)
  8f817e6... Merge branch 'matthiasc/for-master' into 'master' (*)
  2c9a2e9... entry: Clarify docs (*)
  83b434d... docs: Mention popovers in the migration guide (*)
  8aafee4... Merge branch 'matthiasc/for-master' into 'master' (*)
  f5db501... Update Hebrew translation (*)
  e99ac8f... builder: Simplify parameter collection (*)
  5bc3923... builder-tool: Avoid <style> when converting (*)
  12e8a92... Merge branch 'matthiasc/for-master' into 'master' (*)
  e77eaa0... macos: handle NULL surface when creating GL context (*)
  18c9727... Merge branch 'wip/chergert/fix-4279' into 'master' (*)
  4a684a6... Update Indonesian translation (*)
  62ed3b4... Update Ukrainian translation (*)
  22ffae1... Update Icelandic translation (*)
  da5efea... Update Ukrainian translation (*)
  6f00267... gtk-builder-tool: Simplify more (*)
  fd0a5e3... buildertool: Fix a simplify issue (*)
  160aeb4... Simplify our ui files (*)
  01abd15... a11y: Simplify atspi context a bit (*)
  502b3ce... Merge branch 'matthiasc/for-master' into 'master' (*)
  9bff56d... GDK-Win32: Fix build (*)
  a45e1a0... fp16.c: Fix float_to_half() function call (*)
  dbd0ce3... meson: Improve search for libpng (*)
  b4d91d5... Merge branch 'master-msvc-fixes' into 'master' (*)
  7498838... Update Romanian translation (*)
  bdcfb76... libtiff: update meson patch to install the lib (*)
  f836d2f... widget-factory: Use the same gtk-logo.webm (*)
  ce40c64... widget-factory: Copy alpha-corrected logo webm from gtk-dem (*)
  f42c61f... Merge branch 'wip/otte/for-master' into 'master' (*)
  bf93537... Merge branch 'matthiasc/for-master' into 'master' (*)
  156650e... Merge branch 'dab_fix_libtiff_install' into 'master' (*)
  2a3a1aa... Merge branch 'fix-wgl-cairo-fallback' into 'master' (*)
  5c3b368... docs: Add note about stable sorting to SortListModel (*)
  a816f81... docs: Fix links in the Getting Started page (*)
  72bbc51... Merge branch 'otte/for-master2' into 'master' (*)
  d7e117f... widget-factory: Speed up build (*)
  200a2f5... gtk-demo: Speed up the build (*)
  802ad39... gtk: Speed up build (*)
  6339875... Fix an oversight (*)
  169effe... Merge branch 'ebassi/getting-started-links' into 'master' (*)
  e9828f1... Fix the build (*)
  a9f401a... wayland: better debug for egl (*)
  63b7335... Merge branch 'matthiasc/for-master' into 'master' (*)
  08fd62e... x11: Better debug for egl (*)
  b7ad3bc... build: Print toolchain in summary (*)
  1efccfc... gdk loaders: Add noreturn attribtues where appropriate (*)
  5f825eb... Merge branch 'wip/baedert/for-master' into 'master' (*)
  670659b... Revert "Add GtkLoader to gtk4-widget-factory" (*)
  bfcc2da... ngl: Cosmetics (*)
  139aa17... Merge branch 'matthiasc/for-master' into 'master' (*)
  5bf1196... ngl: Drop the texture pool object (*)
  c932648... ngl: Plug a memory leak (*)
  1ddcf7d... Update Swedish translation (*)
  8c22762... ngl: Small docs updates (*)
  095d531... Merge branch 'matthiasc/for-master' into 'master' (*)
  f7df384... ngl: Don't cache large glyphs forever (*)
  b4bc798... Merge branch 'matthiasc/for-master' into 'master' (*)
  b8622ad... contentdeserializer: Plug a small memleak (*)
  f2dbf57... Merge branch 'matthiasc/for-master' into 'master' (*)
  8079f8e... Add depfiles back to resource generation (*)
  d939f37... win32: Comment out unused function (*)
  bc086c5... Merge branch 'matthiasc/for-master' into 'master' (*)
  34037c0... searchenginemodel: finalize search results (*)
  4e6a76e... docs: Fix internal links in for GtkLabel's text layout sect (*)
  08aa77c... docs: Fix GtkListStore description (*)
  49603c2... docs: Clean up GtkCellArea description (*)
  42ba6f0... docs: Fix up GtkTreeViewColumn (*)
  a9c1e1e... docs: Remove gtk-doc links from GtkDrawingArea (*)
  9bd0674... docs: Fix GtkCellLayout description (*)
  12d4a51... docs: Remove gtk-doc link from GtkTreeView::row-activated (*)
  289394d... docs: Replace gtk-doc internal link in GtkRequisition (*)
  c9ad181... Merge branch 'filesearch' into 'master' (*)
  bb5eb3b... Merge branch 'docs-label' into 'master' (*)
  e2fb67f... Update Slovak translation (*)
  6ec6bca... win32: Remove unused variables (*)
  75370a2... pathbar: Use correct marshaler (*)
  38461ee... gdk: Make GDK_DEBUG GL backend selection global (*)
  9012a03... widget-factory: Name the images pages (*)
  04da2ff... surface: Use g_clear_thing() (*)
  3f5107c... inspector: Export gtk_inspector_init (*)
  9e88275... Merge branch 'matthiasc/for-master' into 'master' (*)
  ae8de71... build: Add a HAVE_EGL define to config.h (*)
  bfb158d... egl: Move initialization code and port Wayland (*)
  70607f5... x11: Port to shared EGL code (*)
  032eb15... glcontext: The content cannot be the current context (*)
  c8204a9... surface: Add a private struct (*)
  aba37c4... display: Get carried away by extension checker (*)
  d128ffc... egl: Move EGLSurface handling to GdkSurface (*)
  f8b9b30... egl: Move extension checks to GdkDisplay (*)
  482845b... wayland: Remove initial GL API bind (*)
  111c276... cairo-gl: Don't leak framebuffers (*)
  64f10ef... gdk: Remove unused gdk_gl_texture_quads() function (*)
  03cc603... glcontext: Remove unused functionality (*)
  2ff1ea5... egl: Unify contexts (*)
  3ca84c4... glcontext: Handle failure of eglBindAPI() (*)
  bc7c0d0... egl: Support EGL_KHR_no_config_context (*)
  7ede468... gdk: Add a request_hdr argument to begin_frame() (*)
  5eb42dd... gdk: Add GDK_DEBUG=hdr (*)
  cdc8523... egl: Implement HDR support (*)
  0969d9d... Merge branch 'wip/otte/gl-hdr' into 'master' (*)
  f819e88... gdk: Fix an oversight (*)
  4360bc3... Merge branch 'matthiasc/for-master' into 'master' (*)
  cd45e6e... dropdown: add GtkDropDown:show-arrow property (*)
  cd2debd... dropdown: fix extraneous * in documentation (*)
  db86b3e... Merge branch 'wip/chergert/dropdown-show-arrow' into 'maste (*)
  48781cf... memorytexture: Split out GdkMemoryFormat handling (*)
  149395c... gl: Move memory <=> GL format mapping (*)
  afa004f... memoryformat: Add gdk_memory_format_prefers_high_depth() (*)
  dc6e831... gdk: hdr => high depth (*)
  3f4fb93... cairo: Use GdkTexture for converting from pixbuf (*)
  2e555db... testsuite: Fail more accurately (*)
  8950c0d... texture: Make format a property of GdkTexture (*)
  2a08641... gsk: Add high depth rendernode api (*)
  9174814... ngl: Allow specifying texture formats (*)
  985d2d2... ngl: Determine intermediate formats (*)
  8a24def... ngl: Update framebuffer format for each frame (*)
  6f17429... ngl: Make render_texture high depth aware (*)
  8d9c392... Merge branch 'wip/matthiasc/gsk-hdr' into 'master' (*)
  c7d6bf7... filechooserportal: Take a ref on transient-for (*)
  db37452... Merge branch 'fix-filechooser-portal-crash' into 'master' (*)
  0775e21... Add support for pango markup in menu items (*)
  9f1e9b6... Merge branch 'wip/cdavis/menu-item-markup' into 'master' (*)
  144f727... Rename ngl to gl (*)
  7a1644b... Maintain abi (*)
  f868c67... Skip gsk_ngl type funcs (*)
  30164d5... css: Render the background-clip area, not the background-or (*)
  222d927... Merge branch 'wip/otte/for-master' into 'master' (*)
  b7eb1d3... gsk: provide an ngl renderer (*)
  4f53645... ngl: fbo 0 has no color attachment (*)
  3b9967d... ngl: Compute correct renderformat (*)
  c6dd3c1... glcontext: Add GdkGLContext::allowed-apis (*)
  8c1f7f7... glcontext: Deprecate gdk_gl_context_set_use_es() (*)
  f584d4f... gl: Check allowed APIs in realize() (*)
  76420d7... ngl: Fix glTexImage2D() usage on GLES (*)
  e974a04... glcontext: Add gdk_gl_context_get_api() (*)
  5c1e402... Merge branch 'wip/otte/for-master' into 'master' (*)
  0054f8b... docs: Mention gtk_window_set_position() being gone (*)
  27573d9... Merge branch 'wip/otte/glcontext' into 'master' (*)
  db167e0... Update Basque translation (*)
  e371bd0... ngl: Use the right value (*)
  b4ab9f7... testsuite: Add a test targeting GL upload code (*)
  27b5dc1... gl: Fix broken internal format (*)
  caddea4... gl: Set stride properly in fallback (*)
  780ae52... gl: Check the stride is a multiple of the bpp (*)
  d4959a9... gl: Make sure to set a proper alignment (*)
  e581c14... testsuite: Add run for GLES (*)
  c7bb4a9... docs: Add GdkPixbuf to the URL map (*)
  5311616... Merge branch 'wip/otte/gles' into 'master' (*)
  cfadca6... [gtkimcontextquartz] Accommodate moving GdkSurface widget t (*)
  232003b... Merge branch 'docs-urlmap' into 'master' (*)
  922e6ad... Merge branch 'docs-window-position' into 'master' (*)
  49a64da... Merge branch 'ngl-is-the-new-gl' into 'master' (*)
  f055294... events: Give scroll events pointer position
  7f74b8c... eventcontroller: Clarify filter_event()
  f20246f... gesture: Handle scroll events
  63b59e0... gesturesingle: Pass through scroll events
  75f6baa... gesturedrag: Allow scroll events
  46d743d... gestureswipe: Don't emit :swipe for cancelled gestures
  9ddf589... gestureswipe: Allow scroll events
  fe93d6c... Add GtkEventControllerWheel
  c3da601... tmp demo
  77f4c26... scrolledwindow: Port to the new controllers
  62cf20a... tmp

(*) 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]