cushy/examples
Jonathan Johnson 20ab1ad029
Fixed initial window settings
These aren't entries in the changelog since they're bug fixes for new
code since the last release -- the entries on the changelog are
unaffected.

- focused and occluded no longer is explicitly set to false. Now, once
  the window has been fully initialized, the values are read from winit
  which will cause callbacks to be fired if the value has changed.
- The automatic_layout parameter if outer_position had its meaning
  inverted. Passing true now properly ensures the window is
  automatically positioned.
2024-09-13 10:12:01 -07:00
..
assets Tilemap updates 2023-12-09 08:20:18 -08:00
shared Trying to make Mac CI fail gracefully 2024-01-08 09:17:03 -08:00
animation.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
background-tasks.rs ButtonClick + Overlays at locations 2024-05-08 08:38:26 -07:00
basic-button.rs Added to_ variants for into_ functions 2024-01-02 15:07:06 -08:00
buttonception.rs ButtonClick + Overlays at locations 2024-05-08 08:38:26 -07:00
buttons.rs Source<T> + Destination<T> (breaking) 2024-01-02 09:00:29 -08:00
canvas.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
checkbox.rs ButtonClick + Overlays at locations 2024-05-08 08:38:26 -07:00
collapse.rs Added to_ variants for into_ functions 2024-01-02 15:07:06 -08:00
color-pickers.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
contacts.rs ButtonClick + Overlays at locations 2024-05-08 08:38:26 -07:00
container-shadow.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
containers.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
counter.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
cursor-icon.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
custom-widgets.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
debug-window.rs ButtonClick + Overlays at locations 2024-05-08 08:38:26 -07:00
disclose.rs Fixing example test compilation issues 2024-08-18 08:01:00 -07:00
dynamic-fonts.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
easings.rs Switched to released easing-function 2024-08-18 10:58:44 -07:00
focus-order.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
focus.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
fullscreen.rs Fullscreen example 2024-09-09 08:12:59 -07:00
gameui.rs Added to_ variants for into_ functions 2024-01-02 15:07:06 -08:00
image.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
input.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
invalidation-batch.rs Renamed example 2024-01-11 09:49:27 -08:00
layers.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
list.rs animate_mouse_button + more example recordings 2024-05-12 19:12:01 -07:00
login.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
manual-tabs.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
menu.rs Fixing example test compilation issues 2024-08-18 08:01:00 -07:00
modal.rs Modal DialogBuilder 2024-09-12 14:49:37 -07:00
monitors.rs App::monitors + run()/on_startup() 2024-09-06 11:50:35 -07:00
multi-window.rs ButtonClick + Overlays at locations 2024-05-08 08:38:26 -07:00
nested-scroll.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
offscreen-apng.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
offscreen.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
overlays.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
plotters.rs Extracting easing functions + Clippy 2024-08-17 17:44:12 -07:00
progress.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
radio.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
scroll.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
select.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
shared-switcher.rs cushy::main attribute macro 2024-09-08 09:31:35 -07:00
slider.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
stack-align-test.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
style.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
switcher.rs Source<T> + Destination<T> (breaking) 2024-01-02 09:00:29 -08:00
theme.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
tic-tac-toe.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
tilemap.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
tokio.rs Added optional tokio integration 2024-05-11 21:25:54 -07:00
typography.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
unsaved-changes.rs Reverting example change 2024-07-08 17:07:00 -07:00
validation.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
window-properties.rs Fixed initial window settings 2024-09-13 10:12:01 -07:00
window-zoom.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00
wrap.rs Cleaning up figures usage in examples 2024-07-26 10:34:30 -07:00