1. 0de1e3a remove spurious com::sun::star::chaos by Michael Stahl · 12 years ago
  2. 22357c1 coverity#705322 Missing break in switch, assuming incorrect by Caolán McNamara · 12 years ago
  3. 47088ac Missing SolarMutexGuards by Stephan Bergmann · 12 years ago
  4. d656138 loplugin:staticcall by Stephan Bergmann · 12 years ago
  5. 1817366 gbuild: remove config_libraries.h and gb_Helper_generate_config_libraries by Michael Stahl · 12 years ago
  6. abf842e coverity#705323 Missing break in switch, assuming its intentional by Caolán McNamara · 12 years ago
  7. b6c6708 toolkit: remove SAL_THROW macro by Noel Grandin · 12 years ago
  8. d5bafdd coverity#705387 Mixing enum types by Caolán McNamara · 12 years ago
  9. 3d8eee4 coverity#705388 Mixing enum types by Caolán McNamara · 12 years ago
  10. 158672f fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  11. ef530d0 fdo#75364 flat style and 3d style were swapped by Lionel Elie Mamane · 12 years ago
  12. f0ae48b remove unnecessary NULL parameter passed to UNO Exception by Noel Grandin · 12 years ago
  13. 0f2824b remove more unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  14. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  15. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  16. 5350520 Resolves: #i98216# extract boolean value for AutoFill value of ComboBox model by Tsutomu Uchino · 12 years ago
  17. 68741d0 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13 by Julien Nabet · 12 years ago
  18. 7249ba6 remove external header guards by Thomas Arnhold · 12 years ago
  19. 93f5d5a The opaque PostUserEvent IDs are actually pointers by Stephan Bergmann · 12 years ago
  20. 127a5f5 Sequence<UnoUnsignedShortType> -> UnoSequenceType<UnoUnsignedShortType> by Stephan Bergmann · 12 years ago
  21. db3b1dd Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3 by Julien Nabet · 12 years ago
  22. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  23. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  24. 3176bfd Remove gcc3 workaround here too by Thomas Arnhold · 12 years ago
  25. 8bb2ce6 fixincludeguards.sh: some smaller dirs by Thomas Arnhold · 12 years ago
  26. 1a04354 Move headers that are private to toolkit there, then by Tor Lillqvist · 12 years ago
  27. 6a57987 If it has been "not recommended currently" since 2007, it can go away by Tor Lillqvist · 12 years ago
  28. 652ef6e WaE: unused variable 's_pAccessibleFactoryFunc' by Tor Lillqvist · 12 years ago
  29. a7ee831 non-desktop: Avoid accessibility. by Jan Holesovsky · 12 years ago
  30. 2ada2b3 typo: dependend -> dependent by Thomas Arnhold · 12 years ago
  31. aaae18c correct indentation by Thomas Arnhold · 12 years ago
  32. 63dc7b1 SCROLLABLEFRAME never defined by Thomas Arnhold · 12 years ago
  33. 6835d9f It's "its", not "it's" by Tor Lillqvist · 12 years ago
  34. b43e03c Clean up function declarations and some unused functions by Stephan Bergmann · 12 years ago
  35. 6ac0e13 Remove silly PUT_SEMICOLON_AT_THE_END by Stephan Bergmann · 12 years ago
  36. 4bdd530 Bin unused MAP_REALAPPFONT MapUnit enum value by Tor Lillqvist · 12 years ago
  37. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  38. a718b02 vcl: sal_Bool->bool and cleanup by Noel Grandin · 12 years ago
  39. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  40. 4f9b072 Remove remaining DBG_CTOR etc. remnants from toolkit by Stephan Bergmann · 12 years ago
  41. 1078735 coverity#736157 Dereference null return value by Caolán McNamara · 12 years ago
  42. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  43. a79afda coverity#736158 Dereference null return value by Caolán McNamara · 12 years ago
  44. 98666e8 No need for a virtual OPropertyContainer::getTypes by Stephan Bergmann · 12 years ago
  45. 6e469f7 Remove unused VCLXWindowImpl parts by Stephan Bergmann · 12 years ago
  46. d47ca30 No need for implGetBounds to be SAL_CALL by Stephan Bergmann · 12 years ago
  47. 2b0cfed toolkit: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  48. ecc6239 coverity#708535 Uninitialized scalar field by Caolán McNamara · 12 years ago
  49. 1f81c41 coverity#708534 Uninitialized pointer field by Caolán McNamara · 12 years ago
  50. 496c538 coverity#708531 Uninitialized pointer field by Caolán McNamara · 12 years ago
  51. a463234 Remove unused VCLXTabPageModel by Stephan Bergmann · 12 years ago
  52. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  53. e90c27f5 Remove visual noise from toolkit by Alexander Wilms · 12 years ago
  54. d5c5940 Replace deprecated std::auto_ptr with boost::scoped_ptr by Takeshi Abe · 12 years ago
  55. c47496f Add config_libraries.h definitions to get library names easily. by Matúš Kukan · 12 years ago
  56. 130a2ba error: enumeral and non-enumeral type in conditional expression by Stephan Bergmann · 12 years ago
  57. 33740b7 Replace exisiting TriState, AutoState with more generic TriState by Stephan Bergmann · 12 years ago
  58. 146c7c5 toolkit: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  59. b725953 Remove unnecessary bool2any by Stephan Bergmann · 12 years ago
  60. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  61. 7a7ecf1 coverity#705963 Dereference before null check by Caolán McNamara · 12 years ago
  62. b666296 coverity#708532 Uninitialized scalar field by Caolán McNamara · 12 years ago
  63. e8f8f24 vcl: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  64. a18a1a4 Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx by Tobias Lippert · 12 years ago
  65. 02c17c1 coverity#738917 Uninitialized scalar field by Caolán McNamara · 12 years ago
  66. 05f742d comphelper: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  67. 2d72cfb coverity#737151 Uncaught exception by Caolán McNamara · 12 years ago
  68. cf2a6c2 coverity#707416 Uncaught exception by Caolán McNamara · 12 years ago
  69. 15535e3 convert SvStream::operator>> methods to ReadXXX methods by Noel Grandin · 12 years ago
  70. ac6e8ac typo fixes in comments by Andras Timar · 12 years ago
  71. 186b4eb convert specialised SvStream::operator>> methods to ReadXXX methods by Noel Grandin · 12 years ago
  72. d2564a4 Remove needless SAL_DLLPRIVATE annotation by Stephan Bergmann · 12 years ago
  73. 612dac0 bool improvements by Stephan Bergmann · 12 years ago
  74. 5b70503 bool improvements by Stephan Bergmann · 12 years ago
  75. 478ec01 This has always only converted the condition of ?: to long by Stephan Bergmann · 12 years ago
  76. 7b52b96 coverity#440874 Dereference before null check by Caolán McNamara · 12 years ago
  77. 03cc76a fdo#54938 Convert toolkit to cppu::supportsService by Alexandre Vicenzi · 12 years ago
  78. e24605a Include boost/ptr_container/ptr_vector.hpp at the beginning again. by Matúš Kukan · 12 years ago
  79. b667caa Remove unneeded include to hopefully fix the tinderboxes. by Matúš Kukan · 12 years ago
  80. e515b8b tk: Constructor feature for last tk_ implementations. by Matúš Kukan · 12 years ago
  81. b7e51c2 tk: Ctor feature for the rest of dialogcontrol.cxx classes. by Matúš Kukan · 12 years ago
  82. c1fa196 tk: Ctor feature for VCLX classes. by Matúš Kukan · 12 years ago
  83. cbdc2cf tk: Ctor feature for UnoControlContainer(Model). by Matúš Kukan · 12 years ago
  84. 60ec73d tk: Ctor feature for UnoScrollBarControl(Model). by Matúš Kukan · 12 years ago
  85. 68694f3 tk: Ctor feature for StdTabController(Model). by Matúš Kukan · 12 years ago
  86. 472b283 tk: Ctor feature for toolkit::(UnoControlRoadmapModel|UnoRoadmapControl). by Matúš Kukan · 12 years ago
  87. e626b73 tk: Constructor feature for MutableTreeDataModel. by Matúš Kukan · 12 years ago
  88. 3961bcb tk: Constructor feature for VCLXToolkit. by Matúš Kukan · 12 years ago
  89. 671ddc6 tk: Constructor feature for UnoSpinButton(Control|Model). by Matúš Kukan · 12 years ago
  90. 334248a tk: Constructor feature for unocontrols.cxx. by Matúš Kukan · 12 years ago
  91. dec6d3e tk: Constructor feature for OGeometryControlModel<UnoControlDialogModel>. by Matúš Kukan · 12 years ago
  92. 6dbff3a typo: wrong name by Matúš Kukan · 12 years ago
  93. 11f63d1 tk: Constructor feature for UnoTree(Control|Model). by Matúš Kukan · 12 years ago
  94. 2bc11eb tk: Constructor feature for DefaultGridColumnModel. by Matúš Kukan · 12 years ago
  95. a9f94e5 tk: Constructor feature for DefaultGridColumnModel. by Matúš Kukan · 12 years ago
  96. 8c04ab3 tk: Constructor feature for DefaultGridDataModel. by Matúš Kukan · 12 years ago
  97. 4b36dce tk: Constructor feature for toolkit::GridColumn. by Matúš Kukan · 12 years ago
  98. 624b7e5 tk: Constructor feature for SortableGridDataModel. by Matúš Kukan · 12 years ago
  99. d18a042 tk: Constructor feature for toolkit::UnoGrid(Control|Model). by Matúš Kukan · 12 years ago
  100. c9e52cf tk: Constructor feature for AsyncCallback. by Matúš Kukan · 12 years ago