index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
application.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `iced_web` with WebGL support in `wgpu` :tada:
Héctor Ramón Jiménez
2022-01-28
1
-61
/
+17
*
Improve documentation of `Application::run`
Héctor Ramón Jiménez
2021-11-29
1
-2
/
+3
*
Allow `Application::run` to return on native platforms
Andreas Hofstadler
2021-11-29
1
-2
/
+2
*
Revert system menus support
Héctor Ramón Jiménez
2021-09-15
1
-13
/
+2
*
Remove `Clipboard` export in `iced`
Héctor Ramón Jiménez
2021-09-02
1
-1
/
+1
*
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2021-09-02
1
-23
/
+8
*
Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithread
Héctor Ramón
2021-07-22
1
-0
/
+1
|
\
|
*
Introduce `text_multithreading` to `Settings`
Héctor Ramón Jiménez
2021-07-22
1
-0
/
+1
*
|
Write documentation for `menu` method in `Application`
Héctor Ramón Jiménez
2021-07-19
1
-1
/
+3
*
|
Force `Application::Message` to implement `Clone`
Héctor Ramón Jiménez
2021-07-13
1
-1
/
+1
*
|
Initial menu implementation
Richard
2021-07-05
1
-1
/
+10
*
|
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
2021-06-14
1
-9
/
+9
|
/
*
use Mode::Hidden instead
Cory Forsstrom
2021-04-09
1
-11
/
+1
*
add window visibility
Cory Forsstrom
2021-04-08
1
-0
/
+11
*
Add support for graceful exits in `Application`
Héctor Ramón Jiménez
2021-03-30
1
-0
/
+11
*
Introduce `internal_backend` to `iced_wgpu::Settings`
Héctor Ramón Jiménez
2021-03-25
1
-1
/
+1
*
Implement stub `Clipboard` in `iced_web`
Héctor Ramón Jiménez
2021-03-11
1
-2
/
+6
*
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
2021-03-11
1
-7
/
+18
*
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
2020-11-26
1
-8
/
+11
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-38
/
+12
*
Remove `executor::Null` from the root public API
Héctor Ramón Jiménez
2020-10-17
1
-1
/
+1
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
1
-9
/
+13
*
Merge pull request #415 from hecrj/feature/configurable-scale-factor
Héctor Ramón
2020-06-20
1
-0
/
+19
|
\
|
*
Add `scale_factor` to `Application` and `Sandbox`
Héctor Ramón Jiménez
2020-06-19
1
-0
/
+19
*
|
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
2020-06-19
1
-0
/
+1
|
/
*
Add `background_color` to `Application` and `Sandbox`
Héctor Ramón Jiménez
2020-06-12
1
-1
/
+17
*
Revert "Merge pull request #371 from myfreeweb/window-alpha"
Héctor Ramón Jiménez
2020-06-01
1
-1
/
+0
*
Add custom window background/clear color (incl. transparency) support, fixes ...
Greg V
2020-06-01
1
-0
/
+1
*
Introduce feature flags to enable `iced_glow`
Héctor Ramón Jiménez
2020-05-27
1
-12
/
+12
*
Introduce `Program` and `State`
Héctor Ramón Jiménez
2020-05-21
1
-15
/
+22
*
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
2020-05-21
1
-10
/
+10
*
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
2020-05-19
1
-1
/
+1
*
Write documentation for the `debug` feature
Héctor Ramón Jiménez
2020-04-02
1
-0
/
+3
*
Improve docs for `Sandbox` and `Application`
Héctor Ramón Jiménez
2020-04-02
1
-49
/
+50
*
Clarify return policy of `Application::run`
Héctor Ramón Jiménez
2020-04-02
1
-4
/
+4
*
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
2020-03-30
1
-17
/
+32
*
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
2020-02-24
1
-0
/
+1
*
Rename `Settings::use_antialiasing` to `antialiasing`
Héctor Ramón Jiménez
2020-02-18
1
-1
/
+1
*
Write documentation for new `canvas` module
Héctor Ramón Jiménez
2020-02-18
1
-1
/
+1
*
Rename `Settings::antialiasing` to `use_antialiasing`
Héctor Ramón Jiménez
2020-02-15
1
-1
/
+1
*
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
2020-02-15
1
-0
/
+5
*
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
2020-02-09
1
-1
/
+1
*
Support event subscriptions in `iced_web`
Héctor Ramón Jiménez
2020-02-04
1
-0
/
+5
*
Add `Application::Executor` associated type
Héctor Ramón Jiménez
2020-01-20
1
-2
/
+12
*
Expose `window::Mode` in `iced`
Héctor Ramón Jiménez
2020-01-16
1
-1
/
+22
*
Remove Clone bound on Application::Message
Elliott Mahler
2020-01-12
1
-1
/
+1
*
Allow configuration of default font
Héctor Ramón Jiménez
2020-01-01
1
-1
/
+6
*
Fix missing `Subscription` type in `iced_web`
Héctor Ramón Jiménez
2019-12-18
1
-2
/
+2
*
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
2019-12-14
1
-4
/
+13
*
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
2019-12-05
1
-1
/
+10
[next]