1. ba4fac9 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  2. b43233d convert PARENTCLIPMODE constants to scoped enum by Noel Grandin · 11 years ago
  3. 1dcef4d convert INVALIDATE constants to scoped enum by Noel Grandin · 11 years ago
  4. 1a9c1b9 loplugin:constantfunction by Noel Grandin · 11 years ago
  5. f372a78 convert CVT constants to scoped enum by Noel Grandin · 11 years ago
  6. 5fb93f2 guard boost/property_tree/json_parser.hpp on WNT by Andras Timar · 10 years ago
  7. 6a1d0e9 tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow. by Michael Meeks · 11 years ago
  8. c47852b tdf#94006 - re-factor and fix OpenGLContext mis-use. by Michael Meeks · 11 years ago
  9. 38c9eb0 tdf#93996 - throttle gltf rendering to let UI re-rendering get in. by Michael Meeks · 11 years ago
  10. 9e59f24 tdf#93188 - avoid crash in media player. by Michael Meeks · 11 years ago
  11. 76fa4d7 tdf#91960 presentation causes Impress crash by Noel Grandin · 11 years ago
  12. 6dc08a4 tdf#90077 fix freeze when enabling media toolbar in Impress by Noel Grandin · 11 years ago
  13. 118da1a convert POINTER constants to scoped enum by Noel Grandin · 11 years ago
  14. f404768 Fix build for gcc 4.6.4. by Thorsten Behrens · 11 years ago
  15. b1b9b45 Fix reporting missing GStreamer plugins by Stephan Bergmann · 11 years ago
  16. 3aebc67 Remove include stdio (part2) by Julien Nabet · 11 years ago
  17. 9128ef6 refactor MediaWindow to use RenderContext by Tomaž Vajngerl · 11 years ago
  18. de8afb9 First cut at reporting missing GStreamer plugins by Stephan Bergmann · 11 years ago
  19. 9bb254f NOINSTANCE is implied now in IMPL_STATIC_LINK... by Stephan Bergmann · 11 years ago
  20. a32c261 Remove unused create member functions by Stephan Bergmann · 11 years ago
  21. d133a87 loplugin:staticmethods by Stephan Bergmann · 11 years ago
  22. f5fc6d7 loplugin:implicitboolconversion by Stephan Bergmann · 11 years ago
  23. 5eb6bd4 lopluign:staticmethods: Handle DECL_LINK by Stephan Bergmann · 11 years ago
  24. 1cb0b37 Rephrase comparisons between bool and sal_Bool by Stephan Bergmann · 11 years ago
  25. b515d1f Use various typed ToolBox::Set*Hdl Links by Stephan Bergmann · 11 years ago
  26. 8fca0c4 vcl: rename other members of StateChangedType for consistency by Michael Stahl · 11 years ago
  27. c9b4c56 Use typed Idle::SetIdleHdl Link by Stephan Bergmann · 11 years ago
  28. 8cafd08 Use typed Timer::SetTimeoutHdl Link by Stephan Bergmann · 11 years ago
  29. 8c7d151 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  30. f50fd96 mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) by Tomaž Vajngerl · 11 years ago
  31. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  32. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  33. d1aae56 Typo: thow->throw by Julien Nabet · 11 years ago
  34. d24f93d make CreateItemWindow return a VclPtr<>. by Michael Meeks · 11 years ago
  35. 384e705 avmedia: convert new to ::Create to get initial ref-counting right. by Michael Meeks · 11 years ago
  36. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  37. c9f2abe More lifecycle correction. by Michael Meeks · 11 years ago
  38. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  39. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  40. 4f72ab0 nail more lifecycle oddness. by Michael Meeks · 11 years ago
  41. 739f3a5 mend misc. lifecycle breakage. by Michael Meeks · 11 years ago
  42. 256371f clear() is the equivalent of assigning a local ptr to NULL. by Michael Meeks · 11 years ago
  43. c72fac2 vclwidget: convert lots more sites to use VclPtr by Noel Grandin · 11 years ago
  44. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  45. c0a802b Audit and correct misc. clears -> disposeAndClears. by Michael Meeks · 11 years ago
  46. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  47. 954e5e4 prophylactic double dispose audit. by Michael Meeks · 11 years ago
  48. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  49. 0dfcb43d vcl: VclPtr conversion in avmedia by Noel Grandin · 11 years ago
  50. f25cae2 Typo: creat->create by Julien Nabet · 11 years ago
  51. e8569ac loplugin:redundantcast by Stephan Bergmann · 11 years ago
  52. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  53. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  54. e9cb557 loplugin:staticmethods by Noel Grandin · 11 years ago
  55. e360c2a Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  56. a0737fb Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  57. 1fca9d1 loplugin:cstylecast by Stephan Bergmann · 11 years ago
  58. a52cf47 Clean up template-parameter-dependent C-style casts by Stephan Bergmann · 11 years ago
  59. 0362141 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  60. a1d10eb convert AVMEDIA_ constants to enum class by Noel Grandin · 11 years ago
  61. ffcfcd7 convert SfxChildAlignment to enum class by Noel Grandin · 11 years ago
  62. d7b48d03b Clean up previous commit by Stephan Bergmann · 11 years ago
  63. 84206b2 avmedia: use constructor syntax for avmedia.component by Chris Sherlock · 11 years ago
  64. 686ee0a avmedia: avoid passing an empty any to InitPropertySequence() by Miklos Vajna · 11 years ago
  65. b1534ed tdf#89592 Using initializer_lists to populate Sequence<PropertyValue> by Swachhand Lokhande · 11 years ago
  66. 8f9b0c8 Idle: Changed to new enum name by Tobias Madl · 11 years ago
  67. 2d95bc0 Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum by Tobias Madl · 11 years ago
  68. 8261436 Timer: Adapted all idle includes and enum uses by Tobias Madl · 11 years ago
  69. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  70. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  71. ba68436 Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitly by Michael Stahl · 11 years ago
  72. 231f2b8 Some more loplugin:cstylecast: avmedia by Stephan Bergmann · 11 years ago
  73. 4500afc try to fix GetVersionEx deprecation warnings from Windows SDK 8.1 by Michael Stahl · 11 years ago
  74. 75d2e7e GetData is a hopelessly generic name by Caolán McNamara · 11 years ago
  75. 82f02d7 boost::scoped_ptr->std::unique_ptr by Caolán McNamara · 11 years ago
  76. 8f4044a avmedia: disable VLC unless in experimental model. by Michael Meeks · 11 years ago
  77. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  78. a509a8d Resolves: fdo#87003 Kill BOOST_FOREACH on master by Nathan Yee · 11 years ago
  79. 7f476fe boost::unordered_map -> c++11 std::unordered_map by Caolán McNamara · 11 years ago
  80. a33b442 avmedia: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  81. 66b4128 avmedia: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  82. 50fdcff removed unused timeout defines by Tobias Madl · 11 years ago
  83. 2a55005 changed timers to idle by Jennifer Liebel · 11 years ago
  84. e5f67b2 changed timers to idle by Jennifer Liebel · 11 years ago
  85. 3338f47 reduce scope of local variables by Michael Weghorn · 11 years ago
  86. 038683b Silence Mac OS X 10.9/10.10 deprecations for now by Stephan Bergmann · 11 years ago
  87. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  88. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  89. 7a71065 catch by reference by Caolán McNamara · 11 years ago
  90. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  91. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  92. bd3f92f merge vcllo and vclopengllo by Markus Mohrhard · 11 years ago
  93. 31d902d fdo#84938: replace MOUSE_ modifier constants with enum by Noel Grandin · 11 years ago
  94. 65a00c7 Clarify configure GStreamer handling by Jan-Marek Glogowski · 11 years ago
  95. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  96. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  97. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  98. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  99. 70ae472 -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  100. 67c9d05 fdo#84938: replace TIB_ constants with enum by Noel Grandin · 11 years ago