Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-12 | fix invalid vector.push_back(vector.back()) | Michael Stahl | |
The vector::back() does not return a value but a reference, hence this is invalid. Change-Id: I8624b649deb8fb4de0d1d8af1288068acc80cef2 | |||
2012-06-09 | fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftovers | Thomas Arnhold | |
Change-Id: Iebc7d58ad50777476d1ae69958ad90a8b86ed5d8 | |||
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | |
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks. | |||
2012-06-05 | Remove bogus dependency of extension on comphelper | Stephan Bergmann | |
Change-Id: I2a0d4bc968b9b1d285006f26603da4a98fbd870b | |||
2012-06-04 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | |
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks. | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I88cdf9d4c3faab75a80ff72e4268748296a09e50 | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Ibf22ef6338795256d5b8947e4a9d7ff2c35a7a4d | |||
2012-05-31 | target cppcheck index incrementing revert | Michael Meeks | |
Change-Id: I890dfe9fbd7b5a850daaa0d2b4d5040a5ddbefd7 | |||
2012-05-30 | sdext: cleanup presenter screen handling pwrt. naming | Michael Meeks | |
Change-Id: I9400ca0a704cfdeb7f333be704ec5690bedcf0c6 | |||
2012-05-31 | nuke unused typedef | Takeshi Abe | |
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf | |||
2012-05-30 | presenter-console: cleanup and simplify threading mess around timers. | Michael Meeks | |
Change-Id: Ia8e3b59b4c158368d85ba52852c26c578017d10a | |||
2012-05-20 | Some cppcheck cleaning | Julien Nabet | |
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534 | |||
2012-05-17 | removed unused const rtl::OUString | Takeshi Abe | |
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb | |||
2012-05-17 | WaE: MSVC2008 C4309 truncation of constant data | Caolán McNamara | |
Change-Id: I7cae514cfd3c51bde5e8e0df2c51bed23904569d | |||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||
2012-05-16 | reduce static_initialization_and_destruction chain | Caolán McNamara | |
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe | |||
2012-05-15 | Do not call getOrigName ever | Tomas Chvatal | |
When one take look on what the code did: name = nameA; origName = nameA; GooString *getOrigName() { return origName; } GooString *getName() { return name; } This code is used even with poppler 10 which was branched 4 years ago. So simply do not bother with this code at all. Change-Id: Iba877e765fb763878f5ccd3e1fa62c29cadc9085 | |||
2012-05-14 | better fix for poppler 0.20 | Petr Mladek | |
Do not call gfxFont->getName() twice; Thanks David Tardon for catching this. Heh, I wonder if gfxFont->getOrigName() ever given any different value than getName() ;-) Change-Id: Idaf95a6a024076c6d450519923b6129166a5f8bd | |||
2012-05-14 | poppler 0.20 changed its api | Ionut Biru | |
Modification introduced in http://cgit.freedesktop.org/poppler/poppler/commit/?id=c0affb1845c339f89ca67608cb9fd9134ff902f5 Signed-off-by: Ionut Biru <ibiru@archlinux.org> | |||
2012-05-12 | fdo#46223: Fix Presenter Console help screen layout | Gábor Stefanik | |
Change-Id: I18d2fda46d3a6427b1691c1ff7838097bb25d0ec | |||
2012-04-24 | Bump extension versions after changing to passive registration | Stephan Bergmann | |
...otherwise, if they are bundled, their per-user data is not regenerated, leading to inconsitencies. | |||
2012-04-24 | remove leftover component_writeInfo | David Tardon | |
2012-04-21 | Fix fdo#45848 | Korrawit Pruegsanusak | |
regression from 5dd4f9ecb2f50cf76b44472e4438297b6c65184c The change: - if(m_GlyphsList.size()>1) + if(!m_GlyphsList.empty()) is incorrect, so change it back. | |||
2012-04-19 | convert presenter console to passive registration | David Tardon | |
2012-04-19 | convert pdfimport to passive registration | David Tardon | |
2012-04-19 | convert presentation minimizer to passive registration | David Tardon | |
2012-04-18 | fix presentation minimizer registration | David Tardon | |
2012-04-18 | mpAccessibleConsole is not a child of itself .-) | David Tardon | |
2012-04-16 | callcatcher: update list | Caolán McNamara | |
2012-04-14 | unusedcode: PresenterAnimation and PresenterAnimator | Matúš Kukan | |
2012-04-13 | sigh, need a 64bit zlib too on windows, reverting | Caolán McNamara | |
2012-04-13 | gbuildize internal zlib | Caolán McNamara | |
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz | |||
2012-04-10 | Remove VERBOSE part 3 | Rob Snelders | |
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-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-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-04 | fdo#33914 do not play sound in presenter console | David Tardon | |
2012-04-04 | set alpha too | David Tardon | |
2012-04-04 | sdext: use CustomTarget makefiles | Matúš Kukan | |
2012-03-30 | removed duplicate includes in filter / i18npool / sdext | Takeshi Abe | |
2012-03-23 | .pdf files don't need executable bits | Michael Stahl | |
2012-03-22 | maTransform had to go ( was always = identity) | Christina Rossmanith | |
2012-03-20 | callcatcher: update list | Caolán McNamara | |
2012-03-20 | Remove unused code (sdext) | Christina Rossmanith | |
2012-03-20 | Remove unused code (sdext) | Christina Rossmanith | |
2012-03-20 | Remove unused code | Christina Rossmanith | |
2012-03-20 | cppcheck report: logical disjunction always evaluates to true | Julien Nabet | |
2012-03-20 | orientation is always vertical | Caolán McNamara | |
2012-03-16 | do not let a unittest create temp files in the current directory | Luboš Luňák | |