1. 695ecf3 Add libanimcore to factory list. by Andrzej Hunt · 12 years ago feature/droid_calimpress4
  2. 9e6910c Fix wrong conditional for zoom-saneness-check. by Andrzej Hunt · 12 years ago
  3. 5949203 Temp: the DrView scaling will be completely wrong for tiled rendering. by Andrzej Hunt · 12 years ago
  4. fc8c9d6 Don't render infinitely large document if empty. by Andrzej Hunt · 12 years ago
  5. 4684a28 TODO: printfun needs fixing (see previous commit). by Andrzej Hunt · 12 years ago
  6. 8b0d78c Use twips internally for FillInfo too. by Andrzej Hunt · 12 years ago
  7. 7010728 Adjust MapModes for gridwin tiled rendering. by Andrzej Hunt · 12 years ago
  8. 9937abb Don't abort rendering if Android window 'minimized'. by Andrzej Hunt · 12 years ago
  9. 0f986d6 We want to keep nPPTX/Y for our old scaling. by Andrzej Hunt · 12 years ago
  10. be0cac3 Remove incorrect fudge factor. by Andrzej Hunt · 12 years ago
  11. dc2b502 ScreenPos calculations in twips too. by Andrzej Hunt · 12 years ago
  12. 6812861 Use twips internally for GetScrPos. by Andrzej Hunt · 12 years ago
  13. 8ddada7 Use GetScrPos so that col/row-headers match the grid. by Andrzej Hunt · 12 years ago
  14. 819d1f5 Match TiledRendering scaling to the new ViewData PaintMapMode. by Andrzej Hunt · 12 years ago
  15. d5ecf0b Don't use UpdateVisibleRange for calc tiled rendering. by Andrzej Hunt · 12 years ago
  16. 5d27551 Set visible range from origin for Calc Tiled Rendering. by Andrzej Hunt · 12 years ago
  17. 28a55d4 Allow PaintMapMode retrieval. by Andrzej Hunt · 12 years ago
  18. 950d1de Use MapMode instead of nPPTX/nPPTY. by Andrzej Hunt · 12 years ago
  19. c229123 ScOutputData needs ScViewData for scaling. by Andrzej Hunt · 12 years ago
  20. aac260c Make nPrtToScreenFactor and GetOutputFactor fractions. by Andrzej Hunt · 12 years ago
  21. 880c74c ScViewData::GetActiveWin can be const. by Andrzej Hunt · 12 years ago
  22. 3c7ec76 Allow overriding limits for SetZoom for Tiled Rendering. by Andrzej Hunt · 12 years ago
  23. 779d7d9 aScrSize should be mutable. by Andrzej Hunt · 12 years ago
  24. adaca27 Fix PaintTile scaling preparation. by Andrzej Hunt · 12 years ago
  25. 1bafc7d Ensure we actually render all cells in the selected area. by Andrzej Hunt · 12 years ago
  26. 135f097 Take into account drawing layer for data area size. by Andrzej Hunt · 12 years ago
  27. 500c380 Implement data area size retrieval. by Andrzej Hunt · 12 years ago
  28. 22438d4 Allow overriding of device for Paint, and use that for Tiles. by Andrzej Hunt · 12 years ago
  29. 0118493 Calc: Add tiled rendering device to the paint view. by Andrzej Hunt · 12 years ago
  30. c0b791a Render tiles from calc. by Andrzej Hunt · 12 years ago
  31. 0bf465b Use one test instance to run all LOK tests. by Andrzej Hunt · 12 years ago
  32. 7201fa0 vcl: update comments about GenericSalLayout::ApplyDXArray by Chris Sherlock · 11 years ago
  33. 5ae245a Fix Python build in debug mode on x86_64 platform on windows by David Ostrovsky · 11 years ago
  34. bf96415 Related: #i94895# revert the part of revision 1650261 by Tsutomu Uchino · 11 years ago
  35. 5e6a459 LeakSanitizer: leak detected in ooo56669-1.odt by Caolán McNamara · 11 years ago
  36. 623b38f OSL_ENSURE was not declared in this scope by David Tardon · 11 years ago
  37. 884c5a2 sw: stop using comphelper/implbase_var.hxx by Miklos Vajna · 11 years ago
  38. 1aaa596 Factor out XFillBmpStretchItem::dumpAsXml() from sw by Miklos Vajna · 11 years ago
  39. 34870f1 Use std::initializer_list ctor by Miklos Vajna · 11 years ago
  40. e46c61a vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback() by Chris Sherlock · 11 years ago
  41. 7ac9595 vcl: LayoutEngine::layout() to LayoutEngine::Layout() by Chris Sherlock · 11 years ago
  42. 85819f2 vcl: cosmetic reident and cleanup of RawBitmap class definition by Chris Sherlock · 11 years ago
  43. 9298c07 vcl: cosmetic reident of GlyphCachePeer class definition by Chris Sherlock · 11 years ago
  44. 75ec658 vcl: cosmetic reident and cleanup of ServerFontLayoutEngine class definition by Chris Sherlock · 11 years ago
  45. 67deb9f vcl: reident ServerFontLayout class definition by Chris Sherlock · 11 years ago
  46. d3ec347 add missing labels to entries in impress's format menu by Yousuf Philips · 11 years ago
  47. 78964ab vcl: cosmetic changes to ImplServerFontEntry definition by Chris Sherlock · 11 years ago
  48. be62d0c vcl: ident cleanup of ServerFont class definition by Chris Sherlock · 11 years ago
  49. 2343e79 vcl: more whitespace cleanup of GlyphCache class definition by Chris Sherlock · 11 years ago
  50. 765eb71 vcl: whitespace cleanup on GlyphData class definition by Chris Sherlock · 11 years ago
  51. 0bae3db vcl: whitespace cleanup on GlyphCache class definition by Chris Sherlock · 11 years ago
  52. bbde245 About dialog: distinguish between 32 and 64 bit windows build by David Ostrovsky · 11 years ago
  53. 949ee4f Disable ado unit test on x86_64 platform on windows by David Ostrovsky · 11 years ago
  54. 2ce0030 Fix long/sal_IntPtr mismatch on x86_64 platform on windows by David Ostrovsky · 11 years ago
  55. 28deec7 Fix user data pointer setting on x86_64 platform on windows by David Ostrovsky · 11 years ago
  56. 10d6763 Factor out XFillBmpPosItem::dumpAsXml() from sw by Miklos Vajna · 11 years ago
  57. 4c2de25 writerfilter: clean up RTFFrame::getSprms() by Miklos Vajna · 11 years ago
  58. a51d508 RTF filter: change uses of cppu::WeakImplHelper* to use variadic variants by Miklos Vajna · 11 years ago
  59. 4b2ed2b RtfFilter: indentation fixes by Miklos Vajna · 11 years ago
  60. 29a5692 add test for fdo#88200 by Markus Mohrhard · 11 years ago
  61. 8449e43 only delete cell content for CELLTYPE_NONE, fdo#88200 by Markus Mohrhard · 11 years ago
  62. 90d8f4f fdo#87845: sw: fix crash in navigator dialog when view is closed by Michael Stahl · 11 years ago
  63. c6dc3b9 sc: fix use-after-free race in ScCellRangesBase by Michael Stahl · 11 years ago
  64. b3c6f27 vcl: CairoTextRender::nTextColor_ to mnTextColor by Chris Sherlock · 11 years ago
  65. 49a6d01 vcl: cleanup cairotextrender.hxx by Chris Sherlock · 11 years ago
  66. d1d1f0c vcl: cleanup textrender.hxx by Chris Sherlock · 11 years ago
  67. 8dfe086 xmloff_uxmloff fails on Linux too, now -> disable it (mergelibs) by Matúš Kukan · 11 years ago
  68. e525895 Remove extra new-line characters before regex matching in gbuild-to-ide. by Ashod Nakashian · 11 years ago
  69. b7d0769 asan: heap-buffer-overflow on ooo8726-1.doc by Caolán McNamara · 11 years ago
  70. 82f02d7 boost::scoped_ptr->std::unique_ptr by Caolán McNamara · 11 years ago
  71. 3149825 loplugin:cstylecast: warn about certain redundant reinterpret_casts by Stephan Bergmann · 11 years ago
  72. 97a8b3e Resolves: fdo#85617 always store fully encoded external document name by Eike Rathke · 11 years ago
  73. b633961 do not drop entire external reference, fdo#85617 related by Eike Rathke · 11 years ago
  74. 7eb5e13 write externalLink Relationship Target IURI encoded, fdo#85617 related by Eike Rathke · 11 years ago
  75. 19feb49 Revert "NO_DECODE breaks non-ascii urls, fdo#85617" by Eike Rathke · 11 years ago
  76. 8f43132 asan: stack-buffer-overflow with fdo76216-1.doc by Caolán McNamara · 11 years ago
  77. 1fa6ce3 include is unused again by Stephan Bergmann · 11 years ago
  78. a1ecce3a One more place to work around missing std::underlying_type for GCC 4.6 by Stephan Bergmann · 11 years ago
  79. 8a500428 Work around -fsanitize=null by Stephan Bergmann · 11 years ago
  80. 05fb5e8 type_traits for std::underlying_type by Caolán McNamara · 11 years ago
  81. 5d06116 gbuild: try to fix windows non-debug builds by Michael Stahl · 11 years ago
  82. 3757c03 java: simplify array creation by Noel Grandin · 11 years ago
  83. 8912e6d Apparently wants to use pData, not &pData, as source by Stephan Bergmann · 11 years ago
  84. ee6c4df fdo#85818: rename KumZinsZ to CumIpmt by Laurent Charrière · 11 years ago
  85. b835978 fdo#85818: rename Kapz to Ppmt by Laurent Charrière · 11 years ago
  86. 5af576c fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2 by Laurent Charrière · 11 years ago
  87. 2963dbb fdo#85818: rename ZinsZ enum name, constant, function to Ipmt by Laurent Charrière · 11 years ago
  88. 201f9991 asan: global-buffer-overflow on ooo12093-1.doc by Caolán McNamara · 11 years ago
  89. c23bed1 fix indexes by Caolán McNamara · 11 years ago
  90. 476f758 Resolves: #i94895# fix illegal result of Replace runtime function" by Caolán McNamara · 11 years ago
  91. fff409c Work around -fsanitize=null by Stephan Bergmann · 11 years ago
  92. b162045 external/redland: Work around -fsanitize=nonnull-attribute by Stephan Bergmann · 11 years ago
  93. 44eedb0 SolarMutexClearableGuard and SolarMutexResettableGuard are never overriden by Noel Grandin · 11 years ago
  94. 04df164 Android: add share feature in the context menu by Jacobo Aragunde Pérez · 11 years ago
  95. 60dd216 Android: add context menu in document browser by Jacobo Aragunde Pérez · 11 years ago
  96. 2e3655b loplugin:cstylecast by Stephan Bergmann · 11 years ago
  97. a272f5b7 Resolves: #i63614# fix strange type mismatch when Iif function is used by Tsutomu Uchino · 11 years ago
  98. 89b5423 external/icu: Work around -fsanitize=shift by Stephan Bergmann · 11 years ago
  99. 4280ff6c Factor out XFillBmpTileItem::dumpAsXml() from sw by Miklos Vajna · 11 years ago
  100. 901e5c3 fdo#84938: convert FRMTYPE_ #defines to 'enum class' by Noel Grandin · 11 years ago