Age | Commit message (Expand) | Author |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-27 | boost::unordered_map -> c++11 std::unordered_map | Caolán McNamara |
2014-12-08 | reduce scope of local variables | Michael Weghorn |
2014-11-30 | fdo#86117 a11y: Exception when closing popup from ToolBox w/o separator | Maxim Monastirsky |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-05 | fdo#84938: replace TOOLBOXITEM_ constants with enum | Noel Grandin |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-11-01 | fdo#84938: replace MIB_ constants with enum | Noel Grandin |
2014-10-23 | fdo#84938: replace MENUITEM constants with enum | Noel Grandin |
2014-10-20 | fdo#84938: replace TIB_ constants with enum | Noel Grandin |
2014-10-18 | convert SV_BMP_ constants to enum | Noel Grandin |
2014-10-15 | More -Werror,-Wunused-private-field | Stephan Bergmann |
2014-10-08 | coverity#1242517 Arguments in wrong order (gold ?) | Caolán McNamara |
2014-10-03 | coverity#1242449 Identical code for different branches | Caolán McNamara |
2014-10-02 | loplugin: cstylecast | Noel Grandin |
2014-09-30 | loplugin: cstylecast | Noel Grandin |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-18 | fdo#82577: Handle Font | Noel Grandin |
2014-09-15 | accessibility: sal_False/True -> false/true | Stephan Bergmann |
2014-09-12 | toolkit: sal_Bool -> bool | Stephan Bergmann |
2014-09-06 | SfxHint: convert home-grown RTTI to normal C++ RTTI | Noel Grandin |
2014-08-23 | fdo#82577: Handle KeyCode | Tor Lillqvist |
2014-07-18 | coverity#1132662 Dereference after null check | Caolán McNamara |
2014-07-08 | use SimpleReferenceObject in svtools module | Noel Grandin |
2014-07-08 | use SimpleReferenceObject in accessibility | Noel Grandin |
2014-07-04 | Notify screen readers when selection changes in listboxes | Niklas Johansson |
2014-07-02 | fix some more indent and strip ::rtl:: | Caolán McNamara |
2014-07-02 | Related: #i124856# guard against crash | Jürgen Schmidt |
2014-07-02 | fix some mangled indentation | Caolán McNamara |
2014-06-20 | hmm, that's not right | Caolán McNamara |
2014-06-20 | Dropdown combo-/listboxes should support accessible action togglePopup | Niklas Johansson |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-16 | fdo#74681: quick help may be used as accessible text | Jacobo Aragunde Pérez |
2014-06-13 | loplugin:staticcall | Stephan Bergmann |
2014-06-10 | -Werror,-Wundefined-bool-conversion | Stephan Bergmann |
2014-06-05 | various: remove SAL_THROW macro | Noel Grandin |
2014-05-28 | update_pch | Thomas Arnhold |
2014-05-27 | css already means ::com::sun::star | Thomas Arnhold |
2014-05-22 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 | Julien Nabet |
2014-05-19 | fix-includes.pl: accessibility | Thomas Arnhold |
2014-05-19 | hrc and src files: squeeze multiple newlines | Thomas Arnhold |
2014-05-15 | fix cut and paste into macro editor crash | Caolán McNamara |
2014-05-09 | update_pch: add a bunch of pch files | Thomas Arnhold |
2014-05-05 | simplify ternary conditions "xxx ? yyy : false" | Noel Grandin |
2014-04-30 | Many spelling fixes: directories a* - g*. | Pedro Giffuni |
2014-04-19 | fixincludeguards.sh: accessibility | Thomas Arnhold |
2014-04-18 | non-desktop: Avoid accessibility. | Jan Holesovsky |
2014-04-18 | accessibility: Move AccessibleFactory to anonymous namespace. | Jan Holesovsky |
2014-04-18 | No need for the extra levels here. | Jan Holesovsky |
2014-04-15 | accessibility: sal_Bool->bool | Noel Grandin |