Age | Commit message (Expand) | Author | Files | Lines |
2013-03-21 | Re-work the vcl aspects of the iOS port | Tor Lillqvist | 4 | -42/+0 |
2013-03-20 | Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength) | Stephan Bergmann | 2 | -3/+3 |
2013-03-20 | fdo#46808, Convert a bunch of comphelper::ComponentContext stuff | Noel Grandin | 2 | -4/+6 |
2013-03-19 | Fix broken string cleanup | Stephan Bergmann | 1 | -7/+7 |
2013-03-19 | further OUString cleanup | Thomas Arnhold | 2 | -4/+4 |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold | 5 | -31/+31 |
2013-03-19 | Simplify equalsIgnoreAsciiCaseAscii[L] calls | Stephan Bergmann | 1 | -2/+2 |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold | 4 | -19/+19 |
2013-03-18 | avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what not | Luboš Luňák | 2 | -2/+2 |
2013-03-16 | Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit) | Chr. Rossmanith | 9 | -56/+56 |
2013-03-16 | Replace String with OUString in toolkit(vclxprinter.cxx) | Chr. Rossmanith | 2 | -14/+14 |
2013-03-16 | Remove RTL_CONSTASCII_(U)STRING in toolkit | Chr. Rossmanith | 4 | -25/+23 |
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | 1 | -2/+0 |
2013-03-09 | Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxx | Stephan Bergmann | 1 | -4/+4 |
2013-03-08 | fdo#60691 add modelines to *.src and *.hrc files | Borim | 2 | -0/+6 |
2013-03-05 | doubled using | Thomas Arnhold | 3 | -3/+0 |
2013-03-04 | doubled includes | Thomas Arnhold | 10 | -13/+0 |
2013-03-04 | fdo#46808, clean up some old queryInterface() calls | Noel Grandin | 1 | -1/+1 |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | 2 | -4/+4 |
2013-03-03 | fdo#60724: fix resizeable -> resizable misspelling found by lintian | Bjoern Michaelsen | 1 | -1/+1 |
2013-03-03 | coverity#735368: operation has no effect | Markus Mohrhard | 1 | -1/+1 |
2013-03-03 | coverity#983201: fix memory leak | Markus Mohrhard | 1 | -3/+1 |
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 |
2013-02-25 | loplugin: improve indentation | Thomas Arnhold | 1 | -1/+1 |
2013-02-25 | fdo#38838,::rtl::OUString_to_OUString | elixir | 1 | -225/+225 |
2013-02-22 | fdo#39674: Rename menues to menu | Thomas Arnhold | 2 | -7/+7 |
2013-02-22 | s/the the/the/ | Tor Lillqvist | 1 | -1/+1 |
2013-02-22 | coverity#982817 Out-of-bounds access | Norbert Thiebaud | 1 | -1/+1 |
2013-02-20 | typo: allways -> always | Andras Timar | 1 | -1/+1 |
2013-01-28 | fdo#46808, Convert some bits to new-style UNO | Noel Grandin | 1 | -3/+1 |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 1 | -0/+2 |
2013-01-22 | add AccessibleRelationMemberOf to AccessibleRelationSet | Caolán McNamara | 1 | -0/+8 |
2013-01-21 | Changed SetText() / GetText() to take/return OUString | Chr. Rossmanith | 1 | -1/+1 |
2013-01-15 | fdo#46808, Adapt SystemClipboard UNO service to new style | Noel Grandin | 1 | -7/+5 |
2013-01-14 | we only ever want the preferred window size from GetOptimalSize | Caolán McNamara | 1 | -1/+1 |
2013-01-11 | QUARTZ is equivalent to MACOSX | Tor Lillqvist | 4 | -11/+11 |
2013-01-09 | fix windows build | Noel Grandin | 1 | -1/+1 |
2013-01-09 | fdo#46808, convert UnoControl and sub-classes to XComponentContext | Noel Grandin | 43 | -383/+352 |
2013-01-07 | allow menu items to be referred to by a name | Caolán McNamara | 1 | -2/+2 |
2013-01-07 | Cleanup: #include <tools/gen.hxx> | Matteo Casalin | 1 | -2/+1 |
2013-01-07 | Call SetOutputSizePixelScaleOffsetAndBuffer for non-Android | Tor Lillqvist | 1 | -6/+1 |
2012-12-20 | fix dialog language support mess fdo#42978 | Noel Power | 1 | -2/+7 |
2012-12-18 | Replace GUIBASE checks with equivalent OS checks | Tor Lillqvist | 1 | -2/+2 |
2012-12-06 | fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style | Noel Grandin | 1 | -6/+2 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 3 | -8/+0 |
2012-11-29 | toolkit: s/EventEvent/Event/ in a11y complex test | Michael Stahl | 1 | -5/+5 |
2012-11-29 | API CHANGE a11y unpublishing and add/removeListener rename. | Thorsten Behrens | 3 | -9/+9 |
2012-11-28 | fdo#46808, use service constructor for i18n::Collator | Noel Grandin | 2 | -10/+13 |
2012-11-26 | Make ~Window more robust | Stephan Bergmann | 1 | -10/+13 |
2012-11-23 | some i18n wrappers with LanguageTag | Eike Rathke | 1 | -11/+3 |