Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
fltk dependencies minor 1.4.201.5.22

Release Notes

fltk-rs/fltk-rs (fltk)

v1.5.22

Compare Source

  • Fix system-fltk builds on msys2.
  • Update FLTK.

v1.5.21

Compare Source

  • Add OverlayGroup.
  • Fix linking on OpenBSD and NetBSD.
  • Update FLTK.

v1.5.20

  • Replace paste crate which flagged RUSTSEC warnings on cargo audit/vet due to unmaintainability.
  • cfltk: Modernize and refactor cmake scripts.

v1.5.19

  • Revert to using WidgetTracker on the FLTK side since it needs a stable address.

v1.5.18

  • Add Fl_Text_Display::xy_to_position() and xy_to_rowcol().
  • Add variants to TextBuffer modify/predelete callbacks.
  • Implement WidgetTracker on the Rust side.
  • Update FLTK.

v1.5.16

  • Remove doc_auto_cfg thus fixing docsrs build

v1.5.15

Compare Source

  • Add TextBuffer::line_end and several other methods.
  • Add TextDisplay::redisplay_range and several other methods.
  • Update FLTK.

v1.5.14

  • Update FLTK.
  • Fl_draw_text shouldn't draw symbols by default.
  • Automatically load icons with FileBrowser and FileChooser when not building with no-images.

v1.5.13

  • Fix svg window icons.

v1.5.11

  • Fix builds using the no-images feature flag.

v1.5.10

Compare Source

  • Add Table::scroll().
  • Update FLTK.

v1.5.9

  • Fix MACOSX_DEPLOYMENT_TARGET for versions below 11.0.0.
  • Fix return value for Tree::close.
  • Update FLTK branch 1.4.

v1.5.8

  • Fix compatibility with CMake 4.0:
    • FLTK no longer requires CMAKE_SYSTEM_VERSION on macos, so the code was removed.
    • Try to locate macos ScreenCaptureKit and UniformTypeIdentifiers frameworks, which might not be found with CMake 4.0.
  • Check for submodule initialization during the build.
  • Update FLTK branch 1.4.

v1.5.7

Compare Source

  • Refactor image registering to only occur when loading an image from memory or disk.
  • feature no-images shouldn't expose image symbols.
  • Add filter_value setter and getter for FileDialog.
  • Make Widget::with_id work in single-threaded mode.
  • Relax trait bound requirements for Sender and Receiver.
  • Update FLTK branch 1.4

v1.5.6

  • Update cmake_minimum_required to 3.15.
  • Set bindgen target to 1.67.
  • Track cfltk branch fltk1.4 and FLTK branch-1.4.
  • Update FLTK branch-1.4.

v1.5.5

  • Check for stay_at_bottom in SimpleTerminal::draw.
  • Update FLTK.

v1.5.4

  • Add Grid::set_margins().
  • Update FLTK.

v1.5.3

Compare Source

  • Add Wizard::set_index() and index().
  • Add draw::restore_scale() and override_scale().
  • Add Scroll::auto_layout().
  • Update FLTK.

v1.5.2

  • Add Tree::add_to_parent.
  • Update FLTK.

v1.5.1

  • Revert to using WidgetTracker on the FLTK side since it needs a stable address.

v1.5.0

Compare Source

  • Update FLTK to 1.4.0-1.
  • Grid and Terminal are no longer experimental.
  • Move Terminal under its own module.

v1.4.36

Compare Source

  • Add draw::capture_window_part.
  • Update FLTK to 1.4.0rc3.

v1.4.35

Compare Source

  • Add MouseButton::Back and MouseButton::Forward.
  • Add Scrollbar and Slider scrollvalue() method.
  • Refactor emscripten build script.
  • Support raw-window-handle v0.6 for emscripten canvas.
  • Add ability to read and write to web browser files via the local FS api.
  • Update ttf-parser to 0.25.
  • Update FLTK.

v1.4.34

Compare Source

  • Add Scrollbar::set_linesize and linesize.
  • Add utils::open_uri and utils::decode_uri.
  • Make fltk-rs build with emscripten.
  • Fix link error with Window::platform_hide
  • Update FLTK.

v1.4.33

