1. 987bcf7 Idle: Changed to new enum name by Tobias Madl · 11 years ago
  2. aa488a7 Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum by Tobias Madl · 11 years ago
  3. 59cbdcd Idle and Timer are now completely independent by Tobias Madl · 11 years ago
  4. c504cfd idle includes and enum use by Jennifer Liebel · 11 years ago
  5. 91b126c Timer: Adapted all idle includes and enum uses by Tobias Madl · 11 years ago
  6. ab86a53 V805: Decreased performance by Caolán McNamara · 11 years ago
  7. 2c33449 unconditional break in while loop by Markus Mohrhard · 11 years ago
  8. 2f928b2 remove NUMBERFORMAT_ constants by Noel Grandin · 11 years ago
  9. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  10. 48f0a5e Typos by Julien Nabet · 11 years ago
  11. b0979fb Typo: with->width by Julien Nabet · 11 years ago
  12. a96acac Resolves: tdf#89417 disable hardware accel checkbox if property is readonly by Caolán McNamara · 11 years ago
  13. abd9ca0 translatable="no" for some .ui placeholders by Andras Timar · 11 years ago
  14. 24ad062 tdf#88427: Add GUI to enter and maintain a list of Time Stamping Authorities by Tor Lillqvist · 11 years ago
  15. bd5d65e Bin some superfluous vertical whitespace by Tor Lillqvist · 11 years ago
  16. 52f7d36 cppcheck: cstyleCast by Caolán McNamara · 11 years ago
  17. 9f8ffc8 add GetSelectEntryData to ListBox and ComboBox by Noel Grandin · 11 years ago
  18. 110751e Related: fdo#87876 make checkbox label shorter, move warning into tooltip by Caolán McNamara · 11 years ago
  19. 081f3c0 Resolves: fdo#87876 full text of war and peace used as checkbox label by Caolán McNamara · 11 years ago
  20. d8ade65 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  21. 4f7a1f5 fdo#75757: Remove inheritance from std::vector by Matthew Pottage · 11 years ago
  22. c7258cf shared_ptr<T>(new T(args)) -> make_shared<T>(args) by Caolán McNamara · 11 years ago
  23. 0a1c6d4 Extend loplugin:passstuffbyref to handle lambdas by Stephan Bergmann · 11 years ago
  24. 1485acc Implement search funtion in Expert Configuration dialog. by Palenik Mihály · 11 years ago
  25. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  26. 07cf875 tdf#88999 Modify number of decimal for scientific also (UI and Sidebar) by Laurent Balland-Poirier · 11 years ago
  27. d41b8ac callcatcher: shave off a few more by Caolán McNamara · 11 years ago
  28. 52c2111 callcatcher: remove some unused methods by Caolán McNamara · 11 years ago
  29. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  30. abb5e84 Do not corrupt URIs entered into the Hyperlink dialog by Stephan Bergmann · 11 years ago
  31. f61dbc3 followup code removal after changing virtual methods to non-virtual by Noel Grandin · 11 years ago
  32. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  33. cb8aa45 coverity#1266481 Pointer to local outside scope by Caolán McNamara · 11 years ago
  34. f211143 has_focus is not implemented, remove uses by Caolán McNamara · 11 years ago
  35. 5acebe9 Some more loplugin:cstylecast: cui by Stephan Bergmann · 11 years ago
  36. ce20c5b fdo#88504 untranslated strings in Hangul/Hanja Conversion dialog by David Tardon · 11 years ago
  37. 422b8de coverity#1264393/1264394: missing break by Julien Nabet · 11 years ago
  38. 3ffd554 Revert "fdo#88157 Remove misused frames from 4 of n dialogs" by Caolán McNamara · 11 years ago
  39. 0546e65 Related: fdo#87551 measure in approx chars and not pixels by Caolán McNamara · 11 years ago
  40. 8c291bb fdo#88157 Remove misused frames from 4 of n dialogs by Adolfo Jayme Barrientos · 11 years ago
  41. 767ec46 Cleanup SfxZoomDialog, convert plain pointer to unique_ptr by Tomaž Vajngerl · 11 years ago
  42. 43fa2bc fdo#87551 Category tree is too thin since conversion to .ui by Adolfo Jayme Barrientos · 11 years ago
  43. 5333782 convert SETTINGS_ #defines to 'enum class' by Noel Grandin · 11 years ago
  44. a5b5ad9 fdo#84938: replace DATACHANGED_ constants with 'enum class' by Noel Grandin · 11 years ago
  45. bbde245 About dialog: distinguish between 32 and 64 bit windows build by David Ostrovsky · 11 years ago
  46. 3f34668 cui: SvxLinguTabPage::GetRanges() is dead, remove it by Michael Stahl · 11 years ago
  47. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  48. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  49. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  50. 9fd89a5 fdo#39440 reduce scope of local variables by Łukasz Hryniuk · 11 years ago
  51. 766c124 reorient name dialog and make a little narrower by Caolán McNamara · 11 years ago
  52. d4206de add a border by Caolán McNamara · 11 years ago
  53. c762831 set default button by Caolán McNamara · 11 years ago
  54. 3fda8cb Resolves: fdo#87823 Move Menu->New Menu by Caolán McNamara · 11 years ago
  55. bae855e fdo#84938: replace BUTTONTYPE_ constants with 'enum class' by Noel Grandin · 11 years ago
  56. 8c7f683 fdo#84228: Set rectangle props after setting shadow props by Katarina Behrens · 11 years ago
  57. c02033a -Werror,-Warray-bounds by Stephan Bergmann · 11 years ago
  58. 97a99db Enhance OpenCL Option dialog with tables by Olivier Hallot · 11 years ago
  59. 8c63960 Cleanup source of zoom dialog, translate german error message by Tomaž Vajngerl · 11 years ago
  60. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  61. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  62. 5373352 Bump copyright year to 2015 by Andras Timar · 11 years ago
  63. 1249654 fdo#86592 Fix radio button’s groups by Adolfo Jayme Barrientos · 11 years ago
  64. a5811c7 Resolves fdo#87581: Pb to delete words with 2 initials in Autocorr Except by Julien Nabet · 11 years ago
  65. 3c40bd2 Enhance OpenCL options UI dialog by Olivier Hallot · 11 years ago
  66. ed60d4b Improve HIG in OpenCL Add/Edit dialog by Olivier Hallot · 11 years ago
  67. e80d82f remove whitespaces by Markus Mohrhard · 11 years ago
  68. 08e0a79 spell dialog: Make [Close] work in protected documents with editable fields. by Jan Holesovsky · 11 years ago
  69. 43e4b96 cui: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  70. ae177f5 ifix the OpenGL UI config part by Markus Mohrhard · 11 years ago
  71. 355e39508 after resetting the values are not modified by Markus Mohrhard · 11 years ago
  72. 9a33547 implement the ui part for the OpenGL config variables by Markus Mohrhard · 11 years ago
  73. 0f5e917 Introduce rtl::OUStringLiteral1 by Stephan Bergmann · 11 years ago
  74. 270fdd6 add two options for OpenGL rendering by Markus Mohrhard · 11 years ago
  75. f52deab WaE: private field 'm_pSystemFont' is not used by Tor Lillqvist · 11 years ago
  76. 324de04 Resolves fdo#87016 Kill "Use system font for user interface" for good by Julien Nabet · 11 years ago
  77. 6c0c2fa cui: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  78. 3c77eba fdo#85486 - Clean up unnecessary enumerations from xenum.hxx by Radu Ioan · 11 years ago
  79. c69f481 fdo#85486 - Clean up unnecessary enumerations from xenum.hxx by Radu Ioan · 11 years ago
  80. c3292f3 Remove resizable:False property from dialogs containing GtkEntry. by Jan Holesovsky · 11 years ago
  81. 216fbe7e Make some dialogs resizable again. by Jan Holesovsky · 11 years ago
  82. 50fdcff removed unused timeout defines by Tobias Madl · 11 years ago
  83. d843f3d changed timers to idle by Jennifer Liebel · 11 years ago
  84. 821ae0f changed timers to idles by Tobias Madl · 11 years ago
  85. 484129d changed timer to idle by Tobias Madl · 11 years ago
  86. 5f6af01 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  87. bf6544c0 Don't treat clew as part of an "external" clcc module by Tor Lillqvist · 11 years ago
  88. 4863748 loplugin:cstylecast, involving pointer to incomplete type by Stephan Bergmann · 11 years ago
  89. 179810c Further clean-up by Stephan Bergmann · 11 years ago
  90. 9de4fe9 Code clean-up/consolidation task. by Vishv Brahmbhatt · 13 years ago
  91. f20043a Add a limit for graphic cache based on used integer type to avoid overflow by Zolnai Tamás · 11 years ago
  92. 191d387 Remove the hyphens from the “whitelist” and “blacklist” compound words by Adolfo Jayme Barrientos · 11 years ago
  93. 38019e7 cui: More HIG fixes by Adolfo Jayme Barrientos · 11 years ago
  94. 7d28127 fdo#86871 (part) replace ... in buttons by Olivier Hallot · 11 years ago
  95. 1459645 fdo#84938: replace EVENT_ constants with enum by Tobias Madl · 11 years ago
  96. 09b1c24 fdo#85486 - Clean up unnecessary enumerations from xenum.hxx by Radu Ioan · 11 years ago
  97. 1386c34 fdo#82616: set limits on spinboxes according to size of workarea by Katarina Behrens · 11 years ago
  98. e22325c non-translatable placeholder by Andras Timar · 11 years ago
  99. 791a878 Make the OS choice a combobox by Tor Lillqvist · 11 years ago
  100. 2e71ef8 Fix packing overlap by Tor Lillqvist · 11 years ago