Commit Graph

666 Commits

Author SHA1 Message Date
Chris Titus
d3aeceee5c
Merge branch 'main' into compact 2024-08-28 11:12:01 -05:00
Mr.k
322d527a0c
[02] Refactoring code (Reopening of PR #2469, plus some modifications to make PR #2629 merge easily without any problem) (#2630)
* Remove leftover comment & update another comment in 'Get-TabXaml' Private Function

* Add new 'CloseIconFontSize' Theme Option

This's done to fix the Visual Issue of the Close Button being smaller than the Settings Button.

* Rename 'CheckBoxBulletDecoratorFontSize' to 'CheckBoxBulletDecoratorSize'

* Experiment with DPI Aware Units

* Remove extra whitespace characters in 'theme.json'

* Implement Default Theming - Add Error Checking & Quitting Early upon XML Related Failures - Simple Code Formatting here & there

* Replace Tabs with Spaces to follow the conventions

* Fix some logic issue in 'Set-WinUtilUITheme.ps1' Private Function - Rename 'Set-WinUtilUiTheme.ps1' -> 'Set-WinUtilUITheme.ps1'

* Change output info from 'Write-Warning' to 'Write-Host' to make sure it's displayed even in RunSpaces as well as PowerShell 5 Environments

* Revert back to default Unit of Measuring for WPF (1/96 in)

* Revert "Remove leftover comment & update another comment in 'Get-TabXaml' Private Function"

This reverts commit 368e5980df.

* Update 'themes.json' so the general changes will work with PR #2629

* Support the fallback to default theme (if it exists)

* Update 'Set-WinUtilUITheme' Documentation

---------

Co-authored-by: MyDrift <personal@mdiana.ch>
2024-08-28 11:08:39 -05:00
ChrisTitusTech
99aff2aefc Deploying to main from @ ChrisTitusTech/winutil@cfb9edbce7 🚀 2024-08-27 15:31:36 +00:00
MyDrift
3f3628b183 undo themes.json 2024-08-27 00:39:11 +02:00
MyDrift
b85f8c8458 refractor themes.json 2024-08-27 00:20:02 +02:00
MyDrift
c5c7b6c11e undo fixed run & undo 2024-08-25 11:46:03 +02:00
ChrisTitusTech
cfb9edbce7 Deploying to main from @ ChrisTitusTech/winutil@bcfbce66fd 🚀 2024-08-24 15:30:45 +00:00
MyDrift
5084b399d1 fix cursor on clear search button 2024-08-24 14:58:46 +02:00
MyDrift
00870aef50 fix margin of search clear 2024-08-24 14:38:56 +02:00
MyDrift
ac11f88a0b
Merge branch 'ChrisTitusTech:main' into compact 2024-08-24 14:03:29 +02:00
Mr.k
57b903b490
Compiler Improvements for PR #2465 (#7)
* Remove the Special Character Escaping for Json Files as there's no need for it anymore

* Simplify 'application.json' Json Prefix Addition in 'Compile.ps1' Script

Thanks to  @fam007e for improving this section in his PR #2587 changes

Co-authored-by: fam007e <faisalmoshiur@gmail.com>

---------

Co-authored-by: fam007e <faisalmoshiur@gmail.com>
2024-08-24 14:01:34 +02:00
CodingWonders
bcfbce66fd
Remove test-path (#2585) 2024-08-22 16:02:21 -05:00
MyDrift
71db68ad8e fix rectangle 2024-08-22 22:34:55 +02:00
MyDrift
f7e100d14a remove grid to make it look correctly on small window 2024-08-22 22:19:14 +02:00
MyDrift
1f6e5b8f92 add padding & margin to make search look good 2024-08-22 21:51:23 +02:00
MyDrift
cb2576e6db fixed accidental removal of findname grid call 2024-08-22 21:22:13 +02:00
MyDrift
f284173767 fix throw exception 2024-08-22 21:18:51 +02:00
MyDrift
7e3d124a24 add error handling 2024-08-22 19:35:02 +02:00
MyDrift
20dc45bc27 move run & undo tweaks to be fixed 2024-08-22 19:15:56 +02:00
MyDrift
7b42f7b039 fix search 2024-08-22 19:08:31 +02:00
MyDrift
23f11d36fe remove dispatcher 2024-08-22 18:56:12 +02:00
MyDrift
ac63c2a492
Update functions/public/Invoke-WPFUIElements.ps1
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
2024-08-21 22:57:56 +02:00
MyDrift
1c2b301613 add error handling for styles 2024-08-20 21:32:16 +02:00
MyDrift
cbb5691982 add Dispatcher.Invoke 2024-08-20 21:03:56 +02:00
MyDrift
210d288035 little fix 2024-08-20 20:53:00 +02:00
MyDrift
c914a7bc79 move fixed values outside of iterations 2024-08-20 20:31:52 +02:00
MyDrift
60f3615926 fix some other margin issues 2024-08-20 20:09:39 +02:00
MyDrift
07436992fc fix tabcontent margin 2024-08-20 20:07:39 +02:00
MyDrift
2f7ff31630 fix margin 2024-08-20 19:47:24 +02:00
MyDrift
18466bc496
Update functions/public/Invoke-WPFUIElements.ps1
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
2024-08-20 15:00:52 +02:00
MyDrift
a17080f13b
Merge branch 'ChrisTitusTech:main' into compact 2024-08-19 22:47:01 +02:00
MyDrift
c056bbcfe4 last fixes & add notes 2024-08-19 22:46:12 +02:00
CodingWonders
2748767a47
[MicroWin] Add custom user settings and other changes (docs/bugfixes) (#2575)
* [MicroWin] Add custom user settings

* Update inputXML.xaml

* Update MicroWin documentation to reflect changes

* Update Invoke-WinUtilMicroWin-Helper.ps1

* Update Invoke-WPFMicrowin.ps1
2024-08-19 14:21:12 -05:00
Real-MullaC
83fe6c5b12
Auto pushes docs (#2580) 2024-08-19 14:19:37 -05:00
Justin Horner
2ea708eeb0
Make "Download" a direct link to download the latest Win11 ISO (#2574) 2024-08-19 14:06:19 -05:00
MyDrift
6175c0889c fix typo 2024-08-19 13:46:21 +02:00
MyDrift
210f321a34 preprocessing 2024-08-19 13:40:24 +02:00
MyDrift
f0b4660478 Merge branch 'main' into compact 2024-08-19 13:34:33 +02:00
ChrisTitusTech
11d3c66fc0 Deploying to main from @ ChrisTitusTech/winutil@3dd51a6c3c 🚀 2024-08-18 15:30:57 +00:00
ChrisTitusTech
3dd51a6c3c Deploying to main from @ ChrisTitusTech/winutil@307980a7ef 🚀 2024-08-16 15:30:52 +00:00
MyDrift
c24129387e fixes 2024-08-16 16:32:22 +02:00
MyDrift
80ca474891 fix border styling 2024-08-16 08:51:26 +02:00
CodingWonders
307980a7ef
Fixed VMware network driver issues (#2567) 2024-08-16 00:12:44 -05:00
MyDrift
a22d6b0d10 cleanup 2024-08-15 23:53:05 +02:00
MyDrift
4c6990b515 filter out unneeded categories 2024-08-15 22:30:57 +02:00
MyDrift
3f48c8aa70 fix ? issue in search 2024-08-15 21:52:43 +02:00
ChrisTitusTech
93c96fafd2 Deploying to main from @ ChrisTitusTech/winutil@4d2ea15e19 🚀 2024-08-15 15:31:07 +00:00
CodingWonders
4d2ea15e19
[MicroWin] Add try-catch block for AppX packages (#2560) 2024-08-14 14:31:24 -05:00
Chris Titus
b0d54e41ad Update contribute.md 2024-08-14 13:54:10 -05:00
Chris Titus
d0fa506e4f Update mkdocs.yml 2024-08-14 10:58:33 -05:00