Age | Commit message (Expand) | Author |
2020-09-29 | Fix typo in code | Andrea Gelmini |
2020-03-12 | comparison operators should be const | Noel Grandin |
2020-02-16 | Proper error check for fwrite in updater.cxx | Muhammet Kara |
2020-02-10 | Fix accidental variable shadowing | Muhammet Kara |
2020-01-25 | tdf#130137 Replace remaining uses of WNT define checks with _WIN32 | A_GAN |
2019-09-30 | drop gtk2 support | Caolán McNamara |
2019-08-19 | Fix typos | Andrea Gelmini |
2019-08-19 | Fix typos | Andrea Gelmini |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-07-23 | Fix typos | Andrea Gelmini |
2019-02-15 | work around Werror=format-truncation in onlineupdate for now | Markus Mohrhard |
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 |