Commit Graph

670 Commits

Author SHA1 Message Date
MyDrift
5885c067e0 performance improvement
instead of rendering the image another time on each item switch, it caches it at the start and uses the render afterwards
2024-09-03 21:53:31 +02:00
MyDrift
4b741ce430 fixes
- use correct ctt blue color #0567ff
- remove unneeded comments
- rename Logoview to assets
2024-09-03 21:41:16 +02:00
MyDrift
7cb025621d fix layouting 2024-09-01 22:28:01 +02:00
MyDrift
26fe1f2415 fixes
- remove unneeded redundancy of "$canvas = New-Object Windows.Controls.Canvas"
- adjust empty lines
- use LimeGreen instead of Green
2024-09-01 22:09:26 +02:00
MyDrift
b41203dfda fix sizing
- warning & checkmark sizing fix
- remove unneded comments
2024-09-01 14:24:16 +02:00
MyDrift
2e757c5491 improve viewboxfunction
- add logo + checkmark + warning
- add params
- render on param "render"
- custom dialog logo function call fix
- main logo function call fix
- update winutiltaskbaritem to use new images
2024-09-01 13:57:30 +02:00
MyDrift
274daae30f enhance asset mgmt
- invoke ico directly
- invoke ico only at shortcut creation
- remove "ConvertTo-Icon" Function file

- removed image from xaml
- added stackpanel to xaml
- added functions to create viewbox with image
- added logic to add image via code to xaml & customdialog
- changed title color for customdialog

- remove webinvokes for assets from main.ps1

