[gtk+] (123 commits) Non-fast-forward update to branch wip/matthiasc/kill-event-signals



The branch 'wip/matthiasc/kill-event-signals' 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:

  7ebb964... window: Add a hide-on-close property
  eb3575d... font button: Use GtkWindow::hide-on-close
  e2872d5... color button: Stop connecting to ::delete-event
  72df95b... about dialog: Stop connecting to ::delete-event
  9befb57... applicationwindow: Stop connecting to ::delete-event
  a6a413b... file chooser button: Stop connecting to ::delete-event
  0a62382... file chooser native: Stop connecting to ::delete-event
  26d8d26... dialog: Stop using the ::delete-event signal
  47b2b94... doc tools: Stop using gtk_true
  259fdfb... treeview: Stop using gtk_true
  92855f8... tests: Stop using the delete-event signal
  68542bf... gtk-demo: Stop using ::delete-event
  c8a5851... widget-factory: Stop connecting to ::delete-event
  d465c4e... icon-browser: Stop connecting to ::delete-event
  c8cbd8e... inspector: Stop using ::delete-event signal
  ec7c79c... Drop gtk_true and gtk_false
  2c0fa4c... gtk-demo: Drop a use of ::event-after
  6a2d54d... tests: Avoid a use of ::map-event
  42a17ea... treeview: Use a scroll event controller
  037d47e... font chooser: Stop using ::scroll-event
  d02a299... treeview: Don't handle ::delete-event
  92673b9... testinput: Drop some no-op signal handlers
  a8190f5... testgtk: Use an event controller for 'testing scrolling'
  59d3d33... testgtk: Redo the event watcher case
  dcdc8ee... testoverlay: Use an event controller
  6287682... Replace GtkWidget::delete-event by GtkWindow::close-request
  87d1329... Replace all remaining uses of delete-event
  05e1ef6... Drop GtkWidget::delete-event
  cf8031c... Drop GtkWidget::destroy-event
  c5de2a2... widget: Stop using ::map-event
  0337925... window: Stop using ::map-event
  ab3a035... Drop ::map-event and ::unmap-event
  28de916... Drop ::proximity-in-event and ::proximity-out-event
  5eea558... Drop ::scroll-event
  8942ad7... Drop ::touch-event
  c0de1e4... tests: Stop using ::configure-event
  26fd041... xim: Stop using ::configure-event
  b90c115... testgtk: Stop using ::configure-event
  5e53598... window: Stop using ::configure-event
  15f798c... Drop ::configure-event
  50face3... Add x/y to GtkEventControllerMotion::enter
  a28acee... treeview: Use a motion event controller
  07dfd10... entry completion: Drop initial selection avoidance
  bc2fe89... scrolled window: Use a motion event controller
  fea0e47... iconview: Use a motion event controller
  3ce1a6d... menuitem: Use a motion event controller
  2600f07... menu: Use a motion event controller
  e3ebdeb... Drop ::enter/leave-notify-event
  c0dfaeb... textview: Use a motion event controller
  9881345... notebook: Use a motion event controller
  d290a54... menushell: Stop using ::grab-broken
  72f87cb... button: Stop using ::grab-broken-event
  b9677fb... Drop ::grab-broken-event
  a87f8e7... Drop ::event-after
  75cd364... Drop gtk_widget_hide_on_delete
  47e37f8... a11y: Stop using ::focus-in/out-event
  fe584ca... entry: Stop using ::focus-in/out-event
  48f93a6... entry completion: Stop using ::focus-out-event
  ee67e2f... text view: Stop using ::focus-in/out-event
  e63d3fb... window: Stop using ::focus-in/out-event
  75ca251... application: Stop using ::focus-in-event
  b9464ea... popover: Stop using ::focus-in/out-event
  0a5aa66... tests: Stop using ::focus-in/out-event
  aeea84e... combo cell renderer: Stop using ::focus-out-event
  940427e... spin cell renderer: Stop using ::focus-out-event
  870f87c... text cell renderer: Stop using ::focus-out-event
  f841beb... color editor: stop using ::focus-out-event
  7a9bb27... calendar: Stop using ::focus-out-event
  bd09576... spin button: Stop using ::focus-out-event
  3624453... file chooser entry: Stop using ::focus-out-event
  8735b0e... treeview: Stop using ::focus-out-event
  dcd6cb6... Drop ::focus-in/out-event
  048c260... Remove a leftover icon-size property
  004fd11... app chooser: Use a gesture
  95af0b6... toolbutton: Fix off-center icons
  4ff9bb6... Revert "file chooser: Allow activating without double-click
  00701b4... file chooser: Use a multipress gesture
  14c5e6a... places view: Stop using ::button-press-event

