Commit graph

31 commits

Author SHA1 Message Date
Markus Hofknecht
d20e843863 [BUG] Languages Filipino, Hebrew and Norwegian not working (#467), version 1.3.2.10 2023-08-25 15:22:27 +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
de483c874c Refactored resource file management..
Remove use of resx file
Resource files are marked as "Resource" instead
Resources are loaded via resource dictionaries (either from code behind or XAML directly through binding)
Reduce amount of required image conversions

Also fix overlay of 50 percent transparency (is now rendered half transparent correct instead of adding "white fog")
Remove obsolete image as rendering is done directly in code

Also fix rendering of link indicator at correct image position

Also remove setting Icons of all Windows (as default is application icon anyway)
2023-08-12 02:33:11 +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
d6bf3ed42a Add color picker window 2023-06-04 16:41:48 +02:00
Peter Kirmeier
dda3d94e7b Only store hotkeys when successfully set using Settings window. 2023-06-03 16:56:17 +02:00
Peter Kirmeier
8311d9fd5b Enable key filters for hotkeys
Fix some hotkey combinations
Refactor code for better serialization
2023-06-01 00:32:28 +02:00
Peter Kirmeier
d162564e82 Enable hotkey modification via Settings window 2023-05-31 22:32:19 +02:00
Peter Kirmeier
215c263052 Refactor hotkey registration
Allow function registrations besides the actual hotkey registration.
2023-05-29 23:56:52 +02:00
Peter Kirmeier
637cc46e7e Initial reassign of hotkeys 2023-05-29 20:48:46 +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
451570021b Fix Windows key modifier on hot keys
Change default from Ctrl+LWin to working Ctrl+Win+LWin key combination
2023-05-25 00:31:31 +02:00
Peter Kirmeier
f8c9913933 Make HotkeyControl buildable again.
Also try registering the hotkey on startup.
Extended error message why registering of a hotkey failed.
2023-05-21 21:13:18 +02:00
Peter Kirmeier
3f09f40188 Simplified working with ListViewItems by passing instance instead of index 2023-04-25 00:24:48 +02:00
Peter Kirmeier
6993aef3ac Fix lots of nullable warnings 2023-04-16 23:27:27 +02:00
Peter Kirmeier
ae270343b9 [Feature] Add search bar right click 'Paste' (#466)
(cherry picked from commit 1f9a2483f4)
2023-04-15 18:48:53 +02:00
Peter Kirmeier
22679392f4 Refactor color and language settings 2022-12-04 23:56:21 +01:00
Peter Kirmeier
9fffebafa2 Lots of major improvements 2022-12-03 02:14:15 +01:00
Peter Kirmeier
1f985c53aa Fix and extended use of mouse events
Add comments (tags) for all TODO markers
2022-11-29 22:48:45 +01:00
Peter Kirmeier
1245700a13 Cleanup and remove of CustomScrollbar 2022-11-19 19:33:23 +01:00
Peter Kirmeier
3b28cc168b Remove legacy file dialog
Pre-Vista OS is not supported by .Net6 any ways
2022-11-13 17:55:24 +01:00
Peter Kirmeier
165c5e1e50 Continued porting of Settings window features 2022-11-03 22:17:23 +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
Renamed from UserInterface/SettingsForm.cs (Browse further)