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



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

  875ae88... build: Add gtk-css static library
  769068d... css: Add GtkCssTokenizer
  87c4362... tokenizer: Pass error arg to read_token()
  b86a137... csstokenizer: Add gtk_css_token_is_preserved()
  639f3d5... css: Split GtkCssLocation into its own file
  dd14b03... parser: Add gtk_css_parser_has_token()
  5b1a9d3... cssparser: Get rid of _gtk_css_parser_begins_with()
  cead7d0... cssparser: Introduce gtk_css_parser_try_ident()
  a2b2612... cssparser: Add gtk_css_parser_try_token()
  d968699... cssparser: Introduce gtk_css_parser_consume_function()
  09fadf9... csstransformvalue: Use gtk_css_parser_consume_function()
  d7d9b65... cssfiltervalue: Use gtk_css_parser_consume_function()
  4cf6a91... cssimageicontheme: Use gtk_css_parser_consume_function()
  2f5578e... cssimage: Make cross-fade() an array
  b83f2a3... cross-fade: Use gtk_css_parser_consume_any()
  43cc206... cross-fade: Make progress optional
  5065e11... reftests: Add a cross-fade syntax-checking reftest
  283ce2f... cssimagerecolor: Use gtk_css_parser_consume_function()
  cdd4a6e... cssimagefallback: Use gtk_css_parser_consume_function()
  3087a31... cssimageradial: Use gtk_css_parser_consume_function()
  55e8a36... shorthand: Use gtk_css_parser_try_ident()
  8a01827... cssparser: Add gtk_css_parser_consume_ident()
  73f7816... cssimagelinear: Use gtk_css_parser_consume_function()
  1b01996... easevalue: Use gtk_css_parser_consume_function()
  5fbc816... cssimagescaled: Use gtk_css_parser_consume_function()
  e050c92... css: Make font-weight an integer
  ebed24b... parser: Get rid of _gtk_css_parser_is_eof()
  996262e... cssparser: Drop _gtk_css_parser_has_prefix()
  6b036f2... cssparser: Add gtk_css_parser_try_at_keyword()
  224be09... cssparser: Add gtk_css_parser_consume_string()
  e4e0a3b... cssparser: Get rid of _gtk_css_parser_try_double()
  c49b184... cssparser: Add gtk_css_parser_try_delim()
  7a3beef... cssparser: Split integer gettig into has/consume functions
  355d2fe... cssparser: Add gtk_css_parser_resolve_url()
  de61fde... cssparser: Add gtk_css_parser_consume_url()
  b889ee1... Resurrect the CSS parser from the tokenizer branch
  68746a5... rgba: Add gdk_rgba_parser_parse()
  2554192... css: Redo for new parser
  a9c69a4... cssshadow: Use gtk_css_parser_consume_any()
  b0b1561... testsuite: Handle warnings in CSS tests
  718eb85... testsuite: Update parser tests to new errors
  fed456b... css: Use gtk_css_parser_consume_any() for transition shorth
  9542f5d... css: Review error messages
  0cfe8c6... csssection: Store a GtkCssLocation
  851860d... csssection: Redo constructors
  049e837... css: Remove GtkCssSectionType
  025ea3a... cssection: Return locations, not numbers
  b149d06... cssparser: Improve location APIs
  5f73f06... cssprovider: Change section handling
  bc6f7f3... cssprovider: Advance parser to start of declaration
  c866d51... csssection: Make printing functions public
  51a23c6... cssprovider: Redo error emission
  2115807... cssparser: Pass in error locations explicitly
  289ac2c... css: Move gtkcsssection.[ch] into gtk/css
  fe0f61e... cssparser: Add error functions that take locations
  1955d42... csspositionvalue: Redo the parser
  5f29c11... calc: Have better error location range
  32346ed... cssprovider: Mark whole @import statement on import error
  b20bbee... testsuite: Check errors not just for line, but for full ran

