Age | Commit message (Expand) | Author |
2015-03-19 | convert SFX_FILTER_ constants to enum class | Noel Grandin |
2015-03-16 | android: Make the Bold button actually work - switches to typing in bold. | Jan Holesovsky |
2015-03-16 | LOK: Implement posting of .uno: commands. | Jan Holesovsky |
2015-03-16 | android: add to JNI - setGraphicSelection, resetSelection | Tomaž Vajngerl |
2015-03-16 | lok::Document: add resetSelection() | Miklos Vajna |
2015-03-16 | LOK: add lok::Document::setGraphicSelection() API and implement it for Writer | Miklos Vajna |
2015-03-16 | CppCheck cleaning : remove unused struct member | Michaël Lefèvre |
2015-03-11 | Use osl/thread.h abstraction | Stephan Bergmann |
2015-03-09 | Fix Linux baseline build | Miklos Vajna |
2015-03-09 | desktop: avoid restart when running in a LOK unit test | Miklos Vajna |
2015-03-06 | V801: Decreased performance | Caolán McNamara |
2015-03-06 | v612: obfuscated if | Bjoern Michaelsen |
2015-03-06 | Timer/Idle: adapted inherited funktions | Tobias Madl |
2015-03-06 | Idle: Changed to new enum name | Tobias Madl |
2015-03-06 | Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum | Tobias Madl |
2015-03-06 | Timer: Adapted all idle includes and enum uses | Tobias Madl |
2015-03-05 | gbuild: set _WIN32_WINNT globally instead of WINVER | Michael Stahl |
2015-03-02 | correct control overlapping - minor UI refactoring | Laurent Godard |
2015-03-02 | Remove references to unused GLU | Stephan Bergmann |
2015-03-02 | if you link vclplug_svp to desktop you end up with duplicate font caches | Caolán McNamara |
2015-03-02 | desktop: remove some obsolete "delzip" files | Michael Stahl |
2015-03-02 | LOK: move Office::postKeyEvent to Document | Miklos Vajna |
2015-03-02 | desktop: move tiled rendering debug code from sw | Miklos Vajna |
2015-02-24 | Typos | Julien Nabet |
2015-02-23 | related lp#1419836: provide decent error message | Bjoern Michaelsen |
2015-02-23 | use initializer list | Bjoern Michaelsen |
2015-02-23 | fdo#57950: skip verbose OUStringBuffer | Bjoern Michaelsen |
2015-02-23 | Extract LibreOfficeKitEnums.h from LibreOfficeKit.h | Miklos Vajna |
2015-02-23 | Use SdrModel::isTiledRendering() | Miklos Vajna |
2015-02-23 | Add OutputDevice::isTiledRendering() | Miklos Vajna |
2015-02-23 | lok::Office::postKeyEvent: allow different char and key code | Miklos Vajna |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-18 | Typos | Julien Nabet |
2015-02-17 | SkipImages option for PDF import | Mihai |
2015-02-16 | android: add support for text selection to JNI | Tomaž Vajngerl |
2015-02-16 | LOK: add lok::Document::setTextSelection() | Miklos Vajna |
2015-02-16 | LOK: Return NULL when we failed to load the document. | Jan Holesovsky |
2015-02-16 | add GetSelectEntryData to ListBox and ComboBox | Noel Grandin |
2015-02-14 | Related: tdf#63690 - remove rtl_logfile | Thorsten Behrens |
2015-02-12 | Remove dead implementation specification | Stephan Bergmann |
2015-02-11 | We can put a few more lines inside the #ifndef IOS | Tor Lillqvist |
2015-02-09 | On Mac OS X, directly name the executable "unopkg" | Stephan Bergmann |
2015-02-09 | vcl/settings.hxx "drag full options API" uses sal_uLong | Stephan Bergmann |
2015-02-09 | lok::Document::postMouseEvent(): allow double-click | Miklos Vajna |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-07 | Fixup --without-x build | Riccardo Magliocchetti |
2015-02-06 | shared_ptr<T>(new T(args)) -> make_shared<T>(args) | Caolán McNamara |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-02-04 | Use LibreOfficeKit in the TiledLibreOffice iOS demo app, too | Tor Lillqvist |
2015-02-04 | For iOS we already hardocde the inifile as rc in the .app directory | Tor Lillqvist |