Age | Commit message (Expand) | Author |
2021-10-26 | use boost flat_map for faster map | Luboš Luňák |
2021-10-25 | use pull model also for LOK text selection | Luboš Luňák |
2021-10-24 | change some LOK internal updates to be pull model instead of push | Luboš Luňák |
2021-10-23 | Fix typos | Andrea Gelmini |
2021-10-22 | LOK: maintain blocked command list per view | Pranam Lashkari |
2021-10-22 | LOK: unify freemium APIs and uno command restriction APIs | Pranam Lashkari |
2021-10-22 | better name for a function overload | Luboš Luňák |
2021-10-22 | LOK: introduce way to restrict uno commands | Pranam Lashkari |
2021-10-19 | Improve an error message | Stephan Bergmann |
2021-10-18 | Related: tdf#145173 Ensure known supported system and default document locale | Eike Rathke |
2021-10-16 | Simplify vector initialization in desktop | Julien Nabet |
2021-10-15 | ScriptForge - new SFWidgets library, new PopupMenu service | Jean-Pierre Ledure |
2021-10-15 | delay, collect and compress LOK invalidations for Writer views | Luboš Luňák |
2021-10-15 | do not use text-based LOK callback internally | Luboš Luňák |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-15 | lok: Fix graphicselection INPLACE msg is filtered out | Mert Tumer |
2021-10-14 | tdf#33749 - revised merge and unmerge cells UI controls | Ross Johnson |
2021-10-14 | Fix memory leak | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-13 | Unify JsonWriter::put and putRaw a bit | Mike Kaganski |
2021-10-12 | loplugin:unusedmethods | Noel Grandin |
2021-10-11 | loplugin:moveparam in desktop | Noel Grandin |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-10-10 | loplugin:moveparam in xmlscript | Noel Grandin |
2021-10-06 | loplugin:moveparam in connectivity | Noel Grandin |
2021-10-06 | Deduplicate reference marks and cell auto fill messages | Szymon Kłos |
2021-10-03 | A more lightweight O[U]StringConcatenation | Stephan Bergmann |
2021-10-03 | drop 'using namespace std' in desktop, e*, f* | Julien Nabet |
2021-09-28 | gives names to all the Idles and Tasks | Noel Grandin |
2021-09-28 | add extra timeout with higher priority to LOK flushing | Luboš Luňák |
2021-09-28 | do not use std::find_if() if std::find() does the job | Luboš Luňák |
2021-09-28 | do not check a const variable in every lambda invocation | Luboš Luňák |
2021-09-28 | optimize removing from the LOK flush queue | Luboš Luňák |
2021-09-28 | vcl: rename OutDevState to Stack | Chris Sherlock |
2021-09-26 | use SfxItemSetFixed in various | Noel Grandin |
2021-09-23 | Extend loplugin:stringviewparam to starts/endsWith: desktop | Stephan Bergmann |
2021-09-23 | Fix typos | Andrea Gelmini |
2021-09-22 | lok-desktop: unit tests for LOK_CALLBACK_TABLE_SELECTED | Dennis Francis |
2021-09-21 | vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize() | Chris Sherlock |
2021-09-20 | clean up ambiguous confusing rectangle APIs like IsInside() | Luboš Luňák |
2021-09-16 | use our string->number functions instead of std::istringstream | Luboš Luňák |
2021-09-08 | indexing: fix correct size and pos. for shapes + more tests | Tomaž Vajngerl |
2021-09-08 | indexing: rename "type" for prargraph an object nodes | Tomaž Vajngerl |
2021-09-04 | speed up scanning the LOK queue | Noel Grandin |
2021-09-03 | indexing: add indexing xml as a format for writer | Tomaž Vajngerl |
2021-09-02 | unused defines | Noel Grandin |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-31 | lokinteractionhandler: Use json_writer for JSon types. | Gökay ŞATIR |
2021-08-30 | vcl: move TextLayoutCache into vcl::text namespace | Chris Sherlock |
2021-08-23 | loplugin:referencecasting look through more clang Types | Noel Grandin |