[gtk] (87 commits) Non-fast-forward update to branch css-line-height2
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (87 commits) Non-fast-forward update to branch css-line-height2
- Date: Sun, 22 Aug 2021 17:50:39 +0000 (UTC)
The branch 'css-line-height2' 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:
23cd5c7... Handle the new line height pango attribute
caeb7b4... css: Add line-height property
f291dfd... css: Translate line-height to a pango attribute
61e9a64... textview: Add line-height plumbing
e13b04f... textview: Set line height from css
1315b6a... Add css parser tests for line-height
ce30070... Document line-height as supported
474f199... gtk-demo: Improve markup demo
Commits added to the branch:
bc386c9... widget: Change callback scope (*)
7fc90ae... a11y: Send correct object reference for the root accessible (*)
5d7ecb7... a11y: Remove unneeded check (*)
8acce5f... gdk/win32: Drop local DnD protocol (*)
04f3c80... Merge branch 'callback-annotation-again' into 'master' (*)
2ebde27... x11: ensure WM class is not null even if display is initial (*)
528ebfa... Handle the new line height pango attribute (*)
d757696... ci: Add libjpeg-turbo-devel to the Fedora image (*)
d9c48a8... Merge branch 'matthiasc/for-master' into 'master' (*)
342f027... widget: Fix gtk_widget_class_query_action() annotations (*)
00abaed... gdk/wayland: add support for wl_seat version 6 (*)
ad0c1d4... gdk/wayland: add support for wl_seat version 7 (*)
27cad85... gdk: Include Vulkan error code in vulkan_strerror() (*)
78fcc8f... Merge branch 'wip/otte/for-master' into 'master' (*)
5d0f188... GDK-Win32: Reject WGL context if shaders aren't supported (*)
c6c48d3... Merge branch 'wip/exalm/query-action-transfer' into 'master (*)
a06858c... Add a custom input test (*)
f6659fe... imcontext: Improve docs (*)
c020e83... Merge branch 'matthiasc/for-master' into 'master' (*)
f811112... gtkbuilderparser: Fix duplicate object id detection (*)
81e5d4c... Merge branch 'master' into 'master' (*)
5707b80... Merge branch 'win32-check-shader-support' into 'master' (*)
b7636eb... Merge branch 'win32-drop-local-dnd' into 'master' (*)
03031b3... Merge branch 'fix/wm_class2' into 'master' (*)
bb65564... Merge branch 'seat-v7' into 'master' (*)
1599b65... infobar: Update buildable docs (*)
1596fde... Merge branch 'matthiasc/for-master' into 'master' (*)
7bc1c9a... demo: Add a dnd special-case for textures (*)
6f165ef... contentprovider: Switch wrong order in type check (*)
6b733d2... gtk-demo: Make clipboard demo paste from clipboard (*)
f98ac65... Merge branch 'wip/otte/for-master' into 'master' (*)
071a6bc... Cosmetics (*)
27a07ed... Merge branch 'matthiasc/for-master' into 'master' (*)
8aa2504... textview: Improve word selection (*)
c2fe2c0... Merge branch 'better-word-selection' into 'master' (*)
fca87d9... Updates (*)
edd73ff... Raise _WIN32_WINNT macro to target Windows 7 API (*)
7762311... Add a physical_device argument to send_crossing_event et al (*)
a32973f... Move use of _gdk_win32_get_next_tick from synthesize_crossi (*)
fe280e5... Set active physical device when using the mouse (*)
7cec705... Rename some Wintab-related functions (*)
75cc071... Remove _gdk_input_ignore_wintab variable (*)
ad3995b... Make room for other API's than Wintab (*)
ab08885... Add entry for WinPointer in GdkWin32TabletInputAPI enum (*)
fffa903... Add winpointer.h header file for type declarations (*)
9a8a945... Add new GdkDeviceWinpointer type (*)
b54f4cf... Initialize WinPointer and enumerate devices (*)
68db945... Handle WinPointer input (*)
52f7bb6... Add _gdk_win32_get_cursor_pos utility (*)
09ad930... Filter out spurious mouse messages while handling pen or to (*)
8adee3d... Disable visual feedback for pen ad touch (*)
3977518... Fix typo (*)
58e65ae... windows: Update the docs for env vars (*)
c02bae9... Move the _gdk_win32_pointer_input_api global variable into (*)
f5b6488... window: Make resizeability changes work (*)
fff5a83... Merge branch 'matthiasc/for-master' into 'master' (*)
da1232c... textview: Don't eat block cursors (*)
45c047f... Merge branch 'block-cursor-fixes' into 'master' (*)
36d1c9e... Merge branch 'add-support-for-windows-pointer-input-stack-g (*)
d8ab5c3... gdk: Add a missing annotation (*)
12c5518... Merge branch 'master' into 'master' (*)
be34f27... Merge branch 'matthiasc/for-master' into 'master' (*)
f8a1726... shortcutcontroller: Only do round-robin for mnemonics (*)
92817b0... Merge branch 'cut-shortcut-activation-short' into 'master' (*)
6838833... NEWS: Updates (*)
0415d46... Merge branch 'matthiasc/for-master' into 'master' (*)
cedb618... Fix imcontext tests (*)
f1f197e... 4.4.0 (*)
e9e3739... gsk: Drop the gl renderer (*)
5feba67... Handle new pango attribute type (*)
210a709... Merge branch 'matthiasc/for-master' into 'master' (*)
1bf5aab... testutils: Don't include gsk/gl/gskglrenderer.h (*)
00763e5... media: Don't include gsk/gl/gskglrenderer.h (*)
ea31ae3... tests: Remove an outdated comment (*)
fd885e4... Merge branch 'drop-gl' into 'master' (*)
910d86f... NEWS: Updates (*)
94e68b0... Bump version to 4.5 (*)
699f6be... css: Add line-height property
1ed1368... css: Translate line-height to a Pango
d90943a... css: Add parser tests for line-height
68075ea... css: Document line-height as supported
586c326... textview: Add line height plumbing
a31ecd3... textview: Set line height from css
b6a0a26... textview: Set line height from markup
0439f66... gtk-demo: Set line height from markup
010d09b... gtk-demo: Improve markup demo
88f3f53... gtk-demo: Add a line height demo
(*) 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]