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.24 #163

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fltk from 1.3.6 to 1.3.24.

Release notes

Sourced from fltk's releases.

1.3.24

  • Add image::IcoImage.
  • Use Fl_Widget::bind_image and bind_deimage internally.
  • Relax GlobalState callback. (Fn to FnMut)
  • Add WidgetExt::as_base_widget.
  • Pull FLTK fixes.

1.3.22

  • Adds newly added Oxy scheme.
  • Add MenuExt::item_pathname.
  • Add draw_rounded_rect and draw_rounded_rectf.
  • Add app::WidgetId trait.
  • Pull FLTK fixes.

1.3.21

  • Impl HasRawDisplayHandle for windows.
  • Fix MenuItem::set_callback().
  • Add MenuItem::set_shortcut and set_flag.
  • Use bitflags for MenuFlag.

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

... (truncated)

Changelog

Sourced from fltk's changelog.

[1.3.24] - 2022-12-15

  • Add image::IcoImage.
  • Use Fl_Widget::bind_image and bind_deimage internally.
  • Relax GlobalState callback. (Fn to FnMut)
  • Add WidgetExt::as_base_widget.
  • Pull FLTK fixes.

[1.3.23] - 2022-12-02

  • Fix docs.rs build!

[1.3.22] - 2022-12-02

  • Adds newly added Oxy scheme.
  • Add MenuExt::item_pathname.
  • Add draw_rounded_rect and draw_rounded_rectf.
  • Add app::WidgetId trait.
  • Pull FLTK fixes.

[1.3.21] - 2022-11-24

  • Impl HasRawDisplayHandle for windows.
  • Fix MenuItem::set_callback().
  • Add MenuItem::set_shortcut and set_flag.
  • Use bitflags for MenuFlag.

[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.

... (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 #167.