Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Jay-o-Way

Jay-o-Way pushed 1 commit to Page-Header-with-CommandBar Jay-o-Way/WinUI-Gallery
  • small changes place bar above title, add tooltips 71a30dd

View on GitHub

Jay-o-Way opened a draft pull request on microsoft/WinUI-Gallery
[WIP] CommandBar in PageHeader
## Description This PR shows the use of a **CommandBar** in the PageHeader, to accommodate several buttons. It includes @niels9001 his new button for "About API", and I also started to add a **S...
Jay-o-Way created a branch on Jay-o-Way/WinUI-Gallery

Page-Header-with-CommandBar - This app demonstrates the controls available in WinUI and the Fluent Design System.

Jay-o-Way pushed 9 commits to main Jay-o-Way/PowerToys
  • Adjust to community.md, shifting jerry's github user name (#36242) Update COMMUNITY.md 51586b4
  • [AOT compatible] Resolve AOT Build Error in Peek.UI (#36194) * add partial for aot support * add Microsoft.NET.IL... 3aec0a0
  • Awake Updates - `TILLSON_11272024` (#36049) * Update with bug fixes for tray icon and support for parent process ... ef672b5
  • [Workspaces] detecting right app version (#36100) * [Workspaces] Add move functionality * spell checker * [Wor... 9591950
  • Move the XamlStyler config to src/ (#36202) my never ending goal to minimize files in the root dir 474b0cf
  • [AdvancedPaste]Add Semantic Kernel opt-in to allow chaining of paste actions (#35902) * [AdvancedPaste] Semantic Ker... bf3474b
  • [Launcher]Port from WPF-UI to .NET 9 WPF (#36215) * Initial implementation * Fix fluent style * Fix no endline... 7c6af65
  • [UX]Updating New+ and Settings icons (#36290) * Updated icons * Updating more icons and icos 7a39f2f
  • [Settings][Dashboard] Accessibility fixes (#36280) * make narrator announce buttons/toggles * add toggles module ... ce0e00f

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
Idea: we could rename `WinUIGallery.Controls` to (xmlns:internal) `InternalControls`? Given the many other things that use the word "controls" - it's what this app is all about 😆

View on GitHub

Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
@niels9001 I think there's an issue with the icon in the top-left of the window. The file _BadgeLogo_ (at 100%) is 24×24 pixels. In the XAML, the icon is scaled to 18px. This makes it unsharp.

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
@Anshi0420 please read the comments and respond

View on GitHub

Jay-o-Way opened an issue on microsoft/WinUI-Gallery
⚠️⛓️‍💥 Broken links - MS UI XAML repo: directory to controls is changed
### Which version of the app? WinUI 3 Gallery ### Description Looks like the repo uses a new structure: they added folder `/src/` to the path: `https://github.com/microsoft/microsoft-ui-xaml/tre...
Jay-o-Way pushed 1 commit to main Jay-o-Way/WinUI-Gallery
  • Fix: `Color > HighContrast` theme toggle highlight (#1680) <!--- Provide a general summary of your changes in the Ti... 99adbc1

View on GitHub

Jay-o-Way created a comment on a pull request on microsoft/PowerToys
I bet this will solve #35454 too, for one...

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
Maybe @marcelwgn would like to share his thoughts then?

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/PowerToys
@ethanfangg There's nothing being done about this issue. Take it out of the Project!

View on GitHub

Jay-o-Way created a review comment on a pull request on microsoft/WinUI-Gallery
```suggestion ToolTipService.ToolTip="API namespace and inheritance"> ```

View on GitHub

Jay-o-Way created a review on a pull request on microsoft/WinUI-Gallery

View on GitHub

Jay-o-Way created a review comment on a pull request on microsoft/WinUI-Gallery
```suggestion <MenuFlyoutSeparator Margin="-12" /> ``` as used under the "Source" DropDown button

View on GitHub

Jay-o-Way created a review on a pull request on microsoft/WinUI-Gallery

View on GitHub

Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
One may suggest that this infobutton (icon or text) can also be placed in the **PageHeader**, in line with those other buttons. Takes away that awkwardness of aligning icons and text, as you put it...

View on GitHub

Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
@niels9001 still wondering why this theme listener doesn't seem to play nice when built into the example control. Do you know why? My first guess would be different namespaces, but not sure. https:...

View on GitHub

Jay-o-Way created a comment on a pull request on microsoft/PowerToys
> so all high contrast on Win10 is broke @crutkas Please explain. I see that HC colors from the themes are now used, where until now they are not - everything is grayscale.

View on GitHub

Jay-o-Way starred AutoDarkMode/Windows-Auto-Night-Mode
Jay-o-Way opened an issue on AutoDarkMode/Windows-Auto-Night-Mode
Suggestion: re-build with most native framework(s)
Hi. I bet many have thought of this already, but I'm a big fan of using the most "native" frameworks as possible. WinUI 3 or MS WPF are pretty good nowadays and don't really need many - or any - ot...
Jay-o-Way created a comment on an issue on AutoDarkMode/Windows-Auto-Night-Mode
If it were me, I would just play it safe and _link_ to the Nightlight Settings page. It's super simple and 100% safe. No chance of data being changed in the future or anything like that.

View on GitHub

Jay-o-Way pushed 3 commits to XAML-Fundamentals Zakariathr22/WinUI-Gallery
  • refactor: update subtitles in XamlResources page 8f9d216
  • Simplifiy Grid in XamlResourcesSample4 one step 033854a
  • Merge branch 'XAML-Fundamentals' of https://github.com/Zakariathr22/WinUI-Gallery into XAML-Fundamentals a90f7d2

View on GitHub

Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
Yes, lots of PRs are being merged now, so a good time to update your repo and _main_ branch.

View on GitHub

Jay-o-Way created a comment on a pull request on files-community/Files
Ping

View on GitHub

Jay-o-Way created a comment on an issue on CommunityToolkit/Windows
Can I ask why you want to add UWP controls to a WASDK/WINUI project?

View on GitHub

Jay-o-Way created a comment on a pull request on microsoft/WinUI-Gallery
Ah yes, I don't mind this change. All I think now is that the three "headers" are very redundant. "Creating and using (...) in WinUI 3" is more than a user needs. Now, go have a nice weekend @Zaka...

View on GitHub

Jay-o-Way pushed 27 commits to main Jay-o-Way/PowerToys
  • [PTRun][WindowWalker]Added score to the results (#35691) Added Score to the results returned by WindowWalker Co-a... a90b646
  • [PTRun][Docs] Add HttpStatusCodes to Third-Party plugins (#36055) * [PTRun][Docs] Add HttpStatusCodes to Third-Party... 271d64b
  • Upgrade Windows App SDK to the latest version (#36093) Signed-off-by: Shawn Yuan <[email protected]> 3dc4913
  • [PTRun][ValueGenerator]Add support for UUIDv7 (#35757) * add Run support for UUIDv7 generation * simplify comment... fc29fc7
  • [FilePreview]Add support for descript.ion files (#35599) [FilePreview] Add support for descript.ion file 2830483
  • [Peek]UserSettings load logging fix and refactor (#36111) * UserSettings refactor to fix logging bug, properly initi... 438ee39
  • [AOT Compatible] Add word "AOT" to spelling check allow list. (#36138) * init * Add new empty line in the end ... f565874
  • Update README with advent calendar (#36172) * update readme * fix spellcheck 0ee1bef
  • [New+]Fix for renaming when creating file (#36143) db23992
  • [QuickAccent]Multi-language selection (#35539) * PowerAccent with multi-language selection - Updated Language enu... 54aab5d
  • [AOT compatible] Add Common MSBuild Props for AOT Compatibility Validation to Be Imported by Projects for Future AOT ... fe610d4
  • [KeyboardManager]Add IME On, IME Off (#34697) 866518e
  • [PreviewPane]Use PerMonitorV2 DPI mode (#36174) use PerMonitorV2 DPI mode 50b1342
  • [Monaco] Use syntax highlighting for `.srt` (#35651) * [FilePreview] Use syntax highlighting for .srt * Change cu... 35b9bca
  • adding in new friends and amazing community members (#36204) * adding in new friends and amazing community members ... e0949cb
  • [Workspaces] implement the move feature (#35480) * [Workspaces] Add move functionality * spell checker * [Work... 89be43e
  • [KeyboardManager]Fix mapping shift to numpad (#35890) * Keyboard Manger fix numpad as shift Fixed shift not being... e7f1749
  • [Analyzers] Update .editorconfig with rules to relax IDE errors (#36095) * [Analyzers] Remove duplicate pascal case ... eadcf4b
  • [Workspaces] PWA follow-up (#36217) e19590f
  • [PTRun][Calculator]Allow scientific notation with lowercase 'e' (#36187) f7c9c80
  • and 7 more ...

View on GitHub

Jay-o-Way opened an issue on AutoDarkMode/Windows-Auto-Night-Mode
Release latest version please
### Question <!-- Ask away! --> Latest public version is from September 2023. Let's get up to date! 😀
Jay-o-Way created a comment on an issue on microsoft/WinUI-Gallery
Not really. Sometimes things seem easy at first glance, but are just insanely complex when you really dig into it. I honestly gave up a long time ago.

View on GitHub

Load more