[gtk] (84 commits) Non-fast-forward update to branch wip/baedert/css-values
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (84 commits) Non-fast-forward update to branch wip/baedert/css-values
- Date: Thu, 16 Jan 2020 07:04:24 +0000 (UTC)
The branch 'wip/baedert/css-values' 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:
6b19f49... csscolorvalue: Don't resolve literal color values
5a12448... csscolorvalue: Compute alpha/shade/mix of color literals di
37a559f... cssvalue: Add type names for all classes
a26c615... cssarrayvalue: Allow calling array API on non-arrays
65344cc... cssarrayvalue: Don't allocate memory when parsing array val
a3a31d2... csscornervalue: Accept other values if x == y
e90c499... cssnumbervalue: Add early-outs to transition code
439238c... csssshadwovalue: Remove unused function prototype
2b9e5bd... dump css value stats
7b40541... Remove GtkCssRgbaValue
c1a5221... cssimagefallback: Don't compute new image if only a color i
b7d9ec7... cssimagelinear: Use count+array for the color stops, not GA
11a78a0... cssimagelinear: Don't compute new image if it didn't change
8af3a86... cssimageradial: Use array + length instead of GArray
a10c5b7... cssimageradial: Avoid computing a new image if it didn't ch
b544f7c... gl renderer: Look at shadow color in the outset shadow cach
a5b2ac7... csscolorvalue: Don't copy rgbas when applying function
c687f48... css: Move border-width special cases out of GtkCssDimension
6b6f085... testsuite: Update css color output
a3a71c1... cssvalue: Add is_computed flag
ab78c19... cssvalue: Don't call compute() for already computed css val
ab868a3... css: Set the is_computed flag for more values
c2e680f... cssimage: Add is_computed vfunc
d3ad970... csscolorvalue: check for singletons in new_literal
5cdeca2... cssvalue: Improve css value accounting output
9d3704c... cssdimensionvalue: Allow transitioning between different un
bac51a0... cssshadowvalue: Only create 2 shadows values for transition
3a2d6c5... Remove GtkCssShadowsValue
9409107... testsuite: Remove an invalid test case
ada5ff8... cssdimensionvalue: Implement transition()
6d4cecb... cssnumbervalue: Move early-out code to GtkCssValue
0d15eb7... numbervalue: Add early-out to multiply()
cfc7540... gl renderer: Render simple border nodes in a simple way
de13d89... cssdimensionvalue: remove early-out code from transition()
e3217fc... Make GtkCssFontSizeValue represent all font sizes
a50358c... cssdimensionvalue: Mark percentage values as is_computed
9bb8c77... csshorthandproperty: Try to avoid allocating a GString for
Commits added to the branch:
d37612a... Update POTFILES.in (*)
903afcb... Adwaita: Fix needs-attention (*)
9e9eae3... Add missing transfer notation for function return types. (*)
3eaf88b... menutoolbutton: Add missing public API documentation. (*)
b2ca947... textbuffer: Add missing public API documentation. (*)
2b61621... Fix docstring errors with drag and drop code (*)
4d55d23... Merge branch 'missing-transfer-notation' into 'master' (*)
a83b360... Merge branch 'docstring-typos' into 'master' (*)
de5fde1... Merge branch 'menutoolbutton-missing-api-docs' into 'master (*)
15c7980... Merge branch 'textbuffer-missing-api-docs' into 'master' (*)
ea9f0df... Fix incorrect use of GIR closure annotations. (*)
83867f9... Add missing (closure) GIR annotations (*)
75c433f... Merge branch 'closure-annotations' into 'master' (*)
e292767... Adwaita: update checkbox & radio (*)
3e51966... Merge branch 'wip/jimmac/updated-checkmark' into 'master' (*)
823e00d... Updated Spanish translation (*)
4c1ccfd... Updated Spanish translation (*)
c1e9523... build: fix gtkdragicon header installation (*)
4056a40... Adwaita: Fix syntax error in cross-fade() (*)
15b5a40... textview: add undo/redo menu actions (*)
57e71a6... Merge branch 'wip/chergert/textview-undo-menu-item' into 'm (*)
cb03969... textview: propagate GtkTextBuffer can-undo/redo action stat (*)
2b695ac... Merge branch 'wip/chergert/textview-propagate-undo-state' i (*)
4530981... infobar: Activate default action on clicks (*)
2b7de84... Adwaita: Add hover for clickable infobars (*)
794ee0b... gtk-demo: Use a default action in the infobars demo (*)
806e159... Handle lack of file transfer portal (*)
4d8691b... Merge branch 'wip/chergert/fix-dragicon-installation' into (*)
a9da41c... Merge branch 'adwaita-cross-fade-fix-gtk4' into 'master' (*)
9955d68... Update Indonesian translation (*)
a935aae... Updated Spanish translation (*)
256139b... testsuite: Skip GtkDragIcon (*)
a7d72cf... Update Indonesian translation (*)
d03f384... Fix encoding symbolic pixbufs (*)
042537c... fontchooser: Fix objects-finalize test (*)
34f1ae8... fontchooser: Fix up the previous commit (*)
d668d2f... Use bundle id instead of package name for the macOS preview (*)
dccb83c... quiet a compiler warning in release builds (*)
20b9263... testsuite: Improve --generate support (*)
94b1e72... css: Remove an unused function (*)
cb88de5... css: Drop unsused bitmasks (*)
b020a3f... Try harder to make ci not timeout (*)
82dc7b9... Fix the filetransfer portal initialization (*)
e8eb1df... Speed up gtk_widget_pick (*)
48330cd... csscolorvalue: Don't resolve literal color values
e35338a... csscolorvalue: Compute alpha/shade/mix of color literals di
6b2f730... cssvalue: Add type names for all classes
c7d7775... cssarrayvalue: Allow calling array API on non-arrays
bf5d82f... cssarrayvalue: Don't allocate memory when parsing array val
af17d6c... csscornervalue: Accept other values if x == y
1b9fdf1... cssnumbervalue: Add early-outs to transition code
765c414... csssshadwovalue: Remove unused function prototype
43961de... dump css value stats
e4352ba... Remove GtkCssRgbaValue
41fe549... cssimagefallback: Don't compute new image if only a color i
4e56bc1... cssimagelinear: Use count+array for the color stops, not GA
eef74c1... cssimagelinear: Don't compute new image if it didn't change
60a321b... cssimageradial: Use array + length instead of GArray
688b63f... cssimageradial: Avoid computing a new image if it didn't ch
efd8d98... gl renderer: Look at shadow color in the outset shadow cach
a706d31... csscolorvalue: Don't copy rgbas when applying function
1ca89e9... css: Move border-width special cases out of GtkCssDimension
7ab4b4d... testsuite: Update css color output
be2f85d... cssvalue: Add is_computed flag
9d9b7af... cssvalue: Don't call compute() for already computed css val
c24856c... css: Set the is_computed flag for more values
05c5ace... cssimage: Add is_computed vfunc
4fc77b7... csscolorvalue: check for singletons in new_literal
a9c9f0f... cssvalue: Improve css value accounting output
b93895d... cssdimensionvalue: Allow transitioning between different un
f71ad02... cssshadowvalue: Only create 2 shadows values for transition
1d5980f... Remove GtkCssShadowsValue
799f9fe... cssdimensionvalue: Implement transition()
c60dca4... cssnumbervalue: Move early-out code to GtkCssValue
a9495ee... numbervalue: Add early-out to multiply()
6925d4a... gl renderer: Render simple border nodes in a simple way
2159e28... cssdimensionvalue: remove early-out code from transition()
9341104... Make GtkCssFontSizeValue represent all font sizes
ca9a5a5... cssdimensionvalue: Mark percentage values as is_computed
24e411a... csshorthandproperty: Try to avoid allocating a GString for
74d163a... css: Re-add a lost special case
f1bf854... css: Simplify default values
17bdb2d... css: Mark transform value as computed
5e9442b... gl renderer: Draw outset shadows white
(*) 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]