[gtk] (74 commits) Non-fast-forward update to branch readonly-events-1



The branch 'readonly-events-1' 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:

  e497360... gdk: Add event constructors
  f0e4214... wayland: Use event constructors
  bbd361d... wayland: Clean up coordinate handling
  bff5dd4... Remove root coords from the GdkDrop api
  db2fc1c... x11: Stop relying on root coordinates in events
  872ed47... x11: Stop setting x_root/y_root in events
  6d789d1... broadway: Stop setting x_root/y_root in events
  2c3b014... events: Drop x_root/y_root
  e65a7e3... gdk: Use event constructors for dnd
  ed1bb24... gdk: Use constructor for grab broken
  df3ca4c... main: Use event constructors
  9ca2683... window: Use event constructors
  4104a8c... widget: Port emulation code to constructors
  7428838... imcontextsimple: Use event constructors
  fc06f8c... main: Use constructors instead of gdk_event_copy + rewritin
  f6971bc... textview: Stop using gdk_event_copy
  91af4c7... wip: Use event constructors in the testsuite
  0bfa4a8... broadway: Use event constructors
  ab2274f... x11: use event constructors
  989058c... x11: Don't generate GDK_DESTROY events
  07bd8ca... gtk: Stop handling GDK_DESTROY differently from GDK_DELETE
  5085119... events: Drop GDK_DESTROY
  e409b64... x11: Don't pass a GdkEvent to xsettings filters
  908922f... x11: Don't pass a GdkEvent to shape cache filters
  2ab3050... x11: Change the wm protocols filter api
  6d0eaec... x11: change event translator interface
  2967afa... x11: Remove an unnecessary check
  dfa2ae9... win32: Use event constructors
  80ae1e4... display: Stop using gdk_event_copy
  ca624f7... Drop gdk_event_new and gdk_event_copy
  2d67a73... x11: axes
  55b677f... Stop using g_object_ref/unref on events
  b106fa9... Make GdkEvent a boxed type
  9672650... Drop GDK_NOTHING
  ce10fb1... Pass translated coordinates outside the event
  14defd6... Stop using gtk_get_event_target
  7de8399... main: Drop gtk_get_event_target
  66af575... wip: scrolledwindow stop using targets
  2749a02... New focus change handling
  5f3dc02... Make crossing events handled the same way
  ab03dbb... Reinstate filtering for crossing events
  6e4b7c9... Stop looking at the related target for filtering
  7de4410... Explicitly pass the target to handle_event
  2ccda38... eventcontroller: Make the target widget available
  6fe9592... gesture: Keep the target widget for events
  f64fdec... Stop using gdk_event_get_target
  54ffa15... main: Stop calling gdk_event_set_target
  df51b77... events: Drop target and related target
  cfc3d6b... events: Drop all setters
  041253d... Strip const from GdkEvent
  ff92fdd... events: reorganize getters
  94a8063... Drop gtk_widget_event from API
  4a958e8... Always deliver focus events to toplevels

Commits added to the branch:

  43a9f9b... calendar: Document style classes (*)
  a1d47ec... calendar: Add style class to today's label (*)
  3cc57c2... actionbar: Use a bin layout (*)
  a7de8e6... infobar: Don't store close button visibility separately (*)
  8612a8a... testinfobar: Stop using gtk_info_bar_get_content_area() (*)
  78a5bf8... Remove gtk_info_bar_get_content_area() uses (*)
  52979a0... infobar: Remove _get_{action,content}_area() (*)
  7e43034... widget: Add css-classes property (*)
  2529464... range: Avoid rounding errors when allocating highlight (*)
  bf839db... coloreditor: Scale h value to 360 (*)
  28482e5... Adwaita: Add focus outlines back to scale troughs (*)
  a4ecfd8... widget: Use get_css_name() in get_property() (*)
  08501c9... calendar: Emit {next,prev}-{month,year} signals (*)
  a824da6... drop: Ensure all relevant formats are available (*)
  894ac6c... dragdest: Use format matching APIs (*)
  46bbb39... wayland: Use a magic mime type for local DND (*)
  b844f34... tests: Do proper local DND (*)
  47c8026... Merge branch 'wip/otte/dnd' into 'master' (*)
  43b8aff... widget: Fix typos for css-clases property (*)
  410dbdf... widget: Fix namespacing problem (*)
  36f9b6b... Make a11y testsuite pass
  7f326ba... gdk: Add event constructors
  e4897e8... wayland: Use event constructors
  58b8aca... wayland: Clean up coordinate handling
  d51544e... Remove root coords from the GdkDrop api
  fb5d309... x11: Stop relying on root coordinates in events
  9d32acd... x11: Stop setting x_root/y_root in events
  7060151... broadway: Stop setting x_root/y_root in events
  c43c1c1... events: Drop x_root/y_root
  38fcd76... gdk: Use event constructors for dnd
  8e54341... gdk: Use constructor for grab broken
  f255163... main: Use event constructors
  e3b0b8f... window: Use event constructors
  72305ba... widget: Port emulation code to constructors
  d6f6a58... imcontextsimple: Use event constructors
  9899946... main: Use constructors instead of gdk_event_copy + rewritin
  4cb357a... textview: Stop using gdk_event_copy
  a81dd3f... wip: Use event constructors in the testsuite
  babdc04... broadway: Use event constructors
  e59e08e... x11: use event constructors
  a0f748c... x11: Don't generate GDK_DESTROY events
  491501e... gtk: Stop handling GDK_DESTROY differently from GDK_DELETE
  4d00ad0... events: Drop GDK_DESTROY
  332f335... x11: Don't pass a GdkEvent to xsettings filters
  d692221... x11: Don't pass a GdkEvent to shape cache filters
  0b69ada... x11: Change the wm protocols filter api
  b919e4a... x11: change event translator interface
  6c3f0d0... x11: Remove an unnecessary check
  d111910... win32: Use event constructors
  8410654... display: Stop using gdk_event_copy
  a0b6624... Drop gdk_event_new and gdk_event_copy
  f2d8d09... Stop using g_object_ref/unref on events
  18cc63f... Make GdkEvent a boxed type
  b80ad61... Drop GDK_NOTHING
  ab81a3c... Pass translated coordinates outside the event
  631a0e8... Stop using gtk_get_event_target
  de4ad63... tooltip: stop using gtk_get_event_target
  46d7a44... main: Drop gtk_get_event_target
  56c518e... wip: scrolledwindow stop using targets
  33e76f9... New focus change handling
  5da87fc... Make crossing events handled the same way
  08f32f3... Reinstate filtering for crossing events
  c9279eb... Stop looking at the related target for filtering
  8b48d3d... Explicitly pass the target to handle_event
  4607b26... eventcontroller: Make the target widget available
  fd8a59d... gesture: Keep the target widget for events
  b09663e... Stop using gdk_event_get_target
  289e012... main: Stop calling gdk_event_set_target
  7545774... events: Drop target and related target
  6e6c0fa... events: Drop all setters
  befb7cf... Strip const from GdkEvent
  e6a6ba2... events: reorganize getters
  2ea8573... Drop gtk_widget_event from API
  b35dab7... Always deliver focus events to toplevels

(*) 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]