Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-05 | regenerate list under OSL_DEBUG_LEVEL=2 | Caolán McNamara | 2 | -8/+0 | |
2012-01-05 | WaE and build fixes for OSL_DEBUG_LEVEL == 2 | Caolán McNamara | 1 | -2/+2 | |
2012-01-04 | slideshow: fix unused param warnings in ObjC files | Michael Stahl | 1 | -0/+1 | |
2011-12-22 | Fix slideshow text animations - fdo#43837 | Thorsten Behrens | 5 | -73/+28 | |
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 | 2 | -36/+49 | |
Catch a few cases where an invalid text node index is passed into the shape subsetter. | |||||
2011-12-15 | Removed extra semicolons | Jesse | 2 | -3/+3 | |
2011-12-12 | slideshow: play back embedded media: | Michael Stahl | 1 | -4/+14 | |
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-06 | Resolves: rhbz#759647 ::dispose clears mpPresTimer before releaseTimer called | Caolán McNamara | 1 | -2/+6 | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | 13 | -19/+19 | |
2011-11-27 | remove include of pch header from slidewhow | Norbert Thiebaud | 95 | -186/+0 | |
2011-11-03 | RangeExpander functor removed, but needed in one place. | Cédric Bosdonnat | 1 | -1/+0 | |
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 | 3 | -13/+13 | |
2011-11-01 | ByteString->rtl::OString | Caolán McNamara | 3 | -20/+20 | |
2011-10-25 | WaE: type name first seen using 'struct' now seen using 'class' | Tor Lillqvist | 1 | -1/+1 | |
2011-10-19 | Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest ↵ | Tor Lillqvist | 3 | -0/+21 | |
used API | |||||
2011-10-05 | cast is gone now | Caolán McNamara | 2 | -3/+3 | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | 4 | -0/+11 | |
2011-09-29 | Fix error: invalid conversion from 'long int*' to 'const GLint*' | Tor Lillqvist | 1 | -1/+1 | |
2011-09-29 | fix trunk gcc compiler errors; second attempt for the previously reverted part | Stephan Bergmann | 1 | -10/+19 | |
2011-09-29 | Reverted std::hash map part of previous "fix trunk gcc compile errors." | Stephan Bergmann | 1 | -9/+8 | |
2011-09-29 | fix trunk gcc compile errors | Matúš Kukan | 1 | -8/+9 | |
2011-09-26 | cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxx | Pierre-André Jacquod | 1 | -1/+1 | |
but left the call to the function behind, since not sure there is no effect on data | |||||
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | 4 | -5/+5 | |
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 | make slideshow ByteString free | Caolán McNamara | 1 | -2/+2 | |
2011-09-06 | [cppchecker] unread Variable within a #ifdef [WINT] removed | Pierre-André Jacquod | 1 | -2/+1 | |
2011-09-01 | callcatcher: another layer of unused | Caolán McNamara | 2 | -36/+0 | |
2011-08-31 | unusedcode.easy: slideshow::internal cleanup | Joseph Powers | 28 | -372/+0 | |
2011-08-14 | unused variable in Windows build | Pierre-André Jacquod | 1 | -2/+0 | |
according cppchecker, small cleaning | |||||
2011-08-10 | Some cppcheck cleaning | Julien Nabet | 1 | -1/+1 | |
2011-07-28 | add prefixes for component_getFactory | Matúš Kukan | 5 | -5/+37 | |
2011-07-25 | Remove unused Debugging stuff | Thomas Arnhold | 6 | -415/+0 | |
If this is still needed, please revert it. | |||||
2011-07-24 | remove half baked test without the appropriate include to make it works | Norbert Thiebaud | 1 | -4/+0 | |
2011-07-24 | cString is deprecated use cStringUsingEncoding instead | Norbert Thiebaud | 1 | -2/+2 | |
2011-07-11 | Remove component_getImplementationEnvironment | Matus Kukan | 1 | -1/+0 | |
2011-05-21 | Drop OS2 | Tor Lillqvist | 2 | -3/+0 | |
2011-05-16 | WaE - add explicit casting (decimal-types → integer types) | Christian Lohmaier | 1 | -1/+1 | |
2011-05-10 | GDIMetaFile cleanup | Joseph Powers | 2 | -2/+2 | |
Plus trailing whitespace cleanup. | |||||
2011-04-21 | gbuildize slideshow | David Tardon | 9 | -640/+0 | |
2011-04-01 | fix catastrophic merge to restore video playback | Caolán McNamara | 1 | -12/+1 | |
2011-03-25 | Wholesale prewin.h/postwin.h removal | Fridrich Štrba | 4 | -21/+0 | |
2011-03-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | 5 | -6/+7 | |
Conflicts: sd/source/ui/toolpanel/TaskPaneFocusManager.cxx slideshow/source/engine/debug.cxx slideshow/source/engine/transitions/randomwipe.cxx | |||||
2011-03-18 | Merge remote-tracking branch 'origin/integration/dev300_m101' | Jan Holesovsky | 17 | -145/+219 | |
Conflicts: sd/source/ui/func/fuinsfil.cxx sd/source/ui/func/fuprobjs.cxx sd/source/ui/slideshow/slideshowimpl.cxx sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx sd/source/ui/toolpanel/ToolPanelViewShell.cxx sd/source/ui/view/drawview.cxx sd/source/ui/view/drtxtob.cxx sd/source/ui/view/outlnvsh.cxx sd/source/ui/view/outlview.cxx | |||||
2011-03-14 | debuglevels: pulled and merged DEV300.m102 | Frank Schoenheit [fs] | 5 | -11/+10 | |
2011-03-12 | mis-merge clean-up tools types | Norbert Thiebaud | 4 | -24/+24 | |
2011-03-12 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 | Bjoern Michaelsen | 14 | -121/+195 | |
2011-03-12 | Move OSL_ENSURE(false,...) to OSL_FAIL(...) | Thomas Arnhold | 35 | -140/+97 | |
2011-03-02 | CWS-TOOLING: integrate CWS mhu21 | Ivo Hinkelmann | 3 | -3/+3 | |
2011-02-28 | CWS-TOOLING: integrate CWS impress195 | Ivo Hinkelmann | 2 | -8/+7 | |
2011-02-23 | Update from master repository (DEV300_m100). | Matthias Huetsch [mhu] | 3 | -10/+10 | |
2011-02-14 | debuglevels: pulled and merged DEV300.m100 | Frank Schoenheit [fs] | 3 | -10/+10 | |