TODO: convert images into bitmap base64 string & add them directly into invoke-WinUtiltaskbaritem.ps1
2024-09-01 10:44:51 +02:00
ChrisTitusTech
0635145896 Deploying to main from @ ChrisTitusTech/winutil@2d751f4e8c 🚀 2024-08-31 15:32:17 +00:00
MyDrift
2d751f4e8c
Fixes, improvements + Auto Window handling (#2648)
* fixes

- change fontsize back to 12
- add correct handling of windows
- removed double click handling of winutil

* readd double click

* fixes

- argument passing on elevation & to windev script
- remove shell output of log

* improve compile -run

- added $args param for args that get passed to winutil
- improved starting new Shell logic

* fix: compile's run logic

- removed old logic
- fixed command to run in new shell
- replaced $args with $arg

* fix: logs & border

- move log start to after admin elevation
- fix color of border on fixed tweaks button.

* fix: MicrowinInjectDrivers's Margin

- use theme value instead of custom value

* change microwin checkbox margin

- set cutom microwin checkbox margin due to cut off content

* fix layouting of nav bar

- replace strange collumndefinition to fix bugs, make sense and look better

* rename $arg to $Arguments

* change maxresolution from 1380 to 1280
2024-08-30 12:46:00 -05:00
ChrisTitusTech
9b9d0c58f5 Deploying to main from @ ChrisTitusTech/winutil@531cb4c63c 🚀 2024-08-30 15:31:11 +00:00
Chris Titus
531cb4c63c
Update LICENSE 2024-08-30 09:48:21 -05:00
Chris Titus
42bda0dc47 clean home 2024-08-30 09:44:57 -05:00
Chris Titus
3414a3eee1 LICENSE fix 2024-08-30 09:41:00 -05:00
Chris Titus
a4302742b3
Create CODE_OF_CONDUCT.md 2024-08-30 09:40:15 -05:00
CodingWonders
2a0d121cf0
[MicroWin] Add error details and messages (#2647) 2024-08-30 09:30:21 -05:00
MyDrift
a397f20ac6
improve impex (#2649)
- copy execution command to clipboard
- add tooltips to import & export menu items
2024-08-30 09:29:23 -05:00
Mr.k
bddf57bcee
Hot Fix for clear button in Tweaks Section (#2645)
Patches changes related to PR #2608
2024-08-30 09:28:23 -05:00
Chris Titus
2b3f1a811d Update pre-release.yaml 2024-08-29 22:47:18 -05:00
Chris Titus
2af864f7ab update release notes 2024-08-29 22:42:41 -05:00
Chris Titus
2b8592a50a Update pre-release.yaml 2024-08-29 22:05:18 -05:00
Chris Titus
aad0356c28 Update pre-release.yaml 2024-08-29 21:59:12 -05:00
Chris Titus
01515db90f Update pre-release.yaml 2024-08-29 21:48:09 -05:00
Chris Titus
2ba5572b6c Update pre-release.yaml 2024-08-29 21:40:45 -05:00
Chris Titus
7e1c593510 Update pre-release.yaml 2024-08-29 21:30:14 -05:00
Chris Titus
b6141808af Update pre-release.yaml 2024-08-29 21:24:45 -05:00
Chris Titus
a21845327b Update pre-release.yaml 2024-08-29 21:21:19 -05:00
Chris Titus
2a355c00c8 Update pre-release.yaml 2024-08-29 21:17:50 -05:00
Chris Titus
2d3dbe4f6a fix pre-release 2024-08-29 21:07:41 -05:00
Chris Titus
d315963693
Update close-old-issues.yaml 2024-08-29 17:34:48 -05:00
MyDrift
6c82adbdc9
add fixed run & undo tweaks buttons (#2642)
- removed run & undo button entrys from json
- added buttons back in form of fixed position.
2024-08-29 13:56:27 -05:00
Real-MullaC
c1dd88d84a
Update main.html (#2646) 2024-08-29 13:50:27 -05:00
Chris Titus
b67ec35cbb
Update pre-release.yaml 2024-08-29 00:12:00 -05:00
Chris Titus
c45f36d58f
Create release-drafter.yml 2024-08-29 00:08:33 -05:00
MyDrift
1fc79bccf2
[OneDrive Removal fix] Leftover autostart key (#2583)
* add removal of autostart key

* fix key
2024-08-28 20:15:03 -05:00
Real-MullaC
2b7d0b6c4b
Update PULL_REQUEST_TEMPLATE.md to link the contribute page (#2592)
* Update PULL_REQUEST_TEMPLATE.md to link the contribute page

* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md
2024-08-28 20:11:43 -05:00
Real-MullaC
42061faa81
Update github-pages.yaml to look at the CONTRIBUTING.mb file. (#2593)
* Update github-pages.yaml to look at the CONTRIBUTING.mb file.

* Update .github/workflows/github-pages.yaml

Co-authored-by: Mr.k <mineshtine28546271@gmail.com>

---------

Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
2024-08-28 20:11:19 -05:00
YusufKhalifadev
889ec8f57d
Update Invoke-WinutilGPU.ps1 (#2594)
fixed low performance on intel hd
2024-08-28 20:11:00 -05:00
Mr.k
be6b5b3aa0
Improve 'Invoke-WPFPresets' Public Function - Made applying tweaks presets go blazingly fast - Made Clearing Selection work properly (#2608)
* Improve 'Invoke-WPFPresets.ps1' Public Function as well as Simple Optimizations

* Simple Optimization by providing more info to 'Invoke-WPFPresets.ps1' function calls inside 'Invoke-WPFButton.ps1'

* Fix some logic issue in 'Invoke-WPFPresets.ps1' Public Function

* Rename Button Names to more clear and Make them follow CamelCase Naming
2024-08-28 20:02:59 -05:00
MyDrift
90ddfb02a4
Toggle + Checkbox styling (#2617)
* restyle toggle + add animation + change check to blue

* use mainforegroundcolor for toggle label
2024-08-28 19:58:05 -05:00
Real-MullaC
ece57f8ee2
Update main.html to say no apps on PR's (#2623) 2024-08-28 19:52:16 -05:00
MyDrift
6a99be9e05
Improve Transcript (#2620)
* improve log logics

* spelling fix

* change date format
2024-08-28 17:02:00 -05:00
Owen
488cd8dd98
Removed small projects from applications.json (#2631)
* Removed ATLauncher

* Removed chromium

* Removed errorlookup

* Update applications.json

---------

Co-authored-by: Chris Titus <contact@christitus.com>
2024-08-28 17:01:04 -05:00
MyDrift
7eed393902
comment out help (#2637) 2024-08-28 16:57:04 -05:00
Mr.k
97876348d9
Small patches for main.ps1 script (#2640)
* Re-order some logic in 'main.ps1' script

* Use 'Write-Host' instead of 'Write-Warning' in 'main.ps1' script to make sure the output is seen in different environments

This'll make sure that the output is displayed in PowerShell 5 developing environments, and when outputing Warnings/Errors in Runspaces.
2024-08-28 16:55:40 -05:00
Chris Titus
f8db21bbee Merge branch 'main' of https://github.com/ChrisTitusTech/winutil 2024-08-28 15:38:07 -05:00
Chris Titus
3697be1be4 Format Fix 2024-08-28 15:37:59 -05:00
Chris Titus
51068d9670 Update configs.Tests.ps1 2024-08-28 15:33:44 -05:00
MyDrift
46f827fe2f
Toggle logic cleanup (#2527)
* enhance toggle logics

- cleanup Invoke-WPFToggle.ps1
- add attributes member to tweaks
- add "eprestart" for restart explorer to attributes.
- removed restart explorer logics from existing toggles.
- add restart explorer logics to Invoke-WPFToggle.ps1 depending on attribute content

* undo attributes
2024-08-28 12:40:56 -05:00
MyDrift
f6b238ec30
Fix Label in white theme (#2639)
* fix light theme

* fix
2024-08-28 11:56:34 -05:00
MyDrift
cc157f6976
[3] Admin elevation (#2601)
* admin titus version

* add proper method to launch correct script

* fix

* add .exe

* last fix

* remove ! that was for testing

---------

Co-authored-by: Chris Titus <contact@christitus.com>
2024-08-28 11:52:53 -05:00