1. af29b2b gtktiledviewer: fix leftover import progressbar in createView() by Miklos Vajna · 11 years ago
  2. 43b2103 gtktiledviewer: don't crash on opening non-existing files by Miklos Vajna · 11 years ago
  3. d3446bc lokdocview: set view before calling lok::Document member functions by Miklos Vajna · 11 years ago
  4. c9ebc92 LOK: allow postMouseEvent() in multiple views by Miklos Vajna · 11 years ago
  5. f2e55ea gtktiledviewer: use setView() before postKeyEvent() by Miklos Vajna · 11 years ago
  6. 855e1ba gtktiledviewer: add setupWidgetAndCreateWindow() to avoid copy&paste by Miklos Vajna · 11 years ago
  7. b3498e9 lokdocview: set up the widget in all windows by Miklos Vajna · 11 years ago
  8. e6e5c24 lokdocview: avoid GTK+ calls in openDocumentInThread() by Miklos Vajna · 11 years ago
  9. c1d7214 gtktiledviewer: set up a new GtkWindow for a new view by Miklos Vajna · 11 years ago
  10. 8d8a8e1 gtktiledviewer: factor out setupDocView() from main() by Miklos Vajna · 11 years ago
  11. 2b69ce3 gtktiledviewer: factor out createWindow() from main() by Miklos Vajna · 11 years ago
  12. 4fd5935 lokdocview: allow not calling documentLoad() by Miklos Vajna · 11 years ago
  13. d51e3f7 gtktiledviewer: allow findbar in multiple windows by Miklos Vajna · 11 years ago
  14. d8bf31e gtktiledviewer: allow part selector in multiple windows by Miklos Vajna · 11 years ago
  15. bec8a1b gtktiledviwer: tool item registration is per-window by Miklos Vajna · 11 years ago
  16. 91d67ec gtktiledviwer: allow GtkToolItems in multiple windows by Miklos Vajna · 11 years ago
  17. 36fa8d4 gtktiledviewer: allow multiple status bars by Miklos Vajna · 11 years ago
  18. f6ef6af gtktiledviewer: allow multiple DocView instances by Miklos Vajna · 11 years ago
  19. 20df29e gtktiledviewer: these globals can be static by Miklos Vajna · 11 years ago
  20. 179a0d0 gtktiledviewer: add button tooltips by Miklos Vajna · 11 years ago
  21. 655c787 lok::Document: add createView() by Miklos Vajna · 11 years ago
  22. eaf2c27 boost->std by Caolán McNamara · 11 years ago
  23. 88c51cd LOK: don't use unstable API unconditionally when including the GTK header by Miklos Vajna · 11 years ago
  24. 88b6dd3 lokdocview: GTK+ calls should be made from the main thread by Miklos Vajna · 11 years ago
  25. 2290efa LOK: moved the decalaration of LibLODocument_Impl to make it visible by Mihai Varga · 11 years ago
  26. 262e7be Revert "LOK: added a general getCommandValues method" by Mihai Varga · 11 years ago
  27. 9640dce LOK: added a general getCommandValues method by Mihai Varga · 11 years ago
  28. 5200534 Fix incomplete g-i annotations by Pranav Kant · 11 years ago
  29. c5a516b lok::Document getStyles method by Mihai Varga · 11 years ago
  30. a9b266a gtktiledviewer: Jump to cursor position when it changes by Pranav Kant · 11 years ago
  31. 403c134 loplugin:unusedmethods by Noel Grandin · 11 years ago
  32. 4df957f lokdocview: Don't use extern variable: lokThreadPool by Pranav Kant · 11 years ago
  33. 1bc0cd0 coverity#1315075 Uninitialized pointer field by Caolán McNamara · 11 years ago
  34. 512b782 LOK: Implement parts for Writer too. by Jan Holesovsky · 11 years ago
  35. b120adb libreofficekit: -Werror,-Wformat-security by Miklos Vajna · 11 years ago
  36. 2d2b392 lokdocview: post_command arguments are not supposed to be const by Pranav Kant · 11 years ago
  37. 7c45a570 lokdocview: setGraphicSelection in another thread by Pranav Kant · 11 years ago
  38. de9224b lokdocview: Move postMouseEvent in separate LOK thread by Pranav Kant · 11 years ago
  39. 4fb3d2e lokdocview: Use only one ctor for instantiating LOEvent by Pranav Kant · 11 years ago
  40. ee0f4f7 lokdocview: Follow the camelCase naming convention by Pranav Kant · 11 years ago
  41. 57ec178 lokdocview: Cannot use same GTask object for all calls. by Pranav Kant · 11 years ago
  42. a7f12df Use thread pool for LOK call: paintTile() by Pranav Kant · 11 years ago
  43. e032b64 lokdocview, tilebuffer: Add DOxygen comments by Pranav Kant · 11 years ago
  44. 4edbf5a lokdocview: Make paintTile() async by Pranav Kant · 11 years ago
  45. a433ea9 lokdocview: Use a thread pool for most LOK calls by Pranav Kant · 11 years ago
  46. cb94e00 gtktiledviewer: Fill whole statusbar with progressbar by Pranav Kant · 11 years ago
  47. da129b6 lokdocview: Emit load-changed signal showing load progress by Pranav Kant · 11 years ago
  48. 645f005 lokdocview: Call open_document in another thread by Pranav Kant · 11 years ago
  49. 50fe21c tiledrendering: added getPartName method for calc by Mihai Varga · 11 years ago
  50. ed9d6ef gtktiledviewer: method for resetting all tiles by Mihai Varga · 11 years ago
  51. a625cd7 lokdocview: Grab focus on mouse 'button-press-event' by Pranav Kant · 11 years ago
  52. 48abc97 g_assert_nonnull was not declared by Caolán McNamara · 11 years ago
  53. a482d32 gtktiledviewer: Don't continue on widget init failure by Pranav Kant · 11 years ago
  54. e2c73bf lokdocview: Handle DELETE key by Pranav Kant · 11 years ago
  55. 580c708 tilebuffer: Add timer to measure paintTile() call by Pranav Kant · 11 years ago
  56. da49b83 lokdocview: Remove superfluous *_post_key() by Pranav Kant · 11 years ago
  57. 9d2fa92 lokdocview: Don't handle hyperlink clicks by Pranav Kant · 11 years ago
  58. 69c88a3 Fix typos by Andrea Gelmini · 11 years ago
  59. e608a75 lokdocview: fixed a signal name by Pranav Kant · 11 years ago
  60. cf14391 lokdocview: Use *get_instance_private () to get private structure by Pranav Kant · 11 years ago
  61. a2aaf91 lokdocview: Use GInitable by Pranav Kant · 11 years ago
  62. f403cec gtktiledviewer: do HTML copying if possible by Miklos Vajna · 11 years ago
  63. af7cbeb LOK: return used format in Document::getTextSelection() by Miklos Vajna · 11 years ago
  64. 437210d gtktiledviewer: add copy button by Miklos Vajna · 11 years ago
  65. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  66. 9dcd2d1 lokdocview: couple for missing static_cast<GParamFlags>() by Miklos Vajna · 11 years ago
  67. 23ca7d8 Superfluous block; lets merge into one by Pranav Kant · 11 years ago
  68. 3061e48 lokdocview: Restructure this GObject class by Pranav Kant · 11 years ago
  69. 101b616 gtktiledviewer: Replace deprecated Gtk functions by Pranav Kant · 11 years ago
  70. 0bb2ae2 lokdocview, gtktiledviewer: Remove gtk version checks by Pranav Kant · 11 years ago
  71. 256a9ce lokdocview: Port to gtk3; 'expose-event' -> 'draw' by Pranav Kant · 11 years ago
  72. 9b36793 lokdocview, gtktiledviewer: Port to gtk3 by Pranav Kant · 11 years ago
  73. 01a189a cppcheck: postfixOperator by Julien Nabet · 11 years ago
  74. e6c37fd Fix RHEL5 build by Miklos Vajna · 11 years ago
  75. 7a9dc7f lokdocview: Create LOK context inside of lok_doc_view_new by Pranav Kant · 11 years ago
  76. 97c9a87 lokdocview: Make this GObject class introspectable by Pranav Kant · 11 years ago
  77. 8d0b34c lokdocview: Change parent class to GtkDrawingArea by Pranav Kant · 11 years ago
  78. 90f9e09 CID#1306215 Uninitialized members by Miklos Vajna · 11 years ago
  79. e52bae9 -Werror,-Wignored-attributes ("attribute declaration must precede definition") by Stephan Bergmann · 11 years ago
  80. 3f0e8bd loplugin:unreffun by Stephan Bergmann · 11 years ago
  81. 9aa9baa loplugin:literaltoboolconversion by Stephan Bergmann · 11 years ago
  82. 3a1a5b9 -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  83. 2afe94d tilebuffer: tileSize as member variable is superfluous by Pranav Kant · 11 years ago
  84. 1622219 tilebuffer: ZoomFactor as member variable is superfluous by Pranav Kant · 11 years ago
  85. 03655e6 lokdocview: Make tilebuffer an instance by Pranav Kant · 11 years ago
  86. a0ce0dd libreofficekit: fix RHEL5 build of tilebuffer by Miklos Vajna · 11 years ago
  87. c5f1f7a lokdocview: Modernise LOKDocView as GObject by Pranav Kant · 11 years ago
  88. c8caa80 lokdocview: Lets follow the GObject naming convention by Pranav Kant · 11 years ago
  89. 085f31a lokdocview: fix render calls after LOK callbacks by Pranav Kant · 11 years ago
  90. 1483643 lokdocview: move GtkDrawingArea size request out of renderDocument() by Pranav Kant · 11 years ago
  91. 35e0361 lokdocview: check payload for inconsistencies before using it by Pranav Kant · 11 years ago
  92. f427817 lokdocview: fixed rectangle format in documentation/comments by Pranav Kant · 11 years ago
  93. c074cfa lokdocview, tilebuffer: clean up by Pranav Kant · 11 years ago
  94. ad0a404 lokdocview: wrap a functionality inside a member function by Pranav Kant · 11 years ago
  95. a5d3efa lokdocview: move commonly used functions and variables to common header by Pranav Kant · 11 years ago
  96. 82a208a lokdocview: Add support for editing documents by Pranav Kant · 11 years ago
  97. cc78267 lokdocview: Use maps instead of vector by Pranav Kant · 11 years ago
  98. 42dc4f3 Add tile buffering support by Pranav Kant · 11 years ago
  99. a13d467 lokdocview: use GtkDrawingArea for drawing tiles by Pranav Kant · 11 years ago
  100. d2ea6d8 lokdocview: add width and height to the visible rectangle by Pranav Kant · 11 years ago