summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
...
* add missing dep on sal/types.hDavid Tardon2013-03-151-0/+5
* various efforts to consistently apply HIG rulesCaolán McNamara2013-03-151-21/+5
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
* liblibo: install test library by itself and install it.Michael Meeks2013-03-123-8/+29
* liblibo: create XComponent for docJack Leigh2013-03-121-1/+16
* liblibo: better init code.Michael Meeks2013-03-124-16/+16
* liblibo: move to C++ interface.Jack Leigh2013-03-126-61/+87
* liblibo: create initial liblibreoffice.Michael Meeks2013-03-126-0/+260
* No namespace desktop visible or needed in this source file any moreTor Lillqvist2013-03-121-1/+0
* Need relative path to where exithelper.h isTor Lillqvist2013-03-121-1/+1
* Use symbolic names instead of magic literal constantsTor Lillqvist2013-03-127-72/+53
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-092-2/+2
* Revert "WIP: Experimental new binary type.rdb format"Stephan Bergmann2013-03-091-12/+45
* WIP: Experimental new binary type.rdb formatStephan Bergmann2013-03-091-45/+12
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-0830-1/+79
* fdo#34540 convert 'soffice --help' dialog on Windows to .uiAndras Timar2013-03-076-67/+153
* Remove obsoleted dmake makefile.mkStephan Bergmann2013-03-071-132/+0
* Gbuild'ify desktop/test/deployment/passive/Stephan Bergmann2013-03-0711-0/+145
* fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin2013-03-071-10/+6
* fdo#46808, Convert ui::UIConfigurationManager to new-styleNoel Grandin2013-03-071-6/+5
* Handle damage tracking and redrawing properly in the "desktop" Android appTor Lillqvist2013-03-071-17/+9
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-1/+0
* doubled includesThomas Arnhold2013-03-041-1/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-033-3/+3
* remove minor.mkMatúš Kukan2013-03-029-9/+9
* Bypass a little more stuff for Android (and iOS)Tor Lillqvist2013-02-281-3/+4
* Use proper Android logging here, tooTor Lillqvist2013-02-281-4/+7
* remove all d.lstMichael Stahl2013-02-281-0/+0
* bin PATCH_SO_NAME crackAndras Timar2013-02-2811-2/+11
* WaE: unused functionTor Lillqvist2013-02-271-1/+10
* Bypass the crack pipe on Android and iOSTor Lillqvist2013-02-261-1/+10
* loplugin: improve indentationThomas Arnhold2013-02-251-1/+1
* loplugin: unused variablesThomas Arnhold2013-02-252-2/+0
* loplugin: unused variablesThomas Arnhold2013-02-241-1/+0
* Fix typos retreive/retrieve furture/futureJulien Nabet2013-02-232-3/+3
* Fix typo "fuction" -> "function"Julien Nabet2013-02-231-1/+1
* Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist2013-02-221-9/+0
* Try ignoring IPC pipe errors on AndroidTor Lillqvist2013-02-221-0/+2
* Rename the package and .apk of the "desktop" test app to avoid confusionTor Lillqvist2013-02-221-2/+2
* these stray fprintfs drive people dementedCaolán McNamara2013-02-221-4/+0
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-1/+1
* s/the the/the/Tor Lillqvist2013-02-223-4/+4
* Remove leftover debugging printfTor Lillqvist2013-02-211-1/+0
* android: finally starting and rendering at least something again.Michael Meeks2013-02-212-1/+38
* Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks2013-02-211-0/+9
* Missing "lib:widget delimiter from : to -" changeStephan Bergmann2013-02-211-1/+1
* Clean up code that sends and recvs strings accross the OfficeIPC pipeStephan Bergmann2013-02-211-55/+56
* Some cppcheck cleaningJulien Nabet2013-02-202-5/+2
* s/FaultBack/Fallback/Tor Lillqvist2013-02-201-6/+6
* Good way to initialize array of char char var[NB]={0}Julien Nabet2013-02-191-7/+1