Age | Commit message (Expand) | Author |
2018-11-29 | Rename Mac OS X to official name macOS in comments and documentation | Bartosz Kosiorek |
2018-11-18 | fix off by one error | Markus Mohrhard |
2018-09-10 | Rename online updater functions and strcmp relpath | Jan-Marek Glogowski |
2018-09-07 | Fix some std::unique_ptr array allocs | Jan-Marek Glogowski |
2018-03-20 | updater: Tone down the geekiness in user-facing strings | Adolfo Jayme Barrientos |
2018-01-17 | Blind fix | Stephan Bergmann |
2018-01-16 | Fix typos | Andrea Gelmini |
2018-01-16 | Missing include | Stephan Bergmann |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2017-12-30 | Updater Icon: Shrink svg file | andreas kainz |
2017-11-19 | Fix typos | Andrea Gelmini |
2017-09-13 | onlineupdate: work around GCC7 -Werror=implicit-fallthrough | Michael Stahl |
2017-08-29 | update the gtk updater icon with the new updater icon | Markus Mohrhard |
2017-08-28 | update updater icon | andreas kainz |
2017-08-22 | updater: store the updater GUI icon on linux in the code | Markus Mohrhard |
2017-08-22 | updater: get the updater GUI working on Linux | Markus Mohrhard |
2017-08-21 | updater: always show the updater UI | Markus Mohrhard |
2017-08-08 | updater: move the windows process starting code to comphelper | Markus Mohrhard |
2017-08-02 | updater: disable the special handling of the user profile | Markus Mohrhard |
2017-08-01 | make it easier to debug the generation of certificate data | Markus Mohrhard |
2017-07-31 | updater: get the signature verification working on Windows | Markus Mohrhard |
2017-07-31 | updater: fix windows build, string issues | Markus Mohrhard |
2017-07-31 | fix updater code on windows | Markus Mohrhard |
2017-07-28 | updater: remove unnecessary mozilla makefile | Markus Mohrhard |
2017-06-26 | updater: make it more difficult to misuse the API | Markus Mohrhard |
2017-06-26 | updater: reduce scope of ArchiveReader and pass by reference | Markus Mohrhard |
2017-06-26 | updater: subclasses need to pass the archiveReader parameter to their parents | Markus Mohrhard |
2017-06-26 | tdf#108563 Transform global variable gArchiveReader to local variable | Christian Barth |
2017-06-20 | new cannot return nullptr | Noel Grandin |
2017-06-17 | -Werror=maybe-uninitialized | Markus Mohrhard |
2017-06-17 | updater: fix missing header for std::vector | Markus Mohrhard |
2017-06-17 | updater: get the certificate code working on python2 and 3 | Markus Mohrhard |
2017-06-17 | updater: remove unnecessary file | Markus Mohrhard |
2017-06-17 | updater: remove some of the old mozilla makefile pieces | Markus Mohrhard |
2017-06-17 | updater: remove old updater certificate data | Markus Mohrhard |
2017-06-16 | updater: fix update file lookup for language pack files | Markus Mohrhard |
2017-06-16 | updater: find all the language update files | Markus Mohrhard |
2017-06-16 | updater: work on supporting language pack updates | Markus Mohrhard |
2017-06-11 | fix automatic updates with user profile in installation dir | Markus Mohrhard |
2017-06-04 | no need to construct unique_ptr here | Jochen Nitschke |
2017-06-01 | Fix typos | Andrea Gelmini |
2017-05-21 | take the certifcate info from the update config | Markus Mohrhard |
2017-05-19 | Wdeclaration-after-statement | Markus Mohrhard |
2017-05-19 | Wsometimes-uninitialized | Markus Mohrhard |
2017-05-19 | Wunused-macros | Markus Mohrhard |
2017-05-19 | remove the newly unused files with old cert verification data | Markus Mohrhard |
2017-05-19 | generate the certificate verification data as part of the build | Markus Mohrhard |
2017-05-19 | second part for user profile in instdir | Markus Mohrhard |
2017-05-19 | first step into supporting user profile in installation dir | Markus Mohrhard |
2017-05-19 | extract string typedefs to a shared file | Markus Mohrhard |