Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-06 | callcatcher: various unused methods | Caolán McNamara | |
2011-08-31 | Translated German comments, removed redundant ones till cairo (incl.) | Allmann-Rahn | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-19 | deliver also unotools.hxx | Matúš Kukan | |
2011-08-19 | gbuildized modules have empty d.lsts | Bjoern Michaelsen | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
2011-08-03 | No need to link explicitly with the objc library | Tor Lillqvist | |
2011-08-03 | Add statically linked basegfx cppunittester for iOS | Tor Lillqvist | |
2011-08-03 | get this working under windows again | Caolán McNamara | |
2011-08-03 | get this working under windows again | Caolán McNamara | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-26 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-26 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-25 | Don't bother with StaticLibrary_basegfx_s for iOS | Tor Lillqvist | |
We only build statitc libraries for iOS anyway. | |||
2011-07-25 | cppunit is linked in automatically | David Tardon | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-14 | callcatcher: remove unused basegfx::B3DHomPoint::implHomogenize | Thomas Arnhold | |
2011-07-14 | callcatcher: remove unused basegfx::B3DHomMatrix::Foo | Thomas Arnhold | |
2011-07-12 | 4 minutes 27 seconds -> 11 seconds | Caolán McNamara | |
2011-06-22 | add comphelper as a depend if we use comphelper includes | Caolán McNamara | |
2011-06-22 | Use the sweep flag to determine the drawing direction | Fridrich Štrba | |
The previous solution was giving somehow acceptable results in the majority of cases, but was pretty broken with corner cases where the arc is exactly half of the whole ellipse and where the large arc flag is largely irrelevant. If the sweep flag is equal to 0 drawing goes in the sense of decreasing angles. If it is set, drawing goes in the sense of increasing angles. | |||
2011-06-22 | Fix deliver | Fridrich Štrba | |
2011-06-22 | Teach LibreOffice proper svg:d support | Thorsten Behrens | |
2011-06-20 | gnumake4: fix buildbreakers from merge | Bjoern Michaelsen | |
2011-06-19 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
Conflicts: basebmp/prj/d.lst basebmp/test/basictest.cxx basebmp/test/makefile.mk basegfx/inc/basegfx/basegfxdllapi.h basegfx/inc/basegfx/tools/debugplotter.hxx basegfx/inc/basegfx/tuple/b2ituple.hxx basegfx/prj/d.lst basegfx/source/numeric/makefile.mk basegfx/source/polygon/makefile.mk basegfx/source/range/makefile.mk basegfx/source/raster/makefile.mk basegfx/source/tuple/makefile.mk basegfx/source/vector/makefile.mk basegfx/test/basegfx1d.cxx basegfx/test/makefile.mk basegfx/util/makefile.mk canvas/Library_canvasfactory.mk canvas/Module_canvas.mk canvas/prj/build.lst canvas/prj/d.lst canvas/source/cairo/cairo_canvashelper_texturefill.cxx canvas/source/cairo/makefile.mk canvas/source/tools/makefile.mk comphelper/qa/string/makefile.mk cppcanvas/Module_cppcanvas.mk cppcanvas/inc/cppcanvas/cppcanvasdllapi.h cppcanvas/prj/build.lst cppcanvas/prj/d.lst cppcanvas/source/mtfrenderer/makefile.mk cppcanvas/util/makefile.mk i18npool/source/search/makefile.mk regexp/Library_regexp.mk regexp/prj/d.lst sax/CppunitTest_sax.mk sax/Library_sax.mk sax/prj/d.lst sax/qa/cppunit/test_converter.cxx sax/source/expatwrap/attrlistimpl.hxx sax/util/makefile.mk svtools/Library_svt.mk tools/Executable_sspretty.mk ucbhelper/prj/d.lst ucbhelper/source/provider/configureucb.cxx ucbhelper/source/provider/provconf.cxx ucbhelper/util/makefile.mk unotools/Library_utl.mk unotools/Module_unotools.mk unotools/Package_inc.mk unotools/prj/build.lst vcl/Library_desktop_detector.mk vcl/Library_vcl.mk vcl/Library_vclplug_gtk.mk vcl/aqua/source/gdi/salprn.cxx vcl/inc/aqua/saldata.hxx vcl/unx/generic/gdi/salgdi3.cxx | |||
2011-06-18 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-18 | Use the i prefix for the import library only with MSC | Tor Lillqvist | |
2011-06-17 | gnumake4: #i116959#: kill ↵ | Michael Stahl | |
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd] | |||
2011-06-17 | gnumake4: remove DOS lineendings from new dllapi files, add terminating ↵ | Michael Stahl | |
newline [hg:6a190c99c8ff] | |||
2011-06-17 | CWS gnumake4: reimplement basegfx_s hack for new build system [hg:c943ed591aff] | Mathias Bauer | |
2011-06-16 | CWS gnumake4: some fixes for basegfx+canvas [hg:8c299b2d4484] | Mathias Bauer | |
2011-06-16 | CWS gnumake4: must link against stl [hg:8afba918c344] | Mathias Bauer | |
2011-06-16 | CWS gnumake4: some more changes for basebmp and basegfx [hg:412eb2845cc4] | Mathias Bauer | |
2011-06-16 | CWS gnumake4: add cppunittests for basebmp and basegfx [hg:f8f8d6414c70] | Mathias Bauer | |
2011-06-16 | CWS gnumake4: convert basegfx to new build system [hg:e8f9d107b59a] | Mathias Bauer | |
2011-06-07 | No testing, sorry, when cross-compiling | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-04 | Some cppcheck cleaning | Julien Nabet | |
2011-04-28 | Remove some OS/2 code | Francois Tigeot | |
2011-04-22 | cppcheck inefficient checking for emptiness | Kayo Hamid | |
From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster. xxxx.size() can take linear time but xxxx.empty() is guaranteed to take constant time | |||
2011-04-05 | remove ADAPT_EXT_STL | Caolán McNamara | |
2011-03-18 | Merge remote-tracking branch 'origin/integration/dev300_m101' | Jan Holesovsky | |
Conflicts: comphelper/source/misc/servicedecl.cxx i18npool/source/breakiterator/breakiteratorImpl.cxx l10ntools/scripts/localize.pl svl/source/items/itemset.cxx svl/source/memtools/svarray.cxx svl/source/numbers/zformat.cxx svtools/source/brwbox/brwbox1.cxx tools/source/stream/strmwnt.cxx vcl/inc/vcl/graphite_adaptors.hxx vcl/inc/vcl/graphite_layout.hxx vcl/inc/vcl/graphite_serverfont.hxx vcl/source/control/imgctrl.cxx vcl/source/gdi/outdev.cxx vcl/source/gdi/outdev3.cxx vcl/source/glyphs/gcach_ftyp.cxx vcl/source/glyphs/graphite_adaptors.cxx vcl/source/glyphs/graphite_layout.cxx vcl/source/window/winproc.cxx vcl/unx/source/fontmanager/fontconfig.cxx | |||
2011-03-16 | WaE: enable exceptions for new containers | Caolán McNamara | |
2011-03-15 | Lock rotation matrix orthogonality via unit test | Thorsten Behrens | |
There were cases reported when multiples of pi/2 did not yield a properly-orthogonal rotation matrix. locked via unit test. | |||
2011-03-14 | Related: rhbz#684477 make sure this is thread safe | Caolán McNamara | |
2011-03-12 | Move OSL_ENSURE(false,...) to OSL_FAIL(...) | Thomas Arnhold | |