[gtk] (231 commits) Non-fast-forward update to branch wip/master.win.egl
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (231 commits) Non-fast-forward update to branch wip/master.win.egl
- Date: Mon, 1 Apr 2019 04:13:36 +0000 (UTC)
The branch 'wip/master.win.egl' 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:
95de6c0... build: Check for EGL support in libepoxy on Windows
4e87c60... Add a EGL renderer (via ANGLE) for Windows
0507c83... demos: Fix glarea demo on OpenGL/ES
Commits added to the branch:
fad21d8... Remove aligned allocation checks (*)
73139d5... Adwaita: Replace all %linked radii with variables (*)
ad96220... Adwaita: Replace spinbutton border-radii with variables (*)
36539a2... Adwaita: Adjust entry border-radius (*)
6efa1fc... Update POTFILES.in (*)
a246f8c... Update Polish translation (*)
f2dff51... win32: Drop the warp implementation (*)
36e00ae... popover: Don't try to compute_bounds of a NULL child (*)
e657d9d... popover: Always measure contents gizmo (*)
ab75071... Doc comment fixup (*)
4dfe2a8... Fix the windows build (*)
24754c3... Add GtkLayoutManager (*)
1b8595b... Hook GtkLayoutManager into GtkWidget (*)
f7856e8... Add GtkWidget:layout-manager (*)
15fda18... Rename the internal GtkLayoutChild type (*)
5cbf6f5... Add GtkLayoutChild (*)
ef9863a... Add GtkBoxLayout (*)
1fed357... Port GtkBox to GtkBoxLayout (*)
0285919... docs: Add chapter on layout managers (*)
128a34f... Add GtkLegacyLayout (*)
8cf06be... Port GtkSwitch to GtkLegacyLayout (*)
d6dfa41... Add GtkBinLayout (*)
630442f... Parse layout properties (*)
65965be... Changes after review (*)
20b4a8b... Yet another win32 build fix (*)
ae68dc7... win32: remove unused gdk_display_warp_device (*)
0638dca... win32: remove another call to gdk_device_warp() (*)
dbac377... Merge branch 'wip/layout-manager' into 'master' (*)
c8d250d... Return -1 for AtkText::get_caret_offset on failure (*)
c94867f... CI: set a timeout multiplier for the tests (*)
1b5b1bf... broadway: Don't fall back for translation transform nodes (*)
b097f0a... Broadway: Add node for debug nodes (*)
d997903... broadway: Use DataView instead of hand-rolled int parsers (*)
890b759... broadway: Send actual float32, not some hack (*)
3bbbe9f... broadway: Don't crash of drag-resizing when already active (*)
311aa01... broadway: Simplify fallback node cache (*)
2f85443... broadway: Refcount textures (*)
87a13fe... broadway: Prepare for splitting display ops out of command (*)
d59d8b5... Disable accidental debug spew (*)
fbefec5... Broadway: Add id for nodes and reuse old ones (*)
edbaa09... broadway: Clean up stuff using const defines (*)
0481aa1... broadway: Use const use for constants in the js code (*)
cf42265... broadway: Load all textures before applying display ops, fi (*)
6fce18e... broadway: Remove some spew (*)
18d814d... Merge branch 'wip/alexl/broadway5' into 'master' (*)
b42bf99... Update POTFILES.in (*)
341660e... Drop warning from GtkLayoutManager::get_request_mode() (*)
3389ddf... Do not connect to a non-existing signal (*)
9a4c193... Add GtkFixedLayout (*)
dd5c981... Use GtkFixedLayout in GtkFixed (*)
fc33bf2... Skip all LayoutChild when testing (*)
060e30d... Turn GtkFixedLayoutChild:position into a transformation (*)
6b6f26e... Add a window move/resize test (*)
d45996c... Avoid root coordinates in begin_drag/move apis (*)
f7d3815... a11y: Don't support changing widget size and position (*)
27c2867... tests: Stop using gtk_window_move (*)
2ed533c... file chooser: Stop using gtk_window_get_position (*)
6f072c8... treeview: Stop using gtk_window_move (*)
0481f12... Drop gtk_window_move and gtk_window_get_position (*)
de741e5... tests: Stop using gtk_window_set_gravity (*)
eb4e7b9... Remove GtkWindow::gravity (*)
54a969e... gdk: Stop using gdk_surface_get_device_position (*)
2d10a7b... gtk: Stop using gdk_surface_get_device_position (*)
f1d61d5... Drop gdk_surface_get_device_position (*)
2158030... Rename gdk_surface_get_device_position_double (*)
8dece0e... gdk: Stop using gdk_device_get_position (*)
7e47076... gtk: Stop using gdk_device_get_position (*)
6288043... Drop gdk_device_get_position (*)
03eb455... Rename gdk_device_get_position_double (*)
9021e7d... gdk: Stop using gdk_device_get_surface_at_position (*)
562cc8b... gtk: Stop using gtk_device_get_surface_at_position (*)
5935f26... Drop gdk_device_get_surface_at_position (*)
c0aaa43... Rename gdk_device_get_surface_at_position_double (*)
8984320... Merge branch 'gdk-api-cleanups' into 'master' (*)
8d4343a... Merge branch 'get_caret_offset_negative_one' into 'master' (*)
8a9290d... password entry: Fix sizing (*)
544fe83... search entry: Fix sizing (*)
7843382... text: Allow growing entries (*)
5fb9639... Merge branch 'entry-sizing' into 'master' (*)
141f758... Migration guide: Updates (*)
411dc7e... broadway: Fix leftover dom modification not using display_c (*)
2fd2c61... dialog: Stop using GtkHeaderBar::pack-type (*)
6c30b47... header bar: Drop pack-type (*)
84480b3... action bar: Drop pack-type (*)
c507160... builder-tool: Rewrite pack-type (*)
7ac250d... Convert all ui files (*)
4a15b16... Mention pack-type in the migration guide (*)
868d3cd... Merge branch 'pack-type' into 'master' (*)
733271e... migration guide: Improve warp-pointer entry (*)
9212727... broadway: Use css transforms (*)
2440e89... Merge branch 'wip/alexl/broadway6' into 'master' (*)
e572236... Merge branch 'fixed-layout' into 'master' (*)
be944e0... file chooser: Stop setting a role (*)
2f35846... Remove GtkWindow::role (*)
8ef4e23... gdk: Stop implementing set_role (*)
0d43d11... gdk: Drop gdk_surface_set_role (*)
4a1019b... popover menu: Add an api for adding submenus (*)
5c26976... popover menu: Drop the submenu child property (*)
8c80730... builder-tool: Rewrite GtkPopoverMenu::submenu (*)
14ad26a... Convert ui files (*)
3600d12... win32: Add a missing include (*)
bbb6772... win32: Drop set_role (*)
a443145... toolbar: Remove the homogeneous and expand child properties (*)
7e88fcf... builder-tool: Rewrite toolbar child properties (*)
6b050a2... Convert ui files (*)
f89c93e... Merge branch 'window-api-cleanup' into 'master' (*)
26de69e... paned: Replace the child properties (*)
3631878... builder-tool: Rewrite paned child properties (*)
396deb4... Convert ui files (*)
3d524cc... build: Install gtkboxlayout.h (*)
dec2cf4... Merge branch 'child-properties' into 'master' (*)
56d420c... boxlayout: Notify orientation changes (*)
4d9f4ed... Merge branch 'gbsneto/install-header' into 'master' (*)
65c394d... Document how to define layout manager properties (*)
3d6a456... Add release info to our demo apps (*)
3f0f7c7... Connect LayoutManager to LayoutChild (*)
ecba428... Add missing handler for <layout> elements in UI files (*)
208cae2... Do not leak unapplied layout properties (*)
18d1ea1... Merge branch 'layout-child-type' into 'master' (*)
0f7ca7e... Update POTFILES.in (*)
866640c... overlay: Use a layout manager (*)
fc3cae3... builder-tool: Convert overlay child properties (*)
8d99316... builder-tool: Small refactoring (*)
700183e... Convert ui files (*)
121bbce... Merge branch 'overlay-layout' into 'master' (*)
f0845d9... Bump meson req to 0.50 (*)
80c26ab... CI: install meson 0.50 (*)
e0f9c98... gsk: Add GskRoundedRect to the docs (*)
c9e08ef... gsk: Fix up docs a bit (*)
9453349... gtk: Some documentation cleanups (*)
f20f02c... overlay: Remove no-longer-existing api from header (*)
eaae965... popover menu: Fix a parameter name mismatch (*)
7222bda... file chooser entry: Fix a crash (*)
c30fc92... builder-tool: Don't strip the xml declaration (*)
6f470af... Merge branch 'adwaita-radii-fixes-master' into 'master' (*)
6b08227... meson.build: Pull in fallback for PangoFT2 only when needed (*)
4784c5a... gdk/win32/gdkdrag-win32.c: Include math.h (*)
42d580d... reftests: Remove image-recording-surface test (*)
c564a34... testsuite: Make reftests work again (*)
0c81ea2... reftests: Make meson run every test separately (*)
d3be32f... reftest: Be more careful about snapshotting (*)
5dd5ff5... widgetpaintable: Don't emit signals on dispose (*)
e3dbf8d... reftests: Fix unresolvable.ui test (*)
b3eddbb... reftests: Fix grid-spacing1 test (*)
8542ac2... reftests: Fix window-height-for-width test (*)
7cc5e51... reftests: Fix actionbar test (*)
7935f9d... reftests: Actually build a module (*)
d517552... reftests: Fix treeview-fixed-height test (*)
62d0bd7... reftests: Fix nth-child test (*)
8846f28... reftests: Fix background-size-zero test (*)
5ddce32... reftests: Fix css-match-class test (*)
47d4b06... reftests: Fix css-currentcolor-alpha.ui test (*)
2e67c2e... reftests: Delete removed tests from testdata (*)
d4df521... reftests: Fix border-image-excess-size.ui test (*)
6d38f1d... reftests: Fix css-match-type test (*)
e612b55... reftests: Fix css-match-name test (*)
f3e47ee... reftests: Fix icon-style-basics test (*)
f070872... reftests: Fix notebook-tab-position test (*)
822791d... reftests: Remove info-bar-message-types test (*)
c04190e... rendernode: Round pixel colors in color matrix drawing (*)
4b07d28... textlayout: Allow querying empty areas (*)
9ca5495... reftests: Fix inherit-and-initial test (*)
38fbb68... headerbar: Duct-tape over the measure mess (*)
3c44f83... Fix textview-margins reftest (*)
d10a73f... textview: Paint border windows in the right spot (*)
866bc13... reftests: Fix statusbar-remove-all test (*)
3a8a9fc... reftests: Remove style-properties-nth-child test (*)
fee8f6b... reftests: Fix shorthand-entry-border test (*)
b21882b... cssimagelinear: Make gradient offsets stay in [0, 1] (*)
606aea2... reftests: Fix iconview-empty test (*)
bf2a93c... reftests: Fix image-load-from-file test (*)
7918eaf... picture: Don't cause warnings on load failures (*)
e861b0d... reftests: Fix grid-spacing2 test (*)
fbc8bb9... reftests: Fix grid-empty-with-spacing test (*)
95f9c8a... reftests: Remove box-packing test (*)
b88c943... reftests: Fix label-sizing test (*)
e5e5164... reftests: Fix textview-tags test (*)
90f460c... reftests: Remove notebook-childproperties test (*)
a8dccef... build: The private reftest library needs to be shared (*)
1944ffe... Revert "Bump meson req to 0.50" (*)
ec9be21... Update Swedish translation (*)
c8d7b4a... broadway: Fix coordinates when drag move/resizeing (*)
6040a73... Broadway: Send configure notify on move/resize too (*)
90c5a5f... broadway: Update broadway_node_type_names (*)
4dfe2e6... broadway: Initial restructuring of node tree diffing (*)
f30ba56... broadway: Reintroduce smarter diffing (*)
b58a366... broadway: Support patching nodes for textures and transform (*)
f932d35... broadway: Optimize color matrix + texture nodes to pre-colo (*)
f1ba948... broadway: Move gsk files to a subdirectory (*)
43778be... broadway: Add minor comment (*)
ab801fe... broadway: Fix handling of input with multiple in-process Gd (*)
a966fe1... broadway: Keep track of surface owner and only send input t (*)
54167ec... broadway: Add warning for unexpected roundtrip delays (*)
7002688... broadway: More multi-display fixes (*)
27e47d5... broadway: Change events and ops enums to straight ints (*)
4e7eccb... broadway: Report some level of frame timings (*)
5bc8f88... broadway: Optionally support data: uris instead of blobs (*)
9d0a42d... stack: Add a cube spin transition (*)
50906ba... Merge branch 'cube-spin' into 'master' (*)
7c369f3... Merge branch 'wip/alexl/broadway7' into 'master' (*)
ba3a502... build: Do not use `install` argument for configure_file() (*)
5261bc6... Merge branch 'build-warning' into 'master' (*)
53a28f7... testrevealer: Cover the new transitions (*)
f273eca... revealer: Add a missing break (*)
04dfbf7... Remove gdk_device_grab/ungrab from public api (*)
1ea1dec... Add a missing include (*)
1e372f5... Don't mark GDK_SURFACE_STATE_TILED as deprecated (*)
0c7e718... Merge branch 'remove-deprecations' into 'master' (*)
bcac81e... Merge branch 'wip/ebassi/align-test' into 'master' (*)
fcde8aa... Update POTFILES.in (*)
0812106... Update Polish translation (*)
96bf90a... Widget: Don't refer to the old get_preferred_*() (*)
56a88f1... mediastream: fix documentation (*)
b2089b8... gl renderer: Add debug code to dump framebuffer (*)
0245ac2... gl renderer: Apply transform only for final texture drawing (*)
fb4ffa4... build: Don't use 'continue' (*)
8bae534... text: Handle 'inverted' selections (*)
da7cd6a... Trigger bindings when forwarding key events (*)
720fd2c... textview: Fix comparison thinko (*)
3965131... Merge branch 'fix-event-forwarding' into 'master' (*)
6f5675e... Stop using deprecated style context api (*)
0230cc5... Drop deprecated style context api (*)
91bbce3... Merge branch 'deprecations' into 'master' (*)
0589867... tooltips: Don't use a cursor_size of 0 (*)
c2c4133... Fix up the border/background-color removal (*)
d2e0553... Fix menuitem hover (*)
5b5a68c... Fix filechooser search (*)
5cadab3... build: Check for EGL support in libepoxy on Windows
b40e02c... Add a EGL renderer (via ANGLE) for Windows
52617a1... demos: Fix glarea demo on OpenGL/ES
f4a082e... gdk/win32/gdkglcontext-win32.c: Fix think'o
(*) 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]