Commits added to the branch:

  da7cd6a... Trigger bindings when forwarding key events (*)
  3965131... Merge branch 'fix-event-forwarding' into 'master' (*)
  6f5675e... Stop using deprecated style context api (*)
  0230cc5... Drop deprecated style context api (*)
  91bbce3... Merge branch 'deprecations' into 'master' (*)
  0589867... tooltips: Don't use a cursor_size of 0 (*)
  c2c4133... Fix up the border/background-color removal (*)
  d2e0553... Fix menuitem hover (*)
  5b5a68c... Fix filechooser search (*)
  0eb837e... docs: Remove mention of passwords from broadwayd(1) (*)
  68af572... test/reftests: Fix build on Visual Studio (*)
  19d9d69... icon-browser: Fix name alignment (*)
  19f4fce... Merge branch 'reftests.fixes.msvc' into 'master' (*)
  57b3cd5... Drop gtkbuilder.rnc (*)
  4152e14... Namespace some auxiliary files (*)
  aacab81... Fix location on renamed files (*)
  0189b0c... post-install: Use gtk4-update-icon-cache (*)
  e2fcca4... Rename debug settings to org.gtk.Settings.Debug4 (*)
  365400c... gtk-demo: Rename to org.gtk.Demo4 (*)
  41bb875... widget-factory: Rename to org.gtk.WidgetFactory4 (*)
  998c1f8... icon-browser: Rename to org.gtk.IconBrowser4 (*)
  e5ea6cf... flatpaks: Drop dconf permissions (*)
  e54e72b... Add a flatpak manifest for org.gtk.IconBrowser4 (*)
  5b6031f... Merge branch 'appnames' into 'master' (*)
  aed70a8... Add overflow:hidden to GtkFixed (*)
  447dfc0... Remove GtkLayout (*)
  6e7748b... Add API to access child transformations to GtkFixed (*)
  167f49c... docs: Mention GtkLayout's removal in the migration guide (*)
  8e4e440... gdk: Change some async clipboard api (*)
  64fd515... gdk: Change some async dnd api (*)
  fabef39... Adwaita: Fix switch slider border on selected row (*)
  ff4d61c... Merge branch 'wip/ebassi/fixed-layout-v2' into 'master' (*)
  ad4142d... Merge branch 'adwaita-selected-row-switch-fix-master' into  (*)
  7a08177... Merge branch 'async-api' into 'master' (*)
  5c31c72... Rename all settings schemas to avoid conflict (*)
  c70c677... Add GtkFixed demo (*)
  0187e91... Merge branch 'file-conflict2' into 'master' (*)
  167208c... Merge branch 'wip/ebassi/fixed-demo' into 'master' (*)
  df19224... Update gtk-doc types file for GTK 4 (*)
  12c4766... inspector: Properly clean up (*)
  e720006... gtk-demo: Don't expand tabs (*)
  e13a810... inspector: Drop the signals page (*)
  d7987e7... inspector: Drop the css selector page (*)
  285e67c... inspector: Drop the class hierarchy page (*)
  4d6acd5... inspector: Drop the child property page (*)
  5371055... inspector: Redo the object page switcher (*)
  7c2ce72... inspector: Manage visibility of stack pages (*)
  cf3aa57... inspector: Rename a few pages (*)
  9d1f348... Merge branch 'inspector-tweaks' into 'master' (*)
  f559de1... docs: Fix typo in the migration guide (*)
  95754aa... treeview: Fix variable typo (*)
  9cb9843... searchentry: Add ::search-started signal (*)
  165a21f... Update zh_CN.po (*)
  dc88a1e... inspector: Fix prop-list search (*)
  e59c6ab... filechooserwidget: Drop usage of gtk_search_entry_handle_ev (*)
  1825aa3... shortcutswindow: Drop usage of gtk_search_bar_handle_event( (*)
  edccf89... icon-browser: Drop usage of gtk_search_bar_handle_event() (*)
  b842bf7... gtk: Drop gtk_search_[entry|bar]_handle_event() (*)
  c9839b2... paned: Set cursor on gizmo widget (*)
  56b42a2... Merge branch 'patch-1' into 'master' (*)
  222805d... Merge branch 'wip/carlosg/paned-cursor' into 'master' (*)
  2cc30f7... Merge branch 'wip/carlosg/drop-search-handle-event' into 'm (*)
  09cd6e3... Fix teststack (*)
  528f1f0... Update POTFILES.in (*)
  6e0f180... Add GtkGridLayout (*)
  e493b9b... inspector: Type info for misc pane (*)
  25abd88... Merge branch 'zbrown/type-info' into 'master' (*)
  624c30e... Drop gdk_wayland_surface_set_use_custom_surface (*)
  d21546d... Merge branch 'custom-surface' into 'master' (*)
  0d4ad02... Update POTFILES.in and POTFILES.skip (*)
  c4c897f... Document GtkGridLayout (*)
  89c1a66... docs: Add missing layout managers to the API reference (*)
  c6ea371... print: Check unknown option values whether they are actuall (*)
  cf6f9ad... Merge branch 'master' into 'master' (*)
  62acb80... Port GtkGrid to use GtkGridLayout (*)
  faafd23... Add convenience function for querying a child of GtkGrid (*)
  b79220c... tests: Update the GtkGrid suite (*)
  3ea3921... builder-tool: Convert GtkGrid child properties (*)
  cfcca33... Update GtkGrid definitions in GtkBuilder files (*)
  31b65e6... demos: Update GtkGrid definitions in UI files (*)
  ecc4c4f... examples: Update GtkGrid definitions in UI files (*)
  9700543... tests: Update GtkGrid definitions in UI files (*)
  358ad22... testsuite/a11y: Update GtkGrid definitions in UI files (*)
  5d77817... testsuite/reftests: Update UI files (*)
  824743a... testsuite/css: Update UI files (*)
  c9d8ff2... testsuite/css: Change the active RadioButton (*)
  69d4081... Merge branch 'wip/ebassi/grid-layout' into 'master' (*)
  fe822a0... builder-tool: Don't empty out <mark> elements (*)
  6f7d9f9... A round of + removal (*)
  285293a... file chooser: Fix some compiler warnings (*)
  edbc991... searchbar: Fix a compiler warning (*)
  b14f0b8... grid: Annotate out args as optional (*)
  08d8f2b... print dialog: Stop using gtk_container_child_get (*)
  1f37600... Remove testtitlebar (*)
  f184393... Remove testactionbar (*)
  7f62132... gtk-demo: Stop using child properties (*)
  a97845c... notebook: Stop using child properties (*)
  a26f400... paned: Stop using child properties (*)
  0a4a7b3... testgtk: Stop using child properties (*)
  7cd9ea4... builder-tool: Stop using child properties (*)
  70bf6d4... Drop child property related apis (*)
  ea7a43b... container: Reduce boilerplate (*)
  7699b43... testsuite: Remove packing property tests (*)
  d89df8a... Merge branch 'child-properties-be-gone' into 'master' (*)
  c3c36d4... Update POTFILES.in (*)
  7a29462... Fix the inspector (*)
  5c8a870... print dialog: Rewrite example (*)
  74352e0... buildable: Remove a mention of <packing> (*)
  c6aa90f... Merge branch 'child-props-followup' into 'master' (*)
  ef9dc43... Show layout children in the inspector (*)
  ba07279... ci: Add JUnit report for the test suite (*)
  220c516... ci: Call the report script on failure as well (*)
  f756c3b... ci: Add manual jobs for Flatpak bundles (*)
  cb3d61b... inspector: Avoid a critical (*)
  14d97cf... Merge branch 'inspector-layout' into 'master' (*)
  d465523... gtkplacessidebar: Add loop devices (*)
  11428fb... Merge branch 'gtk-4-file-containers-in-sidebar' into 'maste (*)
  6f6ea51... Merge branch 'wip/ebassi/ci-junit-report' into 'master' (*)
  2deb0e7... Make menu activation work again (*)
  9c9b4e6... Merge branch 'menushell-bandaid' into 'master' (*)
  f950172... Remove a few stray <packing/> elements (*)
  1fab3d9... builder-tool: Handle layout properties gracefully (*)
  bfb5e6e... widget: Remove some leftover child-property code (*)
  299c532... Updates for 3.96 (*)
  01851e0... combo box: Remove leftovers in the header (*)
  ea52781... HighContrast: fix focus (*)
  32334b2... Update Polish translation (*)
  d3c0899... gdk: Fix an indentation mishap (*)
  5ff59c1... inspector: Fix a copy-paste error (*)
  c31185b... inspector: Clean up on finalize (*)
  c92e536... inspector: Rearrange settings a bit (*)
  4b40cc2... inspector: Autosave css (*)
  721a128... inspector: Warn if using the default display (*)
  9895f2b... Merge branch 'inspector-fixes' into 'master' (*)
  bea7ccb... widget: Propagate display changes to the style context (*)
  a0e6353... inspector: Disable autoloaded custom css initially (*)
  b678d12... Merge branch 'inspector-work' into 'master' (*)
  df18223... NEWS: More details about transforms (*)
  8af0782... treeview: Make expanders work again (*)
  f3d1666... Merge branch 'treeview-expander-fix' into 'master' (*)
  dce2c58... widget: Make contains respect rounded borders (*)
  676ac38... widget: Make contains just be about position (*)
  5b78a30... gizmo: Add a contains_func (*)
  d9cf0ff... paned: Drop the pick vfunc (*)
  5e24454... window: Stop implementing pick (*)
  6bc32a3... widget: Drop the pick vfunc (*)
  b804235... Add a flags argument to gtk_widget_pick (*)
  de0942b... tooltip: Allow tooltips on insensitive widgets again (*)
  0e15b4a... inspector: Allow picking insensitive widgets again (*)
  7ce968f... Document GtkPickFlags (*)
  1b362d1... Keep a drawable check in gtk_widget_contains (*)
  0432b85... Updated Danish translation of gtk (*)
  ef982b7... Rename things (*)
  2594593... Merge branch 'pick-insensitive2' into 'master' (*)
  fbe0e32... cellrendererpixbuf: Use fallback icons with icon-name (*)
  e6631a7... Merge branch 'wip/cellrendererpixbuf-fallbacks' into 'maste (*)
  f813bc1... gdkframeclockidle: Remove unused struct member (*)
  aac2556... Update Spanish translation (*)
  0bf4c24... gdkframeclockidle: Don't permanently skew frame time (*)
  c4aa060... Adwaita: less purple OSD style (*)
  6eed78e... Adwaita: OSD set semi-opaque again (*)
  b6f2969... Merge branch 'frame-clock' into 'master' (*)
  9f61735... build: Add gtk-css static library
  1c3e815... css: Add GtkCssTokenizer
  a9b4a43... tokenizer: Pass error arg to read_token()
  86638af... csstokenizer: Add gtk_css_token_is_preserved()
  7486831... css: Split GtkCssLocation into its own file
  18f0308... parser: Add gtk_css_parser_has_token()
  980b1bc... cssparser: Get rid of _gtk_css_parser_begins_with()
  3a0380d... cssparser: Introduce gtk_css_parser_try_ident()
  6ee11e6... cssparser: Add gtk_css_parser_try_token()
  cbbd945... cssparser: Introduce gtk_css_parser_consume_function()
  0d24280... csstransformvalue: Use gtk_css_parser_consume_function()
  ca1af7d... cssfiltervalue: Use gtk_css_parser_consume_function()
  7c79e0e... cssimageicontheme: Use gtk_css_parser_consume_function()
  cf79c1b... cssimage: Make cross-fade() an array
  cfb216d... cross-fade: Use gtk_css_parser_consume_any()
  7690629... cross-fade: Make progress optional
  5ab338d... reftests: Add a cross-fade syntax-checking reftest
  a448393... cssimagerecolor: Use gtk_css_parser_consume_function()
  ce6987b... cssimagefallback: Use gtk_css_parser_consume_function()
  67461c2... cssimageradial: Use gtk_css_parser_consume_function()
  51849cd... shorthand: Use gtk_css_parser_try_ident()
  7b058bb... cssparser: Add gtk_css_parser_consume_ident()
  e01df6a... cssimagelinear: Use gtk_css_parser_consume_function()
  b916b0a... easevalue: Use gtk_css_parser_consume_function()
  f18665f... cssimagescaled: Use gtk_css_parser_consume_function()
  5b8ea6f... css: Make font-weight an integer
  11c01aa... parser: Get rid of _gtk_css_parser_is_eof()
  b92603a... cssparser: Drop _gtk_css_parser_has_prefix()
  223e535... cssparser: Add gtk_css_parser_try_at_keyword()
  51ca539... cssparser: Add gtk_css_parser_consume_string()
  31269e9... cssparser: Get rid of _gtk_css_parser_try_double()
  62dc7fb... cssparser: Add gtk_css_parser_try_delim()
  cc3d0c7... cssparser: Split integer gettig into has/consume functions
  379f703... cssparser: Add gtk_css_parser_resolve_url()
  b72b377... cssparser: Add gtk_css_parser_consume_url()
  144684c... Resurrect the CSS parser from the tokenizer branch
  116bee2... rgba: Add gdk_rgba_parser_parse()
  dfc942d... css: Redo for new parser
  36d56e7... cssshadow: Use gtk_css_parser_consume_any()
  b334ccb... testsuite: Handle warnings in CSS tests
  3edf7f5... testsuite: Update parser tests to new errors
  db024f5... css: Use gtk_css_parser_consume_any() for transition shorth
  acc27bb... css: Review error messages
  ee1acc0... csssection: Store a GtkCssLocation
  1282e21... csssection: Redo constructors
  bc541a3... css: Remove GtkCssSectionType
  56d71b5... cssection: Return locations, not numbers
  f726ffb... cssparser: Improve location APIs
  9c34b0d... cssprovider: Change section handling
  9dacec2... cssprovider: Advance parser to start of declaration
  6592bee... csssection: Make printing functions public
  9ad0c87... cssprovider: Redo error emission
  4912b7d... cssparser: Pass in error locations explicitly
  cdf91c6... css: Move gtkcsssection.[ch] into gtk/css
  e1d7ebb... cssparser: Add error functions that take locations
  4b087be... csspositionvalue: Redo the parser
  7f00abd... calc: Have better error location range
  4215a4d... cssprovider: Mark whole @import statement on import error
  4cba9dc... selector: Inlcude : sign when reporting errors
  6d2f31b... testsuite: Update integer test
  75afa84... testsuite: Check errors not just for line, but for full ran
  6910adf... testsuite: Update references for style test
  f48a1ed... transform: Add gsk_transform_from_string()

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