Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphics: Move oldest icons to Master/v1. | Bradley Sepos | 2017-12-23 | 37 | -0/+0 |
| | |||||
* | Reorganize graphics assets. | Bradley Sepos | 2017-12-23 | 144 | -0/+0 |
| | |||||
* | LinGui: don't abbreviate PAR and DAR in summary | John Stebbins | 2017-12-22 | 1 | -1/+2 |
| | |||||
* | LinGui: improve display aspect formatting | John Stebbins | 2017-12-22 | 1 | -4/+4 |
| | |||||
* | LinGui: don't mark preset modified on angle change | John Stebbins | 2017-12-22 | 1 | -1/+0 |
| | | | | The angle setting is not part of a preset | ||||
* | LinGui: add some space to reduce clutter | John Stebbins | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | LinGui: append source info to source name | John Stebbins | 2017-12-22 | 2 | -4/+5 |
| | | | | Instead of right justification | ||||
* | LinGui: remove bold attribut from some labels | John Stebbins | 2017-12-22 | 1 | -5/+5 |
| | |||||
* | LinGui: make all the preset menus consistent | John Stebbins | 2017-12-22 | 2 | -12/+40 |
| | |||||
* | WinGui Put preset options menu back for now. | sr55 | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | QSV: adding HEVC10b decode support | maxim_d33 | 2017-12-22 | 2 | -3/+55 |
| | |||||
* | LinGui: rename "Dimensions:" to "Size:" and move... | John Stebbins | 2017-12-22 | 2 | -84/+43 |
| | | | | Move under Filters | ||||
* | LinGui: add preset options inline menu | John Stebbins | 2017-12-22 | 3 | -24/+317 |
| | |||||
* | LinGui: add preset "Save As" option | John Stebbins | 2017-12-22 | 3 | -11/+69 |
| | | | | | | Adds "Save As" menu option and "Save New Preset" button. Preset "Save" menu option behaviour changes to to only allow updating the current preset. | ||||
* | LinGui: Add "To:" before destination directory chooser | John Stebbins | 2017-12-22 | 1 | -1/+18 |
| | |||||
* | LinGui: Some GUI consistency changes | John Stebbins | 2017-12-22 | 8 | -253/+309 |
| | | | | | | Bold "Title:", "Angle:", "Duration:" Add "Range:" Change "through" to "-" | ||||
* | WinGui: Further UI consistency tweaks to the main window. Made the layout a ↵ | sr55 | 2017-12-21 | 5 | -31/+28 |
| | | | | bit more compact. #833 | ||||
* | MacGui: fix a typo and the progress bar that was already hidden after the ↵ | Damiano Galassi | 2017-12-20 | 2 | -1/+3 |
| | | | | last VoiceOver improvements. | ||||
* | WinGui: Few small bug fixes. AutoName All Caps, Layout on the main window. | sr55 | 2017-12-20 | 4 | -40/+56 |
| | |||||
* | MacGui: update preset when navigating with the keyboard arrows, fix #452 | Damiano Galassi | 2017-12-20 | 4 | -28/+44 |
| | |||||
* | LinGui: Don't show presets window by default | John Stebbins | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | LinGui: fix a main window resizing issue | John Stebbins | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | LinGui: remove "Reset All Titles" button | John Stebbins | 2017-12-20 | 6 | -33/+50 |
| | | | | | | | Replace with a preference option that synchronizes all title settings by default. This makes the linux gui behaviour consistant with the other guis by default. Titles can have independent settings by unchecking the preference option. | ||||
* | build: Force HFS+ for Mac CLI package. | Bradley Sepos | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | MacGui: improve VoiceOver navigation. | Damiano Galassi | 2017-12-19 | 7 | -314/+368 |
| | |||||
* | MacGui: append "(Modified)" to the preset name. | Damiano Galassi | 2017-12-19 | 2 | -4/+10 |
| | |||||
* | MacGui: make a copy of a job when sending it back to the main window. | Damiano Galassi | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | contrib: Update to libass 0.14.0. | Bradley Sepos | 2017-12-16 | 1 | -3/+3 |
| | |||||
* | contrib: Update to LAME 3.100. | Bradley Sepos | 2017-12-16 | 1 | -3/+3 |
| | |||||
* | contrib: Update to HarfBuzz 1.7.2. | Bradley Sepos | 2017-12-16 | 1 | -3/+3 |
| | |||||
* | contrib: Update to freetype 2.8.1. | Bradley Sepos | 2017-12-16 | 1 | -3/+3 |
| | |||||
* | contrib: Update to CMake 3.9.6. | Bradley Sepos | 2017-12-16 | 1 | -3/+3 |
| | |||||
* | contrib: Update to libbluray 1.0.2. | Bradley Sepos | 2017-12-16 | 1 | -3/+3 |
| | |||||
* | theora: fix a crash when enctheoraClose is called and pv is NULL. | Damiano Galassi | 2017-12-16 | 1 | -0/+5 |
| | |||||
* | MacGui: fix preview window scale factor on retina displays. | Damiano Galassi | 2017-12-16 | 1 | -9/+8 |
| | |||||
* | Add multi-resolution assets for new preview toolbar icon. | Bradley Sepos | 2017-12-15 | 14 | -0/+0 |
| | |||||
* | WinGui: Use the Lower res assets for now until we implement low/high res ↵ | sr55 | 2017-12-15 | 6 | -5/+8 |
| | | | | icon support. | ||||
* | WinGui: Fix a bug in preview scaling. | sr55 | 2017-12-15 | 1 | -2/+2 |
| | |||||
* | WinGui: Updating Used Icons. | sr55 | 2017-12-15 | 7 | -3/+3 |
| | |||||
* | WinGui: Language Changes around preset buttons on the main view. | sr55 | 2017-12-15 | 3 | -3/+27 |
| | |||||
* | WinGui: Add % Actual Size to the static preview window title. | sr55 | 2017-12-15 | 7 | -23/+93 |
| | |||||
* | WinGui: Mouse Wheel can scroll previews. | sr55 | 2017-12-15 | 8 | -6/+71 |
| | |||||
* | WinGui: Summary Tab Preview UI Consistency Tweaks to match the MacGUI. ↵ | sr55 | 2017-12-15 | 5 | -68/+34 |
| | | | | Moving the controls under the preview instead of an overlay. | ||||
* | WinGui: Reset crop settings when switching back to Automatic. | sr55 | 2017-12-15 | 1 | -0/+8 |
| | |||||
* | NEWS typo | sr55 | 2017-12-15 | 1 | -1/+1 |
| | |||||
* | MacGui: make the previous and next preview image button larger, fix the ↵ | Damiano Galassi | 2017-12-15 | 2 | -17/+15 |
| | | | | picture size label not being update the first time. | ||||
* | MacGui: remove the source size label from the dimensions panel. | Damiano Galassi | 2017-12-15 | 3 | -72/+33 |
| | |||||
* | MacGui: add a short source description after the source name. | Damiano Galassi | 2017-12-15 | 5 | -24/+61 |
| | |||||
* | MacGui: add the new preview view controller to the Xcode project. | Damiano Galassi | 2017-12-15 | 1 | -0/+18 |
| | |||||
* | MacGui: add a next and previous button to the summary panel preview. | Damiano Galassi | 2017-12-15 | 5 | -46/+326 |
| |