[gtk/issue1084] (250 commits) ...Merge branch 'master' into 'issue1084'



Summary of changes:

  d3885e9... wayland: check native surface for crossing events (*)
  19ed1b9... Range: Up should only mean ++ if we are a GtkScale (*)
  acd05d0... StyleContext: Don't advise using invalidate() (*)
  7644a9c... entry: Stop using ::key-press-event (*)
  576dcf6... file chooser entry: Stop using key-press-event (*)
  c78166e... file chooser widget: Stop using ::key-press-event (*)
  6084a7e... button: Stop using ::key-release-event (*)
  b63def0... font chooser dialog: Stop using ::key-press-event (*)
  ec2d0ed... spin button: Stop using ::key-release-event (*)
  85922f6... treeview: Stop using ::key-press-event (*)
  8746322... Drop the ::key-press/release-event signals (*)
  d94ac2e... Merge branch 'issue792' into 'master' (*)
  4bb3ac3... Merge branch 'kill-key-events' into 'master' (*)
  1e06838... icontheme: Keep dir_mtimes in order (*)
  e7809f4... SpinButton: Fix an obviously wrong arg description (*)
  e610c02... ci/msys2: force disable vulkan (*)
  d561e52... a11y: Stop using ::event (*)
  d8aa8fc... Update Polish translation (*)
  251913c... gl renderer: Use offsets for more node types (*)
  7f9cd9f... filechooserwidget: Don't chain up in ::event (*)
  f987504... Merge branch 'master' into 'master' (*)
  719b2b0... gl renderer: Remove an outdated comment (*)
  c8decba... gdkscreen-x11: Remove redundant typedef (*)
  d638ff3... popover: Fix setting priv->button_pressed in ::event handle (*)
  979a7e8... Remove an unused struct (*)
  317abed... Revert "popover: Fix setting priv->button_pressed in ::even (*)
  694d9aa... gtkpopover: Fix thinko in key press event type check (*)
  d424837... gdkseatdefault: Don't hide GdkSurface on grab failure (*)
  334c791... gesture: Fix get_last_event() docs (*)
  e9765c0... gesture: Fix code snippet (*)
  4d2b39d... gesturemultipress: Don’t fire ::released after ::cancel (*)
  7e574fa... gdk: Get rid of gdk_event_free() (*)
  83a80ab... events: Mark static function as such (*)
  c83441a... gdk: Add a private api to find sandboxes (*)
  60aeb15... x11: Don't set NET_WM_PID when sandboxed (*)
  8b24d59... Merge branch 'gesture-docs' into 'master' (*)
  f4c1a40... widget: Fix example code in doc (*)
  a70f035... GtkWindow: Handle non-square icons with height > width corr (*)
  7a5567b... Merge branch 'patch-1' into 'master' (*)
  4ab3aad... gl renderer: use w axis vector from graphene (*)
  758137b... widget: Add docs for {get,set}_focus_child (*)
  9109b0c... statusbar: Remove priv pointer (*)
  4e9a879... statusbar: Remove garbage from header file (*)
  a3987f3... bin: Remove public GtkBinPrivate typedef (*)
  d53c28b... aspectframe: Remove unused member (*)
  a1e3e9d... colorbutton: Remove priv pointer (*)
  5c24bbf... popover: Add missing close paren in docs (*)
  c0e1044... gdk: Make gdk_surface_move_to_rect public (*)
  3396c5e... SizeRequest: Round px values up for min CSS sizes (*)
  d2d4ea6... Merge branch 'wip/move-to-rect-public' into 'master' (*)
  932e5ea... Fix reference to user styles in gtkstyleprovider.h (*)
  59c8fdf... font-button: Suggest non deprecated function in docs (*)
  46d8c84... Merge branch 'master' into 'master' (*)
  b6c8943... demo: Add the sliding puzzle demo (*)
  ddad5c3... Keep aspect ratio of the image (*)
  547d63d... puzzle: Add a reshuffle button (*)
  a849ffb... Add tweaks (*)
  ebf042d... puzzle: Use plain labels (*)
  1ee23d0... puzzle: Add mouse support (*)
  085368e... Update Galician translation (*)
  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 (*)
  cfbba2c... widget: Use priv pointer less (*)
  9d48a95... puzzle: fix some compiler warnings (*)
  6546ef3... picture: Introduce (*)
  45d78f3... video: Use a Picture instead of an Image (*)
  cbd47fa... gtk-demo: Port images demo to use a GtkPicture in places (*)
  7690c2d... gtk-demo: Make sliding puzzle demo use GtkPicture (*)
  f58c556... image: Remove gtk_image_set_keep_aspect_ratio() (*)
  884aaa2... iconhelper: Always size contents to icon size (*)
  896f72d... gtk-demo: Use GtkImages to select the puzzle (*)
  ce62278... clipboard: Remove return statements from void function (*)
  40321d3... x11: Remove useless check (*)
  b7ecfbc... quartz: Remove gtkdnd-quartz.c (*)
  4c96134... dnd: Ref the GdkDrop during the DND operation (*)
  299e2ed... docs: Add GtkEventControllerKey to index (*)
  a34a5df... picture: Don't use g_str_equal() with potential NULLs (*)
  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 (*)
  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'

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