[gtk] (116 commits) Non-fast-forward update to branch wip/otte/dnd
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (116 commits) Non-fast-forward update to branch wip/otte/dnd
- Date: Sun, 17 Jun 2018 15:47:04 +0000 (UTC)
The branch 'wip/otte/dnd' 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:
782c329... imcontext: Make size arguments be gsize and not int
967e6e5... dnd: Add GdkDrop base class for GdkDragContext
eec5c1f... drop: Move gdk_drop_read_async() to GdkDrop class
7b6b8c5... dnd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATE
deba03f... dnd: Add gdk_drag_action_is_unique()
fdb52f5... wayland: Set correct variable
8faabca... x11: Remove unused variables
dce7391... dnd: Make actions a private member variable
de66033... dnd: Add gdk_drop_get_actions()
026060a... dnd: Move the gdk_drag_status() function
cff1fe5... dnd: Rename gdk_drop_finish() => gdk_drag_finish()
908fa0c... dnd: Get rid of gtk_drag_finish()
9639749... dnd: Add gdk_drop_finish()
879871d... widget: Make GtkWidgetClass::drag_leave() take a GdkDrop
ae9fe26... drop: Add gdk_drop_get_drag()
2779b69... dnd: Make drag-data-received use a GdkDrop
1176620... dnd: Make drag-motion and drag-drop signals use GdkDrop
ac05f2d... dnd: Remove GdkDragContext::commit_drag_status() vfunc
0995d73... wayland: Fix drop operations for new semantics
cb6aa67... dnd: Add gdk_event_get_drop()
b321508... x11: Don't sneakily allocate memory in initializers
84da0bd... display: Don't wake up the main loop anymore
e3391d9... drop: Add GdkDrop:surface property
4838032... drop: Add private API for event emission
9533f52... wayland: Use new DND event emitters
72671ec... win32: Use new DND event emitters
f58909d... x11: Use new DND event emitters
2b751ee... x11: Refactor DND filter
dba43e7... events: Make GdkEventDND have a GdkDrop member
37ba13b... wayland: Remove a bunch of unused functions
22f1cf8... wayland: Split drop context into GdkWaylandDrop
1e8ba4e... wayland: Get rid of GdkWaylandSelection
9d91ca2... gdk: Remove leftover type from autocleanup
0e04668... dnd: Move GdkDragAction to gdktypes.h
43d3831... wayland: Store the current drag operation
e78ae23... x11: Find dest drops differently
0cadbb0... x11: Pass the drag source when creating a drop context
9ec2e34... drop: Implement shortcut for local DND
ed65d8c... dnd: Add read_value() and read_text() functions to GdkDrop
da68251... GDK W32: Adapt to GdkDrop and GdkDragContext changes
93c87bf... GDK W32: Remove unused files
2ba2ba9... x11: Replace the hardcoded DND filter
60d196d... dnd: Implement gtk_drag_get_source_widget() differently
6baa2a5... dnd: Remove gdk_drag_context_get_dest_surface()
0735ae1... broadway: Remove unused variable
30f341b... x11: switch a bunch of variable types
f69bac7... x11: Remove unused argument
86324f8... x11: Change the way local Drop => Drag is shortcut
941aae4... x11: Handle events on drag side differently
ed9bfd8... x11: Split drag and drop contexts
927c02c... x11: Store the source surface as an XID
276f9b9... surface: Kill event masks
9889e61... dnd: Remove gdk_drag_status() and gdk_drag_finish()
03de30f... dnd: GdkDragContext is no longer a GdkDrop subclass
ff22561... dnd: Make the base Drag/Drop types abstract
5b6d0d2... x11: Don't multiply X values by the scale factor
c8bbb24... x11: xdnd_send_event() always returns TRUE
5050668... x11: Simplify test
68796eb... x11: Store the XID instead of a GdkSurface
17f2be2... x11: Remove gdk_x11_surface_foreign_new_for_display()
36666e8... dnd: Remove GdkDragContext.is_source
e186fb2... dnd: Remove GdkDragContext.dest_surface
860fcd5... GDK W32: Adapt to dest_surface removal, misc changes
47ba737... GDK W32: Remove gdk_win32_surface_foreign_new_for_display
Commits added to the branch:
542ad4f... gtkmain: Add gtk_is_initialized() (*)
2f181df... gtkmain: Add gtk_get_main_thread() (*)
bd2e3f5... Add aligned allocator support to meson (*)
8e74eb3... Add aligned allocator functions to GSK (*)
a394a86... Use aligned allocators for GskRenderNode (*)
d8c8a25... Update POTFILES.in (*)
ef2daa3... Update Polish translation (*)
c02bc22... Use aligned allocators for GtkSnapshot (*)
10b2f65... Fix wrong format strings in various places (*)
58fc122... Remove unused variables (mostly in W32 code) (*)
aaa4e23... Fix gdk_win32_cairo_context_end_frame prototype (*)
bc47fa2... Fix various type mismatch warnings (*)
0e1710a... Remove some more unused variables (*)
8bd6936... Fix signedness issues, remove unused code (*)
f0103ee... Remove unused functions in W32 backend (*)
1e2ab40... Fix a missing default case warning (*)
cacdef8... A quick and dirty fix for a circular allocation issue (*)
3acd26c... Fix more signedness issues in W32 backend (*)
93f8f3c... Remove unused code in gdksurface-win32.c (*)
e73dc5c... Fix a warning about uninitialized variable (*)
cddc9ff... Fix a typo in W32 event-handling code (*)
411c535... Fix some warnings in W32 part of gtkmain (*)
43d6fe2... Fix missing default switch cases in gtkimcontextsimple (*)
9330be8... Fix missing default switch case in DllMain (*)
0365dad... See if _MSC_VER is defined before checking its value (*)
43f3789... Use correct stat struct for ftw() (*)
bc13a58... Merge branch 'lrn/aligned-alloc' into 'master' (*)
c047e97... Merge branch 'master' into 'master' (*)
4f63229... Merge branch 'lrn/gtk4warnings' into 'master' (*)
0d46081... overlay: Add support for clipping overlay widgets (*)
b22f45b... Merge branch 'wip/sadiq/fixes' into 'master' (*)
0c57e31... overlay: Use the right property variable name (*)
fd4bfd5... build: Fix compiler warnings (*)
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 (*)
fdfbbc8... Update Polish translation (*)
e0eda83... dnd: Add GdkDrop base class for GdkDragContext
7b621cf... drop: Move gdk_drop_read_async() to GdkDrop class
ee03a6e... dnd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATE
1c3522f... dnd: Add gdk_drag_action_is_unique()
c081877... wayland: Set correct variable
147336c... x11: Remove unused variables
a7d891f... dnd: Make actions a private member variable
5843698... dnd: Add gdk_drop_get_actions()
d8c9faf... dnd: Move the gdk_drag_status() function
8a38c2b... dnd: Rename gdk_drop_finish() => gdk_drag_finish()
292aea2... dnd: Get rid of gtk_drag_finish()
eca635c... dnd: Add gdk_drop_finish()
c51e0d7... widget: Make GtkWidgetClass::drag_leave() take a GdkDrop
7bfa0e6... drop: Add gdk_drop_get_drag()
6be64c5... dnd: Make drag-data-received use a GdkDrop
c310f89... dnd: Make drag-motion and drag-drop signals use GdkDrop
69fd193... dnd: Remove GdkDragContext::commit_drag_status() vfunc
62bae59... wayland: Fix drop operations for new semantics
40f51c7... dnd: Add gdk_event_get_drop()
d1d5823... x11: Don't sneakily allocate memory in initializers
6714f66... display: Don't wake up the main loop anymore
77800fb... drop: Add GdkDrop:surface property
922dc81... drop: Add private API for event emission
0c4ad9e... wayland: Use new DND event emitters
c5c8b67... win32: Use new DND event emitters
429c408... x11: Use new DND event emitters
3759129... x11: Refactor DND filter
6e798d2... events: Make GdkEventDND have a GdkDrop member
38148a6... wayland: Remove a bunch of unused functions
f850415... wayland: Split drop context into GdkWaylandDrop
34fdff2... wayland: Get rid of GdkWaylandSelection
ed87673... gdk: Remove leftover type from autocleanup
84b1629... dnd: Move GdkDragAction to gdktypes.h
c8d1fd2... wayland: Store the current drag operation
5dd46a0... x11: Find dest drops differently
d8a8b6a... x11: Pass the drag source when creating a drop context
7cf0a2f... drop: Implement shortcut for local DND
14f8fde... dnd: Add read_value() and read_text() functions to GdkDrop
964b239... GDK W32: Adapt to GdkDrop and GdkDragContext changes
f20b619... GDK W32: Remove unused files
f42cf04... x11: Replace the hardcoded DND filter
4530638... dnd: Implement gtk_drag_get_source_widget() differently
fd65ec7... dnd: Remove gdk_drag_context_get_dest_surface()
010e03d... broadway: Remove unused variable
c75278f... x11: switch a bunch of variable types
aeee6e9... x11: Remove unused argument
a60a9e3... x11: Change the way local Drop => Drag is shortcut
1c49209... x11: Handle events on drag side differently
fb9bf55... x11: Split drag and drop contexts
1dc89d8... x11: Store the source surface as an XID
e8954ee... surface: Kill event masks
93d3e36... dnd: Remove gdk_drag_status() and gdk_drag_finish()
7c9f53f... dnd: GdkDragContext is no longer a GdkDrop subclass
e6acb25... dnd: Make the base Drag/Drop types abstract
7bbf461... x11: Don't multiply X values by the scale factor
0f574f8... x11: xdnd_send_event() always returns TRUE
0beff44... x11: Simplify test
a451bb0... x11: Store the XID instead of a GdkSurface
0fad2c5... x11: Remove gdk_x11_surface_foreign_new_for_display()
ab20ef3... dnd: Remove GdkDragContext.is_source
69ed85c... widget: Remove time argument from drag_data_get() vfunc
7ae22d2... GDK W32: Adapt to dest_surface removal, misc changes
722ee68... GDK W32: Remove gdk_win32_surface_foreign_new_for_display
a67a361... dnd: Remove GdkDragContext.dest_surface
10f9d3b... dnd: Remove unused time arguments
(*) 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]