Age | Commit message (Expand) | Author | Files | Lines |
2013-12-20 | typo fixes | Andras Timar | 1 | -1/+1 |
2013-12-10 | Drop duplicate #include | Takeshi Abe | 1 | -1/+0 |
2013-11-20 | Windows: Require at least Windows XP SP2 | Thomas Arnhold | 3 | -3/+3 |
2013-11-19 | remove most use of RTL_CONSTASCII_USTRINGPARAM macro | Noel Grandin | 1 | -8/+4 |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist | 11 | -19/+19 |
2013-10-04 | fdo#46374 replace stardiv in comments where applicable | Thomas Arnhold | 1 | -11/+6 |
2013-10-02 | Spell "indices" correctly | Tor Lillqvist | 1 | -6/+6 |
2013-05-31 | Bin more VS2008 bits | Tor Lillqvist | 1 | -9/+0 |
2013-04-19 | Java cleanup, remove unnecessary casts | Noel Grandin | 1 | -3/+3 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 4 | -8/+4 |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold | 1 | -8/+8 |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold | 2 | -10/+10 |
2013-03-11 | remove remaining UTF bom | Borim | 3 | -3/+1 |
2013-02-13 | Some cppcheck cleaning | Julien Nabet | 1 | -3/+0 |
2013-02-13 | Return the real result of the test | Julien Nabet | 1 | -3/+3 |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | 1 | -6/+5 |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist | 9 | -18/+18 |
2012-11-06 | re-base on ALv2 code. Includes (at least) relevant parts of: | Michael Meeks | 41 | -508/+534 |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann | 1 | -2/+2 |
2012-09-10 | Java cleanup, fixup the TestPGP code to compile again. | Noel Grandin | 1 | -40/+10 |
2012-09-05 | Java cleanup, fix a couple of compile errors in old code | Noel Grandin | 1 | -1/+3 |
2012-09-05 | fdo#46808, Adapt reflection::CoreReflection UNO service to new style | Noel Grandin | 1 | -18/+17 |
2012-08-07 | remove empty ascii boxes and stuff | Thomas Arnhold | 1 | -8/+0 |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | 1 | -23/+14 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 37 | -545/+602 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 9 | -176/+122 |
2012-06-12 | cppcheck: Avoid unused variables code warnings | Martyn Russell | 1 | -1/+0 |
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold | 2 | -4/+0 |
2012-05-29 | gbuild conversion: store module | David Ostrovsky | 1 | -72/+0 |
2012-02-17 | remove extraneous qualifiers that break some compilers | Mariusz Dykierek | 2 | -3/+3 |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | 4 | -41/+41 |
2011-12-15 | Removed extra semicolons | Jesse | 1 | -1/+1 |
2011-11-27 | remove include of pch header in extensions | Norbert Thiebaud | 12 | -24/+0 |
2011-10-07 | cppcheck scope reduction of var in extensions/...Basic.cpp | Pierre-André Jacquod | 1 | -2/+1 |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | 1 | -0/+4 |
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | 1 | -4/+0 |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | 2 | -7/+0 |
2011-07-09 | Remove unused test/sax | Thomas Arnhold | 5 | -1759/+0 |
2011-06-03 | __cdecl -> SAL_CALL | Christina Rossmanith | 3 | -3/+3 |
2011-04-20 | Easyhack: Add visibility markup to all component_get* functions | Julien Nabet | 1 | -2/+2 |
2011-03-19 | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) | Thomas Arnhold | 1 | -1/+1 |
2011-03-09 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 | Norbert Thiebaud | 4 | -10/+0 |
2011-02-26 | Remove "using namespace ::rtl" | Julien Nabet | 7 | -9/+9 |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | 1 | -1/+1 |
2011-02-06 | Remove lots of dead code | Thomas Arnhold | 3 | -167/+1 |
2011-02-02 | Clean up makefiles | Thomas Arnhold | 1 | -18/+0 |
2011-02-01 | Clean up makefiles | Thomas Arnhold | 1 | -54/+1 |
2011-01-26 | Remove some dead code. | Thomas Arnhold | 3 | -46/+0 |
2011-01-21 | Remove doubled headers. | Thomas Arnhold | 1 | -1/+0 |
2010-12-23 | cppcheck: prefer prefix variant | Caolán McNamara | 1 | -4/+8 |