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.16 #151

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fltk from 1.3.6 to 1.3.16.

Release notes

Sourced from fltk's releases.

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.
  • Add Window::set_on_top() which modifies the Window's level on macOS platforms to be NSMainMenuWindowLevel + 2.
  • Fix Flex::recalc to not change the current group.
  • Expose Group::set_current.
  • Pull FLTK fixes.

1.3.10

  • Fix Flex::clear.
  • Fix build using musl on Alpine Linux.
  • Add app::modal().
  • Revert change where app::channel::recv() requires Clone.
  • Pull FLTK fixes.

1.3.9

  • Pull FLTK fixes.
  • Fix opacity issue on wayland.

1.3.8

  • Add app::raw_open_callback.
  • Add WindowExt::icon_label and set_icon_label.
  • Pull fixes from FLTK.

... (truncated)

Changelog

Sourced from fltk's changelog.

[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.
  • 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] - 2022-08-09

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

[1.3.12] - 2022-07-26

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

[1.3.11] - 2022-07-10

  • Add WindowType::Single as alias to WindowType::Normal.
  • Add Window::set_on_top() which modifies the Window's level on macOS platforms to be NSMainMenuWindowLevel + 2.
  • Fix Flex::recalc to not change the current group.
  • Expose Group::set_current.
  • Pull FLTK fixes.

[1.3.10] - 2022-07-01

  • Fix Flex::clear.
  • Fix build using musl on Alpine Linux.
  • Add app::modal().
  • Revert change where app::channel::recv() requires Clone.
  • Pull FLTK fixes.

[1.3.9] - 2022-06-23

  • Pull FLTK fixes.
  • Fix opacity issue on wayland.

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