[gtk] (99 commits) Non-fast-forward update to branch wip/carlosg/kill-event-vmethods
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (99 commits) Non-fast-forward update to branch wip/carlosg/kill-event-vmethods
- Date: Tue, 19 Jun 2018 12:22:01 +0000 (UTC)
The branch 'wip/carlosg/kill-event-vmethods' 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:
fa9ac12... gtkbutton: Use key controller for button (de)activation thr
3ef26f2... gtkbutton: remove keyboard device GTK+ grab
aea9982... gtkentry: Use gestures for entry icons
cfe1287... gtkfilechooserentry: Use GtkEntry key controller for focus-
d03b507... gtkfilechooserwidget: Drop usage of ::event vmethod
9e19ed6... gtkfontchooser: Use GtkEventControllerKey
3f39b79... gtkspinbutton: Use GtkEventControllerKey
b51bda4... gtkwindow: Handle focus in/out through key controller
8dfbe8c... gtkpopover: Port to GtkEventController/GtkGesture
c3e1b0b... gtkpopover: Fix key navigation
ae47da7... gtkmenushell: Port to GtkGesture
6f59c5a... gtkwindow: Simplify WM drag/resize handling
d6f83c1... gtkwindow: Move map/delete/configure event management to gt
a231505... gtkplacessidebar: Replace ::event signal handlers with gest
a11f9a0... gtkentrycompletion: Perform event handling on popup through
db903ba... gtkentrycompletion: Move focus out handling to key controll
626fd25... gtkentrycompletion: Properly remove controller from entry
8f43253... gtkemojicompletion: Use GtkEntry key controller to handle k
62e8f11... gtkfilechoooserentry: Handle tab completion through key con
2a2da81... gtkfilechooserwidget: Forward events to filechooser through
c529ecb... gtkwindow: Queue popover resize on set_popover_position()
4719fe3... gtktexthandle: Update to gtk4 rendering/input
8d74a3c... gtktreeviewcolumn: Implement column dragging through GtkGes
Commits added to the branch:
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 (*)
2d7cfdd... win32 file chooser: add missing g_slist_reverse (*)
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 (*)
bde14ff... gtkbutton: Use key controller for button (de)activation thr
080c12a... gtkbutton: remove keyboard device GTK+ grab
10fbb4d... gtkentry: Use gestures for entry icons
4848b13... gtkfilechooserentry: Use GtkEntry key controller for focus-
d0fe43b... gtkfilechooserwidget: Drop usage of ::event vmethod
938625a... gtkfontchooser: Use GtkEventControllerKey
87b1325... gtkspinbutton: Use GtkEventControllerKey
d429274... gtkwindow: Handle focus in/out through key controller
d5d1d8a... gtkpopover: Port to GtkEventController/GtkGesture
6e878aa... gtkpopover: Fix key navigation
b395631... gtkmenushell: Port to GtkGesture
ab85d59... gtkwindow: Simplify WM drag/resize handling
4598077... gtkwindow: Move map/delete/configure event management to gt
7d4cd89... gtkplacessidebar: Replace ::event signal handlers with gest
3771c42... gtkentrycompletion: Perform event handling on popup through
c322566... gtkentrycompletion: Move focus out handling to key controll
a8200d7... gtkentrycompletion: Properly remove controller from entry
160005b... gtkemojicompletion: Use GtkEntry key controller to handle k
6f28a98... gtkfilechoooserentry: Handle tab completion through key con
063a426... gtkfilechooserwidget: Forward events to filechooser through
cbc88a9... gtkwindow: Queue popover resize on set_popover_position()
890a7ec... gtktexthandle: Update to gtk4 rendering/input
4ce1c46... gtktreeviewcolumn: Implement column dragging through GtkGes
(*) 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]