summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/java/at/asit/pdfover/gui/composites
AgeCommit message (Expand)AuthorFilesLines
2022-07-08sanitize config validation for #68 #69Jakob Heher1-37/+108
2022-07-08cache keystore password in memory cf. #68 #69Jakob Heher1-10/+10
2022-07-08remove conditional IAIK loadJakob Heher1-5/+0
2022-07-08keystore configuration redesign for #68 and #69Jakob Heher1-38/+103
2022-07-07disable scrollwheel in config, cf. #100Jakob Heher4-0/+13
2022-07-07auto positioning cleanupJakob Heher2-9/+5
2022-07-07config cleanupJakob Heher6-34/+34
2022-07-07rename some methodsJakob Heher1-1/+1
2022-07-07YAGNI: the four different Config* interfaces that are only implemented onceJakob Heher6-40/+11
2022-07-07get rid of duplicate ConfigurationProviderImpl in ConfigurationComposite(Base)Jakob Heher6-53/+23
2022-07-06YAGNI: ConfigurationContainer interfaceJakob Heher4-117/+105
2022-07-06remove leftover empty comments after e4767bccc7324d4b61a334bf6c0558d0080045e2Jakob Heher16-292/+292
2022-07-06refactor runnable -> lambdaJakob Heher1-84/+50
2022-07-06remove NON-NLS comments, cleanup whitespaceJakob Heher18-479/+479
2022-07-06YAGNI? YAGNI.Jakob Heher1-34/+4
2022-06-28get rid of unneeded scroll bar for real this time (cf. #98)Jakob Heher1-1/+5
2022-06-22move logs to logs/ subfolder, and add "Show log directory" button to "about" ...Jakob Heher1-0/+21
2022-06-22eliminate superfluous scrollbar from "about" tabJakob Heher1-2/+1
2022-06-22cleanup refactor ConfigurationCompositeJakob Heher1-24/+12
2022-06-22clean-up refactor for AboutCompositeJakob Heher1-22/+22
2022-06-15proper null checking for EXIF metadata, cf. #25Jakob Heher1-2/+2
2022-06-15return username unchanged if it doesn't look like a phone number, cf. #88Jakob Heher1-11/+3
2022-06-03shift scrolls by 5 pages (cf. #94)Jakob Heher1-4/+3
2022-06-03disable default mousewheel scroll for pdfview, cf. #94Jakob Heher1-3/+2
2022-06-03quick cleanup/refactoringJakob Heher1-6/+4
2022-05-05(make an attempt to) make java close files; cf. #86Jakob Heher2-6/+26
2022-05-03include JVM info in settings menu title barJakob Heher1-1/+1
2022-03-25refactorJakob Heher1-5/+1
2022-03-23sanitize update-to-default-signature-note behaviorJakob Heher1-46/+18
2022-03-23more refactorsJakob Heher1-7/+8
2022-03-23accompanying GUI refactorsJakob Heher5-114/+114
2022-03-23typo fixes & bold header in "about"Jakob Heher1-0/+1
2022-03-23BKUSelectionComposite refactoringJakob Heher1-36/+13
2022-03-23move generic UI helpers from ConfigurationCompositeBase to StateCompositeJakob Heher2-48/+62
2022-02-22ensure IAIK provider is loaded before configuration uses it, cf. #70Jakob Heher1-0/+6
2022-02-18refactor getDefaultSignatureBlockNote to not be staticJakob Heher1-7/+7
2022-02-18more import cleanupJakob Heher1-9/+2
2022-02-16some misc cleanupJakob Heher1-7/+2
2022-02-16display language options in currently-selected language; closes #66Jakob Heher1-1/+1
2022-02-16properly localize "Signature Profile" in config (cf. #66)Jakob Heher1-2/+3
2022-02-16more cleanup refactorsJakob Heher1-26/+16
2022-02-16split AboutComposite into its own file, and refactor itJakob Heher2-126/+129
2022-02-16refactor AdvancedConfigurationCompositeJakob Heher1-270/+70
2022-02-16refactor SimpleConfigurationCompositeJakob Heher2-239/+66
2022-02-16shove anchoring and font change operations into statics on ConfigurationCompo...Jakob Heher5-166/+108
2022-02-16move config pages to their own sub-packageJakob Heher5-4/+10
2022-02-15shove font data manipulation into its own helper, part 1Jakob Heher1-78/+53
2022-02-14remove various leftover debug println statements from previous maintainersJakob Heher1-2/+0
2021-10-14fixed problem with the about pdf-over text fieldAndreas Abraham1-0/+1
2021-09-13fixed issue 43Andreas Abraham1-18/+8