Age | Commit message (Expand) | Author |
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-04-25 | Cut down on -pthread/-lpthread proliferation | Stephan Bergmann |
2019-04-04 | Drop UNICODE/_UNICODE defines | Mike Kaganski |
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-10-23 | chmod 0755 -> 0644 for some source files | Stephan Bergmann |
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-22 | updater: fix error in linux part of updater makefiles | Markus Mohrhard |
2017-08-21 | updater: add a way to test the dialog code of the updater | Markus Mohrhard |
2017-08-21 | updater: always show the updater UI | Markus Mohrhard |
2017-08-21 | updater: set executable type GUI for updater.exe | Markus Mohrhard |
2017-08-14 | updater: reference the correct new static library name | Markus Mohrhard |
2017-08-08 | updater: move the windows process starting code to comphelper | Markus Mohrhard |
2017-08-08 | updater: add include guard for windows process start code | Markus Mohrhard |
2017-08-08 | updater: use the correct define check | 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 | updater: fix include and exception support for updater service | 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-24 | updater: add a one step update test | Markus Mohrhard |
2017-06-20 | new cannot return nullptr | Noel Grandin |
2017-06-17 | -Werror=maybe-uninitialized | Markus Mohrhard |