HandBrake/win/CS/HandBrakeWPF/Views
sr55 34bfb83ecc
WinGui: Add Menu Option to export only selected jobs from the queue. #7299
2025-11-03 18:16:44 +00:00
..
Images WinGui: Improve coverart infrastructure code. 2025-03-09 12:45:33 +00:00
Options WinGui: New preference that changes the preset button on the toolbar to a context menu rather than an overlay. This may be better for accessibility. 2025-08-27 19:38:49 +01:00
Standalone WinGui: Minor usability improvements 2025-01-05 15:05:25 +00:00
Styles WinGui: Refactor the way the styles are loaded to allow potential future modern theme to be implemented. 2025-08-09 16:31:37 +01:00
AboutView.xaml WinGui: UX improvements to the update page. 2025-08-23 14:45:11 +01:00
AboutView.xaml.cs WinGui: UX improvements to the update page. 2025-08-23 14:45:11 +01:00
AddPresetView.xaml WinGui: Cleanup Pass 2022-07-20 20:50:15 +01:00
AddPresetView.xaml.cs WinGui: Ctrl-w Closes any child windows. Fixes #5704 2024-01-19 21:08:56 +00:00
AudioDefaultsView.xaml libhb: ui: add new presets key for track names (#6840) 2025-06-03 08:48:59 +02:00
AudioDefaultsView.xaml.cs WinGui: Ctrl-w Closes any child windows. Fixes #5704 2024-01-19 21:08:56 +00:00
AudioView.xaml WinGui: Cosmetic improvement on the Audio Tab. Audio Track can auto-expand for abnormally long track names. Fixes #7147 2025-08-19 18:45:04 +01:00
AudioView.xaml.cs WinGui: Change the Audio and Subtitle Tab's "Add" Split Button" to a Dropdown Button with a system native feel. The legacy button was always styled to Windows 7 regardless of platform. This resolves that issue. 2017-09-08 22:23:55 +01:00
ChaptersView.xaml WinGui: Minor improvement to keyboard navigation in the chapters view. #5679 2024-01-12 22:34:27 +00:00
ChaptersView.xaml.cs WinGui: Improve the behaviour of the listview on the chapters tab. Enter key will now focus and select the text in the text box. Fixes #5897 2024-04-21 14:21:35 +01:00
CountdownAlertView.xaml WinGui: Cleanup Pass 2022-07-20 20:50:15 +01:00
CountdownAlertView.xaml.cs WinGui: Make sure ALL windows support dark mode titlebar. 2023-05-14 14:23:43 +01:00
ErrorView.xaml WinGui: Cleanup Pass 2022-07-20 20:50:15 +01:00
ErrorView.xaml.cs WinGui: Make sure ALL windows support dark mode titlebar. 2023-05-14 14:23:43 +01:00
FiltersView.xaml WinGui: Fix a small cosmetic issue on the Filters tab. 2025-06-28 11:35:08 +01:00
FiltersView.xaml.cs WinGui: When Changing the output format, limit to only valid choices in the video and audio encoder dropdowns. 2012-05-19 21:02:08 +00:00
LogView.xaml WinGui: Improved app keyboard navigation. 2025-08-27 20:05:13 +01:00
LogView.xaml.cs WinGui: Improved app keyboard navigation. 2025-08-27 20:05:13 +01:00
MainView.xaml WinGui: Add tooltips with the name and keyboard shotcut (If it has one) to the toolbar buttons. This is useful when using HandBrake with the classic menu disabled. 2025-08-27 20:23:52 +01:00
MainView.xaml.cs WinGui: Improved app keyboard navigation. 2025-08-27 20:05:13 +01:00
ManagePresetView.xaml WinGui: Cleanup Pass 2022-07-20 20:50:15 +01:00
ManagePresetView.xaml.cs WinGui: Ctrl-w Closes any child windows. Fixes #5704 2024-01-19 21:08:56 +00:00
MetaDataView.xaml WinGui: Improve coverart infrastructure code. 2025-03-09 12:45:33 +00:00
MetaDataView.xaml.cs WinGui: Refactor metadata passthru to be libhb driven. It now simply uses a Key/Value string pair. 2024-04-28 19:30:57 +01:00
OptionsView.xaml WinGui: Add link to the documentaiton in the Options Screen. 2023-05-13 21:23:23 +01:00
OptionsView.xaml.cs WinGui: Improve the UX around teh AutoName File Format and Default Path boxes. The replacement placeholders are now draggable entities as they are in the macOS UI. They can still be typed but drag/drop should make it easier to quickly set them. Fixes #4585 2023-01-28 22:02:41 +00:00
PictureSettingsView.xaml WinGui: Sort out a number of bugs with the padding code, including presets and when options are enabled. Fixes #6892 amoung other things. 2025-05-14 20:39:55 +01:00
PictureSettingsView.xaml.cs WinGui: (WPF) Move all the main UI tab UserControls into an MVVM format. Mostly code shuffling. 2011-12-30 18:57:30 +00:00
QueueSelectionView.xaml WinGui: Add Range Limits to "Add to Queue" selection Window. (#4146) 2024-06-29 15:34:01 +01:00
QueueSelectionView.xaml.cs WinGui: Make sure ALL windows support dark mode titlebar. 2023-05-14 14:23:43 +01:00
QueueView.xaml WinGui: Add Menu Option to export only selected jobs from the queue. #7299 2025-11-03 18:16:44 +00:00
QueueView.xaml.cs WinGui: Improved app keyboard navigation. 2025-08-27 20:05:13 +01:00
ShellView.xaml WinGui: Add a R-Click option to the toolbar that allows hiding of the classic menu bar. 2024-06-02 11:11:23 +01:00
ShellView.xaml.cs WinGui: Make sure ALL windows support dark mode titlebar. 2023-05-14 14:23:43 +01:00
StaticPreviewView.xaml WinGui: Minor usability improvements 2025-01-05 15:05:25 +00:00
StaticPreviewView.xaml.cs WinGui: Ctrl-w Closes any child windows. Fixes #5704 2024-01-19 21:08:56 +00:00
SubtitlesDefaultsView.xaml libhb: ui: add new presets key for track names (#6840) 2025-06-03 08:48:59 +02:00
SubtitlesDefaultsView.xaml.cs WinGui: Ctrl-w Closes any child windows. Fixes #5704 2024-01-19 21:08:56 +00:00
SubtitlesView.xaml WinGui: A little work to debloat the UI codebase. 2024-08-19 19:30:25 +01:00
SubtitlesView.xaml.cs WinGui: Change the Audio and Subtitle Tab's "Add" Split Button" to a Dropdown Button with a system native feel. The legacy button was always styled to Windows 7 regardless of platform. This resolves that issue. 2017-09-08 22:23:55 +01:00
SummaryView.xaml libhb: cli: ui: revert part of 'generalize the mp4optimize option', moving mkv cues to front is causing issues with chapters. 2023-09-25 10:09:41 +02:00
SummaryView.xaml.cs WinGui: Various bug fixes from the Caliburn Refactor + Removal of the last usages inside the views / view models. 2022-07-22 19:44:10 +01:00
VideoView.xaml libhb: ui: cli: add color range selection (#7001) 2025-07-08 15:13:13 +02:00
VideoView.xaml.cs WinGui: Fix a few bugs: 2013-12-29 20:23:51 +00:00