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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #667 from BillyDM/wgpu_outdatedframe
Héctor Ramón
2021-08-05
5
-110
/
+181
|
\
|
*
Use `thiserror` to derive `Error` for `SwapChainError`
Héctor Ramón Jiménez
2021-08-04
1
-14
/
+12
|
*
small documentation error
Billy Messenger
2021-07-22
1
-1
/
+0
|
*
redo custom error for Compositor::draw()
Billy Messenger
2021-07-22
4
-56
/
+63
|
*
add custom error for Compositor::draw()
Billy Messenger
2021-07-22
5
-31
/
+70
|
*
only panic when wgpu gives OutOfMemory swapchain error
Billy Messenger
2021-07-22
1
-1
/
+1
|
*
Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe
Billy Messenger
2021-07-22
219
-1761
/
+6266
|
|
\
|
*
|
remove unused code
Billy Messenger
2020-12-16
1
-4
/
+2
|
*
|
don't panic when swapchain frame is outdated
Billy Messenger
2020-12-16
4
-109
/
+141
*
|
|
Merge pull request #978 from ATiltedTree/use-preffered-format
Héctor Ramón
2021-08-04
4
-33
/
+37
|
\
\
\
|
*
|
|
Fix typo in `integration` example
Héctor Ramón Jiménez
2021-08-04
1
-1
/
+1
|
*
|
|
wgpu: Use the preferred texture format of the surface
Tilmann Meyer
2021-08-03
4
-33
/
+37
*
|
|
|
Merge pull request #980 from yamadapc/fix-glow-context-multiple-windows
Héctor Ramón
2021-08-03
1
-1
/
+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix glow and multiple windows usage
yamadapc
2021-08-03
1
-1
/
+11
|
/
/
/
*
|
|
Merge pull request #971 from tarkah/fix/pane-dragging-overlay
Héctor Ramón
2021-07-28
2
-26
/
+32
|
\
\
\
|
*
|
|
Simplify `is_picked` expression in `pane_grid`
Héctor Ramón Jiménez
2021-07-28
1
-5
/
+1
|
*
|
|
Prevent body events pane is picked / dragging
Cory Forsstrom
2021-07-27
2
-10
/
+24
|
*
|
|
Fix overlay in titlebar when initiating drag
Cory Forsstrom
2021-07-27
1
-18
/
+14
*
|
|
|
Merge pull request #967 from hecrj/feature/command-keyboard-modifier
Héctor Ramón
2021-07-27
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
Introduce `COMMAND` constant to `keyboard::Modifiers`
Héctor Ramón Jiménez
2021-07-27
1
-0
/
+12
*
|
|
|
|
Merge pull request #966 from hecrj/pick-list-scroll-modifier
Héctor Ramón
2021-07-27
1
-2
/
+13
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Allow `PickList` selection with mouse scroll only if command is pressed
Héctor Ramón Jiménez
2021-07-27
1
-2
/
+13
|
/
/
/
/
*
|
|
|
Merge pull request #965 from tarkah/feature/window-event-moved
Héctor Ramón
2021-07-27
2
-0
/
+14
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Add window::Event::Moved
Cory Forsstrom
2021-07-26
2
-0
/
+14
|
/
/
/
*
|
|
Merge pull request #872 from 13r0ck/master
Héctor Ramón
2021-07-22
1
-0
/
+37
|
\
\
\
|
*
|
|
Enable scroll selection for `PickList` only when scroll is discrete
Héctor Ramón Jiménez
2021-07-22
1
-8
/
+4
|
*
|
|
Abstract and improve scroll logic in `PickList`
Héctor Ramón Jiménez
2021-07-22
1
-25
/
+21
|
*
|
|
Remove redundant 'on_change'
13r0ck
2021-05-25
1
-14
/
+0
|
*
|
|
cargo fmt
13r0ck
2021-05-10
1
-7
/
+13
|
*
|
|
Improve performance using iters
13r0ck
2021-05-10
1
-23
/
+8
|
*
|
|
add scrolling to pick_lists
13r0ck
2021-05-10
1
-0
/
+68
*
|
|
|
Merge pull request #776 from AldoMX/master
Héctor Ramón
2021-07-22
3
-1
/
+14
|
\
\
\
\
|
*
|
|
|
Add newline to `todos` example
Héctor Ramón Jiménez
2021-07-22
1
-0
/
+1
|
*
|
|
|
Add empty `select_all` implementation for `TextInput` in `iced_web`
Héctor Ramón Jiménez
2021-07-22
1
-0
/
+5
|
*
|
|
|
Added `select_all` method to `TextInput`.
Aldo Fregoso
2021-03-13
2
-1
/
+8
*
|
|
|
|
Merge pull request #888 from Ace4896/picklist-placeholder
Héctor Ramón
2021-07-22
5
-19
/
+51
|
\
\
\
\
\
|
*
|
|
|
|
Avoid cloning `placeholder` for `PickList` unnecessarily during `draw`
Héctor Ramón Jiménez
2021-07-22
2
-4
/
+6
|
*
|
|
|
|
Introduce `placeholder_color` to `pick_list::Style`
Héctor Ramón Jiménez
2021-07-22
3
-1
/
+7
|
*
|
|
|
|
Remove duplication of measuring logic in `PickList`
Héctor Ramón Jiménez
2021-07-22
1
-23
/
+17
|
*
|
|
|
|
Hash `placeholder` in `hash_layout` implementation for `PickList`
Héctor Ramón Jiménez
2021-07-22
1
-0
/
+2
|
*
|
|
|
|
feat: add placeholder to pick_list example
Jon Pacheco
2021-07-22
1
-4
/
+5
|
*
|
|
|
|
feat: add placeholders to pick_list
Jon Pacheco
2021-07-22
2
-4
/
+31
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithread
Héctor Ramón
2021-07-22
8
-11
/
+55
|
\
\
\
\
\
|
*
|
|
|
|
Introduce `text_multithreading` to `Settings`
Héctor Ramón Jiménez
2021-07-22
4
-5
/
+24
|
*
|
|
|
|
Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
2021-07-22
9
-16
/
+31
|
*
|
|
|
|
feat: expose draw_cache_multithread
Yusuf Bera Ertan
2021-06-14
5
-2
/
+12
*
|
|
|
|
|
Merge pull request #885 from Chiheisen/master
Héctor Ramón
2021-07-22
1
-7
/
+18
|
\
\
\
\
\
\
|
*
|
|
|
|
|
viewer: Don't calculate viewport on Fill|Portion
chiheisen
2021-05-17
1
-7
/
+18
*
|
|
|
|
|
|
Merge pull request #929 from TimUntersberger/winit-improv
Héctor Ramón
2021-07-22
8
-4
/
+130
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Center window in `game_of_life` example
Héctor Ramón Jiménez
2021-07-21
1
-0
/
+5
[next]