Ecosyste.ms: Timeline

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

ghost1372

ghost1372 created a comment on an issue on ghost1372/DevWinUI
Hi @MPITech, Thank you for sharing this! It sounds interesting. The CommunityToolkit currently includes a control for rendering [Markdown](https://github.com/CommunityToolkit/Labs-Windows/pul...

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI
  • Removed some styles and fixed an issue where Visual Studio was loading unwanted styles and causing Visual Studio to c... 27d67ac

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI
  • Add StartupToolWindow in VSIX [Not Completed] 6eda6ce

View on GitHub

ghost1372 created a comment on a pull request on microsoft/WindowsAppSDK
Hi @michael-hawker The link you provided is an old article and the links and templates are not available. After a few hours of struggling, I was able to load a user control into the Tool Window....

View on GitHub

ghost1372 opened an issue on ikas-mc/ContextMenuForWindows11
Request for License Change or Dual Licensing
Hi @ikas-mc , I am using your library in my own [DevWinUI Library](https://github.com/ghost1372/DevWinUI/tree/main/dev/DevWinUI.ContextMenu). and due to concerns about the license it seems I canno...
ghost1372 created a comment on an issue on ghost1372/DevWinUI
> Thanks for the update [`bea03a1`](https://github.com/ghost1372/DevWinUI/commit/bea03a18ba468ac1457776a689b9e68d1c98a1e0)! > > Just wanted to make sure you are aware that the LGPL-3.0 license r...

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI
  • Update ThirdPartyNotices.txt 21b4400

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI
  • Update TextBlockStrokeHelper.cs 0f9be0c

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI
  • Update SpriteVisualPool.cs 3d0a15d

View on GitHub

ghost1372 pushed 2 commits to main ghost1372/DevWinUI

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI

View on GitHub

ghost1372 created a comment on an issue on ghost1372/DevWinUI
Hi @MPITech i added Multi-Window support for ThemeService. when you created a window, you have to use `TrackWindow `like this: `WindowHelper.TrackWindow(myWindow);` then ThemeService will us...

View on GitHub

ghost1372 closed an issue on ghost1372/DevWinUI
[Question] Best practice for ThemeService in multi-window application?
Hi, When using the ThemeService, it must be initialized with the window as a parameter. In a multi-window app, should a new ThemeService be created for each window and its settings set to the m...
ghost1372 created a comment on an issue on ghost1372/DevWinUI
Hi @Lamparter Thank you for reaching out and for your thoughtful feedback. I greatly appreciate the time and effort you've put into reviewing my projects and providing constructive suggestions. ...

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI
  • Add Multi-Window Support for ThemeService #10 11c3dc0

View on GitHub

ghost1372 created a comment on an issue on ghost1372/DevWinUI
It is not good to create multiple instances of a class for each window. You can get backdrop and ElementTheme from ThemeService and manually set it in window loaded/ctor method. I am considering ad...

View on GitHub

ghost1372 created a comment on an issue on ghost1372/DevWinUI
Hi, the built-in updater is not working right now. You can currently download the gallery from the Actions section. https://github.com/ghost1372/DevWinUI#%EF%B8%8F-nightly-build

View on GitHub

ghost1372 pushed 2 commits to main ghost1372/DevWinUI

View on GitHub

ghost1372 created a comment on an issue on ghost1372/DevWinUI
> Wow you are great, thanks so much! Looking forward to using it! The next preview version will be released when I add feature #3

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI
  • Add ConfigureTintColor for VSIX 0eae6d7

View on GitHub

ghost1372 pushed 1 commit to main ghost1372/DevWinUI

View on GitHub

ghost1372 pushed 2 commits to main ghost1372/DevWinUI
  • filescoped namespace for vsix 2451fff
  • simplify RunStarted in VSIX 5cfb6f7

View on GitHub

ghost1372 created a comment on an issue on ghost1372/DevWinUI
Hi @MPITech I added a new TextBox control which support Content property and you can add button. ![image](https://github.com/user-attachments/assets/f6cd5c6d-3032-44e8-ae1c-ad1dbe563a10) ...

View on GitHub

ghost1372 closed an issue on ghost1372/DevWinUI
[Suggestion] Add a way to add trailing buttons to the interior of controls like TextBox and ComboBox
Hi! The application I am converting from WinForms to WinUI used DevExpress controls in WinForms. Their controls had a very useful UI feature for adding trailing buttons to the right side of tex...
ghost1372 pushed 1 commit to main ghost1372/DevWinUI

View on GitHub

ghost1372 created a comment on an issue on microsoft/microsoft-ui-xaml
It seems that they noticed this before https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#resolving-aot-issues

View on GitHub

ghost1372 created a comment on an issue on ghost1372/DevWinUI
> Something like: > > ``` > <TextBox> > <TextBox.InteriorButtons> > <InteriorButton IconGlyph="&#xEC87;" Tooltip="Edit" Click="click_event" /> > </TextBox.InteriorButtons> > </T...

View on GitHub

Load more