Compare Source

  • Add Window::set_on_top() support on windows by @​caesay.
  • Add MenuExt::mvalue() and prev_mvalue().
  • Update docs and improve editor examples by @​ntrrgc.
  • Refactor Window::raw_handle() code.
  • image::Pixmap improvements.
  • Fix cfg(no-images) in build script.
  • Add runtime check for wayland use.
  • Link ScreenCaptureKit for macos 15 (required by FLTK).
  • Update github actions workflows.
  • Update ttf-parser to 0.24.
  • Update FLTK submodule.

v1.4.32

Compare Source

  • Add BrowserExt::deselect.
  • Update FLTK submodule.

v1.4.31

Compare Source

  • Add InputChoice::value_index().
  • Tweak the Terminal widget API, remove some redundant methods by @​jgriffitts.
  • Update ttf-parser to 0.21.
  • Update FLTK submodule.

v1.4.30

Compare Source

  • Pin fltk to fltk-sys version so that users targeting older versions of fltk don't get a newer version of fltk-sys automatically.
  • Use MACOSX_DEPLOYMENT_TARGET to determine CMAKE_SYSTEM_VERSION when crosscompiling from linux to macos.
  • Update MSRV to 1.64 since underlying deps require it.
  • Make fltk-sys no_std compatible.
  • Add extra check for MenuItem::do_callback.
  • Update FLTK submodule (fixes Fl_Tree issue, wayland IME and crosscompiling from linux to macos with sdk < 11).

v1.4.29

Compare Source

  • Rename experimental Terminal::put_char* to plot_char*.
  • Add MenuItem::do_callback().
  • Update FLTK submodule.

v1.4.28

Compare Source

v1.4.27

Compare Source

  • Document that WindowExt::fullscreen() requires that the window is resizable as per upstream.
  • Use data_w and data_h for the RgbImage::convert method.
  • Update FLTK submodule.

v1.4.26

Compare Source

  • Add Tile::size_range_by_child() and size_range_by_index().
  • Add utils::type_name for debugging purposes.
  • Fix TreeItem draw_item_content with newed items.
  • Fix single-threaded builds and linux arm64 cross-compilation.
  • Update FLTK submodule.

v1.4.25

Compare Source

  • Add NativeFileChooser::try_show().
  • Add NativeFileChooserAction enum.
  • Add Tile::move_intersection method.
  • Add Color contrast functions.
  • Add MenuExt::menu_box() and set_menu_box().
  • Add MenuItem::pulldown().
  • Update Terminal widget and track changes in fltk Fl_Terminal widget color handling and docs by @​jgriffitts.
  • Update FLTK submodule.

v1.4.24

Compare Source

  • Revert to initial implementation of Color::from_rgbi().
  • Add check to Color::to_rgb() for colors within FLTK's colormap.
  • Add support for raw-window-handle version 0.6.

v1.4.23

Compare Source

  • Allow a widget's inner handler to execute first. Super::handle only executes if inner_handler returns false by @​jgriffitts.
  • use OPTION_USE_THREADS=OFF with CFLTK_SINGLE_THREADED.
  • Update FLTK submodule.

v1.4.22

Compare Source

  • Add more Fl_Terminal protected methods by @​jgriffitts.
  • Add WidgetBase::super_handle_first.
  • Use WidgetBase::assume_derived() in handle() and draw() methods when appropriate.
  • Fix enum with unknown value in FileDialogOptions.
  • Update FLTK submodule.

v1.4.21

Compare Source

  • Fix Widget_Derived::resize() timing.
  • Fix deletion of SharedImage which is handled by FLTK.
  • Update FLTK submodule.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from f5436c0 to 328a9d5 Compare May 8, 2024 22:55
