Age | Commit message (Expand) | Author |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-05 | s/0/nullptr/ | Tor Lillqvist |
2018-10-05 | WaE: unused parameter | Tor Lillqvist |
2018-10-05 | Use LOK_FEATURE_NO_TILED_ANNOTATIONS here, like in Online | Tor Lillqvist |
2018-10-05 | Call also initializeForRendering() and registerCallback() | Tor Lillqvist |
2018-10-02 | More hacking on the tilebench part of the UnitTest app | Tor Lillqvist |
2018-09-29 | band-aid: deprecated-declarations related to gtk | Julien Nabet |
2018-09-29 | Band-aid fix for deprecate gtk_css_provider_get_default | Julien Nabet |
2018-09-28 | Start on the iOS unit test app | Tor Lillqvist |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-08 | Replace find_if with proper quantifier algorithms | Arkadiy Illarionov |
2018-08-27 | libreofficekit: update lloconv git URL | Miklos Vajna |
2018-07-16 | coverity#1437959 Copy into fixed size buffer | Caolán McNamara |
2018-07-09 | tilebench: add --preinit mode. | Michael Meeks |
2018-07-09 | tilebench: add dialog profiling mode. | Michael Meeks |
2018-07-09 | Re-factor to allow dialog profiling. | Michael Meeks |
2018-06-28 | Fix typos | Andrea Gelmini |
2018-05-24 | libreofficekit: Run gla11y on gtv.ui | Samuel Thibault |
2018-05-17 | loplugin:redundantcast improvements for floating-integer conversions | Stephan Bergmann |
2018-05-05 | Fix typos | Andrea Gelmini |
2018-04-17 | cppcheck - fix variableScope in some files | Gökhan Gurbetoğlu |
2018-04-07 | sw lok: View jumps to cursor position even if it is moved by an other view. | Tamás Zolnai |
2018-03-25 | Use for-range loops in some modules | Julien Nabet |
2018-03-21 | lok: be informative and exit when tilebench fails to initialize | Ashod Nakashian |
2018-03-15 | move Bitmap::ScopedWriteAccess inside vcl | Noel Grandin |
2018-03-14 | lokdialog: debug red-colored boundary for last painted region | Pranav Kant |
2018-03-13 | lokdocview: new property 'is-initialized'; fix gtktiledviewer for calc | Pranav Kant |
2018-03-05 | Resolves: tdf#116188 set min version on all .ui files to 3.18 | Caolán McNamara |
2018-03-02 | delete colordata.hxx | Noel Grandin |
2018-02-27 | Fix build, for real this time | Pranav Kant |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-14 | Fix typos | Andrea Gelmini |
2018-01-12 | More loplugin:cstylecast: libreofficekit | Stephan Bergmann |
2018-01-10 | Fix typo | Andrea Gelmini |
2018-01-08 | lokdocview: Make g-ir-compiler, scanner happy | Pranav Kant |
2017-12-23 | LOK: support tile-dumping in tilebench | Ashod Nakashian |
2017-12-23 | LOK: tilebench improvements | Ashod Nakashian |
2017-12-22 | rhbz#1527945 segv on failed open of password protected doc in gnome-documents | Caolán McNamara |
2017-12-21 | Fix typos | Andrea Gelmini |
2017-12-21 | lokdocview: Handle INVALIDATE_HEADER cb | Pranav Kant |
2017-12-21 | lokdocview: use std::string where possible | Pranav Kant |
2017-12-15 | lokdialog: If we already have the title, emit it during creation | Pranav Kant |
2017-12-15 | lokdialog: gtv: Set dialog title on callback | Pranav Kant |
2017-12-04 | lokdialog: multiview: Do not mix one view with other | Pranav Kant |
2017-12-04 | lokdialog: Merge dialog & dialog child mouse event APIs into one | Pranav Kant |
2017-12-04 | lokdialog: Rename postDialogKeyEvent -> postWindowKeyEvent | Pranav Kant |
2017-12-04 | lokdialog: Simplify; make the LOK dialog API more generic | Pranav Kant |
2017-12-04 | lokdialog: Do not underestimate the dialog size | Pranav Kant |
2017-12-04 | lokdialog: Allow closing a dialog from LOK client | Pranav Kant |
2017-12-04 | gtv: Width, height properties should not be construct only | Pranav Kant |