8000 Tags · dalyIsaac/Whim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dalyIsaac/Whim

Tags

v0.7.62-alpha+ee39f519

Toggle v0.7.62-alpha+ee39f519's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add TeamsWindowProcessor for automatic minimization of compact windows (

#1106)

Teams will create a "compact" window whenever a meeting window loses visibility. The `TeamsWindowProcessor` will automatically minimize these "compact" windows.

v0.7.61-alpha+37790f11

Toggle v0.7.61-alpha+37790f11's commit message

Verified

This commit was signed with the committer’s verified signature.
dalyIsaac Isaac Daly
Hopefully fix releases actions

v0.7.60-alpha+580e1d0e

Toggle v0.7.60-alpha+580e1d0e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to Corvus.JsonSchema 4 (#1081)

- Upgraded dependencies to their latest version
- Upgraded to Corvus.Json 4
- Switched to using a source generator for the schema parser/validator

v0.7.59-alpha+275b5192

Toggle v0.7.59-alpha+275b5192's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Load XAML in YAML (#1075)

Add support for loading XAML styles via YAML.

v0.7.58-alpha+e0f11b80

Toggle v0.7.58-alpha+e0f11b80's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add commands for sticky workspaces (#1074)

Added the following commands:

- `move_window_to_next_workspace_on_monitor`
- `move_window_to_previous_workspace_on_monitor`
- `focus_next_workspace_on_current_monitor`
- `focus_previous_workspace_on_current_monitor`

v0.7.57-alpha+d76aef3c

Toggle v0.7.57-alpha+d76aef3c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sticky workspace YAML config (#1073)

Added YAML config to support sticky workspaces

v0.7.56-alpha+51eba21c

Toggle v0.7.56-alpha+51eba21c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update WorkspaceWidget to support sticky workspaces (#1072)

The `WorkspaceWidget` now shows the workspaces which can be opened on the monitor the `Bar` is open on.

The legacy API was removed from `WorkspaceWidgetViewModel` as part of this work.

v0.7.55-alpha+1fe72a14

Toggle v0.7.55-alpha+1fe72a14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add sticky monitor workspaces to the core (#1071)

This PR includes changes to add sticky monitor workspaces to Whim's core.

## Sticky Monitor Workspaces

The `IMapSector` now has two new dictionaries:

- `StickyWorkspaceMonitorIndexMap` - a dictionary that maps workspaces to the monitor indices they are sticky to.
- `WorkspaceLastMonitorMap` - a dictionary that maps a workspace to the last monitor it was on.

These are used to store and determine which monitors workspace can be displayed on.

Saved workspaces will regain their sticky monitor indices during startup, via the `CoreSavedStateManager`.

## Code Clean-up and Improvements

- `IWindowManager.CreateWindow` has been replaced by `IContext.CreateWindow`.
- Replaced some references to the legacy API.
- Reduced the build time for local development by reducing code generation occurrences.

v0.7.54-alpha+09f8cd35

Toggle v0.7.54-alpha+09f8cd35's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Update ActiveLayout bar widget to a drop-down (#1036)

The `ActiveLayoutWidget` has changed from a button which toggles through options to a dropdown. This required the creation of a custom `DropDown` control, in order to control the width of the drop-down button.

This PR also takes the opportunity to rip out s
6F8B
ome usages of the old Manager API.

---------

Co-authored-by: Andrei Zhvaleuski <andrei.zhvaleuski@yandex.by>
Co-authored-by: Isaac Daly <isaac.daly@outlook.com>

v0.7.53-alpha+8206b199

Toggle v0.7.53-alpha+8206b199's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Provide YAML config by default (#1067)

Whim now creates a YAML config if one doesn't exist during startup. The docs have been updated to reflect that YAML is now the default option.

Existing configs are not overwritten.
0