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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-03
Move `DEFAULT_HEIGHT` constant to `Renderer`
Héctor Ramón Jiménez
1
-0
/
+2
2020-01-02
change(widget): make height adjustable at widget level
Songtronix
2
-7
/
+3
2020-01-02
change(widget): custom coloring for progressbar
Songtronix
1
-3
/
+9
2020-01-02
add(widget): primitive progressbar widget
Songtronix
2
-0
/
+44
2019-12-30
Rename `Empty` widget to `Space`
Héctor Ramón Jiménez
2
-3
/
+3
2019-12-30
Implement `Empty` widget
Héctor Ramón Jiménez
2
-0
/
+9
2019-12-21
Fix cursor positioning in `TextInput` on overflow
Héctor Ramón Jiménez
1
-10
/
+47
2019-12-15
Put `svg` rendering behind a feature gate
Héctor Ramón Jiménez
1
-1
/
+3
2019-12-15
Rerasterize SVGs when resized and refactor a bit
Héctor Ramón Jiménez
2
-0
/
+23
2019-12-12
Merged svg pipeline into image
Malte Veerman
2
-16
/
+0
2019-12-11
Ran cargo_fmt over changed files.
Malte Veerman
1
-9
/
+3
2019-12-11
Added an `Icon` widget to native.
Malte Veerman
2
-0
/
+22
2019-12-05
Place `TextInput` cursor position on click
Héctor Ramón Jiménez
1
-16
/
+21
2019-12-04
Implemented `From<Color` for `Background`
Malte Veerman
1
-2
/
+2
2019-12-03
Fix `TextInput` inner border radius in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-03
Unify logic by introducing `scrollable::Scrollbar`
Héctor Ramón Jiménez
1
-49
/
+61
2019-12-02
Address suggestions
Friz64
1
-73
/
+29
2019-12-02
Finalize work
Friz64
1
-14
/
+18
2019-12-02
First implementation
Friz64
1
-24
/
+60
2019-11-29
Allow to load an image from memory
Héctor Ramón Jiménez
1
-4
/
+8
2019-11-24
Fix `iced_native` widget examples
Héctor Ramón Jiménez
1
-3
/
+3
2019-11-22
Write docs for `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+6
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
10
-251
/
+129
2019-11-14
Draw proper checkmark for `Checkbox` in `iced_wgpu`
Héctor Ramón Jiménez
1
-8
/
+9
2019-11-13
Remove default styling of `Button`
Héctor Ramón Jiménez
1
-22
/
+23
2019-11-13
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
2
-20
/
+12
2019-11-13
Move text logic in `iced_wgpu` to a `text` module
Héctor Ramón Jiménez
2
-28
/
+7
2019-11-11
Split text measurements cache from rendering cache
Héctor Ramón Jiménez
2
-3
/
+3
2019-11-11
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
9
-66
/
+107
2019-11-10
Draft new layout API
Héctor Ramón Jiménez
9
-138
/
+84
2019-11-07
use Color's `From` impl in more places
memoryruins
6
-133
/
+48
2019-11-06
Remove hardcoded HiDPI scaling
Héctor Ramón Jiménez
1
-1
/
+2
2019-11-06
Fix Tour for HiDPI (stub)
Matthias Fauconneau
1
-2
/
+4
2019-11-05
Fix checkbox border radius
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-05
Apply HiDPI to text, images, and clip primitives
Héctor Ramón Jiménez
1
-1
/
+15
2019-11-05
Implement state-less scrolling in `TextInput`
Héctor Ramón Jiménez
1
-56
/
+65
2019-11-05
Add horizontal offset to `Primitive::Clip`
Héctor Ramón Jiménez
2
-4
/
+4
2019-11-02
Move `Target` to its own module
Héctor Ramón Jiménez
12
-0
/
+84
2019-11-02
Add scrollable section to `tour`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-02
Fix text measurement (needs further testing)
Héctor Ramón Jiménez
1
-1
/
+1
2019-10-31
Render `TextInput` cursor inside the clipping area
Héctor Ramón Jiménez
1
-86
/
+87
2019-10-31
Implement cursor movement in `TextInput`
Héctor Ramón Jiménez
1
-7
/
+28
2019-10-30
Show text cursor in `TextInput`
Héctor Ramón Jiménez
1
-2
/
+40
2019-10-30
Handle some `TextInput` events
Héctor Ramón Jiménez
4
-20
/
+23
2019-10-30
Draft `TextInput` widget structure
Héctor Ramón Jiménez
2
-8
/
+104
2019-10-29
Rename `Primitive::Scrollable` to `Clip`
Héctor Ramón Jiménez
1
-1
/
+1
2019-10-29
Implement scrollbar interactions! :tada:
Héctor Ramón Jiménez
1
-9
/
+78
2019-10-29
Stop leaking impl details in scrollable `Renderer`
Héctor Ramón Jiménez
1
-4
/
+2
2019-10-29
Draw scrollbar on top of scrollable content
Héctor Ramón Jiménez
1
-27
/
+24
2019-10-27
Expose scrollable offset properly
Héctor Ramón Jiménez
1
-6
/
+5
[next]