Age | Commit message (Expand) | Author |
2012-04-25 | isOUStringType still used (from dbgutil code) | Stephan Bergmann |
2012-04-24 | WaE: when type is in parentheses, array cannot have dynamic size | Tor Lillqvist |
2012-04-24 | WaE: delete called on class that is abstract but has non-virtual destructor | Tor Lillqvist |
2012-04-24 | WaE: 'ATSLayout::InitFont' hides overloaded virtual function | Tor Lillqvist |
2012-04-24 | WaE: unused functions | Tor Lillqvist |
2012-04-24 | WaE: incompatible pointer types | Tor Lillqvist |
2012-04-24 | WaE: unused variable | Tor Lillqvist |
2012-04-24 | WaE: semicolon before method body is ignored | Tor Lillqvist |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-02-29 | can use Zip for this | David Tardon |
2012-02-27 | there is no Sequence::isEmpty() | Ivan Timofeev |
2012-02-27 | Replace getLength() with isEmpty() where appropriate | Chr. Rossmanith |
2012-02-22 | vcl: fdo#46399 cleanup and share dummy virtual methods ... | Greggory Hernandez |
2012-02-22 | unusedcode.easy: vcl: remove DrawNativeControlText() | Thomas Arnhold |
2012-02-22 | EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option) | Josh Heidenreich |
2012-02-20 | unusedcode.easy: Remove SwProtocol::Snapshot() | Thomas Arnhold |
2012-02-19 | risk converting ByteString to rtl::OString for OSes I don't have | Caolán McNamara |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann |
2012-01-28 | vcl: Remove unused GetSymbolKeyName | Thomas Arnhold |
2012-01-16 | vcl: introduce crystal clear separation between X11 Screens and DisplayScreens | Michael Meeks |
2012-01-15 | vcl: rename methods to crisp up a 'DisplayScreen' naming concept | Michael Meeks |
2012-01-15 | vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify | Michael Meeks |
2012-01-10 | Use SAL_N_ELEMENTS | Thomas Arnhold |
2012-01-09 | catch exception by constant reference | Takeshi Abe |
2012-01-08 | catch exception by constant reference | Takeshi Abe |
2012-01-06 | Fix fdo#33816 - don't loop infinitely when using Apple Remote | Thorsten Behrens |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz |
2011-12-22 | use officecfg/Office/Common.hxx directly | David Tardon |
2011-12-15 | Removed extra semicolons | Jesse |
2011-12-14 | Adapted Mac-only code to ByteString reduction. | Stephan Bergmann |
2011-12-14 | Adapted Mac-only code to ByteString reduction. | Stephan Bergmann |
2011-12-05 | possible fix for build breaker | Markus Mohrhard |
2011-12-05 | bah, wrong file extension... | David Tardon |
2011-12-05 | fix build on macosx | David Tardon |
2011-12-05 | move the check function to vcl | David Tardon |
2011-12-01 | Fix build in macosx | August Sodora |
2011-11-27 | remove include of pch header from vcl | Norbert Thiebaud |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon |
2011-11-21 | fix build on MacOS X | David Tardon |
2011-11-21 | convert aqua plugin to rtl::O(U)String | David Tardon |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara |
2011-11-07 | redundant if not-null checks on delete | Thomas Arnhold |
2011-11-04 | Further clean up of areas touched by previous commit. | Stephan Bergmann |
2011-11-04 | String->OUString, remove unused code | August Sodora |
2011-10-27 | Rename ImplFontSelectData to FontSelectPattern so I know what it does | Caolán McNamara |
2011-10-25 | Fix for fdo41997 continuation of VCL cleanup | Olivier Hallot |
2011-10-24 | SystemFlavor NSStrings should not be const | Kristian Rietveld |
2011-10-21 | Fix for bug fdo#41997, cleanup vcl enumeration | Olivier Hallot |