Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | readUnicodeString can just return the string | Caolán McNamara | |
seeing as no-one checks the return value, we don't need the intermediate temporary string | |||
2012-03-16 | Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changes | Thorsten Behrens | |
Did I mention I hate boilerplate copied all over the place? ;) | |||
2012-03-16 | Performance: avoid scaling just-generated bitmap 2nd time | Thorsten Behrens | |
We're creating the bitmap to exactly match our output size - so why rounding off total transformation again, incurring another expensive bitmap scale down in the canvas? | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-09 | cppcanvas: processEMFPlus: fix valgrind warning: | Michael Stahl | |
When reading EmfPlusRecordTypeDrawImagePoints, handle the variant where points are stored as 16-bit integers instead of floats correctly. Found via valgrind on loading bugdoc from fdo#42252. | |||
2012-03-07 | workaround for buggy metafile images | Radek Doulik | |
2012-02-27 | CRLF to LF, no code changed | Korrawit Pruegsanusak | |
2012-02-17 | Removed unused code from cppcanvas | Szabolcs Dezsi | |
2012-02-13 | EasyHack: Removed gcc conditionals | Alexander Bergmann | |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-24 | String->rtl::OUString | Caolán McNamara | |
2012-01-05 | make VectorOfOutDevStates a class and refactor this a little | Caolán McNamara | |
2011-12-21 | Revert "callcatcher: Remove unused code" | August Sodora | |
This reverts commit 070eff8cf1ad7763b8b730336f11032893b77049. | |||
2011-12-21 | callcatcher: Remove unused code | August Sodora | |
2011-12-19 | callcatcher: Remove unused code | August Sodora | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | more debug info for emf+ rendering - path | Radek Doulik | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in cppcanvas | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-21 | empty a bunch of d.lst files | Michael Stahl | |
2011-11-21 | Revive gradient clipping debug visualization code. | Thorsten Behrens | |
2011-11-17 | Enforce a "lib" prefix for UNO components for Android | Tor Lillqvist | |
This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency. | |||
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-11-01 | adapt naming scheme | Caolán McNamara | |
2011-11-01 | add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString one | Caolán McNamara | |
2011-10-10 | Related: fdo#38580 NULL object | Caolán McNamara | |
2011-10-08 | Added the unreachable code back in, even for GCC 4.0, so Mac OS X would not ↵ | Stephan Bergmann | |
fail. | |||
2011-10-07 | WaE: unreachable code | Tor Lillqvist | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-26 | WaE: control reaches end of non-void function | Tor Lillqvist | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-12 | make base class dtor virtual | Caolán McNamara | |
otherwise calling delete on a base class pointer to an instantiation of a derived class doesn't call the derived class's dtor | |||
2011-09-01 | fix warnings | Gabor Jenei | |
2011-08-29 | WaE: in debug=2 mode | Caolán McNamara | |
2011-08-23 | debug build errors | Gabor | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-17 | add more component prefixes | Matúš Kukan | |
2011-08-11 | align closing brace | David Tardon | |
2011-08-11 | WaE: add braces around empty body in else stmt | David Tardon | |
2011-08-10 | check bitmap size before creating canvas action | Radek Doulik | |
2011-08-10 | added MultiplyWorldTransform record type | Radek Doulik | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-05 | fix windows build error with symlinks | Caolán McNamara | |