Commit graph

15 commits

Author SHA1 Message Date
6e3fea4160 Remove unnecessary return. 2023-09-17 12:52:55 -07:00
8483a9f136 Close PGUI on ctrl+w. 2023-09-16 12:03:00 -07:00
5161d28c31
Rename _init_filter_entry to _init_upper_controls.
To better represent its new dual purpose.
2022-01-11 00:05:34 -08:00
fba5a0f87d
Add a button that opens the PGUI folder in the file explorer. 2022-01-10 23:57:16 -08:00
00b3a05850
Update PGUI appearance.
- Dark theme.
- Variable column count to keep window roughly square.
- Filtered result is highlighted in green.
2021-12-21 17:01:23 -08:00
6510ff0b07
Hide window until it is ready. 2021-08-31 19:19:55 -07:00
05d1eb745e
Bind escape button to quit. 2021-07-04 22:22:10 -07:00
8734dc0a96
Fix filter box not reverting button state on backspace. 2021-03-10 16:30:24 -08:00
0451f85e7c
Don't use import from. 2021-02-27 13:27:43 -08:00
337e46ec76
Add filter box to PGUI for keyboard-driven launching. 2021-02-27 13:26:44 -08:00
efd64fc16d Launch the lnk file itself instead of pulling out path.
I guess I'm not sure why I ever wrote it to pull out the exe path
instead of just calling the lnk directly. The purpose of this change
is to maintain other attributes about the lnk such as custom icon
which will appear on the taskbar, and compatibility settings.
2020-12-23 20:07:01 -08:00
67f390cce2 Move lines that modify parent out of the child class.
Previous code was bad for modularity. Not that I'm using this
as a module anywhere but it caught my attention so may as well
fix it.
2020-06-17 13:46:22 -07:00
f98364b814 Fix handling of lnks that have commandline arguments. 2020-02-29 14:28:15 -08:00
88ba4a3e23 Switch from env variable to just local directory.
What can I say. I just don't like environment variables.
2020-01-26 16:57:47 -08:00
9e5c699871 Add PGUI.pyw. 2020-01-07 14:52:22 -08:00