Age | Commit message (Expand) | Author |
2015-06-14 | cppcheck: postfixOperator | Julien Nabet |
2015-06-12 | Fix RHEL5 build | Miklos Vajna |
2015-06-12 | lokdocview: Create LOK context inside of lok_doc_view_new | Pranav Kant |
2015-06-12 | lokdocview: Make this GObject class introspectable | Pranav Kant |
2015-06-12 | lokdocview: Change parent class to GtkDrawingArea | Pranav Kant |
2015-06-12 | CID#1306215 Uninitialized members | Miklos Vajna |
2015-06-09 | -Werror,-Wignored-attributes ("attribute declaration must precede definition") | Stephan Bergmann |
2015-06-09 | loplugin:unreffun | Stephan Bergmann |
2015-06-09 | loplugin:literaltoboolconversion | Stephan Bergmann |
2015-06-09 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-06-09 | tilebuffer: tileSize as member variable is superfluous | Pranav Kant |
2015-06-09 | tilebuffer: ZoomFactor as member variable is superfluous | Pranav Kant |
2015-06-09 | lokdocview: Make tilebuffer an instance | Pranav Kant |
2015-06-09 | libreofficekit: fix RHEL5 build of tilebuffer | Miklos Vajna |
2015-06-09 | lokdocview: Modernise LOKDocView as GObject | Pranav Kant |
2015-06-09 | lokdocview: Lets follow the GObject naming convention | Pranav Kant |
2015-06-09 | lokdocview: fix render calls after LOK callbacks | Pranav Kant |
2015-06-09 | lokdocview: move GtkDrawingArea size request out of renderDocument() | Pranav Kant |
2015-06-09 | lokdocview: check payload for inconsistencies before using it | Pranav Kant |
2015-06-09 | lokdocview: fixed rectangle format in documentation/comments | Pranav Kant |
2015-06-09 | lokdocview, tilebuffer: clean up | Pranav Kant |
2015-06-09 | lokdocview: wrap a functionality inside a member function | Pranav Kant |
2015-06-09 | lokdocview: move commonly used functions and variables to common header | Pranav Kant |
2015-06-09 | lokdocview: Add support for editing documents | Pranav Kant |
2015-06-09 | lokdocview: Use maps instead of vector | Pranav Kant |
2015-06-09 | Add tile buffering support | Pranav Kant |
2015-06-09 | lokdocview: use GtkDrawingArea for drawing tiles | Pranav Kant |
2015-06-09 | lokdocview: add width and height to the visible rectangle | Pranav Kant |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-28 | gtktiledviewer: use SearchItem.SearchStartPoint* | Miklos Vajna |
2015-05-27 | loplugin:staticmethods | Stephan Bergmann |
2015-05-27 | loplugin:staticmethods | Andrzej Hunt |
2015-05-27 | lokdocview: handle LOK_CALLBACK_DOCUMENT_SIZE_CHANGED | Miklos Vajna |
2015-05-27 | lokdocview: fix not updated part selector when search changes part | Miklos Vajna |
2015-05-26 | lokdocview: handle LOK_CALLBACK_SET_PART | Miklos Vajna |
2015-05-23 | lokdocview: update doc size on LOK_CALLBACK_PAGE_COUNT_CHANGED | Miklos Vajna |
2015-05-23 | libreofficekit: fix Linux baseline build | Miklos Vajna |
2015-05-22 | lokdocview: it's enough to query the document size once | Miklos Vajna |
2015-05-22 | gtktiledviewer: avoid a number of pointless re-rendering on startup | Miklos Vajna |
2015-05-22 | LOK: remove unused LOK_PARTMODE_EMBEDDEDOBJ | Miklos Vajna |
2015-05-21 | lokdocview: adapt Android path | Miklos Vajna |
2015-05-21 | gtktiledviewer: handle LOK_CALLBACK_SEARCH_NOT_FOUND | Miklos Vajna |
2015-05-20 | lokdocview: use postMouseEvent(LOK_MOUSEEVENT_MOUSEMOVE) | Miklos Vajna |
2015-05-19 | LOKit callback for search not found | Mihai Varga |
2015-05-18 | loplugin:staticmethods | Stephan Bergmann |
2015-05-18 | lokdocview: use lok::Office::registerCallback() | Miklos Vajna |
2015-05-15 | lokdocview: implement desktop style click+move selection creation | Miklos Vajna |
2015-05-11 | CppunitTest_libreofficekit_tiledrendering: add postUnoCommand() testcase | Miklos Vajna |
2015-05-08 | gtktiledviewer: Make all functions static | Pranav Kant |
2015-05-08 | gtktiledviewer: Stop event propagation to GtkToolbar when in edit mode | Pranav Kant |