Age | Commit message (Expand) | Author |
2015-09-29 | lokdocview: Reset view completely | Pranav Kant |
2015-09-28 | libreofficekit: fix mismatched free() / delete | Miklos Vajna |
2015-09-25 | Move all introspection comments to header file | Pranav Kant |
2015-09-21 | gtktiledviewer: fix leftover import progressbar in createView() | Miklos Vajna |
2015-09-21 | gtktiledviewer: don't crash on opening non-existing files | Miklos Vajna |
2015-09-21 | lokdocview: set view before calling lok::Document member functions | Miklos Vajna |
2015-09-21 | LOK: allow postMouseEvent() in multiple views | Miklos Vajna |
2015-09-21 | gtktiledviewer: use setView() before postKeyEvent() | Miklos Vajna |
2015-09-21 | gtktiledviewer: add setupWidgetAndCreateWindow() to avoid copy&paste | Miklos Vajna |
2015-09-21 | lokdocview: set up the widget in all windows | Miklos Vajna |
2015-09-21 | lokdocview: avoid GTK+ calls in openDocumentInThread() | Miklos Vajna |
2015-09-21 | gtktiledviewer: set up a new GtkWindow for a new view | Miklos Vajna |
2015-09-21 | gtktiledviewer: factor out setupDocView() from main() | Miklos Vajna |
2015-09-21 | gtktiledviewer: factor out createWindow() from main() | Miklos Vajna |
2015-09-21 | lokdocview: allow not calling documentLoad() | Miklos Vajna |
2015-09-21 | gtktiledviewer: allow findbar in multiple windows | Miklos Vajna |
2015-09-21 | gtktiledviewer: allow part selector in multiple windows | Miklos Vajna |
2015-09-21 | gtktiledviwer: tool item registration is per-window | Miklos Vajna |
2015-09-21 | gtktiledviwer: allow GtkToolItems in multiple windows | Miklos Vajna |
2015-09-21 | gtktiledviewer: allow multiple status bars | Miklos Vajna |
2015-09-21 | gtktiledviewer: allow multiple DocView instances | Miklos Vajna |
2015-09-21 | gtktiledviewer: these globals can be static | Miklos Vajna |
2015-09-21 | gtktiledviewer: add button tooltips | Miklos Vajna |
2015-09-21 | lok::Document: add createView() | Miklos Vajna |
2015-09-17 | boost->std | Caolán McNamara |
2015-09-11 | LOK: don't use unstable API unconditionally when including the GTK header | Miklos Vajna |
2015-09-11 | lokdocview: GTK+ calls should be made from the main thread | Miklos Vajna |
2015-09-09 | LOK: moved the decalaration of LibLODocument_Impl to make it visible | Mihai Varga |
2015-09-04 | Revert "LOK: added a general getCommandValues method" | Mihai Varga |
2015-09-04 | LOK: added a general getCommandValues method | Mihai Varga |
2015-08-19 | Fix incomplete g-i annotations | Pranav Kant |
2015-08-18 | lok::Document getStyles method | Mihai Varga |
2015-08-17 | gtktiledviewer: Jump to cursor position when it changes | Pranav Kant |
2015-08-05 | loplugin:unusedmethods | Noel Grandin |
2015-08-04 | lokdocview: Don't use extern variable: lokThreadPool | Pranav Kant |
2015-08-03 | coverity#1315075 Uninitialized pointer field | Caolán McNamara |
2015-08-01 | LOK: Implement parts for Writer too. | Jan Holesovsky |
2015-07-28 | libreofficekit: -Werror,-Wformat-security | Miklos Vajna |
2015-07-28 | lokdocview: post_command arguments are not supposed to be const | Pranav Kant |
2015-07-28 | lokdocview: setGraphicSelection in another thread | Pranav Kant |
2015-07-28 | lokdocview: Move postMouseEvent in separate LOK thread | Pranav Kant |
2015-07-28 | lokdocview: Use only one ctor for instantiating LOEvent | Pranav Kant |
2015-07-28 | lokdocview: Follow the camelCase naming convention | Pranav Kant |
2015-07-28 | lokdocview: Cannot use same GTask object for all calls. | Pranav Kant |
2015-07-28 | Use thread pool for LOK call: paintTile() | Pranav Kant |
2015-07-28 | lokdocview, tilebuffer: Add DOxygen comments | Pranav Kant |
2015-07-28 | lokdocview: Make paintTile() async | Pranav Kant |
2015-07-28 | lokdocview: Use a thread pool for most LOK calls | Pranav Kant |
2015-07-28 | gtktiledviewer: Fill whole statusbar with progressbar | Pranav Kant |
2015-07-28 | lokdocview: Emit load-changed signal showing load progress | Pranav Kant |