okapii
5091282353
Adding value padding to SliderGradientY und SliderFlat, too
2025-07-10 11:21:37 +02:00
okapii
8aa2f96dbc
Slider: restructure to have a global height and val_padding
2025-07-10 11:21:37 +02:00
okapii
515abb0057
Slider: small bugfix
2025-07-10 11:21:37 +02:00
okapii
e07f306260
Rotaries: val_padding support and code cleanups
2025-07-10 11:21:37 +02:00
okapii
70f2fb7025
Rotary and RotaryGradientY: code cleanup and proper val_padding implemetations
2025-07-10 11:21:37 +02:00
okapii
24f48c57c8
Radiobutton refactor
2025-07-10 11:21:37 +02:00
okapii
0aa2340e59
Radiobutton refactoring progress
2025-07-10 11:21:37 +02:00
Eddy Bruel
840e7669d1
Further cleanup
2025-07-09 15:04:16 +02:00
Eddy Bruel
4cbf821c34
WIP
2025-07-09 15:04:16 +02:00
Eddy Bruel
42a3db6fe5
Clean up end_turtle
2025-07-09 15:04:16 +02:00
Eddy Bruel
ad8891a4be
Further cleanup
2025-07-09 15:04:16 +02:00
Eddy Bruel
ed7629b74e
Implement min/max fills
2025-07-09 15:04:16 +02:00
Eddy Bruel
3ccf3628f2
Refactor Size::Fill to have fields
2025-07-09 15:04:16 +02:00
Eddy Bruel
791e11f036
Preparatory work for min/max fills
2025-07-09 15:04:16 +02:00
Eddy Bruel
8576b399cf
Implement weighted fills
2025-07-09 15:04:16 +02:00
Eddy Bruel
97317539c4
Factor out deferred_{width/height}_up_to from end_turtle
2025-07-09 15:04:16 +02:00
Eddy Bruel
98e30c03cf
Clean up defer_walk
2025-07-09 15:04:16 +02:00
Eddy Bruel
d46e92cc55
Clean up walk_turtle
2025-07-09 15:04:16 +02:00
Eddy Bruel
f4746924ad
Helper functions for moving the turtle
2025-07-09 15:04:16 +02:00
Eddy Bruel
54953c6e7a
Clean up child_spacing
2025-07-09 15:04:16 +02:00
Eddy Bruel
3f31a6dcd1
Clean up update_width_used/update_height_used
2025-07-09 15:04:16 +02:00
Eddy Bruel
f25f843c6f
Dead code removal
2025-07-09 15:04:16 +02:00
Eddy Bruel
fea9767ec0
Helper functions for rects
2025-07-09 15:04:16 +02:00
Eddy Bruel
e7da71f266
Clean up eval_width/eval_height
2025-07-09 15:04:16 +02:00
Eddy Bruel
e6bdf1c025
Helper functions for widths/heights
2025-07-09 15:04:16 +02:00
Kevin Boos
3b5c73b028
Fix iOS Info.plist to use canonical version strings. Add location permissions. ( #778 )
2025-07-08 19:57:51 +02:00
Kevin Boos
fe649a34d3
Avoid OOB error in ab_glyph_rasterizer ( #779 )
2025-07-08 19:57:34 +02:00
Julián Montes de Oca
d6fb5b8014
Track parent size in AdaptiveView to support applying selector oustide draw flow ( #776 )
2025-07-01 20:43:21 +02:00
Guocork
0cf3638556
widget: loading_spinner ( #774 )
...
* loading spinner
* convert style
* use arc_round_caps refactor
* adjust the speed
* change to uniform
* Update widgets/src/loading_spinner.rs
Co-authored-by: Kevin Boos <1139460+kevinaboos@users.noreply.github.com>
* Update widgets/src/loading_spinner.rs
Co-authored-by: Kevin Boos <1139460+kevinaboos@users.noreply.github.com>
---------
Co-authored-by: Kevin Boos <1139460+kevinaboos@users.noreply.github.com>
2025-06-30 19:49:50 +02:00
Julián Montes de Oca
3885596b04
Fix AdaptiveView not re-applying selector on geom change ( #775 )
2025-06-30 19:48:50 +02:00
alanpoon
836d042c45
Persistent and restoration of Window State ( #770 )
...
* Added create_window, remove is_created check
* Added Event::Shutdown for window when shutting down
* reduce code redundancy with assignment
Co-authored-by: Kevin Boos <1139460+kevinaboos@users.noreply.github.com>
* allow macos fullscreen
* add window_fullscreen
* window_fullscreen
* linux_x11, support set fullscreen during initalisation
---------
Co-authored-by: Kevin Boos <1139460+kevinaboos@users.noreply.github.com>
2025-06-20 20:49:55 +02:00
Guocork
792011702e
impl set_position on Linux ( #748 )
...
* impl set_position
* remove set value
* finish set_position
2025-06-20 20:49:03 +02:00
Julián Montes de Oca
432dd2207a
Implement data directory handling for mobile platforms ( #769 )
...
- Add `get_data_dir` method to `CxOsApi` for retrieving writable data directory paths on mobile platforms.
2025-06-20 20:48:48 +02:00
Kevin Boos
8d34458302
Allow users of TextInput to know when a keypress had no effect ( #767 )
...
* Allow users of `TextInput` to know when a keypress had no effect
This PR makes the `TextInput` widget emit a `TextInputAction::KeyDownUnhandled`
action upon keypresses that don't actually make any change to the widget's selection.
This action is currently only emitted for the Up, Down, Left, and Right arrow keys,
but we can certainly add it to others like Backspace, Delete, etc if desired.
Use case: if you want to enable custom behavior when the user uses arrow keys
to navigate an empty TextInput widget, such as jumping up out of the TextInput focus
to edit the most recent message you just sent in a chat app, then this PR
is necessary. Otherwise there's no way to know whether a given input actually had
any effect on the TextInput's inner cursor/selection state.
* Add the FaceID usage description to iOS Info.plist
Allows Makepad apps to use biometric auth on iOS
2025-06-20 20:48:06 +02:00
Admin
cb96fb5c7f
ai bounds fix on raster
2025-06-19 20:54:33 +02:00
okapii
40f8166e53
Dark & light theme disabled state look improvements
2025-06-17 17:22:58 +02:00
okapii
eee6fd8922
Minor Slider improvements
2025-06-17 15:26:21 +02:00
okapii
5d2767cc7a
CheckboxCustom updates
2025-06-16 12:07:09 +02:00
okapii
4fbd5363ac
Checkbox: remove superfluous match statement, introduce CheckBoxCustom for arbitrary graphical CheckBoxes
2025-06-16 11:09:16 +02:00
okapii
08f2651373
Add disabled examples to UI Zoo
2025-06-16 10:48:31 +02:00
okapii
5ee3e3d978
Optimize flatter widget variants and remove ones for which this approach does not work properly
2025-06-16 10:48:31 +02:00
okapii
34b364f124
Further apply theme, simplify skeleton theme.
2025-06-16 10:48:31 +02:00
okapii
fbb3f7eee0
Apply theme and further clean up skeleton theme
2025-06-16 10:48:31 +02:00
okapii
fc85dd4b3a
Light theme refinements
2025-06-16 10:48:31 +02:00
okapii
9fe9750984
SliderRound: fix input position
2025-06-16 10:48:31 +02:00
okapii
3c649b4f54
Light theme progress
2025-06-16 10:48:31 +02:00
okapii
1da98f6995
Skeleton finished
2025-06-16 10:48:31 +02:00
okapii
3b7b2f0dd3
Finished Skeleton Theme
2025-06-16 10:48:31 +02:00
okapii
8588740225
Skeleton theme progress
2025-06-16 10:48:31 +02:00
okapii
183a3e58c7
Skeleton Theme progress
2025-06-16 10:48:31 +02:00