@renovate renovate bot changed the title Update Rust crate fltk to v1.4.29 Update Rust crate fltk to v1.4.30 May 8, 2024
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 328a9d5 to 70c8f3e Compare June 7, 2024 13:48
@renovate renovate bot changed the title Update Rust crate fltk to v1.4.30 Update Rust crate fltk to v1.4.31 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 70c8f3e to b2ca5be Compare June 21, 2024 00:44
@renovate renovate bot changed the title Update Rust crate fltk to v1.4.31 Update Rust crate fltk to v1.4.32 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from b2ca5be to 2a8adef Compare July 30, 2024 21:01
@renovate renovate bot changed the title Update Rust crate fltk to v1.4.32 Update Rust crate fltk to v1.4.33 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 2a8adef to dc79fab Compare September 24, 2024 20:22
@renovate renovate bot changed the title Update Rust crate fltk to v1.4.33 Update Rust crate fltk to v1.4.34 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from dc79fab to ffaad67 Compare October 21, 2024 23:19
@renovate renovate bot changed the title Update Rust crate fltk to v1.4.34 Update Rust crate fltk to v1.4.35 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from ffaad67 to bbb23b0 Compare November 13, 2024 23:13
@renovate renovate bot changed the title Update Rust crate fltk to v1.4.35 Update Rust crate fltk to v1.4.36 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from bbb23b0 to 676ab5d Compare December 8, 2024 19:33
@renovate renovate bot changed the title Update Rust crate fltk to v1.4.36 Update Rust crate fltk to v1.5.0 Dec 8, 2024
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 676ab5d to f78bca1 Compare December 10, 2024 07:40
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.0 Update Rust crate fltk to v1.5.1 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from f78bca1 to a3c6d5f Compare January 11, 2025 21:08
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.1 Update Rust crate fltk to v1.5.2 Jan 11, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from a3c6d5f to 5ee6ae4 Compare February 4, 2025 17:31
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.2 Update Rust crate fltk to v1.5.3 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 5ee6ae4 to 143377d Compare February 22, 2025 18:10
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.3 Update Rust crate fltk to v1.5.4 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 143377d to 6e90d81 Compare March 23, 2025 22:43
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.4 Update Rust crate fltk to v1.5.5 Mar 23, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 6e90d81 to 5989fee Compare April 1, 2025 21:48
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.5 Update Rust crate fltk to v1.5.6 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 5989fee to 5865f52 Compare April 15, 2025 12:07
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.6 Update Rust crate fltk to v1.5.7 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 5865f52 to 3fa32c1 Compare May 8, 2025 22:04
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.7 Update Rust crate fltk to v1.5.8 May 8, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 3fa32c1 to c42bd35 Compare May 21, 2025 13:20
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.8 Update Rust crate fltk to v1.5.9 May 21, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from c42bd35 to 1c70ab1 Compare July 26, 2025 13:07
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.9 Update Rust crate fltk to v1.5.10 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 1c70ab1 to 22fb1e4 Compare August 10, 2025 12:41
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 22fb1e4 to ebe7559 Compare August 18, 2025 00:32
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.10 Update Rust crate fltk to v1.5.11 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from ebe7559 to 98a306a Compare August 18, 2025 20:36
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.11 Update Rust crate fltk to v1.5.12 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 98a306a to e8f02db Compare August 19, 2025 01:25
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.12 Update Rust crate fltk to v1.5.13 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from e8f02db to faf912c Compare September 6, 2025 19:58
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.13 Update Rust crate fltk to v1.5.14 Sep 6, 2025
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.14 Update Rust crate fltk to v1.5.15 Sep 29, 2025
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.15 Update Rust crate fltk to v1.5.17 Oct 3, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from faf912c to 959129b Compare October 16, 2025 18:05
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.17 Update Rust crate fltk to v1.5.18 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 959129b to f4bbe34 Compare October 16, 2025 23:01
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.18 Update Rust crate fltk to v1.5.19 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from f4bbe34 to f1a4232 Compare October 20, 2025 15:15
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.19 Update Rust crate fltk to v1.5.20 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from f1a4232 to 627a560 Compare October 30, 2025 18:34
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.20 Update Rust crate fltk to v1.5.21 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 627a560 to ad02096 Compare November 16, 2025 05:47
@renovate renovate bot changed the title Update Rust crate fltk to v1.5.21 Update Rust crate fltk to v1.5.22 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from ad02096 to 5198d8d Compare December 10, 2025 12:52
@renovate renovate bot force-pushed the renovate/fltk-1.x-lockfile branch from 5198d8d to bab5322 Compare December 31, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants