Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | fix typo: = -> == | David Tardon | |
Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec | |||
2012-06-08 | fdo#47044: Adapt to different Windows versions' InternetQueryOption behavior | Stephan Bergmann | |
Change-Id: Ia4d1d8f903872e5eefae2d9687866243b9055a13 | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I6eb2242506ef2d230770e513579caf4455ec37d5 | |||
2012-05-31 | Make Win32 LibO installable side by side with other StarOffice derivatives | Jesús Corrius | |
2012-06-01 | nuke unused namespace | Takeshi Abe | |
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976 | |||
2012-05-31 | nuke unused typedef | Takeshi Abe | |
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf | |||
2012-05-29 | targetted SAL_N_ELEMENTS reversion. | Michael Meeks | |
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e | |||
2012-05-29 | -Werror=deprecated-declarations | Stephan Bergmann | |
g_strcasecmp -> g_ascii_strcasecmp, hopefully the latter is already available in oldest relevant glib. Change-Id: Iac47ebd511672d4ca08d4dc998a536939d4a98c3 | |||
2012-05-29 | shell: export more symbols, as private | Matúš Kukan | |
Change-Id: Ifca9712c2ee28c8e38925150b3e6d0f27195ff1d | |||
2012-05-29 | export COM functions | David Tardon | |
Change-Id: I5ab936c90b596716f92f04d0db46a77a656a758b | |||
2012-05-29 | WaE: declaration of 'index' shadows a global declaration | David Tardon | |
Change-Id: I83a0fb26b4d376a2b9e221179fdc55a6b7900649 | |||
2012-05-29 | WaE incomplete cppu::ImplementationEntry | Norbert Thiebaud | |
Change-Id: I152ffd56ae3b95fce87056292e909e9bf5daa9e9 | |||
2012-05-29 | macbacked.cxx is really and objective c++ source -> rename .mm | Norbert Thiebaud | |
Change-Id: I0e0ed02f08358b2caeddbaad7d511c7ec70e68b4 | |||
2012-05-29 | gbuildize shell | David Tardon | |
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed | |||
2012-05-16 | removed unused constant rtl::OUString | Takeshi Abe | |
Change-Id: I173275e0f8faa852500d108f65636080f79636c6 | |||
2012-05-14 | TDE integration | Norbert Thiebaud | |
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e | |||
2012-05-02 | Argh, another tweak. | Jan Holesovsky | |
Change-Id: I69f3aa4151dde15b02cf28dae13415f86cffad10 | |||
2012-05-02 | Minor comment tweak. | Jan Holesovsky | |
Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec | |||
2012-04-30 | and be (not so) ultimately smart in the mailto handler | Luboš Luňák | |
2012-04-30 | be even smarter in the mailto handler :) | Luboš Luňák | |
2012-04-30 | Add a comment why we do what we do ;-) | Jan Holesovsky | |
Change-Id: I9686ed60c31129fc4bacf63fec2d6314bf513c73 | |||
2012-04-30 | fdo#32621: Fall back to using the GNOME mailto URI handler if no valid mail ↵ | David Steele | |
program found | |||
2012-04-24 | Reduce chatter | Tor Lillqvist | |
2012-04-23 | s/OpenOffice/LibreOffice/ | Andras Timar | |
2012-04-22 | WaE: initialization of pointer to null from a constant boolean expression | Tor Lillqvist | |
2012-04-19 | Don't check for ORBit < 2.8 | Ross Burton | |
ORBit 2.8 was released in 2003 so let's assume that this isn't being used. Also the assumption is that it's coming in through GConf, which isn't true with GConf 3 onwards, released July 2011. | |||
2012-04-13 | fix library link order to work with link --as-needed | Petr Mladek | |
2012-04-13 | sigh, need a 64bit zlib too on windows, reverting | Caolán McNamara | |
2012-04-13 | gbuildize internal zlib | Caolán McNamara | |
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz | |||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \; | |||
2012-04-05 | shell: fix silly flags from 2c5a817591 | Michael Stahl | |
2012-03-27 | typo fix | Andras Timar | |
2012-03-27 | replace OpenOffice.org to LibreOffice in registry keys | Andras Timar | |
2012-03-23 | .txt files don't need executable bits | Michael Stahl | |
2012-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-23 | .h files don't need executable bits | Michael Stahl | |
2012-03-23 | .c files don't need executable bits | Michael Stahl | |
2012-03-23 | replace OpenOffice.org to LibreOffice in registry keys | Andras Timar | |
2012-03-22 | WaE: ignoring lockf return value | Caolán McNamara | |
2012-03-21 | Appease valgrind | Fridrich Štrba | |
2012-03-21 | Call inflateInit2 instead of inflateInit for the zip stream | Fridrich Štrba | |
2012-03-21 | Remove unused define | Fridrich Štrba | |
2012-03-19 | Missing include | Stephan Bergmann | |
2012-03-19 | Simple Zip file-format implementation to avoid the need of minizip | Fridrich Štrba | |
2012-03-18 | mingw: allow use of system zlib | David Tardon | |
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-12 | WaE: missing initializer for member | David Tardon | |
2012-03-12 | WaE: deprecated conversion from string constant to 'LPSTR' | David Tardon | |