[gtk] (255 commits) Non-fast-forward update to branch wip.win32.fixes
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (255 commits) Non-fast-forward update to branch wip.win32.fixes
- Date: Mon, 4 Oct 2021 10:15:02 +0000 (UTC)
The branch 'wip.win32.fixes' 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:
5401625... Make the DND indicator not interfere with the drag and drop
6291ea9... Fix DND coordinates on Windows
8708a7d... demos/gtk-demo|widget-factory: Temporarily disable gui_app
dc6b48a... Revert "gtk/meson.build: Fix linking on Visual Studio 2013"
554815e... build: Fix Broadway configuration on Windows
fae6129... partial WIP port of GDK4-Broadway to Windows...
a2a42d8... GDK-Win32: Fix AeroSnap indicator and positioning
f4ba4de... gdksurface-win32.c: Rename window->surface in snap_*()
deb5bf3... GDK-Win32: Make surface ready for updates
2dad9ae... gdksurface-win32.c: Rename window->surface as appropriate
a06894d... gdk[drag|drop]-win32.c: Don't unnecessarily compute scale
f330a08... gdksurface-win32.c: Disable AeroSnap for surface if not res
f2c94e9... Revert "media: Check for gstreamer verion instead of using
8e27f73... gdkglcontext-win32-wgl.c: Fix Cairo fallback check
Commits added to the branch:
b664b2d... Set correct accessible relations for GtkMenuButton (*)
0120ff3... Merge branch 'master' into menu_button_a11y_improvements (*)
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 (*)
bc086c5... Merge branch 'matthiasc/for-master' into 'master' (*)
34037c0... searchenginemodel: finalize search results (*)
c9ad181... Merge branch 'filesearch' into 'master' (*)
287b5fb... Make the DND indicator not interfere with the drag and drop
310f555... Fix DND coordinates on Windows
e60e04a... demos/gtk-demo|widget-factory: Temporarily disable gui_app
52c9618... Revert "gtk/meson.build: Fix linking on Visual Studio 2013"
22b809c... partial WIP port of GDK4-Broadway to Windows...
183d770... GDK-Win32: Fix AeroSnap indicator and positioning
1f5fa31... gdksurface-win32.c: Rename window->surface in snap_*()
5225769... GDK-Win32: Make surface ready for updates
dbaa2b6... gdksurface-win32.c: Rename window->surface as appropriate
edeaa1f... gdk[drag|drop]-win32.c: Don't unnecessarily compute scale
16069ab... gdksurface-win32.c: Disable AeroSnap for surface if not res
341191d... Revert "media: Check for gstreamer verion instead of using
(*) 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]