Age | Commit message (Expand) | Author | Files | Lines |
2022-08-08 | fix transparent pixel handling in AWT -> SWT image converter, cf. #109 | Jakob Heher | 1 | -0/+2 |
2022-08-08 | remove placeholder transparency from config | Jakob Heher | 9 | -58/+9 |
2022-08-08 | remove "signature" overlay text from position screen | Jakob Heher | 1 | -14/+1 |
2022-08-08 | correctly handle jpeg images without EXIF orientation tag | Jakob Heher | 1 | -2/+4 |
2022-08-08 | properly re-enable "clear emblem" button | Jakob Heher | 1 | -1/+1 |
2022-08-08 | enter does not close settings | Jakob Heher | 1 | -1/+0 |
2022-08-08 | clicking signature preview forces update | Jakob Heher | 1 | -0/+10 |
2022-08-08 | clear image invisible -> disabled | Jakob Heher | 1 | -1/+1 |
2022-08-08 | cache emblem file hash | Jakob Heher | 1 | -7/+11 |
2022-08-08 | cached asynchronous pdf-as placeholders | Jakob Heher | 5 | -42/+112 |
2022-08-08 | synchronize pdf-as profile hackery to avoid potential race conditions | Jakob Heher | 2 | -115/+122 |
2022-08-08 | move ImageConverter to ImageUtil | Jakob Heher | 3 | -118/+96 |
2022-08-08 | remove some leftover constants | Jakob Heher | 1 | -6/+0 |
2022-08-08 | update a note | Jakob Heher | 1 | -3/+1 |
2022-08-08 | typo fix #2 | Jakob Heher | 2 | -2/+2 |
2022-08-08 | typo fix | Jakob Heher | 3 | -6/+3 |
2022-08-08 | refactor out the "generic properties map" that is only used by a single prope... | Jakob Heher | 4 | -18/+9 |
2022-08-08 | scale QR code to fit, cf. #115 | Jakob Heher | 1 | -2/+18 |
2022-08-08 | misc cleanup | Jakob Heher | 1 | -8/+8 |
2022-08-08 | anchoring refactor: QR/fingerprint screens | Jakob Heher | 2 | -141/+30 |
2022-08-05 | some extra safeguards for invalid images | Jakob Heher | 1 | -0/+3 |
2022-08-04 | emblem image parsing for width/height cf. #113 | Jakob Heher | 3 | -14/+29 |
2022-08-04 | adjust pdf-as profile settings to fit custom logos | Jakob Heher | 3 | -0/+36 |
2022-08-04 | disable signature lang/note for non-text profiles | Jakob Heher | 2 | -1/+16 |
2022-08-04 | pass Profile instead of String around | Jakob Heher | 7 | -24/+23 |
2022-08-04 | workaround #110, manually paint a black border | Jakob Heher | 1 | -1/+13 |
2022-08-04 | in case i need this in the future | Jakob Heher | 1 | -0/+12 |
2022-08-04 | add setLocalizedToolTipText + batch replace | Jakob Heher | 9 | -34/+45 |
2022-08-04 | some anchoring refactors | Jakob Heher | 3 | -193/+35 |
2022-08-04 | safeguard against programmer error | Jakob Heher | 1 | -1/+8 |
2022-08-04 | batch replace v2 | Jakob Heher | 11 | -31/+21 |
2022-08-04 | batch replace setText -> setLocalizedText | Jakob Heher | 14 | -92/+97 |
2022-08-04 | SWT helper refactor: | Jakob Heher | 10 | -259/+287 |
2022-08-04 | move image util methods to a more suitable place | Jakob Heher | 2 | -4/+4 |
2022-08-03 | missed a stay file extension | Jakob Heher | 1 | -1/+1 |
2022-08-03 | get rid of a stray log message | Jakob Heher | 1 | -1/+0 |
2022-08-03 | correct signature profile in positioning placeholder | Jakob Heher | 1 | -2/+8 |
2022-08-03 | rearrange options | Jakob Heher | 1 | -75/+73 |
2022-08-03 | hide signature preview for INVISIBLE signature | Jakob Heher | 1 | -0/+1 |
2022-08-03 | don't pointlessly redraw signature preview unless it's actually needed | Jakob Heher | 2 | -120/+49 |
2022-08-03 | exterminate SignaturePlaceholderCache | Jakob Heher | 8 | -266/+16 |
2022-08-03 | correct signature profile in preview | Jakob Heher | 1 | -0/+6 |
2022-08-03 | re-layout signature preview block | Jakob Heher | 3 | -48/+28 |
2022-08-03 | i am 98% confident that this was a typo | Jakob Heher | 1 | -1/+1 |
2022-08-03 | rename shit to actually say what it does | Jakob Heher | 1 | -22/+23 |
2022-08-03 | re-enable signature preview in options | Jakob Heher | 1 | -3/+2 |
2022-08-03 | refactor out EXIF rotation nonsense into its self-contained class | Jakob Heher | 6 | -109/+163 |
2022-08-02 | add todo note for tomorrow 🙂 | Jakob Heher | 1 | -1/+1 |
2022-08-02 | rename placeholder example certificate | Jakob Heher | 2 | -1/+1 |
2022-08-02 | cleanup | Jakob Heher | 2 | -4/+1 |