1. 51c8da5 bump product version to 5.0.2.2.0+ by Christian Lohmaier · 11 years ago libreoffice-5-0-2
  2. 14bcbaa update credits by Christian Lohmaier · 11 years ago
  3. 8be8fce Updated core Project: translations 4dab7ebff46a1fc46552a21cff65ae4984a31310 by Christian Lohmaier · 11 years ago
  4. d4ecc08 Resolves: tdf#94249 do not remove broadcasters while iterators are in use by Eike Rathke · 11 years ago
  5. bffbc6d Revert "disable caching of virtual devices when OpenGL is enabled" by Tomaž Vajngerl · 11 years ago
  6. 0fdaca9 opengl: support reading back 1-bit masks from texture by Tomaž Vajngerl · 11 years ago
  7. 9861e8c tdf#93814: Added support for caching shader program binaries. by Marco Cecchetti · 11 years ago
  8. f4ae433 tdf#94281 - don't mix legacy and VCL OpenGLContext's. by Michael Meeks · 11 years ago
  9. 767b3eb4 tdf#93666: use x,y coords when reading texture part + don't bind by Tomaž Vajngerl · 11 years ago
  10. a63cf33 GL paint-flushing guard re-work. by Michael Meeks · 11 years ago
  11. 9617d1c tdf#94252 - avoid switching contexts un-necessarily to reduce flicker. by Michael Meeks · 11 years ago
  12. bde953b tdf#94006 - need an explicit dispose for slideshow's GLContext. by Michael Meeks · 11 years ago
  13. 41c56c2 tdf#94213 - calc re-size flicker turns out to be the status bar. by Michael Meeks · 11 years ago
  14. d6698cc tdf#94213 - defer glFlushing until we've re-rendered after a re-size. by Michael Meeks · 11 years ago
  15. 88f4935 Split formula group for OpenCL up into smaller bits by Tor Lillqvist · 11 years ago
  16. 3c5292e Related rhbz#1259746: Buffer file content read from GIO UCP by Stephan Bergmann · 11 years ago
  17. fae0437 Resolves: tdf#93778 fixed crash by Szymon Kłos · 11 years ago
  18. 1bd52dd tdf#92145: Writer table rows/columns can't be resized by László Németh · 11 years ago
  19. 2857674 tdf#94031 - slideshow: bind correct GL context for prepareEnvironment by Lubosz Sarnecki · 11 years ago
  20. b6f31e1 Resolves: tdf#92995 do not delete caption objects that are held by Undo by Eike Rathke · 11 years ago
  21. c055dd6 OpenGL: use CHECK_GL_ERROR() only when a context is bound. by Michael Meeks · 11 years ago
  22. 2c27c81 tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow. by Michael Meeks · 11 years ago
  23. 3265f2b tdf#94006 - re-factor and fix OpenGLContext mis-use. by Michael Meeks · 11 years ago
  24. 24b7b71 tdf#93996 - throttle gltf rendering to let UI re-rendering get in. by Michael Meeks · 11 years ago
  25. 99a73cf tdf#92843: fix disappearing zoom slider by László Németh · 11 years ago
  26. 7886a03 windows opengl: make sure mpLastContext is indeed the current context by Miklos Vajna · 11 years ago
  27. be0ab88 don't use a null display by Markus Mohrhard · 11 years ago
  28. b308e5f avoid some OpenGL calls when vcl OpenGL is not enabled by Markus Mohrhard · 11 years ago
  29. 3dae249 tdf#92357 clear tab type switcher button of ruler by László Németh · 11 years ago
  30. 5af5c4a Related: tdf#92982 vcl rendercontext: optimize non-buffered paint of Cursor by Miklos Vajna · 11 years ago
  31. 7ea01e8 windows opengl: fix CppunitTest_writerperfect_writer by Miklos Vajna · 11 years ago
  32. 11100e4 tdf#93884 windows opengl: make space around cached glyphs depend on font size by Miklos Vajna · 11 years ago
  33. a2731f2 tdf#93989 - prevent crash with non-vcl OpenGL contexts by Markus Mohrhard · 11 years ago
  34. e489429 bump product version to <new version> by Robinson Tryon · 11 years ago
  35. 4b25757 update emoji autocorrect entries from po-files by Robinson Tryon · 11 years ago
  36. 6782de6 Updated core Project: translations 33da995f33241d35f6d1a74509f57cd8555b2fe2 by Robinson Tryon · 11 years ago
  37. 4d3d9ad Branch libreoffice-5-0-2 by Robinson Tryon · 11 years ago
  38. 65305ee Fix mis-merge by Stephan Bergmann · 11 years ago
  39. 90bbc7e tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested. by Jan Holesovsky · 11 years ago
  40. 8275af0 officecfg: blacklist one more intel opencl driver version by Miklos Vajna · 11 years ago
  41. 812e85a disable caching of virtual devices when OpenGL is enabled by Tomaž Vajngerl · 11 years ago
  42. 412d391 doc para property ranges cannot be 0 length by Caolán McNamara · 11 years ago
  43. 0cd1390 tdf#91882 - make this hideous busy-loop lower priority and less busy. by Michael Meeks · 11 years ago
  44. d75600e tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled. by Michael Meeks · 11 years ago
  45. adf39db tdf#79018: Prevent line break as footnote label by Oliver Specht · 11 years ago
  46. 9761e8b Fix tdf#93781 Impress copy wrong style name to clipboard when by Mark Hung · 11 years ago
  47. ab49ad6 sc: fix number format button highlighting in sidebar by Tomaž Vajngerl · 11 years ago
  48. 1bc9142 tdf#93662 - allow GL by default only on recent drivers on recent windows. by Michael Meeks · 11 years ago
  49. c94cc62 WaE: loplugin:staticmethods in the non-Java case by Tor Lillqvist · 11 years ago
  50. b10738a Tweak VCL unit tests for OpenGL. by Michael Meeks · 11 years ago
  51. 426ec2d opengl: let OutputDevice do the bezier subdivision by Tomaž Vajngerl · 11 years ago
  52. 498dae6 tdf#92612 Right-clicking after applying "paint buckets" leads to multiple Undo by Ashod Nakashian · 11 years ago
  53. acbf98d tdf#93867 - clear current GL context before thread switch. by Michael Meeks · 11 years ago
  54. d55c97a detect if new offsets are the same as the previous ones and avoid loop by Caolán McNamara · 11 years ago
  55. d8212cc opengl: Don't cache the menubar background. by Jan Holesovsky · 11 years ago
  56. 39312d6 Don't call GL debugging methods if there is no context. by Michael Meeks · 11 years ago
  57. a4cd1c4f Add SAL_DISABLE_GL_WATCHDOG env. var for obvious reasons. by Michael Meeks · 11 years ago
  58. bce6ef9 tdf#93859 opengl - don't cache radiobuttons, refactor code dupl. by Tomaž Vajngerl · 11 years ago
  59. dd6de34 tdf#93830 txXfrm offset workaround works in rounded rectangle case as well by Andras Timar · 11 years ago
  60. 448680d tdf#93857 opengl: adapt UniscribeLayout's DrawCachedGlyphs() to FillDXArray() by Miklos Vajna · 11 years ago
  61. 50e8213 tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux. by Michael Meeks · 11 years ago
  62. 419522f tdf#93850 - Defer watchdog during shader compiles. by Michael Meeks · 11 years ago
  63. 5e2ed06 SwViewShell::ImplEndAction: still paint directly when non-double-buffering by Miklos Vajna · 11 years ago
  64. d369325 tdf#93233 fix clockface emoji entries by Christian Lohmaier · 11 years ago
  65. 6390640 tdf#83546 Expand the sidebar if it's hidden by Maxim Monastirsky · 11 years ago
  66. 56e4988 windows opengl: Avoid an unnecessary wglMakeCurrent() call. by Jan Holesovsky · 11 years ago
  67. 7bdc300 loplugin:staticmethods by Stephan Bergmann · 11 years ago
  68. 8e430e2 check for legal field sizes before reading by Caolán McNamara · 11 years ago
  69. 0936e36 check for over long record len and check reads by Caolán McNamara · 11 years ago
  70. 0479d59 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  71. ce90b2f WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast] by Tor Lillqvist · 11 years ago
  72. c33fc55 WaE: 'updateChecksum' overrides a member function but is not marked 'override' by Tor Lillqvist · 11 years ago
  73. e9a66b4 WaE: this method can be declared static [loplugin:staticmethods] by Tor Lillqvist · 11 years ago
  74. 072f509 tdf#93532 - Bitmap CRC unit tests. by Michael Meeks · 11 years ago
  75. 975ab66 tdf#93750 allow for EMF+ record padding up to 11 bytes by Mike Kaganski · 11 years ago
  76. f85ed94 tdf#93532 - Switching to 64-bit checksum by Marco Cecchetti · 11 years ago
  77. 7017ab3 windows opengl: When the 2nd param is NULL, the 1st is ignored anyway. by Jan Holesovsky · 11 years ago
  78. f2a367f tdf#93600: Avoid crash on entering '=' as a cell value by Katarina Behrens · 11 years ago
  79. 315cd78 check for ridiculous lengths and check stream status by Caolán McNamara · 11 years ago
  80. 03d15f2 check stream status by Caolán McNamara · 11 years ago
  81. 2575e44 sd: Don't crash when the sidebar is hidden by Maxim Monastirsky · 11 years ago
  82. 7abc817 tdf#93838 windows opengl: fix vertical text position in UniscribeLayout by Miklos Vajna · 11 years ago
  83. eb9e5a8 tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid. by Michael Meeks · 11 years ago
  84. dae95db sids unsorted by Caolán McNamara · 11 years ago
  85. 305aaf3 Related: rhbz#1255200 apparent missing stylesheet by Caolán McNamara · 11 years ago
  86. 77d7cab tdf#93772 - handle framebuffer unbinding on GL context switch. by Michael Meeks · 11 years ago
  87. fba2fee tdf#93351: Edit style button in Schema & Numbering should point to List styles by Julien Nabet · 11 years ago
  88. 06c595d Extended GL painting debug tracing. by Michael Meeks · 11 years ago
  89. bb27429 SIFR: Fix insert row and column icons and correct arrowsquare icon by Yousuf Philips · 11 years ago
  90. e52845e windows opengl: Call InitGLEWDebugging() after we have the context. by Jan Holesovsky · 11 years ago
  91. 9d747c4 windows opengl: Don't paint cached widgets upside down. by Jan Holesovsky · 11 years ago
  92. 414230d Resolves: tdf#91060 don't crash on loading certain pptx by Caolán McNamara · 11 years ago
  93. 4c94294 Turn on glyph caching by default when using OpenGL by Tor Lillqvist · 11 years ago
  94. 508125f check stream status by Caolán McNamara · 11 years ago
  95. 2ab9d3e check stream status by Caolán McNamara · 11 years ago
  96. 713725c Updated core Project: dictionaries 71f54e95a0b443c673f924c71e23d04b540cc441 by Christian Lohmaier · 11 years ago
  97. 9e1f020 tdf#93713 Add 'Unprotect Cells' to Table menu by Yousuf Philips · 11 years ago
  98. 6681627 tdf#73071 Fix minor spacing issue in style section by Yousuf Philips · 11 years ago
  99. 9a267b2 Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering" by Miklos Vajna · 11 years ago
  100. f46d8fd tdf#91022: Incorrect Dates in Report created with legacy report wizard by Julien Nabet · 11 years ago