summaryrefslogtreecommitdiff
path: root/onlineupdate
AgeCommit message (Expand)Author
2020-12-21Replace more deprecated gtk_hbox_new/gtk_vbox_new with gtk_box_newCaolán McNamara
2020-12-03tdf#96505: Get rid of cargo cult long integer literalsGökhan Özeloğlu
2020-11-19tdf#123936 Formatting files in module onlineupdate with clang-formatPhilipp Hofer
2020-09-29Fix typo in codeAndrea Gelmini
2020-03-12comparison operators should be constNoel Grandin
2020-02-16Proper error check for fwrite in updater.cxxMuhammet Kara
2020-02-10Fix accidental variable shadowingMuhammet Kara
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2019-09-30drop gtk2 supportCaolán McNamara
2019-08-19Fix typosAndrea Gelmini
2019-08-19Fix typosAndrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-07-23Fix typosAndrea Gelmini
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann
2019-04-04Drop UNICODE/_UNICODE definesMike Kaganski
2019-02-15work around Werror=format-truncation in onlineupdate for nowMarkus Mohrhard
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-18fix off by one errorMarkus Mohrhard
2018-09-10Rename online updater functions and strcmp relpathJan-Marek Glogowski
2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski
2018-03-20updater: Tone down the geekiness in user-facing stringsAdolfo Jayme Barrientos
2018-01-17Blind fixStephan Bergmann
2018-01-16Fix typosAndrea Gelmini
2018-01-16Missing includeStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2017-12-30Updater Icon: Shrink svg fileandreas kainz
2017-11-19Fix typosAndrea Gelmini
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann
2017-09-13onlineupdate: work around GCC7 -Werror=implicit-fallthroughMichael Stahl
2017-08-29update the gtk updater icon with the new updater iconMarkus Mohrhard
2017-08-28update updater iconandreas kainz
2017-08-22updater: store the updater GUI icon on linux in the codeMarkus Mohrhard
2017-08-22updater: get the updater GUI working on LinuxMarkus Mohrhard
2017-08-22updater: fix error in linux part of updater makefilesMarkus Mohrhard
2017-08-21updater: add a way to test the dialog code of the updaterMarkus Mohrhard
2017-08-21updater: always show the updater UIMarkus Mohrhard
2017-08-21updater: set executable type GUI for updater.exeMarkus Mohrhard
2017-08-14updater: reference the correct new static library nameMarkus Mohrhard
2017-08-08updater: move the windows process starting code to comphelperMarkus Mohrhard
2017-08-08updater: add include guard for windows process start codeMarkus Mohrhard
2017-08-08updater: use the correct define checkMarkus Mohrhard
2017-08-02updater: disable the special handling of the user profileMarkus Mohrhard
2017-08-01make it easier to debug the generation of certificate dataMarkus Mohrhard
2017-07-31updater: get the signature verification working on WindowsMarkus Mohrhard
2017-07-31updater: fix windows build, string issuesMarkus Mohrhard
2017-07-31updater: fix include and exception support for updater serviceMarkus Mohrhard
2017-07-31fix updater code on windowsMarkus Mohrhard
2017-07-28updater: remove unnecessary mozilla makefileMarkus Mohrhard
2017-06-26updater: make it more difficult to misuse the APIMarkus Mohrhard
2017-06-26updater: reduce scope of ArchiveReader and pass by referenceMarkus Mohrhard