MCOfficer / bitwarden-autotype

The missing desktop-autotype for Bitwarden. WIP and currently Windows-only.
MIT License
34 stars 1 forks source link

Bump fltk from 1.3.6 to 1.3.20 #156

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fltk from 1.3.6 to 1.3.20.

Release notes

Sourced from fltk's releases.

1.3.20

  • Add ColorChooser::set_tuple_rgb by @​ConsoleC137.
  • Add a grabbed() check for MenuButton::clear().
  • Use FLTK's own Flex widget (newly added to FLTK).
  • Update FLTK.

1.3.19

  • Add ColorChooser::set_rgb().
  • Add check in MenuExt::text() for empty menus by @​purrie.
  • Add other similar checks for other MenuExt methods.
  • Impl PartialEq, Eq and Default for StyleTableEntry and StyleTableEntryExt.
  • Pull FLTK fixes.

1.3.17

  • Several improvements to the tree example, by @​peter-scholtens.
  • Add support for raw-window-handle version 0.5 under the rwh05 feature flag.
  • Add draw::draw_rbox().
  • Add MenuButton::clear().
  • Update README and FAQ.
  • Pull FLTK fixes.

1.3.16

  • Default to drawing with Cairo on Linux/BSD
  • Fix building with both features use-wayland and enable-glwindow while adding widgets to the glwindow.
  • Pull upstream support for adding widgets to GlWindow.
  • Pull upstream fixes.
  • Remove once_cell.
  • Update ttf-parser to version 0.17.

1.3.14

  • impl std::default::Default for TextBuffer by @​ConsoleC137.
  • Avoid calling git submodule update in build script.
  • Make ttf-parser an optional dependency.
  • Update raw-window-handle dep to 0.5.
  • Pull FLTK's hybrid wayland backend.
  • Pull FLTK fixes.

1.3.13

  • Add BrowserExt::hide_line().
  • Replace lazy_static with once_cell.
  • Remove assert from Offscreen::is_valid().
  • Pull FLTK fixes.

1.3.12

  • Explicitly check darwin arch in fltk-sys' build script.
  • Add index check with GroupExt::insert
  • Pull upstream FLTK fixes.

1.3.11

  • Add WindowType::Single as alias to WindowType::Normal.

... (truncated)

Changelog

Sourced from fltk's changelog.

[1.3.20] - 2022-11-13

  • Add ColorChooser::set_tuple_rgb by @​ConsoleC137.
  • Add a grabbed() check for MenuButton::clear().
  • Use FLTK's own Flex widget (newly added to FLTK).
  • Update FLTK.

[1.3.19] - 2022-11-01

  • Add ColorChooser::set_rgb().
  • Add check in MenuExt::text() for empty menus by @​purrie.
  • Add other similar checks for other MenuExt methods.
  • Impl PartialEq, Eq and Default for StyleTableEntry and StyleTableEntryExt.
  • Pull FLTK fixes.

[1.3.18] - 2022-10-21

  • Fix build on Windows when enabling the raw-window-handle feature.

[1.3.17] - 2022-10-21

  • Several improvements to the tree example, by @​peter-scholtens.
  • Add support for raw-window-handle version 0.5 under the rwh05 feature flag.
  • Add draw::draw_rbox().
  • Add MenuButton::clear().
  • Update README and FAQ.
  • Pull FLTK fixes.

[1.3.16] - 2022-10-05

  • Default to drawing with Cairo on Linux/BSD
  • Fix building with both features use-wayland and enable-glwindow while adding widgets to the glwindow.
  • Pull upstream support for adding widgets to GlWindow.
  • Pull upstream fixes.
  • Remove once_cell.
  • Update ttf-parser to version 0.17.

[1.3.15] - 2022-09-11

  • Revert breaking change with raw-window-handle's update.
  • Support CFLTK_WAYLAND_ONLY env variable which allows building a wayland non-hybrid FLTK app.
  • Fix some clippy lints.
  • Pull FLTK's pure wayland backend.

[1.3.14] - 2022-09-06

  • impl std::default::Default for TextBuffer by @​ConsoleC137.
  • Avoid calling git submodule update in build script.
  • Update raw-window-handle dep to 0.5.
  • Pull FLTK's hybrid wayland backend.
  • Pull FLTK fixes.

[1.3.13] - 2022-08-09

  • Add BrowserExt::hide_line().
  • Replace lazy_static with once_cell.
  • Remove assert from Offscreen::is_valid().
  • Pull FLTK fixes.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #157.