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
/
wgpu
/
src
/
renderer
/
widget
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
2020-05-19
15
-1087
/
+0
*
Updated `Radio` layout/fns to match `Checkbox`
Scott Harper
2020-05-15
1
-3
/
+2
*
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
2020-04-30
15
-57
/
+57
*
Merge branch 'master' into feature/canvas-interaction
Héctor Ramón Jiménez
2020-04-29
1
-0
/
+2
|
\
|
*
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
2020-04-23
1
-0
/
+2
*
|
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
2020-04-29
13
-13
/
+13
*
|
Introduce `Translate` primitive in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-28
1
-3
/
+3
|
/
*
Align text in `iced_wgpu` on a case-by-case basis
Héctor Ramón Jiménez
2020-04-10
3
-2
/
+19
*
Fix unnecessary clip of text input in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-09
1
-4
/
+14
*
Fix `measure_value` for text input in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-09
1
-3
/
+3
*
Remove unnecessary conversion in `iced_wgpu`
Héctor Ramón Jiménez
2020-03-29
1
-2
/
+1
*
Remove redundant field assignment
Héctor Ramón Jiménez
2020-03-29
1
-1
/
+1
*
Remove unnecessary merge of `iced_wgpu::Defaults`
Héctor Ramón Jiménez
2020-03-29
2
-3
/
+1
*
Implement `Renderer::find_cursor_position`
Héctor Ramón Jiménez
2020-03-25
1
-2
/
+2
*
Improve `text_input::cursor` API
Héctor Ramón Jiménez
2020-03-24
1
-46
/
+75
*
Merge branch 'master' into feature/text-selection
Héctor Ramón Jiménez
2020-03-24
2
-7
/
+99
|
\
|
*
Make cursor unavailable when dragging panes
Héctor Ramón Jiménez
2020-03-18
1
-1
/
+9
|
*
Improve pane selection when resizing a `PaneGrid`
Héctor Ramón Jiménez
2020-03-14
1
-2
/
+2
|
*
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
2020-03-14
1
-1
/
+7
|
*
Clip `scrollable` primitives only when necessary
Héctor Ramón Jiménez
2020-03-10
1
-7
/
+7
|
*
Draft drag and drop support for `PaneGrid`
Héctor Ramón Jiménez
2020-03-10
1
-18
/
+62
|
*
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
2020-03-10
1
-3
/
+3
|
*
Compute `panes` regions and focus on click
Héctor Ramón Jiménez
2020-03-04
1
-3
/
+3
|
*
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
2020-03-04
1
-0
/
+34
*
|
moved cursor into own file
FabianLars
2020-02-24
1
-43
/
+7
*
|
Text Selection completely rewritten
FabianLars
2020-02-24
1
-6
/
+41
*
|
inital patch by Finnerale
FabianLars
2020-02-22
1
-3
/
+43
|
/
*
Pull `Checkbox` default constants from its `Renderer`
Héctor Ramón Jiménez
2020-02-18
2
-11
/
+3
*
Custom fonts can be set in the text input.
sumibi-yakitori
2020-01-27
1
-4
/
+10
*
Add default padding to `Button`
Héctor Ramón Jiménez
2020-01-22
1
-0
/
+2
*
Fix drawing empty `Quad` on empty `ProgressBar`
Héctor Ramón Jiménez
2020-01-08
1
-13
/
+17
*
Allow `Checkbox` style to change based on its state
Héctor Ramón Jiménez
2020-01-08
1
-2
/
+2
*
Always show scroller if scrollbar is visible
Héctor Ramón Jiménez
2020-01-07
1
-35
/
+38
*
Implement styling for `Checkbox`
Héctor Ramón Jiménez
2020-01-07
1
-15
/
+16
*
Implement styling for `Radio`
Héctor Ramón Jiménez
2020-01-07
1
-12
/
+14
*
Implement styling for `ProgressBar`
Héctor Ramón Jiménez
2020-01-07
1
-14
/
+13
*
Implement styling for `Slider`
Héctor Ramón Jiménez
2020-01-07
1
-21
/
+36
*
Implement styling for `Scrollable`
Héctor Ramón Jiménez
2020-01-06
1
-12
/
+21
*
Draft `styling` example
Héctor Ramón Jiménez
2020-01-06
1
-1
/
+0
*
Merge branch 'master' into feature/custom-styling
Héctor Ramón Jiménez
2020-01-05
1
-0
/
+51
|
\
|
*
Move `DEFAULT_HEIGHT` constant to `Renderer`
Héctor Ramón Jiménez
2020-01-03
1
-0
/
+2
|
*
change(widget): make height adjustable at widget level
Songtronix
2020-01-02
1
-6
/
+2
|
*
change(widget): custom coloring for progressbar
Songtronix
2020-01-02
1
-3
/
+9
|
*
add(widget): primitive progressbar widget
Songtronix
2020-01-02
1
-0
/
+43
*
|
Fix styling in `button::Renderer` implementation
Héctor Ramón Jiménez
2020-01-05
1
-27
/
+37
*
|
Add border and shadow styling to `Button`
Héctor Ramón Jiménez
2020-01-05
1
-4
/
+4
*
|
Add border styling to `Container`
Héctor Ramón Jiménez
2020-01-05
1
-18
/
+19
*
|
Draft basic styling for `TextInput`
Héctor Ramón Jiménez
2020-01-01
1
-13
/
+19
*
|
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
2019-12-31
7
-110
/
+91
*
|
Merge branch 'master' into feature/custom-styling
Héctor Ramón Jiménez
2019-12-31
1
-0
/
+8
|
\
|
[next]