Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-15 | use new configmgr api and devomit visible code | Caolán McNamara | |
Change-Id: I386725e07c34336249dfc935b1e9f9624d1d3be8 | |||
2012-05-16 | reduce a gadzillion make_pairs executions to simple array of pod | Caolán McNamara | |
Change-Id: I38249d12d0c4e7a732b505cf90e1e8806c718229 | |||
2012-05-10 | Fix fdo#49720: Dropped unnecessary "sh -c" from popen call | Stephan Bergmann | |
Change-Id: I5de4ce4e26d995c447c99c8558f621dba6cdf110 | |||
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-04-23 | fdo#42986 Add Presentationsize 16:9 Widescreen | Rob Snelders | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-03-08 | fold i18npaper into i18nutil | Caolán McNamara | |
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting | |||
2012-03-08 | de-uno-ize ScriptTypeDetector | Caolán McNamara | |
leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext | |||
2012-03-08 | forgot to remove x_rtl_ustring.h | Caolán McNamara | |
2012-03-08 | throw a noncopyable pattern at oneToOneMappingWithFlag | Caolán McNamara | |
2012-02-08 | unicode: delete unused unicode:getCharType() method | Greg Kroah-Hartman | |
2012-02-08 | unicode: delete unused unicode:isTitle() method | Greg Kroah-Hartman | |
2012-02-08 | unicode: delete unused unicode:isPunctuation() method | Greg Kroah-Hartman | |
2012-02-08 | unicode: delete unused unicode:isBase() method | Greg Kroah-Hartman | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2011-12-21 | callcatcher: remove some unused code | Caolán McNamara | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-10-26 | missing dependency | Stephan Bergmann | |
2011-10-21 | expose an API to map from UScriptCode to i18n::ScriptType | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-02 | add link lib for decompose_ja_voiced_sound_marks | Caolán McNamara | |
2011-09-02 | move to comphelper, and rename | Caolán McNamara | |
2011-09-01 | ditch x_rtl_uString_release | Caolán McNamara | |
2011-09-01 | refactor x_rtl_uString_new_WithLength to be consistent | Caolán McNamara | |
i.e. change x_rtl_uString_new_WithLength to always create a rtl_uString with ref count of 1, like rtl_uString_new_WithLength, so requiring: either the explicit use of rtl_uString_release or passing ownership to an OUString via OUString(pStr, SAL_NO_ACQUIRE) which will do the same in its dtor | |||
2011-08-23 | merge these similar methods together | Caolán McNamara | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
2011-08-02 | convert i18nutil to gbuild | Matúš Kukan | |
2011-07-05 | removed obsolete code/comments | Takeshi Abe | |
2011-06-21 | Make the MinGW import library name match what libs.mk wants | Tor Lillqvist | |
Use the i prefix only for import libraries built with MSC. Add COMID to the import library built with MinGW. This matches the shared library name on Unix, and MinGW is a Unix-style compiler. | |||
2011-06-18 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-15 | Deliver also static i18nutil library if we have built it that way (as for iOS) | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-31 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | |
Conflicts: svtools/source/filter/wmf/winmtf.hxx tools/source/fsys/urlobj.cxx unotools/source/config/configmgr.cxx unotools/source/config/makefile.mk vcl/inc/vcl/cursor.hxx vcl/source/gdi/outdevnative.cxx vcl/source/window/abstdlg.cxx vcl/source/window/toolbox.cxx vcl/unx/generic/printer/ppdparser.cxx vcl/unx/generic/printer/printerinfomanager.cxx | |||
2011-04-28 | Remove some OS/2 code | Francois Tigeot | |
2011-04-27 | i18nutil-glibc-braindamage-workaround.diff: build failure with glibc-2.4 | Petr Mladek | |
glibc 2.4's langinfo.h does "#define CURRENCY_SYMBOL __CURRENCY_SYMBOL" which (obviously) breaks UnicodeType::CURRENCY_SYMBOL | |||
2011-02-27 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-01-16 | equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*) | Caolán McNamara | |
2010-10-28 | add modelines to .h and .c files as well | Caolán McNamara | |
2010-10-14 | 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-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2009-04-23 | CWS-TOOLING: integrate CWS ooo31gsl10_DEV300 | Ivo Hinkelmann | |
2009-04-20 17:22:17 +0200 pl r270996 : #i101210# reset maps in case of wrong index 2009-04-20 16:40:17 +0200 pl r270993 : #i101092# do not dispatch events twice | |||
2009-04-01 | CWS-TOOLING: integrate CWS cmcfixes56 | Ivo Hinkelmann | |
2009-03-26 14:46:13 +0100 cmc r270080 : #i100517# merge changes of locales32 to match 2009-03-26 14:31:32 +0100 cmc r270079 : #i100517# add some brackets and remove stray ; 2009-03-25 13:30:36 +0100 cmc r270021 : #i100503# make tralay work again 2009-03-25 10:13:35 +0100 cmc r269999 : #i100536# remove last unused method 2009-03-24 15:13:50 +0100 cmc r269955 : #i100517# fix straight-forward warnings 2009-03-24 14:36:37 +0100 cmc r269947 : #i100469# keep ia64 and arm alignments after fork-exec to signal change, but hackaround for arm to keep userlevel qemu-arm working 2009-03-24 14:02:27 +0100 cmc r269943 : #i100223# make stl headers warning free for extra gcc 4.3 warnings 2009-03-24 13:58:15 +0100 cmc r269942 : #i100504# drawinglayer is warning free on ix86 linux 2009-03-24 13:56:15 +0100 cmc r269940 : #i100469# keep ia64 and arm alignments after fork-exec to signal change |