Commit Graph

  • bd920a42a0
    Merge 856a792bca into e4afb24484 #181 Samuel 2024-05-04 23:00:52 +0000
  • 856a792bca
    Create do.yml #181 Samuel 2024-05-04 19:59:41 -0300
  • e4afb24484
    Implement custom cursors. (#178) main Samuel 2024-05-01 17:09:29 -0300
  • 9982355840 Update macro tests. #178 Samuel Guerra 2024-05-01 16:41:45 -0300
  • d26670ed4f Fix. Samuel Guerra 2024-05-01 16:29:52 -0300
  • 18d892b37d Implement custom cursors. Samuel Guerra 2024-05-01 15:22:26 -0300
  • bda678a6e6
    Fix issue when parent widget's cursor can override child's cursor when the parent cursor var updates. (#177) Samuel 2024-05-01 12:27:53 -0300
  • 471c9d3fdd Fix issue when parent widget's cursor can override child's cursor when the parent cursor var updates. #177 Samuel Guerra 2024-05-01 12:05:22 -0300
  • f1633cd149 Fix minimize command resetting maximize restore. Samuel Guerra 2024-05-01 11:00:15 -0300
  • 0fbbfe615d
    Implement "block system shutdown" (#173) Samuel 2024-05-01 00:54:33 -0300
  • 1c79427daf fmt #173 Samuel Guerra 2024-05-01 00:33:03 -0300
  • b3ad7f5ec4 Works, with some limitations. Samuel Guerra 2024-05-01 00:27:59 -0300
  • 69c4712815 Use `ShutdownBlockReasonQuery`. Samuel Guerra 2024-04-30 22:29:21 -0300
  • 49879ecb9d Refactor API to a single method `set_system_shutdown_warn`. Samuel Guerra 2024-04-30 20:24:06 -0300
  • fcd760d007 Add app side API. Samuel Guerra 2024-04-30 18:44:31 -0300
  • 195bd976a4
    Merge branch 'main' into block-shutdown Samuel 2024-04-30 17:43:56 -0300
  • 0fbf37fd35
    Implement zng-view window extension API (#156) Samuel 2024-04-30 17:42:57 -0300
  • da3119a956 Add error for `view_window_extension` call to a headless window. #156 Samuel Guerra 2024-04-30 17:23:46 -0300
  • 4f395a2317 Make changed discussed. Samuel Guerra 2024-04-30 16:21:36 -0300
  • 5a48d8cd05
    Merge branch 'main' into view-ext Samuel 2024-04-30 16:02:32 -0300
  • b4bf4ae886
    Upgrade winit, accesskit, rfd, windows dependencies (#153) Samuel 2024-04-30 15:58:39 -0300
  • 6356226788 Winit `inner_position` not supported in Wayland. #153 Samuel Guerra 2024-04-30 15:37:29 -0300
  • 8105e2a4bc Don't panic in `WinitEventLoopGuard` if is already panicking. Samuel Guerra 2024-04-30 15:27:25 -0300
  • caca1a827f Fix panic. Samuel Guerra 2024-04-30 12:19:26 -0300
  • 64ff87e602 Fix exit. Samuel Guerra 2024-04-30 12:08:45 -0300
  • 5c146035cb Implement headless event loop. Samuel Guerra 2024-04-30 11:43:35 -0300
  • 02111c3a45 Update accesskit. Samuel Guerra 2024-04-30 10:56:14 -0300
  • d77afc03ec Merge branch 'main' into view-upgrades Samuel Guerra 2024-04-30 10:55:21 -0300
  • 25b146156c Use accesskit main for testing. Samuel Guerra 2024-04-30 10:50:05 -0300
  • d7bc57e2f6 Implement "block system shutdown". Samuel Guerra 2024-04-30 01:02:26 -0300
  • 51da266d32 Update contributing. Samuel Guerra 2024-04-29 23:41:42 -0300
  • e8df873de0
    Fix auto scroll scrolling to the same focused widget (#172) Samuel 2024-04-29 23:41:21 -0300
  • 2fb059c1d4 Changelog. #172 Samuel Guerra 2024-04-29 23:18:00 -0300
  • c03252ff43 Fix auto scroll to focused scrolling when the focused widget did not change. Samuel Guerra 2024-04-29 23:14:04 -0300
  • a79f6bb967
    Add better conversions for `CommandScope`. (#171) Samuel 2024-04-29 20:44:13 -0300
  • 82fac8f248
    Merge branch 'main' into cmd-scope-from #171 Samuel 2024-04-29 20:24:11 -0300
  • 22b2f60e9b
    Add footer to icon example (#169) Samuel 2024-04-29 20:22:29 -0300
  • 9d4901edf0 Add better conversions for `CommandScope`. Samuel Guerra 2024-04-29 20:19:33 -0300
  • 7218e14fb3
    Merge branch 'main' into scroll-workaround #169 Samuel 2024-04-29 20:01:47 -0300
  • 0eedbfdd52
    Change `SCROLL.scroll_*` methods to return contextual vars. (#168) Samuel 2024-04-29 20:01:29 -0300
  • 1ed6844e04 fmt Samuel Guerra 2024-04-29 19:59:38 -0300
  • 477fe924cd Add footer to icon example. Samuel Guerra 2024-04-29 19:56:09 -0300
  • d157419f0c Change `SCROLL.scroll_*` methods to return contextual vars. #168 Samuel Guerra 2024-04-29 19:41:06 -0300
  • bdbb786a67
    Fix directional navigation cycling only inside viewport now full spatial bounds of scopes. (#166) Samuel 2024-04-29 18:35:24 -0300
  • 0f2dfb023f Fix directional navigation cycling only inside viewport now full spatial bounds of scopes. #166 Samuel Guerra 2024-04-29 18:02:40 -0300
  • cb9f525c02
    Fix auto scroll-to-focused issues. (#165) Samuel 2024-04-29 16:23:07 -0300
  • b8abcd6e2b Changelog. #165 Samuel Guerra 2024-04-29 16:02:01 -0300
  • 330d7b37d4 Fix scroll-to-focused scrolling when large widget is already visible. Samuel Guerra 2024-04-29 16:00:58 -0300
  • 85c3752cb1 Fix scroll_to_focused issues. Samuel Guerra 2024-04-29 15:32:53 -0300
  • 214e9e5c10 Remove test code. Samuel Guerra 2024-04-29 14:51:30 -0300
  • 63be97d4a5
    Fix tab navigation footgun [2] (#164) Samuel 2024-04-29 14:49:00 -0300
  • 805bf39b7c Changelog cleanup. #164 Samuel Guerra 2024-04-29 13:18:12 -0300
  • 739904ebed Fix tab navigation footgun Samuel Guerra 2024-04-29 13:15:11 -0300
  • 59de78273d
    Fix tab navigation footgun (#163) Samuel 2024-04-29 12:56:55 -0300
  • 7568818a1f Fix tab navigation footgun #163 Samuel Guerra 2024-04-29 12:35:51 -0300
  • 7812f3e5ad
    Remove Windows docs workarounds. (#160) Samuel 2024-04-29 00:41:02 -0300
  • 70fc7d42b9
    Merge branch 'main' into rmv-docs #160 Samuel 2024-04-29 00:21:18 -0300
  • ce21c76be3
    Add `WindowCloseRequestedArgs::headed/headless`. (#159) Samuel 2024-04-29 00:21:02 -0300
  • 1c1e6a7ae1 Remove Windows docs workarounds. Samuel Guerra 2024-04-28 23:23:35 -0300
  • 008da92898 Add `WindowCloseRequestedArgs::headed/headless`. #159 Samuel Guerra 2024-04-28 23:19:46 -0300
  • 7708c252ff
    Fix `run_same_process` not propagating app panics (#158) Samuel 2024-04-28 20:48:30 -0300
  • dbeb87d9ee Changelog. #158 Samuel Guerra 2024-04-28 20:20:20 -0300
  • 0f40d54cf3 Fix `run_same_process` not propagating app panics. Samuel Guerra 2024-04-28 20:18:00 -0300
  • d723e8dfce Improve bug report template. Samuel Guerra 2024-04-28 18:43:45 -0300
  • 40d4e1429d Implement app side and an example. Samuel Guerra 2024-04-28 18:00:51 -0300
  • 031b69521a Implement zng-view window extension API Samuel Guerra 2024-04-28 14:39:02 -0300
  • 9cf4df4c9a
    Rename `VarCapabilities` to `VarCapability` (#155) Samuel 2024-04-28 12:19:07 -0300
  • 2de649a112 Rename `VarCapabilities` to `VarCapability` #155 Samuel Guerra 2024-04-28 11:59:10 -0300
  • bea5323bc5
    Fix when/assign expansion (#154) Samuel 2024-04-28 11:43:33 -0300
  • 5e0b60b116 Docs review. #154 Samuel Guerra 2024-04-28 10:51:34 -0300
  • 0d4cf7eea7 Add changelog. Samuel Guerra 2024-04-28 01:43:33 -0300
  • b95441136a Fix when/assign expansion. Samuel Guerra 2024-04-28 01:15:22 -0300
  • 4e0e9596ca Fix winit rfd compatibility. Samuel Guerra 2024-04-27 23:38:51 -0300
  • 952b1ded15 Use new winit API. Samuel Guerra 2024-04-27 23:31:19 -0300
  • 33ac6337de Upgrade winit, accesskit, rfd, windows dependencies. Samuel Guerra 2024-04-27 23:03:15 -0300
  • a5c20758c5
    Add `enabled_buttons`. (#152) Samuel 2024-04-27 19:59:55 -0300
  • 7acdfdc7c9 Use enabled_buttons. #152 Samuel Guerra 2024-04-27 19:40:40 -0300
  • 7ccd2d9c34 Add `enabled_buttons`. Samuel Guerra 2024-04-27 18:41:47 -0300
  • 71fe0d415e
    Add `drag_move` and `drag_resize`. (#147) Samuel 2024-04-27 18:04:53 -0300
  • 25b8c99445
    Merge branch 'main' into win-drag #147 Samuel 2024-04-27 16:47:52 -0300
  • 17fbaac7d8
    Fix widget border offsets not tracking the innermost border. (#150) Samuel 2024-04-27 16:45:47 -0300
  • 194d6b2bf7 Add missing changelog. #150 Samuel Guerra 2024-04-27 16:25:43 -0300
  • 77b58dee6b Fix widget border offsets not tracking the innermost border. Samuel Guerra 2024-04-27 16:05:39 -0300
  • 3d1ff52b98 Add `drag_resize`. Samuel Guerra 2024-04-27 15:27:58 -0300
  • 24bb4e024e Add `drag_move`. Samuel Guerra 2024-04-27 12:21:52 -0300
  • 1a8b331412
    Add `open_title_bar_context_menu` (#145) Samuel 2024-04-27 11:42:19 -0300
  • 4f2d3cb305 Fix docs. #145 Samuel Guerra 2024-04-27 11:03:10 -0300
  • 27418c029c Add example. Samuel Guerra 2024-04-27 10:42:29 -0300
  • 0874ef36e1 Add `open_title_bar_context_menu`. Samuel Guerra 2024-04-27 01:18:06 -0300
  • d9f8324c36 Remove Windows 8 help. Samuel Guerra 2024-04-27 00:20:37 -0300
  • ade6a53875 Add examples tip. Samuel Guerra 2024-04-27 00:09:28 -0300
  • 8767d742e6 Add release changes to workflow. Samuel Guerra 2024-04-26 22:03:08 -0300
  • d9c7357303 Improve zng::app::crash_handler docs. Samuel Guerra 2024-04-26 18:38:19 -0300
  • 8caafaf694 Fix 'zng-ext-single-instance' docs link. Samuel Guerra 2024-04-26 18:00:11 -0300
  • 0bb2db1972 Release 0.4.0. v0.4.0 release Samuel Guerra 2024-04-26 16:49:15 -0300
  • 2e861cc0e7
    Use `open` crate in markdown. (#144) Samuel 2024-04-26 13:41:38 -0300
  • 2b663850a9 Use `open` crate in markdown. #144 Samuel Guerra 2024-04-26 13:08:58 -0300
  • 8a22690021
    Implement minidump commands (#143) Samuel 2024-04-26 12:29:49 -0300
  • e8dfccddee Update READMEs. #143 Samuel Guerra 2024-04-26 12:07:59 -0300
  • 938031dbe6 Implemented minidump commands. Samuel Guerra 2024-04-26 12:04:58 -0300