[gtk] (89 commits) Non-fast-forward update to branch wip/baedert/for-master



The branch 'wip/baedert/for-master' 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:

  690ea8a... progressbar: Remove a few unneeded queue_resize() calls
  e38c8c8... searchbar: Use g_object_notify_by_pspec
  9efd14c... searchbar: Use proper getter in _get_property()
  0e4d8e3... css: Remove unused function
  fd7339e... testcalendar: Close window properly
  e01b3ff... Move GTK_BORDER_STYLE_HIDDEN before GTK_BORDER_STYLE_SOLID
  dff2984... renderborder: Make simple border case more obvious
  7d877f7... Start using GtkWidget's new style class API
  6470d2c... snapshot: Add _push_collect() and _pop_collect()
  bc3ab68... widget: Use gtk_snapshot_{push,pop})_collect
  9220a39... widget: Fix a from_string/try_string mixup
  048de9d... GskRoundedRect: Inline graphene_rect_contains_rect
  e36c7e8... textlayout: Use gtk_snapshot_{push,pop}_collect()
  b87a220... snapshot: Remove new_with_parent
  9fd829e... GskTransform: add assertions to make normalize_angle() inte
  d0dd446... GskTransform: Remove useless fmod check
  66c387f... style context: Remove parent relationship
  95311cc... widget: Create style context in _init
  7e18444... {box,grid}layout: Access border spacing directly
  7180c47... calendar: Fix an uninitialized value
  b1ca42f... Adwaita: Fix levelbar styling
  2020d82... calendar: Remove details
  e2964f6... css: Make some local variables const
  a50a623... testcalendar: Remove unused function
  df9c044... calendar: Add accessors for display properties
  a7b6de4... calendar: Remove spinning code
  a4ed67e... calendar: Try to avoid changing size when changing the year
  7287984... calendar: Use widgets for everything
  eaaf805... calendar: Use GDateTime to select days
  dd87a5e... calendar: Return a GDateTime from get_date()
  eecf4d7... box: Move vfunc implementations before class_init
  15b8793... calendar: Keep a GDateTime around
  61a2a50... calendar: Remove month-changed signal
  634b3d1... calendar: Remove an unused enum
  6244a7e... widget: Remove GtkWindow special case in create_render_node
  3e95116... window: Make decoration a widget
  35461dd... Window: inline function into only caller
  e345f81... window: Make setting the opaque region clearer
  f43a726... window: Inline update_csd_shape() into only caller
  2816d50... window: Add child widgets to a box
  5ac0e58... treepopover: Fix header guard
  75d7131... window: Remove public user_ref_count API

