Commit graph

23 commits

Author SHA1 Message Date
Peter Kirmeier
fa8ebdceb0 Apply all custom colors temporarily for testing individual colors 2023-09-01 18:06:39 +02:00
Peter Kirmeier
ae6b12600c Use global style for all windows
Including foreground and background color, clear type rendering and using layout rounding
2023-09-01 17:34:42 +02:00
Peter Kirmeier
2e268ec030 Remove color support for SliderArrowsAndTrackHover
Feature was dropped with 2.0.0.0
Settings kept for compatibility reasons, as application is still supporting v1 settings
2023-08-20 14:39:20 +02:00
Peter Kirmeier
6fd41894c4 Initial dark mode support for all windows 2023-08-14 02:16:47 +02:00
Peter Kirmeier
1b9695696a Update layout of all Settings window controls 2023-08-13 17:13:26 +02:00
Peter Kirmeier
8202a6c3cf Adjust generic size of textBox elements
Increased the size of the search bar icon (magnification glass)
2023-08-12 20:23:30 +02:00
Markus Hofknecht
695be87239 [Feature] Add search bar right click 'Paste' (#466)
(cherry picked from commit 9bc8847f3c)
2023-08-12 14:08:51 +02:00
Peter Kirmeier
7cbad2bbdc [Feature] Icon-only view like "Quick Launch" (#495)
(cherry picked from commit 9683e5c461)
2023-08-11 22:34:25 +02:00
Peter Kirmeier
26b9a755c3 [Feature] Show hint to find settings and enable by default 'Show function key Settings' #490
(cherry picked from commit 00b4c5ddcc)

Additional changes:
ResourceLoading improved for Window icons
Fix not working OK button of UpdateWindow
2023-08-11 22:29:08 +02:00
Peter Kirmeier
2b408c83bf Fix for closing pipe upon application shutdown. 2023-06-03 21:15:13 +02:00
Peter Kirmeier
ce2d9772f6 Rework hotkey registration for sharing hotkeys between objects.
Use colors for working, failing or unset hotkeys in HotkeySelector.
2023-05-27 18:23:01 +02:00
Peter Kirmeier
1c22c86d3e Restructured hotkey handling 2023-05-26 00:34:31 +02:00
Peter Kirmeier
9961e53c14 Replace placeholder for HotkeyTextbox in SettingsWindow with actual Control
(Just added to visual tree, not functioning correctly yet)
2023-05-25 20:52:31 +02:00
Peter Kirmeier
22679392f4 Refactor color and language settings 2022-12-04 23:56:21 +01:00
Peter Kirmeier
55a84d40b0 Re-add Update window 2022-11-12 21:07:15 +01:00
Peter Kirmeier
5c738c35b7 Add initial UI elements for Customize tab of Settings window 2022-11-03 01:07:20 +01:00
Peter Kirmeier
3ffd9423e0 Add initial UI elements for Expert tab of Settings window 2022-11-02 21:19:57 +01:00
Peter Kirmeier
56912e0927 Add initial UI elements for Directories tab of Settings window 2022-11-01 00:57:08 +01:00
Peter Kirmeier
417d769744 Add initial UI elements for Advanced tab of Settings window 2022-10-29 00:32:26 +02:00
Peter Kirmeier
d44731d079 Add NumericUpDown control for UI 2022-10-28 23:21:27 +02:00
Peter Kirmeier
41a8b90477 Add initial UI elements for "Size and location" tab of Settings window 2022-10-26 22:30:01 +02:00
Peter Kirmeier
9ed9ca635e Add initial UI elements for General tab of Settings window 2022-10-25 23:30:11 +02:00
Peter Kirmeier
02ba400399 Baseline for version 2.x
Forms replaced with WPF
Migration not complete, yet
Known open points marked with TODOs
Limited and non-optimized feature set
2022-10-23 00:14:31 +02:00