daxpedda
1168cd4113
Implement common Std traits on many types ( #3796 )
2024-08-08 00:46:28 +02:00
daxpedda
d5fd8682eb
Web: use the word "Web" correctly and consistently ( #3785 )
2024-07-10 16:17:39 +02:00
daxpedda
2665c12098
Rustfmt: use group_imports
2024-07-07 18:38:50 +02:00
Kirill Chibisov
7b0c7b6cb2
chore(rustfmt): use nightly ( #2325 )
...
Stable rustfmt lacks a lot of features resulting in worse formatted
code, thus use nightly formatter.
2024-04-26 17:11:44 +02:00
John Nunley
944347696a
Replace log with tracing
...
Tracing is a modern replacement for the log crate that allows for
annotating log messages with the function that they come from.
Signed-off-by: John Nunley <dev@notgull.net>
Closes : #3482
2024-03-01 20:45:31 +04:00
Kirill Chibisov
81a1d9c396
Fix infinite recursion in BadIcon reporting ( #3237 )
2023-11-23 19:15:17 +01:00
Kirill Chibisov
930df0ec45
Fix clippy issues on stable
2023-01-27 07:18:58 +03:00
Mads Marquart
3e0a544eb8
Documentation cleanup ( #2328 )
...
* Remove redundant documentation links
* Add note to README about windows not showing up on Wayland
* Fix documentation links
* Small documentation fixes
* Add note about doing stuff after StartCause::Init on macOS
2022-06-11 18:57:19 +02:00
David Hewitt
098fd5d602
Add ability to create Icons from embedded resources on Windows ( #1410 )
...
* Add IconExtWindows trait
* Move changelog entries to unreleased category
Co-authored-by: Osspial <osspial@gmail.com>
2020-03-07 14:42:21 -05:00
Murarth
9e3844ddd9
Fix warnings on all platforms ( #1383 )
...
* Fix warnings on all platforms
* Also fixed a trait impl bound that I noticed along the way
2020-01-09 22:29:31 -07:00
Felix Rabe
3ee59696e5
Always use f as the argument name for &mut std::fmt::Formatter ( #1023 )
2019-07-09 17:49:07 -04:00
Osspial
e2c84725de
Format everything and add rustfmt to travis ( #951 )
...
* Format everything and add rustfmt to travis
* Remove extern crate winit from examples and add force_multiline_blocks
* Format the code properly
* Fix inconsistent period in PULL_REQUEST_TEMPLATE.md
* Only run rustfmt on nightly
* Travis fixings
2019-06-21 11:33:15 -04:00
CrLF0710
f879bca21c
Migrate to 2018 edition. ( #924 )
...
* Migrate to 2018 edition.
* Use impl Iterator at one site.
* Fix more rust 2018 idioms.
2019-06-17 14:27:00 -04:00
Osspial
3cd40ef655
Remove icon loading feature ( #799 )
2019-02-23 20:59:00 -05:00
Lucas Kent
da1d479e55
update to image 0.20 ( #683 )
2018-10-23 20:29:11 -04:00
tinaun
b4a8c08f43
compile with icon_loading feature on docs.rs ( #509 )
...
* compile with icon_loading feature on docs.rs
these functions should be more visible now.
* Explicitly document which functions require icon_loading
2018-05-11 10:33:06 -04:00
Francesca Frangipane
102dd07456
Window icons ( #497 )
2018-05-07 17:36:21 -04:00