Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fltk from 1.3.6 to 1.3.33 #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2023

Bumps fltk from 1.3.6 to 1.3.33.

Release notes

Sourced from fltk's releases.

1.3.33

  • Fix typo in draw routines for draw_rounded_rect: by @​jkl1337.
  • Fix a break in fltk-flow from moving cfl_widget.hpp from cfltk/include: by @​jkl1337.
  • Update FLTK submodule.

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.

... (truncated)

Changelog

Sourced from fltk's changelog.

[1.3.33] - 2023-03-08

  • Fix typo in draw routines for draw_rounded_rect: by @​jkl1337.
  • Fix a break in fltk-flow from moving cfl_widget.hpp from cfltk/include: by @​jkl1337.
  • Update FLTK submodule.

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

... (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)

Bumps [fltk](https://github.com/fltk-rs/fltk-rs) from 1.3.6 to 1.3.33.
- [Release notes](https://github.com/fltk-rs/fltk-rs/releases)
- [Changelog](https://github.com/fltk-rs/fltk-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fltk-rs/fltk-rs/commits/1.3.33)

---
updated-dependencies:
- dependency-name: fltk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants