[gtk] (193 commits) Non-fast-forward update to branch wip/fanc999/meson.msvc
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (193 commits) Non-fast-forward update to branch wip/fanc999/meson.msvc
- Date: Fri, 22 Jun 2018 06:25:33 +0000 (UTC)
The branch 'wip/fanc999/meson.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:
4d2837e... meson: Build .rc files for Windows
0966b75... build: Add a .bat version of the post install script
Commits added to the branch:
ef34275... display: Avoid unsetting the DESKTOP_STARTUP_ID variable to (*)
938448e... display: Add new virtual gdk_display_get_startup_notificati (*)
479c341... application: Use the new API to get the startup notificatio (*)
07d6c53... application: Complete startup notification sequence for rem (*)
b1f934d... picture: Fix g-i annotation warning (*)
d4693b2... snapshot: Trivial typo fix in comment (*)
7e98741... docs: Use gtk_widget_show() to show window (*)
daf72e2... docs: Update getting started docs (*)
eefd2d6... imcontext: Make size arguments be gsize and not int (*)
6033bc5... examples: Fix alignment of search-bar example (*)
bdf3b6f... Revert "imcontext: Make size arguments be gsize and not int (*)
c5fa657... aboutbox: use a more fitting 'design by" role (*)
b2db7bb... examples: Simplify handling events in search-bar (*)
66e0060... Merge branch 'design_by' into 'master' (*)
751c187... docs: Fix gtk-doc build when wayland is disabled (*)
1528665... Merge branch 'wip/lantw/fix-gtkdoc-build-without-wayland' i (*)
1b208eb... combobox: Remove priv pointer (*)
d3ffaa0... button: Remove measure implementation (*)
7f8106f... gl renderer: call glViewport directly (*)
0b12fd9... center box: Remove snapshot implementation (*)
f6d70f7... search bar example: remove unused function (*)
fe76984... Add foward declarations to gtk_print_operation_run_without_ (*)
dedc1ee... Use const for media type in devmode_to_settings() (*)
fb4d76d... Add forward declaration for DllMain() in gtkwin32.c (*)
6bf88d9... W32: don't put a string literal into gtk_libdir (*)
6e085b3... Pass the correct data to gdk_content_register_serializer() (*)
8a1106c... W32: Use correct hinstance values (*)
0db6ee9... GDK W32: don't unref window iconlist textures (*)
fdfbbc8... Update Polish translation (*)
35417a5... gdk: activate surface on keyboard grabs (*)
2d7cfdd... win32 file chooser: add missing g_slist_reverse (*)
5a319f6... Merge branch 'window-activate-grab-4-again' into 'master' (*)
798944c... scrolledwindow: Remove priv pointer (*)
85e49a1... center box: Don't reorder css nodes in RTL (*)
da27627... paned: Don't reorder css nodes based on text direction (*)
01d4538... box: Don't reorder children based on text direction (*)
da4d8b7... builder: Remove priv pointer (*)
8267605... builder: Use TRUE/FALSE for error return values (*)
3be2cb8... builder: Fix g-i annotations of _get_translation_domain (*)
fffb316... notebook: Stop reversing tabs based on text direction (*)
fb0d8ea... headerbar: Stop reordering css nodes depending on text dire (*)
3fadb53... toolbar: Stop reordering css nodes based on text direction (*)
889fcf6... Remove gtk_css_node_reverse_children (*)
bd99ca2... paned: Store GParamSpecs (*)
df79f02... paned: Don't unnecessarily redraw handle in size_allocate (*)
e9a9bb0... paned: Remove unnecessary local variable (*)
f8ddc42... paned: Chain up in snapshot (*)
10a0d62... paned: Remove handle_pos member (*)
2d69552... paned: Allocation x/y are always 0 (*)
3756234... messagedialog: Remove priv pointer (*)
d827485... drawingarea: Clarify some comments (*)
346ec70... picture: Fix up some docs (*)
beb4cb0... radiobutton: remove priv pointer (*)
a7d8127... fontbutton: Remove priv pointer (*)
501efeb... colorscale: Remove priv pointer (*)
70c8cfa... dnd: Fix up a comment (*)
218b39f... GtkStyleContext: Remove the frame clock (*)
34f556f... filechooserbutton: Remove priv pointer (*)
64313f4... themes: Don't handle box.linked special (*)
7554384... Merge branch 'win32-filechooser-fix-file-list-order' into ' (*)
841a298... Merge branch 'lrn/misc-gtk4-fixes' into 'master' (*)
f247d26... dnd: Add GdkDrop base class for GdkDragContext (*)
6919d8c... drop: Move gdk_drop_read_async() to GdkDrop class (*)
ac44353... dnd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATE (*)
74a8ffc... dnd: Add gdk_drag_action_is_unique() (*)
6573d08... wayland: Set correct variable (*)
18c3b72... x11: Remove unused variables (*)
2e27967... dnd: Make actions a private member variable (*)
b2dc303... dnd: Add gdk_drop_get_actions() (*)
a05af1f... dnd: Move the gdk_drag_status() function (*)
13ae11e... dnd: Rename gdk_drop_finish() => gdk_drag_finish() (*)
5b0a6a5... dnd: Get rid of gtk_drag_finish() (*)
316bd6a... dnd: Add gdk_drop_finish() (*)
314eaf7... widget: Make GtkWidgetClass::drag_leave() take a GdkDrop (*)
a862ca4... drop: Add gdk_drop_get_drag() (*)
6d7cb2b... dnd: Make drag-data-received use a GdkDrop (*)
b00609c... dnd: Make drag-motion and drag-drop signals use GdkDrop (*)
4b85b52... dnd: Remove GdkDragContext::commit_drag_status() vfunc (*)
6048b69... wayland: Fix drop operations for new semantics (*)
d02b185... dnd: Add gdk_event_get_drop() (*)
b1f384e... x11: Don't sneakily allocate memory in initializers (*)
4aedf3d... display: Don't wake up the main loop anymore (*)
05bf87c... drop: Add GdkDrop:surface property (*)
657ebd2... drop: Add private API for event emission (*)
114ab87... wayland: Use new DND event emitters (*)
7a9afc3... win32: Use new DND event emitters (*)
aa4e4dd... x11: Use new DND event emitters (*)
81171cc... x11: Refactor DND filter (*)
c67fb57... events: Make GdkEventDND have a GdkDrop member (*)
81e1dc9... wayland: Remove a bunch of unused functions (*)
4eb3a9f... wayland: Split drop context into GdkWaylandDrop (*)
7afa0ba... wayland: Get rid of GdkWaylandSelection (*)
af74953... gdk: Remove leftover type from autocleanup (*)
ff38d38... dnd: Move GdkDragAction to gdktypes.h (*)
66bd54d... wayland: Store the current drag operation (*)
895f381... x11: Find dest drops differently (*)
018a17f... x11: Pass the drag source when creating a drop context (*)
ea9d6f0... drop: Implement shortcut for local DND (*)
dcf432d... dnd: Add read_value() and read_text() functions to GdkDrop (*)
8ee4de8... GDK W32: Adapt to GdkDrop and GdkDragContext changes (*)
392071b... GDK W32: Remove unused files (*)
5e159e2... x11: Replace the hardcoded DND filter (*)
8a08a32... dnd: Implement gtk_drag_get_source_widget() differently (*)
e120676... dnd: Remove gdk_drag_context_get_dest_surface() (*)
905765e... broadway: Remove unused variable (*)
6b65aaa... x11: switch a bunch of variable types (*)
8db379d... x11: Remove unused argument (*)
14f0a25... x11: Change the way local Drop => Drag is shortcut (*)
0057810... x11: Handle events on drag side differently (*)
dd30a28... x11: Split drag and drop contexts (*)
d0ebdf0... x11: Store the source surface as an XID (*)
a1cee7f... surface: Kill event masks (*)
f982c9c... dnd: Remove gdk_drag_status() and gdk_drag_finish() (*)
a960641... dnd: GdkDragContext is no longer a GdkDrop subclass (*)
6633d41... dnd: Make the base Drag/Drop types abstract (*)
7e09aa3... x11: Don't multiply X values by the scale factor (*)
1b2dccd... x11: xdnd_send_event() always returns TRUE (*)
47b47f5... x11: Simplify test (*)
bc63001... x11: Store the XID instead of a GdkSurface (*)
45a6146... x11: Remove gdk_x11_surface_foreign_new_for_display() (*)
aa1f0cf... dnd: Remove GdkDragContext.is_source (*)
997e8c1... GDK W32: Adapt to dest_surface removal, misc changes (*)
bf3ea24... GDK W32: Remove gdk_win32_surface_foreign_new_for_display (*)
b3d424c... dnd: Remove GdkDragContext.dest_surface (*)
a2839d1... dnd: Remove unused time arguments (*)
9a91d37... widget: Remove time argument from drag_data_get() vfunc (*)
cbbb760... x11: Set background as transparent as possible (*)
de30a74... gtkwidget: Avoid doubly coordinate conversion when emulatin (*)
8e3bf65... gtkgesture: Check claimed status after event delivery (*)
a1bcbdd... wayland: Use shm_open(SHM_ANON) on FreeBSD (*)
0ace7ad... Update POTFILES.in (*)
87532f0... Merge branch 'wip/carlosg/issue-1159' into 'master' (*)
4f97946... a11y/entry: Fix copy-pasteo re 2ndary icon tooltip (*)
4d4ec2d... dnd: gdk_drag_action_is_unique() should return a boolean (*)
8c8dc3a... snapshot: Compute correct size in gtk_snapshot_to_paintable (*)
3caf8c8... dnd: Use a GtkPicture in gtk_dnd_set_icon_paintable() (*)
6918fb2... rendernodepaintable: Fix rendering position (*)
0b1f098... Revert "Use aligned allocators for GtkSnapshot" (*)
c48be6e... Revert "Add aligned allocator functions to GSK" (*)
06bba15... win32: Fix typo (*)
ec096b4... Merge branch '1160-crash-clearing-gtkentry-icon-tooltip-mas (*)
74455ae... docs: fix a typo (*)
443a64a... docs: Remove a duplicate line in gdk4-sections.txt (*)
417b1d8... pathbar: Remove unused define (*)
29fee2e... window: Remove priv pointer (*)
cd99f82... Merge branch 'master' into 'issue1084' (*)
7ce2529... Merge branch 'issue1084' into 'master' (*)
337e602... searchenginetracker: Don't leak the hits' GFiles (*)
b103650... HC: Avoid same BG/FG colors in flat treeview entry (*)
0a5086d... HC: Avoid excessive selectors from prev commit (*)
cae382c... themes: Regenerate CSS for recent commits (*)
a12d261... adjustment: Use public setters in set_property (*)
33e113d... testsuite: Print tested property name in notify test (*)
ee8ee31... adjustment: Remove adjustment_changed_stamp (*)
f33655f... adjustment: Only emit ::changed from dispatch_properties_ch (*)
945b844... button: Remove ICON_SIZE_BUTTON mention in docs (*)
f26359d... listbox: Use widget insert API instead of fiddling with CSS (*)
daba1a7... fixed: Remove priv pointer (*)
99099a1... Remove some unnecessary snapshot implementations (*)
cf91219... infobar: Remove priv pointer (*)
22390ad... stackswitcher: Remove icon-size property (*)
e8fefd9... container: Remove SPECIAL_CONTAINER hack (*)
8aeced2... themes: Remove leftover bit of .linked workaround (*)
f7ebff6... EmojiCompletion: Avoid un/signed compare warnings (*)
c6fa3c4... EmojiCompletion: Avoid another un/signed warning (*)
5c46c81... x11: Fix dnd action handling (*)
5f0ed08... gtkbutton: Use key controller for button (de)activation thr (*)
7048362... gtkbutton: remove keyboard device GTK+ grab (*)
e08e15b... gtkentry: Use gestures for entry icons (*)
aaf1e49... gtkfilechooserentry: Use GtkEntry key controller for focus- (*)
4186a85... gtkfilechooserwidget: Drop usage of ::event vmethod (*)
3eb1b22... gtkfontchooser: Use GtkEventControllerKey (*)
c5586f8... gtkspinbutton: Use GtkEventControllerKey (*)
aa09b07... gtkwindow: Handle focus in/out through key controller (*)
1d97b5f... gtkpopover: Port to GtkEventController/GtkGesture (*)
a5414bc... gtkpopover: Fix key navigation (*)
7bfc3a5... gtkmenushell: Port to GtkGesture (*)
3d5dc16... gtkwindow: Simplify WM drag/resize handling (*)
ca08cf9... gtkwindow: Move map/delete/configure event management to gt (*)
f92ec7c... gtkplacessidebar: Replace ::event signal handlers with gest (*)
5f8fea0... gtkentrycompletion: Perform event handling on popup through (*)
2c0d2d3... gtkentrycompletion: Move focus out handling to key controll (*)
419ee6a... gtkentrycompletion: Properly remove controller from entry (*)
176fd2f... gtkemojicompletion: Use GtkEntry key controller to handle k (*)
7fa3183... gtkfilechoooserentry: Handle tab completion through key con (*)
686116b... gtkfilechooserwidget: Forward events to filechooser through (*)
ffd89d2... gtkwindow: Queue popover resize on set_popover_position() (*)
b3e91b7... gtktexthandle: Update to gtk4 rendering/input (*)
9df5171... gtktreeviewcolumn: Implement column dragging through GtkGes (*)
e079fad... scrolledwindow: Avoid a queue_resize path in size-allocate (*)
1a2052a... button: Remove unused variable (*)
bc21b63... meson: Build .rc files for Windows
8b0b9dd... build: Add a .bat version of the post install script
(*) 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]