[gtk] (93 commits) Non-fast-forward update to branch wip/otte/nodeeditor



The branch 'wip/otte/nodeeditor' 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:

  e520a80... testsuite: Port gl tests to text-based format
  82fb490... Parse render nodes from text files
  b3d8b95... renderer: Remove display property
  639d284... renderer: Make gsk_renderer_is_realized() public
  7208531... revealer: Always use identity transform for revealed child
  16c4216... magnifier: Add renderings with alternative renderers
  b0e0514... singleselection: Add forgotten notify emission
  4a3ae55... xxx: rendererpaintable
  145aac7... Add GtkDiffPaintable and use it in the magnifier
  2c5fa61... paned: Refactor
  c722265... paned: hide the handle widget when <2 children are visible
  3ae90c6... Add gtk4-node-editor
  bc1ed39... css: Add GtkCssTokenizer
  d5a5367... rendernodeparser: Rebase on top of the CSS tokenizer
  648d3db... tokenizer: Pass error arg to read_token()
  78344da... stylecontext: Move atk.h include where it belongs
  461bc60... gtk: Don't include gtkstylecontext.h from gtkcsstypesprivat
  54c6191... csstokenizer: Add gsk_css_token_is_preserved()
  ef4cb08... testsuite: Don't pretend we're a GTest
  032eca0... rendernode: Redo the rendernode parser
  19c092d... testsuite: Add tests for the new node parser
  33514d5... testsuite: Port GL tests to new syntax

Commits added to the branch:

  f454a31... Update Dutch translation (*)
  44198cc... Updated Slovenian translation (*)
  8e4c441... a11y: More entry fixes (*)
  4afad78... password entry: Initialize capslock state (*)
  56ee1f3... password entry: Add placeholder-text and activates-default (*)
  f5e112f... gtk-demo: Add a password entry demo (*)
  5251253... password entry: a better Caps Lock icon (*)
  c3f43cf... entry: Make progress bar not pickable (*)
  470720e... password entry: Use text cursor for Caps Lock indicator (*)
  d3cecd6... password entry: Make the Caps Lock icon less prominent (*)
  a3b73a4... password entry: Add a way to see the content (*)
  5822a35... gtk-demo: Show password peek icon (*)
  34e859a... Add a tagged entry demo (*)
  f14d998... password entry: Don't show both icons (*)
  2870f4d... Update Catalan translation (*)
  7ca528b... widget: Check rootness for invisibility (*)
  7c19ab6... single selection: Skip tests properly (*)
  a1cc809... search entry: Fix property notification (*)
  64b9114... password entry: Fix property notification (*)
  92f1bdc... Redo focus handling (*)
  ab5d3e7... root: Add focus (*)
  bd44831... window: Implement the root focus api (*)
  2bf1561... Port widgets to the root focus API (*)
  029ec38... Move a check to gtk_window_set_focus (*)
  2738926... Simplify the move_focus api (*)
  8c1d852... widget: Drop the ::focus signal (*)
  94b0e99... Exclude non-drawable widgets from focus (*)
  15300f8... widget: Add a private setter for has-focus (*)
  7819a5a... Drop gtk_widget_send_focus_change (*)
  d279c66... inspector: Stop using ::set-focus (*)
  f13e617... filechooser: Stop using ::set-focus (*)
  31d9ecb... popover: Stop using ::set-focus (*)
  f688553... window: Remove ::set-focus (*)
  7ca24f1... window: Remove initial-focus builder support (*)
  a3abf06... Clarify grab_focus docs (*)
  8d5f1ae... gdk: Add crossing mode and detail to focus events (*)
  c73972f... gdk: Rename gdk_event_set_user_data (*)
  06f790d... gdk: Add a related_target field to some events (*)
  cdcd2bb... Share crossing and focus change event code (*)
  adb547a... Export gtk_synthesize_crossing_events internally (*)
  4238a04... window: Use gtk_synthesize_crossing_events (*)
  7d354b5... Some fixes to crossing event generation (*)
  888b926... Move maintaining the focus chain (*)
  921eccb... Pass mode and detail to focus-in/out signals (*)
  2f1194c... key controller: Fix a copy/paste error (*)
  4f5a820... key controller: Add focus properties (*)
  f3ed3e9... key controller: Add getters for focus event targets (*)
  4f06b66... key controller: Improve the docs (*)
  93905a8... key controller: Enforce limitations of key forwarding (*)
  181a4bc... Add key controller API to the docs (*)
  492a38c... Make gtk_widget_get_focus_child public (*)
  6ddb611... Use root in gdk_synthesize_crossing_events (*)
  8619b10... Update the focus test (*)
  ad3773b... a11y tests: Update expected results (*)
  1ce5327... xim: Stop using GtkWidget::event (*)
  fc2b412... Merge branch 'wip/matthiasc/focus3' into 'master' (*)
  898728f... a11y tests: Clean up the placeholder-text test (*)
  1540797... motion controller: add details to signals (*)
  ecd6446... motion controller: Add focus properties (*)
  17f4211... motion controller: Add getters for crossing event targets (*)
  430ea05... widget: Fix a mission annotation (*)
  688f099... Update POTFILES.in (*)
  65d9b7e... gdk: Include copy of glib/gconstructor.h (*)
  26f99bf... editable: Fix a thinko (*)
  1196380... paned: Don't use a grab (*)
  93c1353... Merge branch 'wip/carlosg/include-constructors-header' into (*)
  b407431... Merge branch 'crossing-details' into 'master' (*)
  f7e328e... Merge branch 'paned-no-grab' into 'master' (*)
  2b0d1bc... motion controller: Install the properties (*)
  8650980... Adapt to motion controller api change (*)
  0d91481... One forgotten leave signal handler (*)
  480d8ae... renderer: Remove display property (*)
  658588d... renderer: Make gsk_renderer_is_realized() public (*)
  8f6a488... revealer: Always use identity transform for revealed child (*)
  07054ca... singleselection: Add forgotten notify emission (*)
  96a677e... paned: Refactor (*)
  8fb7978... paned: hide the handle widget when <2 children are visible (*)
  85c8e29... stylecontext: Move atk.h include where it belongs (*)
  a44ac75... gtk: Don't include gtkstylecontext.h from gtkcsstypesprivat (*)
  b76344b... testsuite: Port gl tests to text-based format
  2f58d65... Parse render nodes from text files
  e0dc257... magnifier: Add renderings with alternative renderers
  74eadf4... Add GtkDiffPaintable and use it in the magnifier
  f4a76d5... Add gtk4-node-editor
  8497327... css: Add GtkCssTokenizer
  7ef0e00... rendernodeparser: Rebase on top of the CSS tokenizer
  aba8325... tokenizer: Pass error arg to read_token()
  e95d171... csstokenizer: Add gsk_css_token_is_preserved()
  9a875a7... testsuite: Don't pretend we're a GTest
  344fa3b... rendernode: Redo the rendernode parser
  a42e682... testsuite: Add tests for the new node parser
  3c86792... testsuite: Port GL tests to new syntax
  ad96eea... Move working tests to new directory

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