1. 161d517 tdf#147876 Fix crash when cancelling Dialog import dlg by Samuel Mehrbrodt · 4 years ago
  2. d4f0a0c Fix English in extended tips by Olivier Hallot · 4 years, 4 months ago
  3. ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
  4. 0011ed2 loplugin:stringliteraldefine in basctl by Noel Grandin · 4 years, 5 months ago
  5. f0334d6 Resolves tdf#143462 - Fixes black row number on dark backgroud in Basic IDE by Heiko Tietze · 4 years, 5 months ago
  6. b64efd7 Revert "loplugin:finalclasses" by Noel Grandin · 4 years, 5 months ago
  7. 9ce9011 loplugin:finalclasses by Noel Grandin · 4 years, 5 months ago
  8. 0a05991 tdf#114441 Convert use of sal_uLong to sal_uInt32, int by Natalia Gavrilova · 4 years, 6 months ago
  9. b424e32 use freeze/thaw around a potentially long sequence of insertions by Caolán McNamara · 4 years, 5 months ago
  10. 2ed921b Resolves: tdf#145391 insertion code assumes unsorted treeview by Caolán McNamara · 4 years, 5 months ago
  11. dd97bfc Prepare for removal of non-const operator[] from Sequence in basctl by Mike Kaganski · 4 years, 5 months ago
  12. 7d27e4b tdf#57308 - Basic IDE: Watching of a variable does not work by Andreas Heinisch · 4 years, 5 months ago
  13. 514e83a Revert "tdf#57308 - Basic IDE: Watching of a variable does not work" by Andreas Heinisch · 4 years, 5 months ago
  14. f9ce4b2 tdf#57308 - Basic IDE: Watching of a variable does not work by Andreas Heinisch · 4 years, 6 months ago
  15. 426be29 return weld::Builder by unique_ptr by Noel Grandin · 4 years, 6 months ago
  16. df42cb6 Optimize assignment from OUStringLiteral to OUString by Stephan Bergmann · 4 years, 6 months ago
  17. 283a979 loplugin:indentation check for indent inside block by Noel Grandin · 4 years, 6 months ago
  18. cf3971a Simplify Sequence in b* by Julien Nabet · 4 years, 6 months ago
  19. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  20. 1f9468f use std::vector::insert instead of push_back by Noel Grandin · 4 years, 6 months ago
  21. 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
  22. be58580 use more SfxItemSetFixed by Noel Grandin · 4 years, 6 months ago
  23. 3b8e53f loplugin:constparams improve handling of pointer params by Noel Grandin · 4 years, 6 months ago
  24. d72511e gives names to all the Idles and Tasks by Noel Grandin · 4 years, 6 months ago
  25. 4dd6af8 vcl: rename OutDevState to Stack by Chris Sherlock · 4 years, 7 months ago
  26. b22d478 clean up ambiguous confusing rectangle APIs like IsInside() by Luboš Luňák · 4 years, 7 months ago
  27. 3a1a448 loplugin:constvars by Noel Grandin · 4 years, 7 months ago
  28. 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
  29. a8638dc unused defines by Noel Grandin · 4 years, 7 months ago
  30. c356e5e tdf#139196 - Remove local BOM logic by Andreas Heinisch · 4 years, 7 months ago
  31. eb9d34d clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  32. 1230e5c update some pches by Caolán McNamara · 4 years, 8 months ago
  33. e367e59 loplugin:unusedfields by Noel Grandin · 4 years, 8 months ago
  34. 88bf174 undo changes to TextAlign by Caolán McNamara · 4 years, 8 months ago
  35. 581b2cf Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top by Mike Kaganski · 4 years, 8 months ago
  36. 1aee867 drop intermediate vcl::Window from Application::GetDefDialogParent by Caolán McNamara · 4 years, 8 months ago
  37. 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
  38. 8689bd5 convert TextAlign to scoped enum by Caolán McNamara · 4 years, 8 months ago
  39. b1668ed Move svl::Items to include/svl/whichranges.hxx, and unify its usage by Mike Kaganski · 4 years, 9 months ago
  40. 9a55b97 tdf#40068 Remember last directory for basic/dialog import/export by Samuel Mehrbrodt · 4 years, 9 months ago
  41. d157c1b tdf#126665 Remember last used file picker directory by Samuel Mehrbrodt · 4 years, 9 months ago
  42. a8f97e5 bundle the FolderPicker instantiations behind a single call by Caolán McNamara · 4 years, 10 months ago
  43. 04cd674 tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN by Armin Le Grand (Allotropia) · 4 years, 10 months ago
  44. 0771ac0 use string_view in the Translate API by Noel Grandin · 4 years, 10 months ago
  45. 21405a6 vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxx by Chris Sherlock · 5 years ago
  46. 87fe311 GtkLabel:track-visited-links was removed by Caolán McNamara · 4 years, 10 months ago
  47. c83615f no need to check IsDisposed here by Noel Grandin · 4 years, 11 months ago
  48. 46e924a tdf#139196 - Import/export macros using utf-8 including BOM by Andreas Heinisch · 4 years, 11 months ago
  49. 178adcd tdf#139196 - Import/export macros using utf-8 including BOM by Andreas Heinisch · 4 years, 11 months ago
  50. 9940f07 add Toggleable as a separate thing to a Button by Caolán McNamara · 4 years, 11 months ago
  51. 9090dc1 split OutputDevice from Window by Noel Grandin · 5 years ago
  52. 6aca010 Directly initialize vectors in baside2b.cxx by Julien Nabet · 5 years ago
  53. 32b09fac Revert "simplify the vcl<->toolkit connection" by Noel Grandin · 5 years ago
  54. f7a86c5 simplify the vcl<->toolkit connection by Noel Grandin · 5 years ago
  55. eb6819e change usage of boost::hash_combine to o3tl::hash_combine by Tomaž Vajngerl · 5 years ago
  56. d6375dc loplugin:unusedmethods by Noel Grandin · 5 years ago
  57. c5a0b7a loplugin:stringadd improvement for appending numbers by Noel Grandin · 5 years ago
  58. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  59. 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
  60. c7c6f0a loplugin:stringadd convert chained append to + by Noel Grandin · 5 years ago
  61. 75997f1 no need to create temporaries when appending number to O[U]StringBuffer by Noel Grandin · 5 years ago
  62. 2577a6b forward decl vcl::Window in toolkit/awt/vclxwindow.hxx by Caolán McNamara · 5 years ago
  63. 3077f05 update PCHs by Caolán McNamara · 5 years ago
  64. 9b654577 remove vcl/waitobj.hxx by Caolán McNamara · 5 years ago
  65. 2633d5f Recheck include/ with IWYU by Gabor Kelemen · 5 years ago
  66. 200626e remove need for an intermediate vcl::Window by Caolán McNamara · 5 years ago
  67. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  68. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  69. e90a9b67 update pches by Caolán McNamara · 5 years ago
  70. d56dbdf drop stale TODOs by Caolán McNamara · 5 years ago
  71. 86d298f Simplify some static variable initializations by Mike Kaganski · 5 years ago
  72. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  73. e3e7bc6 update pches by Caolán McNamara · 5 years ago
  74. 0726ecd tdf#114441: Convert use of sal_uLong to better integer types by Ahmet Hakan Çelik · 5 years ago
  75. c880d3e check for quit when calling Yield in loop by Noel Grandin · 5 years ago
  76. a73f24f update pches by Julien Nabet · 5 years ago
  77. 1692998 use strong_int for item ids in vcl::ToolBox by Noel · 5 years ago
  78. fbaf865 Drop "32" from names of SbxArray methods taking 32-bit indices by Mike Kaganski · 5 years ago
  79. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  80. 486258b BASIC : simplify BaseWindow initialization. by Arnaud Versini · 5 years ago
  81. 1d27738 ref-count SdrPage by Noel · 5 years ago
  82. a5dbc99 drop archaic rollable support by Caolán McNamara · 5 years ago
  83. f1512bb drop WB_ROLLABLE by Caolán McNamara · 5 years ago
  84. 9ad76a2 allow use of FloatWinPopupFlags without including complete floatwin.hxx by Caolán McNamara · 5 years ago
  85. 73cfa49 loplugin:refcounting in basctl by Noel · 5 years ago
  86. 20997b4 factor out as a ResizableDockingWindow by Caolán McNamara · 5 years ago
  87. 40f81f1 move dockingwindow.ui to vcl by Caolán McNamara · 5 years ago
  88. 860b2d0 update pches by Caolán McNamara · 5 years ago
  89. 7752bbe foward declare NotebookBarAddonsItem instead of using include by Caolán McNamara · 5 years ago
  90. 7874cba loplugin:referencecasting in basctl..binaryurp by Noel · 5 years ago
  91. 09cb778 clean up SdrObject cloning by Noel · 5 years ago
  92. c950ded update pches by Caolán McNamara · 5 years ago
  93. 1aa3129 avoid some ref-counting by Noel Grandin · 5 years ago
  94. 7357210 Resolves: tdf#133345 Macros Editor IDE: no dialogbox tabs by Caolán McNamara · 5 years ago
  95. 5143de3 remove deprecated [x|y]align property for CheckBoxes and RadioButtons by Caolán McNamara · 5 years ago
  96. bca1b74 improve some IllegalArgumentException messages by Noel · 5 years ago
  97. c0e9bda tdf#124176 Use pragma once instead of include guards in basctl by csegura · 5 years ago
  98. 9100d70 replace stock button labels by Caolán McNamara · 5 years ago
  99. f89b94c tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtons by Caolán McNamara · 5 years ago
  100. 3fff050 loplugin:stringliteralvar (clang-cl) by Stephan Bergmann · 5 years ago