Commit Graph

1290 Commits

Author SHA1 Message Date
Samuel Guerra 0f95203254 More docs review. 2024-02-08 01:07:30 -03:00
Samuel Guerra 73e4140288 File cleanup. 2024-02-06 16:25:21 -03:00
Samuel Guerra 30ff694b09 Removed `WindowChrome` type. 2024-02-06 15:02:53 -03:00
Samuel Guerra e368b3d77b Docs review. 2024-02-06 13:57:01 -03:00
Well 55179a1d95 Fixed frame capture in `render_update`. 2024-02-05 18:17:39 -03:00
Samuel Guerra 94a99549ff Refactored `task::deadline` to use `TIMERS` when called in an app thread. 2024-02-04 00:08:31 -03:00
Samuel Guerra 45e7618491 Finished headless video rendering example. 2024-02-03 20:10:56 -03:00
Samuel Guerra 2f84ad1d25 Fixed video fps. 2024-02-03 16:13:06 -03:00
Samuel Guerra c5a9c5620a Fixed multiple bugs related to headless apps. 2024-02-03 15:45:37 -03:00
Samuel Guerra ac695345af Added video recording to headless example. 2024-02-03 12:54:00 -03:00
Samuel Guerra b707b40bec Implemented INSTANT and replaced all usages. 2024-02-02 15:36:44 -03:00
Samuel Guerra 3b9447dcdc Added window docs. 2024-01-31 19:45:11 -03:00
Samuel Guerra d42ed28138 Fixed headless screenshot text color. 2024-01-31 17:31:17 -03:00
Samuel Guerra 8f3cd0d66f Demonstrates rendered image caching in animation example again. 2024-01-30 16:27:57 -03:00
Samuel Guerra bfdb1a242e More var docs and changes. 2024-01-30 11:47:24 -03:00
Samuel Guerra 239888840a Added undo docs. 2024-01-27 19:41:59 -03:00
Samuel Guerra faa2abfdc7 Added wrap docs. 2024-01-26 12:35:12 -03:00
Samuel Guerra 35034625ac Renamed `View!` to `DataView!` and documented it. 2024-01-25 16:59:13 -03:00
Samuel Guerra 55f1e15ae4 Changed center_viewport demo to include the zoom scale. 2024-01-24 15:23:47 -03:00
Samuel Guerra 29be549586 Added scroll docs. 2024-01-23 16:17:29 -03:00
Samuel Guerra bc7bcab72e Fixed Image::on_load firing on init for the dummy image. 2024-01-23 15:10:47 -03:00
Samuel Guerra 5377b7e8eb Added some more layout documentation. 2024-01-20 15:08:05 -03:00
Well 27cdc0207a Fixed markdown list item with block children. 2024-01-19 19:00:37 -03:00
Samuel Guerra 1b006d4ce4 Added markdown docs and identified a bug. 2024-01-19 16:57:48 -03:00
Samuel Guerra 7c66dbb659 Fixed image usage in examples.
After change that limit images from only the same exe dir these examples fail.
2024-01-18 18:57:42 -03:00
Samuel Guerra 2dcf0c19eb Added view-process crates to main crate with non-default features. 2024-01-18 18:44:58 -03:00
Samuel Guerra 51e25a6ad2 Added image docs.
Changed default image limit to only allow files in the exe dir by default.
2024-01-18 16:40:19 -03:00
Well 805a4c2dc7 Used `include_str!` to add the README.md to the main page documentation of each component crate. 2024-01-17 19:10:56 -03:00
Samuel Guerra 3eeae7fbc7 Added icon docs.
Refactored Material Icons to not be included by default.
2024-01-17 11:58:32 -03:00
Samuel Guerra bee73181d3 Fixed Markdown reinit.
Fixed FONTS service changing state mid update.
2024-01-16 19:05:40 -03:00
Samuel Guerra 08e49bb618 Documented font.
Fixed Scroll shorthand syntax.
2024-01-16 16:26:45 -03:00
Samuel Guerra cf8cb05003 Refactored style system. 2024-01-15 17:26:30 -03:00
Samuel Guerra 7af83f6990 Reduced race condition to a test. 2024-01-14 17:52:16 -03:00
Samuel Guerra d80ead91f6 fmt
Not possible to add `deadlock_detection` to `debug_default` because can't enable dependency features from build scripts.
2024-01-13 20:11:02 -03:00
Samuel Guerra bc80857277 Documented cargo features and refactored markdown anchor web Uri to not depend on task::http.
Removed http from default features.
2024-01-13 19:13:38 -03:00
Samuel Guerra 4533f8cf81 Refactored clipboard service to synchronize with app updates. 2024-01-13 15:06:13 -03:00
Samuel Guerra baec039cdf Documented checkerboard. 2024-01-12 12:56:56 -03:00
Samuel Guerra 6cabab4d5a Renamed `map_to_text` to `map_to_txt`.
Finished button docs.

Implemented `Command::on_event` that subscribes to the command too, not just the command event.
2024-01-11 21:50:21 -03:00
Samuel Guerra 54b4ec0823 Removed `CmdButton!`. 2024-01-11 01:30:43 -03:00
Samuel Guerra 0acaed8514 Implemented `cmd` property for buttons. 2024-01-11 00:37:49 -03:00
Samuel Guerra ed0bc657cb Renamed `to_text` to `to_txt`.
Alert app-process of handled panics creating gl context.
2024-01-06 15:52:23 -03:00
Samuel Guerra fb8fd08a85 Renamed wgt_prelude to prelude_wgt. 2024-01-05 12:45:09 -03:00
Samuel Guerra 01a198e693 Fixed text editor example. 2023-12-31 00:02:33 -03:00
Samuel Guerra 5de9493e84 Improved command window scope. Command properties set on the window root widget now automatically also handles the window scope. 2023-12-24 15:37:17 -03:00
Samuel Guerra 327fb5c2b2 Renamed child_insert properties to be shorter. 2023-12-22 11:08:46 -03:00
Samuel Guerra dcff791be1 Replaced stack functions with `Stack!` shorthand. 2023-12-22 00:00:37 -03:00
Samuel Guerra 292ce657de Improved image load example. 2023-12-21 23:43:13 -03:00
Samuel Guerra 960062add8 Implemented open image example and some general improvements. 2023-12-21 22:53:26 -03:00
Samuel Guerra cf128130c0 Implemented `SelectableText!` a better alternative to only enabling txt_selectable on Text! widgets. It is styleable, has the focus decorator and context-menu, it is also the implementer of the default selection toolbar. 2023-12-21 00:42:43 -03:00
Samuel Guerra 7d8b9a16fc Implemented custom cursor demo. 2023-12-18 11:37:39 -03:00