1. b9773cd Windows build fix of 'All image cleanup related change' by László Németh · 11 years ago feature/perfwork5
  2. 8789217 fdo#86573: Impress does not show pictures anymore by Zolnai Tamás · 11 years ago
  3. f9c52dd Skip time based auto swap out for perf test by Zolnai Tamás · 11 years ago
  4. f199ea6 Skip size based auto swap out for perf test by Zolnai Tamás · 11 years ago
  5. 17281e8 All image cleanup related change in one commit for perf test by Zolnai Tamás · 11 years ago
  6. c488dbf Use group area listeners when deleting rows. by Kohei Yoshida · 11 years ago
  7. 15bf6a4 Handle group area listeners correctly when deleting cells. by Kohei Yoshida · 11 years ago
  8. 535934e Adjust InsertRow() for group area listeners. by Kohei Yoshida · 11 years ago
  9. d84749f No need to start listening in CalcAfterLoad for xls import. by Kohei Yoshida · 11 years ago
  10. 4243147 Use group area listener when entering a new single formula cell. by Kohei Yoshida · 11 years ago
  11. 801e8b0 Dump formula group listener info. by Kohei Yoshida · 11 years ago
  12. abe96a9 Use group area listeners during ODS import. by Kohei Yoshida · 11 years ago
  13. 600d900 Use group area listeners when filling down formula cells via fill series. by Kohei Yoshida · 11 years ago
  14. fa355e2 Combine StartAllListeners() and StartNeededListeners()... by Kohei Yoshida · 11 years ago
  15. e023442 Bitmap::Crop test: does it make difference? by Matúš Kukan · 11 years ago
  16. 283483a Let's not re-use the same iterator esp when it's still iterating. by Kohei Yoshida · 11 years ago
  17. 756d476 Rename Activate... -> Attach... by Kohei Yoshida · 11 years ago
  18. d1ed0f6 Unnecessary casting. by Kohei Yoshida · 11 years ago
  19. 6cba38d Related fdo#82953: Forget package URL of image after it is loaded by Zolnai Tamás · 11 years ago
  20. 2ca1493 Simplify DeleteCells to not require 2 out parameters for the same thing. by Kohei Yoshida · 11 years ago
  21. 93e0a64 Extend the test to cover insertion / deletion of rows. by Kohei Yoshida · 11 years ago
  22. 738b6fb Register group area listeners as needed when inserting/deleting cells. by Kohei Yoshida · 11 years ago
  23. 5b21c8e Unused local variable. by Kohei Yoshida · 11 years ago
  24. cb217e2 Regroup formula cells in columns before initializing them. by Kohei Yoshida · 11 years ago
  25. bcf6e4c New test for testing group area listener behaviors during formula pasting. by Kohei Yoshida · 11 years ago
  26. 218ab60 Rename these to make it clear that they are only to be called from ... by Kohei Yoshida · 11 years ago
  27. dc3a213 Use group-area listeners during copy & paste if we can. by Kohei Yoshida · 11 years ago
  28. 8efe63bf Avoid unnecessary broadcasting when deleting cells prior to pasting. by Kohei Yoshida · 11 years ago
  29. 601e4fe Rename methods whose name no longer represent what they do. by Kohei Yoshida · 11 years ago
  30. 1f69b4c Avoid area listeners and such during formula cell paste replication. by Kohei Yoshida · 11 years ago
  31. eee4f85 Send broadcast range to the area broadcast slot machine. by Kohei Yoshida · 11 years ago
  32. e8184b4 We don't need 2 variants of this method. One is enough. by Kohei Yoshida · 11 years ago
  33. 12899ce Dedicated listener type tailored for formula groups. by Kohei Yoshida · 11 years ago
  34. 7854666 fix jpeg windows build by Matúš Kukan · 11 years ago
  35. d273546 Replace internal jpeg with jpeg-turbo by Matúš Kukan · 11 years ago
  36. 32624ea Reduce duplicate broadcasting done when pasting a range of cells from clip. by Kohei Yoshida · 11 years ago
  37. 81116b3 Differentiate shared and non-shared formula cells when registering. by Kohei Yoshida · 11 years ago
  38. db854ce Window build fix of 'make saxfastparser use libmlx2's sax2 interface' by László Németh · 11 years ago
  39. b5fc498 package: Do not bother with deflating big jpeg images by Matúš Kukan · 11 years ago
  40. 3ac44c1 make saxfastparser use libmlx2's sax2 interface by Luboš Luňák · 11 years ago
  41. b6aedde make FastAttributeList's unknown attribute value be passed as OString by Luboš Luňák · 11 years ago
  42. 7c19553 allow inserting attributes that have zero length by Luboš Luňák · 11 years ago
  43. d578606 sc: one CPU is parsing, one is populating -> halve the thread count. by Michael Meeks · 11 years ago
  44. 0d15d80 Add a means to dump the state of the area broadcaster slot machine. by Kohei Yoshida · 11 years ago
  45. d9e6790 Make these non-inline and add the const version of the getter. by Kohei Yoshida · 11 years ago
  46. e223545 Unindent. by Kohei Yoshida · 11 years ago
  47. 2acfd78 Optimize area broadcast iteration ... by Kohei Yoshida · 11 years ago
  48. 141e9aa sc:opencl waste less time measuring CPU performance. by Michael Meeks · 11 years ago
  49. 5ac3ade Scope reduction. by Kohei Yoshida · 11 years ago
  50. 39dbab2 Move this code to the context class. by Kohei Yoshida · 11 years ago
  51. a49cb96 Speed up pasting of single row onto multiple destination rows. by Kohei Yoshida · 11 years ago
  52. 14f08a3 Make these methods non-inline again. by Kohei Yoshida · 11 years ago
  53. 7b902d6 Windows build fix of "make sax_fastparser use libxml2" by László Németh · 11 years ago
  54. e6674c4 editeng: Avoid calling expensive getLineBreak() if possible by Matúš Kukan · 11 years ago
  55. 2d1a0e4 make sax_fastparser use libxml2 instead of expat (WIP) by Luboš Luňák · 11 years ago
  56. 7a8ca2b remove pointless const_cast by Luboš Luňák · 11 years ago
  57. 96e92be what happens if we turn off lockfile fsynching. by Michael Meeks · 11 years ago
  58. 8e40798 expat: faster parsing. by Michael Meeks · 11 years ago
  59. d1982b3 package: Do not deflate small streams in a thread by Matúš Kukan · 11 years ago
  60. a570699 Test parallelism again. by Matúš Kukan · 11 years ago
  61. 1e9d1735 package: Increase size of buffers by Matúš Kukan · 11 years ago
  62. 3f4986b ZipPackageStream::getRawData can be private by Matúš Kukan · 11 years ago
  63. e14b7a4 Simplify input parameters to just take the sequence by Matúš Kukan · 11 years ago
  64. 094c325 Revert "HACK to avoid expensive and pointless deflating of jpeg files" by Matúš Kukan · 11 years ago
  65. db22872 Disable deflating in a thread by Matúš Kukan · 11 years ago
  66. 4cc661a package: Add possibility to disable deflating in a thread by Matúš Kukan · 11 years ago
  67. 9bdef33 HACK to avoid expensive and pointless deflating of jpeg files by Matúš Kukan · 11 years ago
  68. c95b248 package: Finally implement parallel zip entries deflating by Matúš Kukan · 11 years ago
  69. 6a3d704 package: Call writeLOC always after putNextEntry explicitly by Matúš Kukan · 11 years ago
  70. a88b5944 package: Do not use hacky bit 1<<4 in ZipEntry::nFlag by Matúš Kukan · 11 years ago
  71. 62bc0dc There is no XZipOutputEntry interface by Matúš Kukan · 11 years ago
  72. 4847e14 package: Use memory stream for compressing zip entries by Matúš Kukan · 11 years ago
  73. d10d70d ZipOutputEntry: m_pCurrentEntry is always set by Matúš Kukan · 11 years ago
  74. e639042 package: Zipping STORED entry is the same as rawWrite and we don't encrypt it by Matúš Kukan · 11 years ago
  75. c11ca6a package: Move most ZipOutputEntry's methods back to ZipOutputStream by Matúš Kukan · 11 years ago
  76. b28428d ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it. by Matúš Kukan · 11 years ago
  77. 11a35bd Thread excel table row/column format finalization. by Michael Meeks · 11 years ago
  78. ffdf0ed4 vcl: parallelize image scaling. by Michael Meeks · 11 years ago
  79. 42019e2 idle: unit test. by Michael Meeks · 11 years ago
  80. 4907c32 overlayermanagerbuffered: timer to idle by László Németh · 11 years ago
  81. a1c4d87 idle: allow processing pending handlers remotely. by Michael Meeks · 11 years ago
  82. a74cb8c idle: implement ProcessAllIdleHandlers. by László Németh · 11 years ago
  83. edabf0c changed some timer to idle by Jennifer Liebel · 11 years ago
  84. d6e89e7 Basic Idle handler implementation by Tobias Madl · 11 years ago
  85. 9632045 sd: fix STL assertion "dereference past-the-end iterator" by Michael Stahl · 11 years ago
  86. 967a386 Fix for SUSE L3 bug 624546 (freedesktop 83733) by Marco Cecchetti · 11 years ago
  87. a9a9718 fdo#85812: RTF import: better fix for run type in new groups by Michael Stahl · 11 years ago
  88. 33b5b46 editeng: SvxRTFParser sal_Bool to bool by Michael Stahl · 11 years ago
  89. 669f1b8 WaE: unused variable 'bSuccess' by Tor Lillqvist · 11 years ago
  90. 3943daa rtl::OUString::fromUtf8(): use rtl_convertStringToUString() by Miklos Vajna · 11 years ago
  91. 74fe237 fdo#85907 Better use of space in Special Characters dialog by Adolfo Jayme Barrientos · 11 years ago
  92. ad26837 Use basegfx library function to clamp numbers by Katarina Behrens · 11 years ago
  93. b7804c4 callcatcher: update unused code by Caolán McNamara · 11 years ago
  94. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  95. ea272d9 coverity#737143 Uncaught exception by Caolán McNamara · 11 years ago
  96. 47db04b coverity#736461 Resource leak by Caolán McNamara · 11 years ago
  97. 7ddfa14 coverity#1019393 Uncaught exception by Caolán McNamara · 11 years ago
  98. 8310ff5 coverity#737920 Uncaught exception by Caolán McNamara · 11 years ago
  99. d6fdebc coverity#1000852 Uncaught exception by Caolán McNamara · 11 years ago
  100. f177ab8 coverity#1215393 Uncaught exception by Caolán McNamara · 11 years ago