Commits added to the branch:

  fc15a40... Fixed bug that prevented GTK from storing printer driver pr (*)
  5dd7f20... Fixed code styling. (*)
  26febcc... Fixed win32 printer dialogue not saving devmode->dmDeviceNa (*)
  79c8a16... Remove simple search engine (*)
  f291518... tests/testdnd2.c: Don't include unistd.h unconditionally (*)
  69ed4c9... demos/widget-factory/widget-factory.c: Include stdlib.h (*)
  f8d3845... meson/MSVC builds: Use -utf-8 where available (*)
  ef7172d... emojichooser: Make public (*)
  a3be0ec... Don't use xsettings or xft defaults in testsuite (*)
  85e5922... filechooser portal: Free portal proxy when bus connection c (*)
  008eb04... tests: Initialize dbus before gtk (*)
  a1856c3... a11y tests: Ignore "active" flag on toplevel (*)
  3177ac4... cssnode: Remove redundant check (*)
  8722837... pathbar: Remove unneeded code (*)
  546a748... widget: Replace style-updated signal with css_changed vfunc (*)
  db9730b... stylecontext: Remove the "changed" signal (*)
  b9c880f... testsuite: Remove the stylecontext test (*)
  31713ab... stylecontext: Remove gtk_style_context_new() (*)
  416182a... style context: Remove parent relationship (*)
  98b42f6... css: Remove unused function (*)
  b75d408... css: Make some local variables const (*)
  fcb08a2... stylecontext: Remove unused typedef (*)
  ed742f1... testperf: Allow measuring start time (*)
  b7b2510... testperf: More flexible mark selection (*)
  85ad943... placessidebar: Change some initial property values (*)
  1e6171a... Read bookmarks async (*)
  ed6c0dc... Don't export color picker functions (*)
  005ea7a... entry: Avoid criticals in dispose (*)
  47c21a2... textview: Don't update action state in dispose (*)
  b1d5de7... notebook: Don't trigger criticals in dispose (*)
  955305a... treestore: Silence compiler warnings (*)
  9e6ae7a... gdk: Silence some compiler warnings (*)
  9a446f2... frameclock: cosmetics (*)
  1cb575a... icontheme: Remove some dead code (*)
  b996b85... Add a lib64 variant of gtk.supp (*)
  fac435b... widget: Fix a memory leak with class actions (*)
  25c25ba... icontheme: Fix various memory leaks (*)
  54f6515... emojichooser: Add profiler marks for loading (*)
  0ad7912... Merge branch 'wip/otte/css' into 'master' (*)
  9746b72... Merge branch 'public-emojichooser' into 'master' (*)
  ac7dd02... Merge branch 'master.msvc' into 'master' (*)
  34cc680... testsuite: Fix bloomfilter style tests (*)
  d1bd127... testsuite: Make tests run without a11y bus (*)
  e41e807... css tests: Ignore ".csd" vs ".solid-csd" (*)
  8703c7b... Merge branch 'better-test-isolation-2' into 'master' (*)
  2f369b6... Merge branch 'kill-simple-search' into 'master' (*)
  b6e2699... notebook: Update arrows when text direction changes (*)
  5c594fc... Merge branch 'WindowsPrintDriverPreferencesMaster' into 'ma (*)
  c768f9f... progressbar: Remove a few unneeded queue_resize() calls
  c9a351b... searchbar: Use g_object_notify_by_pspec
  98f73e7... searchbar: Use proper getter in _get_property()
  ef88494... testcalendar: Close window properly
  e7a1a6f... Move GTK_BORDER_STYLE_HIDDEN before GTK_BORDER_STYLE_SOLID
  ac7e1f1... renderborder: Make simple border case more obvious
  6e556d0... Start using GtkWidget's new style class API
  3dc5b3e... snapshot: Add _push_collect() and _pop_collect()
  7ff555b... widget: Use gtk_snapshot_{push,pop})_collect
  4d81c42... widget: Fix a from_string/try_string mixup
  0ca427c... GskRoundedRect: Inline graphene_rect_contains_rect
  0ed2c93... textlayout: Use gtk_snapshot_{push,pop}_collect()
  f050987... snapshot: Remove new_with_parent
  fc296d6... GskTransform: add assertions to make normalize_angle() inte
  000357a... GskTransform: Remove useless fmod check
  70a33a9... widget: Create style context in _init
  338c6ce... {box,grid}layout: Access border spacing directly
  c615178... calendar: Fix an uninitialized value
  ee4a34b... Adwaita: Fix levelbar styling
  21a6915... calendar: Remove details
  92f48e3... testcalendar: Remove unused function
  d4c83b5... calendar: Add accessors for display properties
  a7ac73b... calendar: Remove spinning code
  b6a26e1... calendar: Try to avoid changing size when changing the year
  b53b629... calendar: Use widgets for everything
  e3a11fa... calendar: Use GDateTime to select days
  8eac9f1... calendar: Return a GDateTime from get_date()
  f673689... box: Move vfunc implementations before class_init
  dc5a8a5... calendar: Keep a GDateTime around
  1babfa6... calendar: Remove month-changed signal
  01d3dc0... calendar: Remove an unused enum
  492d397... widget: Remove GtkWindow special case in create_render_node
  f4031b7... window: Make decoration a widget
  4f66f3b... Window: inline function into only caller
  25e5eb8... window: Make setting the opaque region clearer
  5887f28... window: Inline update_csd_shape() into only caller
  6723f22... window: Add child widgets to a box
  364f25a... treepopover: Fix header guard
  99f4464... window: Remove public user_ref_count API
  b338c7b... widget: Remove verify_child_invariants
  6051c90... widget: Speed up verify_invariants()

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