summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Use FontList::GetFirstFontMetric instead of custom iteration codeMike Kaganski2021-06-141-103/+87
* scale VCL's scale cache according to the number of Online viewsLuboš Luňák2021-06-091-1/+6
* We must collect the Trace Events when recording them is turned onTor Lillqvist2021-06-091-27/+37
* Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet2021-06-081-7/+8
* Silence -Wunused-but-set-variable (Clang 13 trunk) on volatile variableStephan Bergmann2021-06-081-0/+1
* lok: Interaction handler for FilterOptionsmerttumer2021-06-042-0/+25
* configure: Refactor platform defaultsJan-Marek Glogowski2021-06-011-1/+1
* gbuild: Handle glxtest + vclmain usage via macrosJan-Marek Glogowski2021-05-262-41/+4
* fix some crypto leaksNoel Grandin2021-05-252-0/+19
* fix leak in desktop testNoel Grandin2021-05-221-1/+4
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-214-4/+4
* use toggle instead of click for CheckButtonCaolán McNamara2021-05-202-5/+5
* tdf#142348 Use transparent background for Android Viewer, tooMichael Weghorn2021-05-191-4/+0
* loplugin:stringview (--enable-breakpad)Stephan Bergmann2021-05-181-1/+1
* split OutputDevice from WindowNoel Grandin2021-05-171-3/+3
* Improve loplugin:stringviewStephan Bergmann2021-05-141-1/+1
* lok: move handleMacroConfirmationRequest to its own methodTomaž Vajngerl2021-05-112-11/+19
* lok: enable macros by default for AndroidTomaž Vajngerl2021-05-111-0/+4
* desktop, lokclipboard: avoid repeating the return type from the declarationMiklos Vajna2021-05-072-4/+3
* WASM: add initial support for Emscripten cross buildJan-Marek Glogowski2021-05-051-2/+2
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-021-4/+4
* Can use stack instead of heap (desktop/lockfile)Julien Nabet2021-04-291-3/+3
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-294-28/+20
* Let's call it "traceeventrecording" and not "profilezonerecording"Tor Lillqvist2021-04-291-1/+1
* use string_view in INetURLObject::encodeNoel Grandin2021-04-281-1/+1
* Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist2021-04-281-4/+4
* Add API to LibreOfficeKit to set arbitrary run-time options in coreTor Lillqvist2021-04-281-0/+30
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-1/+1
* Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist2021-04-271-2/+2
* Clarify the ProfileRecording APITor Lillqvist2021-04-271-1/+1
* convert some #define to OUStringLiteralNoel Grandin2021-04-191-2/+2
* notebookbar: minify for onlineSzymon Kłos2021-04-191-1/+1
* jsdialog: uitest: handle click for drawing areaSzymon Kłos2021-04-161-0/+11
* loplugin:stringliteralvar look for assignmentsNoel Grandin2021-04-151-2/+2
* impress: don't exit textbox editing when new slide was addedSzymon Kłos2021-04-131-4/+9
* Fix previous typo-in-comment fixStephan Bergmann2021-04-121-1/+1
* update PCHsCaolán McNamara2021-04-121-2/+1
* we where -> we wereNoel Grandin2021-04-111-2/+2
* remove vcl/waitobj.hxxCaolán McNamara2021-04-092-3/+4
* update PCHsLuboš Luňák2021-04-082-2/+5
* rtl::Static -> function local staticNoel Grandin2021-04-072-20/+12
* lok: add "MacroSecurityLevel" optionHenry Castro2021-04-071-0/+14
* lok: add "EnableMacrosExecution" optionHenry Castro2021-04-071-1/+3
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-12/+17
* lok: disable macro executionHenry Castro2021-04-061-1/+1
* update pchesCaolán McNamara2021-04-062-5/+2
* Simplify some static variable initializationsMike Kaganski2021-04-021-9/+1
* tdf#45735 New UI dialog at app startup to check default file formatsMatt K2021-04-011-0/+10
* lok: mark strings static after pre-init, not after the fork.Michael Meeks2021-03-261-2/+4
* const OUString -> const OUStringLiteralMike Kaganski2021-03-255-16/+16