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

v1.6.0 #33

Merged
merged 75 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
1c7c48a
Update README.md
ktwrd Jun 26, 2024
1fe64cb
Update dependencies for fltk
ktwrd Jun 26, 2024
606cb37
Update build.rs for fltk
ktwrd Jun 26, 2024
95a3ece
Add structure for fltk dialog (build will break btw)
ktwrd Jun 26, 2024
575a78c
Add shared_ui.fl
ktwrd Jun 26, 2024
8264887
Use gui::dialog instead of native_dialog
ktwrd Jun 28, 2024
a6201df
Add function wait_for_quit
ktwrd Jun 28, 2024
9387f8a
Fix newlines on text box
ktwrd Jun 28, 2024
3d10ec5
Add function has_gui_support
ktwrd Jun 28, 2024
a955253
Fix show_msgbox_error
ktwrd Jun 28, 2024
9d6b980
Add functions to check for environment variables
ktwrd Jun 28, 2024
ff20513
Don't show dialog when has_gui_support() is false
ktwrd Jun 28, 2024
61b69c9
Add more comments
ktwrd Jun 30, 2024
704a3fc
Update girhub actions to support fltk on ubuntu
ktwrd Jun 30, 2024
8c69a03
Add dependency dark-light
ktwrd Jun 30, 2024
59fbb09
Detect what color theme to used based off system
ktwrd Jun 30, 2024
0f1c989
Fix initial button position not being correct
ktwrd Jun 30, 2024
50453b5
Add icons for fltk
ktwrd Jun 30, 2024
1a85b83
Rewrite dialog as DialogBuilder
ktwrd Jun 30, 2024
997a04f
Remove dependency native-dialog
ktwrd Jun 30, 2024
ef35a1e
Fix resize being triggered when it shouldn't be
ktwrd Jun 30, 2024
71ab26d
Merge branch 'develop' into feature/fltk-dialogs
ktwrd Jul 1, 2024
c27a02f
Merge branch 'develop' into feature/fltk-dialogs
ktwrd Jul 1, 2024
160e81b
Remove --all-features from CI
ktwrd Jul 1, 2024
85d290f
Fix indenting
ktwrd Jul 1, 2024
c18aa6c
Use fltk v1.4.32
ktwrd Jul 1, 2024
a3ffd32
Use gnu for fltk :/
ktwrd Jul 1, 2024
009d0e1
Remove musl-tools from compile.yml
ktwrd Jul 10, 2024
2d7e520
Remove musl-tools from release.yml
ktwrd Jul 10, 2024
d8729b6
Add functions to check if the SourceMod is running
ktwrd Jul 23, 2024
ade019a
Update error.rs
ktwrd Jul 23, 2024
0564d32
Don't report some errors since they're caused by the user
ktwrd Jul 23, 2024
94a2d70
Create UninstallWorkflow
ktwrd Jul 23, 2024
266f36c
Add sub-command for UninstallWorkflow
ktwrd Jul 23, 2024
0cad541
Add wizard option for UninstallWorkflow
ktwrd Jul 23, 2024
be66dc1
Update uninstall.rs
ktwrd Jul 23, 2024
833d062
Merge pull request #19 from ktwrd/feature/fltk-dialogs
ktwrd Jul 23, 2024
b247168
cargo fmt
toastxc Jul 23, 2024
23ff4bc
optimise code inline with clippy best practices
toastxc Jul 23, 2024
04e96b3
removed intoiter
toastxc Jul 29, 2024
81d873f
i found a bit more
toastxc Jul 29, 2024
b9e08cc
added supression for error size
toastxc Jul 29, 2024
5cdf587
`AlwaysNextLine` with fmt
toastxc Jul 29, 2024
7aa71c1
Update rustfmt.toml
ktwrd Jul 30, 2024
2cc88be
Apply new rules from 7aa71c1f
ktwrd Jul 30, 2024
7aa7697
Merge pull request #30 from ktwrd/housekeeping/clippy-1
ktwrd Jul 30, 2024
4920f8c
Backport rustfmt.toml from develop branch.
ktwrd Jul 30, 2024
7ace147
Merge branch 'develop' into feature/workflow-uninstall
ktwrd Jul 30, 2024
ee4760b
aaaaaaaaaaaaa fixed builds lol
ktwrd Jul 30, 2024
c54dfe9
Merge pull request #29 from ktwrd/feature/workflow-uninstall
ktwrd Jul 30, 2024
1274ed5
Add functions in crate for easily getting env vars
ktwrd Aug 6, 2024
5e8eb96
Show current&latest version when update is available
ktwrd Aug 12, 2024
5b7a2f1
Add progress bar for zstd decompression
ktwrd Aug 14, 2024
79a1701
Use cargo fmt
ktwrd Aug 14, 2024
3e8b84b
Merge pull request #32 from ktwrd/feature/extract-progress
ktwrd Aug 27, 2024
0fef0fe
[extract::unpack_tarball] Add error handling for extract w/o progress
ktwrd Sep 8, 2024
98eeacf
beans-rs v1.6.0
ktwrd Sep 8, 2024
bd17b92
bwah
toastxc Sep 9, 2024
0a7695e
converted to matches macro
toastxc Sep 9, 2024
0dfd776
reduced indents
toastxc Sep 9, 2024
5951f27
removed more indentation
toastxc Sep 9, 2024
802cced
oops...
toastxc Sep 9, 2024
63ba5c7
[BeansError] Add backtrace field to CleanTempFailure and DirectoryCre…
ktwrd Sep 10, 2024
d43120f
[DialogBuilder] Use TextDisplay instead of Label for error.
ktwrd Sep 10, 2024
ffbe924
[extract::unpack_tarball] Fix tarball entries not being unpacked prop…
ktwrd Sep 10, 2024
7986d27
[Launcher::find_arg_sourcemods_location] Create directory if it doesn…
ktwrd Sep 10, 2024
64040c2
[InstallWorkflow::install_from] Create output directory if it doesn't…
ktwrd Sep 10, 2024
d4b7a4d
final clippy changes
toastxc Sep 14, 2024
04a7421
Merge branch 'develop' into housekeeping/clippy-2-katefix
ktwrd Sep 15, 2024
747f89f
Merge branch 'develop' into housekeeping/clippy-2
ktwrd Sep 15, 2024
81ce7cd
[extract::unpack_tarball] Fix progress bar being cleared in for loop
ktwrd Sep 15, 2024
bf28450
[extract] Remove unused function
ktwrd Sep 15, 2024
6926b0d
Merge pull request #34 from ktwrd/housekeeping/clippy-2
ktwrd Sep 18, 2024
5081ff7
Merge pull request #31 from ktwrd/ktwrd-patch-1
ktwrd Sep 18, 2024
06f30bd
Updated README.md
ktwrd Sep 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' into feature/fltk-dialogs
ktwrd committed Jul 1, 2024
commit 71ab26d92fbd7a417a2b5275688394ae1a63fa47

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.