Michael Aaron Murphy
369cede7da
fix(grid): span of widgets across columns and rows
2023-10-04 16:08:37 +02:00
Michael Aaron Murphy
c937332322
fix(grid): enable configurable column and row alignment
2023-10-04 16:08:37 +02:00
Ashley Wulber
6448b75e76
refactor(color-picker): add method for getting the applied color
2023-10-03 00:40:33 +02:00
Michael Aaron Murphy
e1d1b0bad5
feat(widget): initial implementation of Grid widget
2023-10-02 17:32:39 +02:00
Ashley Wulber
ebcaf242e9
fix(color-picker): tooltip
2023-10-02 10:24:43 -04:00
Ashley Wulber
70077ca985
feat: color picker
2023-10-02 10:24:43 -04:00
Ashley Wulber
3829178c88
refactor: allow text input on_clear for more than just search_input
2023-09-21 15:25:13 -04:00
Michael Aaron Murphy
d973dafba7
feat(widget): Reimplement FlexRow as iced::Widget
2023-09-20 16:43:52 +02:00
Michael Aaron Murphy
aa2dfe0ea5
fix(widget): unset max width for settings::view_column
2023-09-19 17:22:20 +02:00
Michael Aaron Murphy
8f9fde7fe8
fix(widget): set SegmentedButton icon color to be same as text
2023-09-19 17:22:20 +02:00
Michael Aaron Murphy
96549d1b84
fix(widget): default ListColumn spacing to 12
2023-09-19 17:22:20 +02:00
Michael Aaron Murphy
78647db0ea
chore(widget): set Button width and height with impl Into
2023-09-19 17:22:20 +02:00
Michael Aaron Murphy
9ceda6d704
feat(widget): add navigation with page_list_item and sub_page_header
2023-09-19 17:22:20 +02:00
Michael Aaron Murphy
314e45e8ab
feat(widget): make public more button builder properties
2023-09-18 16:47:38 +02:00
Michael Aaron Murphy
b404497e76
fix(widget): allow None for button text color to inherit from container
2023-09-18 08:28:57 +02:00
Eduardo Flores
485945591b
feat(widget): Added spacing and padding method to list column
2023-09-17 22:10:48 +02:00
Michael Aaron Murphy
c2d62bad52
fix(button): icon style variant to inherit colors from container
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
2e11d62de5
feat(widget): custom style variant for button widget
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
48fd076cc8
fix(segmented-button): disappearance of icons from bad layout values
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
9dbc1be269
refactor(widget): improvements to button and icon widgets
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
1e3c44865a
feat(widget): import more widgets from iced
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
51ac288eed
feat(widget): create list-styled containers with list::container()
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
9963629a4f
fix(headerbar): window being dragged on click
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
9eb55ce893
feat(widget): add tooltip module
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
87e7567b7b
feat(widget): add divider::vertical variants
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
6e1f00295b
feat(widget): add divider::horizontal::default() variant
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
4564c36c83
chore(widget): use Row type in settings::item
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
03a5c929fd
refactor(widget): create alias for Row type
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
6402bcfe26
chore(widget): use Column type in settings::view_column
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
524f3abb05
refactor(widget): create alias for Column type
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
b5a6f81057
chore(widget): use push_maybe in settings::section
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
4e4eeaac12
feat!(widget): rewrite button & icon widget APIs
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
26777464c5
feat(widget): add functions for columns and rows
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
e9035a9582
chore(widget): add more iced widget re-exports
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
6383ecc0cb
chore(widget): text_input does not need to be wayland-only
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
c45556d8e3
feat(widget): add typography functions to text module
2023-09-14 01:38:56 +02:00
Ashley Wulber
984d545546
fix: remove conflicting iced text_input from reexports
2023-08-29 14:59:37 -04:00
Ashley Wulber
6a07e341ca
chore: custom text input style
2023-08-29 14:02:56 -04:00
Michael Aaron Murphy
2e3d9af720
chore(widget): re-export missing iced widgets
2023-08-28 18:11:19 +02:00
Ashley Wulber
6457481ae5
fix: text input layout & cargo fmt
2023-08-24 15:44:29 -04:00
Ashley Wulber
d35dfad486
fix: search input border style
2023-08-24 10:39:43 -04:00
Ashley Wulber
db8e791b87
Text input ( #143 )
...
* update: iced 0.10.0
* wip: text input
* wip: text inputs with icons and buttons
* wip: improve text input
* refactor: text input styling
* chore: add scale factor
* chore(text_input): add winit example and do some cleanup
2023-08-23 10:59:26 -04:00
Ashley Wulber
69da283aeb
update iced
2023-08-21 15:47:01 -04:00
Michael Aaron Murphy
a8ce524baa
refactor: combine open and save dialogs
2023-08-16 16:59:15 +02:00
Michael Aaron Murphy
a5d3814fff
fix(widget/header_bar): add padding between end elements and window controls
2023-08-16 16:59:15 +02:00
Michael Aaron Murphy
e3f3dc2e82
fix(widget/button: padding causing misaligned text in button
2023-08-16 16:59:15 +02:00
Ashley Wulber
20a5227eca
refactor: add button components to theme because they have different overlays than others when they are hovered or pressed
2023-08-14 12:31:16 -04:00
Ashley Wulber
f8c25096fd
refactor: update existing buttons
2023-08-14 12:31:16 -04:00
Michael Murphy
a223b60a0c
feat!: implement Application API
2023-08-02 11:54:07 +02:00
Ashley Wulber
ab88a5b59f
feat: animated image widget
2023-07-26 18:11:19 -04:00