Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08 | Fix Prefer prefix ++/-- operators | Julien Nabet | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-03-21 | chmod -x | Tor Lillqvist | |
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 | Clear whole layer in slideshow sprites fdo#45219 | Thorsten Behrens | |
The clear() previously offsetted the topleft rect corner for sprites by _the sprite topleft_ position, which is rather unhelpful but for sprites located at (0,0). | |||
2012-03-16 | Clear sprites to white fdo#45219. | Thorsten Behrens | |
Another fix for a rendering glitch mentioned in fdo#45219 - vclcanvas sadly does not properly implement compositing, so all- black background yields dark shadows on semi-transparent objects. Ultimately though, we should retire vclcanvas instead. | |||
2012-03-16 | Clear full sprite area for fdo#45219 | Thorsten Behrens | |
Use clearAll() here, to really clear the whole sprite area (clear() does respect potential clip polygons) | |||
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | remove duplicate statement | David Tardon | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-17 | remove duplicated assignment | David Tardon | |
2012-02-13 | EasyHack: Removed gcc conditionals | Alexander Bergmann | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-04 | add missing README to animation, sc, sd, slideshow, starmath, sw | Josh Heidenreich | |
2012-01-24 | String->rtl::OUString | Caolán McNamara | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-11 | Fix for fdo43460 Part XXXIV getLength() to isEmpty() | Olivier Hallot | |
Part XXXIV Modules shell, slideshow, sot, starmath | |||
2012-01-11 | Fix fdo#43820 - properly initialize iterators before math. | Thorsten Behrens | |
2012-01-10 | Use SAL_N_ELEMENTS | Thomas Arnhold | |
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs | |||
2012-01-09 | Use SAL_N_ELEMENTS in slideshow where possible. | Thorsten Behrens | |
2012-01-09 | Fix totally busted whitespace in slideshow module. | Thorsten Behrens | |
2012-01-09 | Fix more incorrect iterator re-use. | Thorsten Behrens | |
Follow-up fix for 540963d879296ef81f883305057e63465b2ff586 std::algos use iterator arguments by value, and may change them. | |||
2012-01-05 | regenerate list under OSL_DEBUG_LEVEL=2 | Caolán McNamara | |
2012-01-05 | WaE and build fixes for OSL_DEBUG_LEVEL == 2 | Caolán McNamara | |
2012-01-04 | slideshow: fix unused param warnings in ObjC files | Michael Stahl | |
2011-12-22 | Fix slideshow text animations - fdo#43837 | Thorsten Behrens | |
String compare was not replaced equivalently, this needs matching against the XTEXT prefix, not exactly Removed VERBOSE_TEXTCOMMENTS exporter flag, that's now unused. Added some verbose-mode trace output | |||
2011-12-22 | Fix for fdo#43837 - prevent invalid shape text indices. | Thorsten Behrens | |
Catch a few cases where an invalid text node index is passed into the shape subsetter. | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-12 | slideshow: play back embedded media: | Michael Stahl | |
The slideshow uses the UNO API to access the drawing objects, so add a property to get the temp file URL from the media object. | |||
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-06 | Resolves: rhbz#759647 ::dispose clears mpPresTimer before releaseTimer called | Caolán McNamara | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
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 from slidewhow | 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-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-05 | Drop unnecessary inclusions of <sal/main.h> | Tor Lillqvist | |
2011-11-03 | RangeExpander functor removed, but needed in one place. | Cédric Bosdonnat | |
Added a local class for it: there may be a better fix, but it avoids the build to break. Removed a few remaining includes | |||
2011-11-01 | adapt naming scheme | Caolán McNamara | |
2011-11-01 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-25 | WaE: type name first seen using 'struct' now seen using 'class' | Tor Lillqvist | |