Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | |
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a | |||
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | |
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 | |||
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | |
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 | |||
2012-09-06 | fixed typo | Radek Doulik | |
Change-Id: I483ff930b99d04cbd1514d7f541e57e223b04bab | |||
2012-08-15 | display hexadecimal and decimal record numbers | Radek Doulik | |
Change-Id: If8720ad99d2c4c6fa4927771027123a559895bb6 | |||
2012-08-09 | remove some unused methods | Caolán McNamara | |
Change-Id: I8b89f49eff059f5650bfb531bcb568db1d97c3a3 | |||
2012-07-19 | emf+: added implementation of DrawImage record | Radek Doulik | |
Change-Id: I6c86c2eaca1586d915b648292373da4378c755ba | |||
2012-07-18 | Various Clang 3.1 -Wunsued-variable, -Wconstant-conversion | Stephan Bergmann | |
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c | |||
2012-07-02 | Remove unused defines | Thomas Arnhold | |
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-25 | replace custom readString with read_uInt16s_ToOUString | Caolán McNamara | |
replace custom readString with more efficient and foolproof read_uInt16s_ToOUString Change-Id: Idf5f85adad008b4bd775badd83f55b152a6ddaaf | |||
2012-06-22 | cppcanvas: remove obsolete makefile.mk | Michael Stahl | |
Change-Id: Id9ccc156371a235bca764044a8d155b8720782c0 | |||
2012-06-22 | remove bunch of obsolete looking .dxp files | Michael Stahl | |
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97 | |||
2012-06-23 | removed unused forward declarations of class | Takeshi Abe | |
except moving ScPostIt into source/filter/inc/xeescher.hxx Change-Id: I85fbfe88e30edce5a48a65c494ced7b2129964ff | |||
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-19 | death to some UniStrings | Caolán McNamara | |
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608 | |||
2012-06-19 | use a temporary rather than calling Erase | Caolán McNamara | |
Change-Id: I77c80d332e4bef34c31accf6e2ab77e59f9bf93e | |||
2012-06-19 | where is the logic of having 5 pChars if we only need 4 | Caolán McNamara | |
Change-Id: I16c1f5ee7a05aa011d00e6f1de86e1aa5d9621b8 | |||
2012-06-19 | if the string is created of len 0, then no point passing any arguments | Caolán McNamara | |
Change-Id: I0055ad846f438765c5259e02025e6ef5f32c6169 | |||
2012-06-19 | if the string is created from 4 sal_Unicodes then it cannot be of 0 len | Caolán McNamara | |
Change-Id: I14695ec0871e186266770d7cfe90f532de31ea57 | |||
2012-06-12 | Get rid of GRADIENT_* defines, they conflict with Windows GDI types. | Jan Holesovsky | |
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931 | |||
2012-05-22 | targetted string re-work | Michael Meeks | |
Change-Id: I9ed4df2a25c8a2a868f83de48472715a6cabe2be | |||
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-18 | tune the guessed position a bit, so that it works better with test documents | Radek Doulik | |
2012-04-18 | implemented EmfPlusRecordTypeDrawString record | Radek Doulik | |
2012-04-18 | added debug message for unsupported cases | Radek Doulik | |
2012-04-18 | SrcRect for SrcUnit = 2 is in pixels, don't Map it | Radek Doulik | |
2012-04-18 | ImplText never instantiated | Caolán McNamara | |
2012-04-13 | set minimal width if pen width is set to zero | Radek Doulik | |
2012-04-13 | fix crash on invalid/missing pen | Caolán McNamara | |
2012-04-13 | fix busted indent | Caolán McNamara | |
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-05 | callcatcher: update list, add README, remove some newly unused code | Caolán McNamara | |
2012-04-04 | New try to sort out the overloaded virtual method weirdness | Tor Lillqvist | |
Revert "Clang WaE: -Woverloaded-virtual weirdness, this seems to help" as that broke tinderboxes. Try another way instead, renaming two versions of the overloaded render() method, so that there is no longer any overloading. Compiles -Werror-clean with Clang, hopefully no problem with other compilers either. This reverts commit 86b99ab408c7235604a1a02d7bc531fe5d5f97f6. | |||
2012-04-04 | Clang WaE: -Woverloaded-virtual weirdness, this seems to help | Tor Lillqvist | |
2012-03-30 | removed duplicate includes in cppcanvas / cppuhelper / cui | Takeshi Abe | |
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 | |