[gtk] (79 commits) Non-fast-forward update to branch f16c.msvc
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (79 commits) Non-fast-forward update to branch f16c.msvc
- Date: Mon, 12 Apr 2021 10:13:52 +0000 (UTC)
The branch 'f16c.msvc' 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:
7b1315b... gsk: Rename resource paths
023cb03... gsk: Move shader resources
53cd398... Update Chinese (Taiwan) translation
0f259a9... textlayout: Remove some unnecessary code
69f7a2d... textlayout: Don't call render_para too much
6c3f18c... textbtree: Avoid malloc in one place
f28149d... textbtree: Speed up _gtk_text_line_char_index
13e4440... textbtree: Don't opencode realloc
55037bb... textbtree: Speed up _gtk_text_btree_find_line_top
995f023... textbtree: Inline node data handling
bfdc78e... texttag: Just use qsort
341f1a9... textlayout: Only get selection color once
f91fce2... textbtree: Return tags in a GPtrArray
45b5d06... textattributes: Small docs fix
6582771... textlayout: Create the cursor snapshot on demand
05c8ed6... textlayout: Introduce some locals
35826ff... textlayout: Avoid allocations for line iteration
569c3ac... textlayout: Remove an unused function
249966b... ngl: Fix an oversight
be1c955... window: Actually enable the inspector by default
029039e... modelbutton: Avoid a crash
84beafe... textview: Fix a problem with the last line
5f13974... wayland: Improve font setting fallback
b6f8bee... surface: Always set PHASE_PAINT as pending when updates are
707c846... wayland: Improve font setting fallback more
b5c1b5a... ngl: Use fp16 for colors
d3e855f... ngl: Reduce vertex storage
be5d23b... ngl: Use a constant for (fp16)-1
3ad4b5f... Move color conversion up
13e204e... Add an option to disable F16C
10d819f... gsk: Add runtime checks for F16C
f6a33a9... Work around compiler shortcomings on macOS
e347751... ci: Drop the split Fedora images
98ddca7... scrolledwindow: Stop using scroll cursors
9e9b8a9... gtk-demo: Make one text scroll benchmark harder
cbd676e... ngl: Fix an oversight
eb0836d... ngl: Reserve a pixel in texture atlases
9042a9a... ngl: Optimize underlines in text
bf127b9... ngl: Add a program change counter
c0530f7... window: Defer focus setting until after paint
163f517... media: Fix a memory leak
b91990e... nodeeditor: Make the help window wide enough
61ee9f8... ngl: Small optimization
f606752... roundedrect: Speed up contains_rect and friends
e7d74b7... ngl: Small optimization for shadows
e749b8f... ngl: Allow passing bounds to update_clip
257baa0... Update Ukrainian translation
e080de3... menubutton: Propagate focus-on-click
cb70ad1... gtk-demo: Make header buttons not steal focus
7e2ddf3... widget-factory: Make header buttons not steal focus
dd03059... icon browser: Make header buttons not steal focus
03d6d34... node-editor: Make header buttons not steal focus
9debb50... gsk: Don't overshadow
f97c322... togglebutton: Fix expected group behavior
5c4ad29... ngl: Add code to dump shadows
465eec1... ngl: Fix a case of flipped shadow
2a00a27... ngl: Don't slice unsliceable shadows
7fff21e... ngl: Fix unevenly scaled shadows
aba5c61... meson.build: Improve F16C detection on Visual Studio
946fddc... gsk/ngl/fp16.c: Implement runtime F16C detection on MSVC
efdeb27... meson.build: Check for F16C on 32-bit Visual Studio
Commits added to the branch:
ee63b84... gsk: Rename resource paths (*)
900a4e4... gsk: Move shader resources (*)
8d6c7b8... Merge branch 'matthiasc/for-master' into 'master' (*)
1c419f7... Update Chinese (Taiwan) translation (*)
07a3fb8... textlayout: Remove some unnecessary code (*)
67ee6b2... textlayout: Don't call render_para too much (*)
214e2d1... textbtree: Avoid malloc in one place (*)
a936144... textbtree: Speed up _gtk_text_line_char_index (*)
d731ce4... textbtree: Don't opencode realloc (*)
0334d00... textbtree: Speed up _gtk_text_btree_find_line_top (*)
58e44e2... textbtree: Inline node data handling (*)
5b8bf04... texttag: Just use qsort (*)
b0df891... textlayout: Only get selection color once (*)
d719a3d... textbtree: Return tags in a GPtrArray (*)
5b0ea70... textattributes: Small docs fix (*)
2af99bd... textlayout: Create the cursor snapshot on demand (*)
b32cd5d... textlayout: Introduce some locals (*)
6cf7125... textlayout: Avoid allocations for line iteration (*)
2e18f1b... textlayout: Remove an unused function (*)
a1ece16... ngl: Fix an oversight (*)
0ca5731... Merge branch 'matthiasc/for-master' into 'master' (*)
b79eb55... window: Actually enable the inspector by default (*)
303ff60... modelbutton: Avoid a crash (*)
748b849... Merge branch 'matthiasc/for-master' into 'master' (*)
288a5d4... textview: Fix a problem with the last line (*)
d50d552... Merge branch 'textview-last-line' into 'master' (*)
62f10b1... wayland: Improve font setting fallback (*)
5710df6... Merge branch 'font-settings-fallback-4' into 'master' (*)
07167fd... surface: Always set PHASE_PAINT as pending when updates are (*)
2f0a02e... Merge branch 'wip/carlosg/stuck-frames' into 'master' (*)
cce36ae... wayland: Improve font setting fallback more (*)
8b1fcb5... ngl: Use fp16 for colors (*)
ae7f52d... ngl: Reduce vertex storage (*)
7fe7b7a... ngl: Use a constant for (fp16)-1 (*)
38c6fe2... Move color conversion up (*)
9d81c12... Add an option to disable F16C (*)
885a6b8... gsk: Add runtime checks for F16C (*)
2d7169f... Work around compiler shortcomings on macOS (*)
1c2238c... Merge branch 'font-fallback-fix' into 'master' (*)
5d0a3bd... Merge branch 'half-float' into 'master' (*)
e4a6101... gtk-demo: Make one text scroll benchmark harder (*)
e796394... ngl: Fix an oversight (*)
d8ba4b4... ngl: Reserve a pixel in texture atlases (*)
0caa28c... ngl: Optimize underlines in text (*)
bfe4aea... ngl: Add a program change counter (*)
ed412f4... ci: Drop the split Fedora images (*)
9313d4b... scrolledwindow: Stop using scroll cursors (*)
0d6bbc0... Merge branch 'ebassi/ci-docs' into 'master' (*)
d15b0af... Merge branch 'no-scroll-cursor' into 'master' (*)
7154496... Merge branch 'ngl-coloring-underlines' into 'master' (*)
4a76abf... window: Defer focus setting until after paint (*)
87a8ff9... Merge branch 'popover-list-lockup' into 'master' (*)
e6599c6... gsk: Don't overshadow (*)
187072c... media: Fix a memory leak (*)
fcf3917... Merge branch 'media-memory-leak' into 'master' (*)
678e6fc... nodeeditor: Make the help window wide enough (*)
aaf17fd... ngl: Small optimization (*)
f8f2f29... roundedrect: Speed up contains_rect and friends (*)
6bfb57d... ngl: Small optimization for shadows (*)
1d9c581... ngl: Allow passing bounds to update_clip (*)
5b55138... Merge branch 'matthiasc/for-master' into 'master' (*)
6712106... Update Ukrainian translation (*)
e2420f6... menubutton: Propagate focus-on-click (*)
e4ce46e... gtk-demo: Make header buttons not steal focus (*)
d0fc3e1... widget-factory: Make header buttons not steal focus (*)
e2fb597... icon browser: Make header buttons not steal focus (*)
ae41697... node-editor: Make header buttons not steal focus (*)
233e662... togglebutton: Fix expected group behavior (*)
2a7b5a5... Merge branch 'matthiasc/for-master' into 'master' (*)
da6096f... ngl: Add code to dump shadows (*)
46270d3... ngl: Fix a case of flipped shadow (*)
f3bf4e4... ngl: Don't slice unsliceable shadows (*)
849692b... ngl: Fix unevenly scaled shadows (*)
21a1a40... Merge branch 'shadow-reduction' into 'master' (*)
3ad56a7... Merge branch 'grouped-toggle-fix' into 'master' (*)
46ed754... Merge branch 'ngl-shadow-fixes' into 'master' (*)
6d6c8c5... meson.build: Improve F16C detection on Visual Studio
d5ced21... gsk/ngl/fp16.c: Implement runtime F16C detection on MSVC
65b3545... meson.build: Check for F16C on 32-bit Visual Studio
(*) 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]