Age | Commit message (Expand) | Author | Files | Lines |
2022-08-12 | redraw signature preview on LOTS focus loss | Jakob Heher | 1 | -0/+3 |
2022-08-12 | whitespace standardization | Jakob Heher | 1 | -155/+155 |
2022-08-12 | debugDisplayImage for SWT | Jakob Heher | 1 | -0/+30 |
2022-08-12 | fix an error log when first selecting a custom emblem after factory reset | Jakob Heher | 1 | -7/+10 |
2022-08-11 | downgrade some logs | Jakob Heher | 3 | -6/+5 |
2022-08-11 | allow wayland (while defaulting to x11) | Jakob Heher | 1 | -1/+1 |
2022-08-10 | scroll parent scrolledcomposite on combo boxes, cf. #116 | Jakob Heher | 4 | -8/+33 |
2022-08-10 | fix error dialogs in initial config load | Jakob Heher | 2 | -3/+6 |
2022-08-10 | add debug options for deliberately crashing | Jakob Heher | 2 | -0/+16 |
2022-08-10 | offer factory reset if startup fails, or config screen fails to load, cf. #114 | Jakob Heher | 6 | -12/+84 |
2022-08-10 | add todo | Jakob Heher | 1 | -1/+1 |
2022-08-09 | cleanup anchoring | Jakob Heher | 1 | -1/+3 |
2022-08-09 | remove need to call AnchorSetter::set | Jakob Heher | 14 | -130/+137 |
2022-08-09 | add logo size to config | Jakob Heher | 3 | -0/+52 |
2022-08-09 | consistency refactor | Jakob Heher | 1 | -2/+2 |
2022-08-09 | hide signature language/note boxes for logo signatures | Jakob Heher | 1 | -3/+2 |
2022-08-09 | whitespace cleanup | Jakob Heher | 1 | -4/+0 |
2022-08-09 | add logo size to config file | Jakob Heher | 6 | -0/+24 |
2022-08-09 | fix scaling mm -> pdf units | Jakob Heher | 3 | -6/+13 |
2022-08-09 | the order mattered here for... reasons that i don't want to investigate right... | Jakob Heher | 1 | -3/+2 |
2022-08-09 | deduplicate code in ConfigurationComposite | Jakob Heher | 1 | -110/+49 |
2022-08-09 | safeguard | Jakob Heher | 1 | -0/+2 |
2022-08-09 | add todo | Jakob Heher | 1 | -0/+1 |
2022-08-09 | make the previous commit actually work | Jakob Heher | 3 | -6/+17 |
2022-08-09 | moved update check toggle to about page | Jakob Heher | 2 | -31/+18 |
2022-08-09 | move locale selection + update check to the top | Jakob Heher | 1 | -12/+12 |
2022-08-09 | move groups to the top | Jakob Heher | 1 | -30/+30 |
2022-08-09 | typo | Jakob Heher | 2 | -2/+2 |
2022-08-09 | functional interfaces for readability | Jakob Heher | 2 | -87/+55 |
2022-08-09 | readability | Jakob Heher | 1 | -25/+15 |
2022-08-09 | layout boilerplace cleanup | Jakob Heher | 1 | -20/+9 |
2022-08-09 | remove placeholder transparency from settings | Jakob Heher | 1 | -35/+0 |
2022-08-09 | add pdf-as parameter for logo scaling | Jakob Heher | 3 | -12/+16 |
2022-08-09 | don't quietly fail image conversion | Jakob Heher | 1 | -1/+1 |
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 |