Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-15 | fdo#58156 use WITH_LANG_LIST instead of WITH_LANG | Andras Timar | |
Change-Id: Ie87469d7553d1dcad49348c42d3cca99a43d709c | |||
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann | |
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893 | |||
2012-11-22 | Use xcrun when available to run install_name_tool | Tor Lillqvist | |
This hopefully should help in situations like Jonathan Aquilina's, where /usr/bin/install_name_tool does not correspond to the tool-chain used (but is from an earlier version of Xcode). Change-Id: I5b4ca9e5e163fb4a84967577d2146cdbe8344f03 | |||
2012-11-21 | "newtrans.1.0" -> "translations" | Stephan Bergmann | |
Change-Id: Ib14f6087bd4123202cf2bffe79c82421a38c1c36 | |||
2012-11-19 | Extend localization to mysqlc | Zolnai Tamás | |
Change-Id: If67b4991dec8c20d02d41032923bbd5945a5704a | |||
2012-11-04 | MySQL Connector display name | Andras Timar | |
Change-Id: I36f2504cd7458d558b786aedaf79b2e3fa1444d5 | |||
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud | |
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> | |||
2012-08-14 | -Wc++11-narrowing (Clang towards 3.2) | Stephan Bergmann | |
Change-Id: I5b5e61995671aa194f97c4f337b2c429842917c0 | |||
2012-08-14 | fdo#53061: Fix for C++11 #define NULL nullptr | Jung-uk Kim | |
Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com> | |||
2012-08-13 | misc. cleanup. | Michael Meeks | |
2012-07-07 | removed unnecessary forward declarations of class | Takeshi Abe | |
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b | |||
2012-06-29 | Export the UNO symbols from mysqlc.uno.dll | Fridrich Štrba | |
Change-Id: I528acab43cad3abc88d1a20f0f19f42d652262dd | |||
2012-06-26 | re-base on ALv2 code. | Michael Meeks | |
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I88cdf9d4c3faab75a80ff72e4268748296a09e50 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-02-13 | Fix typos in comments | Elton Chung | |
2012-02-09 | Added and improved READMEs for modules in extensions, extras, postprocess | Josh Heidenreich | |
2012-02-05 | replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses | Norbert Thiebaud | |
2012-01-02 | Fix for fdo43460 Part XXV getLength() to isEmpty() | Olivier Hallot | |
Please find attached a partial fix for Easy Hack FDO43460 Part XXI Module oox | |||
2011-12-20 | catch exception by constant reference | Takeshi Abe | |
2011-11-15 | Use visibility instead of version map file for mysqlc.uno. | Stephan Bergmann | |
2011-10-30 | fix en-US only build | Andras Timar | |
2011-10-30 | enable localization of extension descriptions in mysqlc | Andras Timar | |
2011-09-21 | set lang to en-US in order l10ntools can extract strings | Andras Timar | |
2011-09-13 | change publisher from Oracle to TDF fdo#40638 | Andras Timar | |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | |
2011-07-01 | Goodbye to CWS_WORK_STAMP | Tor Lillqvist | |
2011-06-17 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-03-19 | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) | Thomas Arnhold | |
2011-03-12 | OSL_TRACE: Use format string | Thomas Arnhold | |
2011-03-12 | Move OSL_ENSURE(false,...) to OSL_FAIL(...) | Thomas Arnhold | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | |
2011-02-09 | Removing the ext_std masterpiece | Fridrich Štrba | |
2011-02-01 | Clean up makefiles | Thomas Arnhold | |
2011-01-28 | Remove double line spacing. | Thomas Arnhold | |
2011-01-21 | Remove old RCS lines. | Thomas Arnhold | |
2010-12-06 | RTL_CONSTASCII_USTRINGPARAM in extensions 1 | Gert Faller | |
2010-11-18 | Don't require extension_32_h.png in extensions | Sebastian Spaeth | |
2010-11-16 | Remove reference to high-contrast icon from ext. description.xml | Sebastian Spaeth | |
2010-10-27 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-27 | remove vos reference from uno xml descriptions | Norbert Thiebaud | |
2010-10-18 | remove non-compiled code | Povilas Kanapickas | |
2010-10-16 | some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a) | Kenneth Venken | |
2010-10-13 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||
2010-10-06 | #i113503# cppunit stl wrapper headers | Caolán McNamara | |
2010-10-05 | more removed include guards using fixguard.py | Petr Mladek | |
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | |
2010-09-15 | remove useless license prompt for extensions | Rene Engelhard | |
2010-07-09 | dba33g: #i112274# throw exception when trying to insert, update or delete ↵ | Ocke Janssen [oj] | |
rows, which is currently not supported at the driver |