Commits added to the branch:

  14b181e... build: Use pkg-config to find iso-codes (*)
  b89bf98... ScrolledWindow: add() before remove() in snippet (*)
  5ce2d77... toolbutton: Fix off-center icons (*)
  3176ae7... gl renderer: Use alpha uniform in inset shadow shader (*)
  f7ba322... gl renderer: Bring back hexbox drawing (*)
  16cf463... widget: Fix css padding debug drawing (*)
  9a68c06... treeview: Stop rendering focus outline (*)
  0aca394... adwaita: Uncomment accidentally commented lines (*)
  9e3b3c3... Update Icelandic translation (*)
  8f3cb26... inspector: Stop adding event controllers to the object tree (*)
  cd2a538... gl: Fix copy&paste error in blur shader (*)
  bbf6e81... gl renderer: Fix shaders for gles (*)
  9a3b61e... Drop GtkPlacesSidebar from public API (*)
  4908b5e... Fix file chooser (*)
  888f289... Quiet a compiler warning (*)
  0fe6d76... Make size request warnings more useful (*)
  ccdeaab... vulkan: Add a way to specify a device (*)
  2ff75aa... Docs: Drop section on commandline arguments (*)
  92e6557... Remove an unused debug value (*)
  124a796... Drop another unused debug value (*)
  0443892... Drop no-longer-existing debug keys from the docs (*)
  0290b28... Drop unused debug keys (*)
  4dbae1d... Drop unused GDK_GL values (*)
  adc780f... Add missing debug keys to the docs (*)
  8d24105... Document the GDK_VULKAN env var (*)
  6cab57d... Document the new GDK_VULKAN_DEVICE envvar (*)
  1a8b9e9... widget: Refine docs a bit (*)
  b9a05be... gl renderer: Sprinkle some const around (*)
  b6ee349... GdkDrawingContext: Add missing nullable annotation (*)
  c9e6fcd... renderbackground: Pull out a gdk_rgba_is_clear check (*)
  5e39f3c... renderbackground: Add some constness (*)
  31974e0... renderbackground: Avoid excess css value lookups (*)
  04ade94... testheightforwidth: Remove "vertical labels" test (*)
  b9531e3... scale: Allocate marks widget along the trough (*)
  15b3f33... adwaita: Fix scale styling for latest changes (*)
  b11b342... GDK W32: stop using the OWNERCHANGE event (*)
  266d4b3... GDK W32: Remove non-managed DnD code (*)
  77769a5... adwaita: Add some spacing to the scale value (*)
  6235b12... entry: Fix get_text_allocation (*)
  60d3378... entry: Fix text clipping (*)
  5009c69... Revert "Quiet a compiler warning" (*)
  76461a8... Quiet a compiler warning (*)
  6652bea... magnifier: gtk_snapshot_finish may return NULL (*)
  185525a... scrolledwindow: Remove workarounds (*)
  0f76228... docs: Mention textures in the GtkImage docs
  5a7da6e... window: Add a hide-on-close property
  a67b379... font button: Use GtkWindow::hide-on-close
  5408ed0... color button: Stop connecting to ::delete-event
  c12580e... about dialog: Stop connecting to ::delete-event
  b4a2230... applicationwindow: Stop connecting to ::delete-event
  68ef528... file chooser button: Stop connecting to ::delete-event
  f6bf6ec... file chooser native: Stop connecting to ::delete-event
  fffb088... dialog: Stop using the ::delete-event signal
  56be9bb... doc tools: Stop using gtk_true
  a4b7a4f... treeview: Stop using gtk_true
  c8e8ce3... tests: Stop using the delete-event signal
  22166c9... gtk-demo: Stop using ::delete-event
  edd5278... widget-factory: Stop connecting to ::delete-event
  a7b26f9... icon-browser: Stop connecting to ::delete-event
  9a2ff9d... inspector: Stop using ::delete-event signal
  8f61bde... Drop gtk_true and gtk_false
  2c80f90... gtk-demo: Drop a use of ::event-after
  b593bd8... tests: Avoid a use of ::map-event
  01f19b7... treeview: Use a scroll event controller
  ac70c80... font chooser: Stop using ::scroll-event
  09c6ce6... treeview: Don't handle ::delete-event
  11a5b99... testinput: Drop some no-op signal handlers
  41d53e2... testgtk: Use an event controller for 'testing scrolling'
  66648c4... testgtk: Redo the event watcher case
  c54047b... testoverlay: Use an event controller
  b635efa... Replace GtkWidget::delete-event by GtkWindow::close-request
  d592c87... Replace all remaining uses of delete-event
  9e5e726... Drop GtkWidget::delete-event
  82550ba... Drop GtkWidget::destroy-event
  f809026... widget: Stop using ::map-event
  ec0a9b4... window: Stop using ::map-event
  7616481... Drop ::map-event and ::unmap-event
  aa242f9... Drop ::proximity-in-event and ::proximity-out-event
  ad0c200... Drop ::scroll-event
  73d107c... Drop ::touch-event
  119cdc4... tests: Stop using ::configure-event
  de67dc5... xim: Stop using ::configure-event
  82358e7... testgtk: Stop using ::configure-event
  1ec4108... window: Stop using ::configure-event
  ce42469... Drop ::configure-event
  19b520f... Add x/y to GtkEventControllerMotion::enter
  447bf6a... treeview: Use a motion event controller
  7f1ea47... entry completion: Drop initial selection avoidance
  e8d6b9f... scrolled window: Use a motion event controller
  daaf5bd... iconview: Use a motion event controller
  5361491... menuitem: Use a motion event controller
  8262ce1... menu: Use a motion event controller
  86a0fb2... Drop ::enter/leave-notify-event
  78312d2... textview: Use a motion event controller
  d3650a4... notebook: Use a motion event controller
  e3cb923... menushell: Stop using ::grab-broken
  1a7dfed... button: Stop using ::grab-broken-event
  74d4355... Drop ::grab-broken-event
  7bf9b18... Drop ::event-after
  ebf11ca... Drop gtk_widget_hide_on_delete
  9ff6041... a11y: Stop using ::focus-in/out-event
  092a298... entry: Stop using ::focus-in/out-event
  3fde8e1... entry completion: Stop using ::focus-out-event
  c68feb4... text view: Stop using ::focus-in/out-event
  b27dd6f... window: Stop using ::focus-in/out-event
  5887d32... application: Stop using ::focus-in-event
  9d8f035... popover: Stop using ::focus-in/out-event
  489eb47... tests: Stop using ::focus-in/out-event
  c32147f... combo cell renderer: Stop using ::focus-out-event
  f836c13... spin cell renderer: Stop using ::focus-out-event
  0292afa... text cell renderer: Stop using ::focus-out-event
  ef2f96d... color editor: stop using ::focus-out-event
  8cde965... calendar: Stop using ::focus-out-event
  d666181... spin button: Stop using ::focus-out-event
  60fb586... file chooser entry: Stop using ::focus-out-event
  9be1c88... treeview: Stop using ::focus-out-event
  1498856... Drop ::focus-in/out-event
  9f73b07... Remove a leftover icon-size property
  bc9c829... app chooser: Use a gesture
  205931c... Revert "file chooser: Allow activating without double-click
  095c282... file chooser: Use a multipress gesture
  74ef498... places view: Stop using ::button-press-event
  69b4fd0... testgtk: Stop using ::button-press-event

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