[gtk] (177 commits) Non-fast-forward update to branch wip/ebassi/align-test
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (177 commits) Non-fast-forward update to branch wip/ebassi/align-test
- Date: Mon, 4 Mar 2019 13:52:30 +0000 (UTC)
The branch 'wip/ebassi/align-test' 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:
d813bf4... Improve alignment check on malloc
Commits added to the branch:
ed65ab1... meson: Build .rc files for Windows (*)
5383d11... modules/media/meson.build: Export needed symbols on MSVC (*)
3fa28ff... build: Make post-install script a Python script (*)
5d20807... Update POTFILES.in (*)
8e97dc0... assistant: Fix typo in a translatable string (*)
e7824d8... Merge branch 'piotrdrag/typo-assitant' into 'master' (*)
b1fe5d8... gtk-demo: Fix fallout from the notebook page merge (*)
ffee2d4... window: Rename GTK+ Inspector in user-visible strings (*)
a3ae12c... Merge branch 'piotrdrag/rename-gtk-inspector' into 'master' (*)
96fa1fb... Drop key themes (*)
837d9bf... Remove css test for key bindings (*)
f67ef12... Update Polish translation (*)
e5857a7... Merge branch 'key-themes' into 'master' (*)
70a1233... gsk: Add GskMatrixCategory (*)
49d8382... gtk: Add GtkTransform (*)
c24f326... widget: Make gtk_widget_allocate() take a GtkTransform (*)
f5b44c1... widget: Store category of widget transform (*)
6a4bf2b... gsk: Remove offset nodes (*)
f0142b9... snapshot: Remove dead code (*)
4a293aa... snapshot: Store an actual GtkTransform (*)
e1570e9... snapshot: Add gtk_snapshot_append_border() (*)
0d119f8... snapshot: Refactor text rendering (*)
1ef250f... snapshot: Add functions to append shadows (*)
2bdc074... snapshot: Remove gtk_snapshot_get_offset() (*)
51fac44... snapshot: Introduce transform APIs (*)
407307c... puzzlepiece: Use new snapshot transforms (*)
efd92f7... calendar: Use new snapshot transforms (*)
50e66d5... cellrendererpixbuf: Use new snapshot transforms (*)
6cb8f63... cellrenderertoggle: Use new snapshot transforms (*)
a5a7cdd... iconhelper: Use new snapshot transforms (*)
f0795a7... iconview: Use new snapshot transforms (*)
65174c7... image: Use new snapshot transforms (*)
b96e835... magnifier: Use new snapshot transforms (*)
6e19fb7... picture: Use new snapshot transforms (*)
b0eceb6... renderbackground: Use new snapshot transforms (*)
5b10a29... rendericon: Use new snapshot transforms (*)
a881cbf... rendernodepaintable: Use new snapshot transforms (*)
f59f4d7... scaler: Use new snapshot transforms (*)
6df2023... stack: Use new snapshot transforms (*)
380c4ec... stylecontext: Use new snapshot transforms (*)
70100d8... textview: Use new snapshot transforms (*)
5fc446d... treeview: Use new snapshot transforms (*)
5965ead... widget: Use new snapshot transforms (*)
751ef5b... widgetpaintable: Use new snapshot transforms (*)
baefee1... fpsoverlay: Use new snapshot transforms (*)
d8482ed... layoutoverlay: Use new snapshot transforms (*)
4052bb2... snapshot: Remove the old APIs (*)
ad58dd5... csstransform: Create a GtkTransform (*)
e2b9f32... css: Add transform style property (*)
fd318a1... widget: Apply CSS transform in gtk_widget_allocate() (*)
0ae7c30... Add & use GTK_CSS_AFFECTS_TRANSFORM (*)
12442bd... Remove support for -gtk-key-bindings: css property (*)
b64f852... Remove docs for css keybindings (*)
dfc1673... docs: Use the same name in different files (*)
46cb221... Remove support for -gtk-key-bindings: css property (*)
1444482... docs: Fix typo (*)
ae47ec1... more css keybinding removal (*)
6711aa2... More css key bindings removal (*)
e8b5056... And another keybinding leftover (*)
b70cd64... gtk-demo: Move the blur demo code here (*)
d291dff... gtk-demo: Fix the decorative overlay example (*)
1818f55... overlay: Drop the blur support (*)
f57e66c... overlay: Drop the index child property (*)
3487ebe... remove tests that no longer work (*)
2e5ccce... Make gtk_widget_set/get_can_pick public (*)
f8609ef... testoverlay: Use gtk_widget_set_can_pick (*)
f202707... gtk-demo: Use gtk_widget_set_can_pick (*)
beb8d36... overlay: Remove gtk_overlay_set_overlay_pass_through (*)
4e97417... Update migration guide for pass-through (*)
41c0ac1... Merge branch 'overlay-cleanup' into 'master' (*)
5937741... Update Italian translation (*)
3471aac... Update Italian translation (*)
da0bd69... gl renderer: Use the matrix node category (*)
9d0e8b8... inspector: Fix an uninitialized value warning (*)
0e603a6... search entry: Don't force-create the accessible (*)
bd99ae3... entry accessible: Make work with almost-entries (*)
2b9436b... search entry: Use a GtkEntryAccessible (*)
c53e9ed... search/password entry: Prevent expand leaks (*)
445dca4... widget: Remove ::event leftovers (*)
8d987be... Merge branch 'wip/fanc999/meson.msvc' into 'master' (*)
e54ce8f... treeview: Don't assume search widget is a GtkEntry (*)
f904123... gl renderer: Round size up when rendering to a texture (*)
4724943... inspector: Stop using ::hierarchy-changed (*)
ddb52a5... drag dest: Stop using ::hierarchy-changed (*)
de6132a... ime: Stop using ::hierarchy-changed (*)
9591d40... xim: Stop using ::hierarchy-changed (*)
3ebf19b... text handle: Stop using ::hierarchy-changed (*)
9e231f6... popover: Stop using ::hierarchy-changed (*)
55337c5... file chooser: Stop using ::hierarchy-changed (*)
0230a7b... header bar: Stop using ::hierarchy-changed (*)
ef5108c... label: Stop using ::hierarchy-changed (*)
3ccbcf9... menu bar: Stop using ::hierarchy-changed (*)
8d93321... gtk-demo: Stop using ::hierarchy-changed (*)
5dd0863... widget: Drop ::hierarchy-changed (*)
a3901f2... Drop the anchored field (*)
89470ab... Document that root and unroot must chain up (*)
ccbaec0... Merge branch 'kill-hierarchy-changed' into 'master' (*)
23fb77a... surface: Introduce an ::event signal (*)
d633bea... widget: Connect to GdkSurface::event (*)
cc2c392... Stop using gdk_event_handler_set (*)
08badd2... Drop some dead code (*)
e16cdb1... Drop gdk_event_handler_set (*)
fe95391... Merge branch 'event-signal' into 'master' (*)
222d310... doc: Rewrite the drawing model overview (*)
fad9468... Merge branch 'drawing-model-refresh' into 'master' (*)
ac8b192... gdk: Document surface signals (*)
4001e76... docs: Refresh the "Q & A" part (*)
b6893b6... Quietly ignore GDK_NOTHING events (*)
5dbfb18... inspector: Make picking work again (*)
b82e57f... fixup: warn about nothing events (*)
69b1a34... a11y tests: Update output for entries (*)
a13d850... Add gtk_root_get_for_surface (*)
2501152... ime: Stop using gdk_surface_get_user_data (*)
ea4f552... xim: Stop using gdk_surface_get_user_data (*)
4e8aa0c... main: Stop using gdk_surface_get_user_data (*)
12663d2... tooltip: Stop using gdk_surface_get_user_data (*)
704e377... inspector: Stop using gdk_surface_get_user_data (*)
09fea73... gtk-demo: Stop using gdk_surface_get_user_data (*)
cc216c9... Remove gdk_surface_set_user_data (*)
0d39cb7... Merge branch 'kill-register-surface' into 'master' (*)
06df7e6... transform: Fix a wrong annotation (*)
3ae31b0... notebook: Document new apis (*)
9861887... inspector: Avoid grabs for inspecting (*)
c35554c... Drop GtkInvisible (*)
edc4f95... Revert "inspector: Make picking work again" (*)
8a0182e... docs: Some cosmetic fixups (*)
eb1310e... docs: Remove a mention of Gtkinvisible (*)
eddc823... gitlab templates: Its just GTK now (*)
d773bc0... docs: Its just GTK now (*)
fd667bb... docs: Its just GTK now (*)
77c0e68... gdk: Rename our vulkan context to GTK (*)
6687a08... Update POTFILES.in (*)
397b8ee... docs: Its just GTK now (*)
df27cb7... docs: Remove some no-longer-existing api (*)
d3c45cb... docs: Miscellaneous doc fixes (*)
58c2bea... gl renderer: Stop determining the matrix category ourselves (*)
74ab3cd... compare-render: Assert that no error has been set (*)
f062426... gl renderer: Add debug function to dump render node (*)
47fb1ec... gl renderer: Partially implement rounded rect intersection (*)
e836c57... gl renderer: Remove GskRoundedRect initializaion (*)
9335cde... entry: Make placeholder-text work again (*)
df6494d... Add 4.0 deprecation warning macros (*)
8438880... window: Deprecate gtk_window_present() (*)
5a6a7b5... all: Don't warn about deprecated gtk_window_present usage (*)
14890fa... window: Warn when gtk_window_present_with_time() is passed (*)
91ad2ee... surface: Advise using gtk_window_present_with_time() (*)
5722664... Merge branch 'wip/hadess/window-present-docs' into 'master' (*)
c5c75f3... container: Remove the ::set-focus-child signal (*)
b0083b3... widget: Remove the ::grab-focus signal (*)
1469d01... testsuite: Stop using grab-focus as a keybinding signal (*)
b4ae491... window: Undo the deprection of gtk_window_present (*)
78d013f... window: Return no item for no item name (*)
f36e416... xembed: Remove unused file (*)
d930c4a... Adwaita: define insensitive links (*)
69251d0... build: Use python3 for the post install script (*)
efbb26b... build: no need to replace path separators (*)
539e3d3... build: use condense the mkdir calls to oneliners (*)
fe7dcf6... Merge branch 'alatiera/python3' into 'master' (*)
fda4546... treeview: Stop using set_focus_child (*)
5caf8ca... entry: Don't use the buffer directly (*)
5577e30... gl renderer: Add more nodes that support transforms (*)
bbd4e2f... transformnode: Avoid matrix multiplication if we can (*)
416a4cf... gl renderer: Ignore nodes with nan bounds (*)
7931ab5... gl renderer: Change shadow cache eviction strategy (*)
dc28299... roundedrect: Add gsk_rounded_rect_to_string (*)
9e0c471... entry, spin button: Drop redundant API (*)
eaf41cc... Merge branch 'redundant-editable-api' into 'master' (*)
9948ca7... a11y: Include gtktextaccesible.h in gtk-a11y.h (*)
f35b8a7... Fix compile time warnings (*)
4fe6731... Updated Slovenian translation (*)
8ceff21... gtk-demo: Minimally fix the sarch entry demo (*)
bed4c68... widget: Fix gtk_widget_pick() on 3d-transformed widgets (*)
afbfccb... notebook: Notify the notebook page, not the child (*)
02318db... entries: Fix mnemonic activation (*)
b79545e... search entry: Fix a copy-paste error (*)
45ea288... Merge branch 'notebook-notify-page-not-child' into 'master' (*)
fad21d8... Remove aligned allocation checks
(*) 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]