Age | Commit message (Expand) | Author | Files | Lines |
2014-11-27 | Cache the signature placeholder | Tobias Kellner | 4 | -6/+123 |
2014-11-27 | Backup old PDF-AS configuration, create new | Tobias Kellner | 4 | -118/+357 |
2014-11-27 | Implement PDF-AS 4 changes | Tobias Kellner | 36 | -628/+635 |
2014-10-17 | Only enable certain ciphersuites to avoid 'Server Key' error under OSX | Tobias Kellner | 2 | -10/+17 |
2014-04-23 | added log message for thread exception | tkellner | 1 | -0/+1 |
2014-03-03 | Remove unnecessary this. | tkellner | 1 | -2/+2 |
2014-02-27 | Fix drag'n'drop on Mac | tkellner | 1 | -33/+8 |
2014-02-04 | Update git repo location | tkellner | 1 | -8/+12 |
2014-02-03 | NULL checks | tkellner | 2 | -3/+5 |
2014-02-03 | Add VersionComparator necessary for update checking | tkellner | 1 | -0/+101 |
2014-02-03 | Show error message when document opening fails | tkellner | 3 | -4/+13 |
2014-02-03 | Check for updates on startup (configurable) | tkellner | 13 | -33/+232 |
2014-02-03 | Add Application Version Constant | tkellner | 3 | -10/+11 |
2014-01-31 | Work around focus issues - use AWT Frame for now | tkellner | 1 | -16/+19 |
2014-01-31 | Work around OS X deadlocks | tkellner | 1 | -44/+75 |
2014-01-31 | Threading | tkellner | 6 | -10/+12 |
2014-01-31 | Work around requestFocus deadlock | tkellner | 1 | -6/+11 |
2014-01-30 | Reset titlebar when leaving config dialog | tkellner | 1 | -0/+2 |
2014-01-30 | Spelling | tkellner | 13 | -13/+13 |
2014-01-30 | Use Program.launch as alternative if SWT Desktop ist not supported | tkellner | 1 | -1/+3 |
2014-01-30 | Update default PDF-AS config | tkellner | 1 | -0/+0 |
2014-01-28 | Add permissions attribute to installer | tkellner | 1 | -0/+2 |
2014-01-28 | Don't store swt libs in resources | tkellner | 6 | -0/+0 |
2014-01-27 | Bump SWT version to 4.3 | tkellner | 6 | -0/+0 |
2014-01-27 | Add missing CocoaUIEnhancer class | tkellner | 1 | -0/+372 |
2014-01-27 | Hook up main SWT menu on OS X | tkellner | 4 | -0/+48 |
2014-01-27 | Make application name a constant | tkellner | 7 | -10/+14 |
2013-10-10 | Change scripts to work from current dir | tkellner | 4 | -9/+7 |
2013-10-10 | Get correct input folder for relative filenames | tkellner | 1 | -1/+1 |
2013-10-10 | Update version number in windows shell script | tkellner | 1 | -2/+2 |
2013-09-04 | Proxy arguments classes | tkellner | 2 | -0/+136 |
2013-07-24 | Comment out proxy auth settings gui for now | tkellner | 1 | -178/+178 |
2013-07-24 | Workaround to unset proxy settings when cleared | tkellner | 1 | -9/+40 |
2013-07-24 | Include exception msg in MobileBKU error dialog | tkellner | 1 | -1/+5 |
2013-07-24 | Move TrustedSocketFactory registration | tkellner | 4 | -21/+18 |
2013-07-24 | Enable proxy usage for HttpClient | tkellner | 6 | -25/+64 |
2013-07-24 | Allow empty proxy password | tkellner | 1 | -1/+1 |
2013-07-24 | Proxy debugging | tkellner | 1 | -7/+11 |
2013-07-24 | Add accessor function for stateMachine | tkellner | 11 | -134/+143 |
2013-07-24 | Add proxy auth cmd-line parameters | tkellner | 3 | -2/+14 |
2013-07-24 | Add proxy authentication | tkellner | 13 | -119/+604 |
2013-07-24 | Move proxy to advanced config | tkellner | 3 | -221/+225 |
2013-06-28 | Add version number to config screen title | tkellner | 1 | -0/+4 |
2013-06-28 | use getShell member function for shell access | tkellner | 2 | -16/+16 |
2013-04-10 | User BASE64 request for TDB only, FileUploadRequest else | tkellner | 1 | -42/+57 |
2013-04-10 | Move User Agent String to Constants | tkellner | 5 | -13/+12 |
2013-04-10 | Make upload request type configurable | tkellner | 1 | -14/+21 |
2013-04-10 | Changed local BKU communication to BASE64 encoding | tkellner | 1 | -5/+5 |
2013-04-10 | Get rid of javadoc warning | tkellner | 1 | -9/+7 |
2013-04-10 | Calculate own page transform to avoid rotation problems | tkellner | 1 | -2/+6 |