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.32 #176

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fltk from 1.3.6 to 1.3.32.

Release notes

Sourced from fltk's releases.

1.3.32

  • Support crt-static with msvc toolchain.
  • Internally use String for widget id.
  • Update FLTK submodule.

1.3.31

  • Correct draw::LineStyle values by @​cpardotortosa
  • Improve Tooltip documentation by @​mark-summerfield
  • Add ShortcutButton
  • Add InputExt::tab_nav setter/getter
  • Make Tabs::auto_layout also run when called
  • Add Tabs::handle_overflow
  • Update FLTK submodule

1.3.30

  • Fix memory issue with WidgetExt::set_image and set_deimage caused in version 1.3.24.
  • Add BrowserExt::selected_items().
  • Update Tile docs.
  • Add some draw graphics context checks in cfltk.
  • Pull FLTK fixes.

1.3.29

  • Remove redundant check in Browser::insert.
  • Pull fix in BrowseMultiFile FileDialog: fltk-rs/fltk-rs#1346.
  • Update FLTK.

1.3.28

  • Add image::AnimGifImage.
  • Add Tabs::auto_layout().
  • Add Color::from_rgba and to_rgba with enable-glwindow feature.
  • Make Color::from_hex, from_hex_str, to_hex_str RGBA aware.
  • Expose internal utils::oncelock module.

1.3.27

  • Pull FLTK fixes.
  • Add hack to fix builds with cross-rs.

1.3.26

  • Add newly-added CallbackTrigger::Closed.
  • Add app::callback_reason().
  • Add enums::CallbackReason.
  • Add draw::draw_circle_fill().
  • Fix building on macos when using the use-wayland feature flag.
  • Update FLTK.
  • Update ttf-parser to 0.18.

1.3.25

  • Add WidgetBase::from_dyn_widget() ad from_dyn_widget_ptr().
  • Add utils::is<WidgetExt>(w) and is_ptr_of().
  • Add WidgetExt::image_mut() and deimage_mut().

... (truncated)

Changelog

Sourced from fltk's changelog.

[1.3.32] - 2023-03-02

  • Support crt-static with msvc toolchain.
  • Internally use String for widget id.
  • Update FLTK submodule.

[1.3.31] - 2023-02-16

  • Correct draw::LineStyle values by @​cpardotortosa
  • Improve Tooltip documentation by @​mark-summerfield
  • Add ShortcutButton
  • Add InputExt::tab_nav setter/getter
  • Make Tabs::auto_layout also run when called
  • Add Tabs::handle_overflow
  • Update FLTK submodule

[1.3.30] - 2023-02-07

  • Fix memory issue with WidgetExt::set_image and set_deimage caused in version 1.3.24.
  • Add BrowserExt::selected_items().
  • Update Tile docs.
  • Add some draw graphics context checks in cfltk.
  • Pull FLTK fixes.

[1.3.29] - 2023-02-03

  • Remove redundant check in Browser::insert.
  • Pull fix in BrowseMultiFile FileDialog: fltk-rs/fltk-rs#1346.
  • Update FLTK.

[1.3.28] - 2023-01-23

  • Add image::AnimGifImage.
  • Add Tabs::auto_layout().
  • Add Color::from_rgba and to_rgba with enable-glwindow feature.
  • Make Color::from_hex, from_hex_str, to_hex_str RGBA aware.
  • Expose internal utils::oncelock module.

[1.3.27] - 2023-01-14

  • Pull FLTK fixes.
  • Add hack to fix builds with cross-rs.

[1.3.26] - 2023-01-05

  • Add newly-added CallbackTrigger::Closed.
  • Add app::callback_reason().
  • Add enums::CallbackReason. = Add draw::draw_circle_fill().
  • Fix building on macos when using the use-wayland feature flag.
  • Update FLTK.
  • Update ttf-parser to 0.18.

[1.3.25] - 2022-12-25

  • Add WidgetBase::from_dyn_widget() and from_dyn_widget_ptr().
  • Add utils::is<WidgetExt>(w) and is_ptr_of().
  • Add WidgetExt::image_mut() and deimage_mut().

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