Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck | |
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point. | |||
2012-01-25 | Put font embedding disable to correct unit test | Thorsten Behrens | |
2012-01-24 | Adapt reference svg to not contain embedded fonts anymore. | Thorsten Behrens | |
2012-01-24 | Disable svg font embedding for sd filters test, enable again. | Thorsten Behrens | |
2012-01-24 | finalize gcc 4.7 string literal operators | Thomas Arnhold | |
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-23 | drop tools/string.hxx include | Caolán McNamara | |
2012-01-22 | fdo#43705: fix incomplete updating of the page preview pane in Draw | Ivan Timofeev | |
This regression was introduced in f215333002882872129066828228d3343a903331. As stated in PageObjectPainter::PaintPageObject: "The page object layouter is quite volatile." The rest of usages of mpPageObjectLayouter looks sane, but who knows... | |||
2012-01-20 | Disable sd_regression_test until "do not embed font config" is fixed. | Stephan Bergmann | |
2012-01-19 | enable sd's regression test in the subsequenttest target | Markus Mohrhard | |
2012-01-19 | finish sd's regression test | Markus Mohrhard | |
Implemented a simple character based comparison of the exported file and the reference file | |||
2012-01-19 | WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32s | Michael Meeks | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-17 | sd: remove some unused defines | Ivan Timofeev | |
2012-01-17 | sd: remove unused templates | Ivan Timofeev | |
2012-01-17 | Use platform-independent ::rtl::math::round to fix msvc build | Korrawit Pruegsanusak | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-15 | WaE: ordered comparison of pointer with integer zero | David Tardon | |
2012-01-15 | these are not old component files anymore | Matúš Kukan | |
2012-01-15 | vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify | Michael Meeks | |
2012-01-14 | fix for gcc 4.7: unable to find string literal operator | Matúš Kukan | |
2012-01-13 | fdo#44173: use a geometric progression for zooming | Tim Hardeck | |
Zooming does now base on a geometric progression instead of an arithmetic one. Since the zoom factor is not only used in Draw but for all other applications 1.2 seems like a good choice. | |||
2012-01-13 | just return the read string here instead of passing one in by ref | Caolán McNamara | |
2012-01-13 | add test concept for draw/impress, import file and export to svg | Markus Mohrhard | |
the idea behind this concept: * have a file containing some test data * import file without UI * export file to svg through XStorable::storeToURL * compare exported svg file to a reference file and complain if they * differ advantages: * easy to create test cases, even for non coders * no special handling of sd internal code needed * svg is showing differences in the representation and not in the model * external programs that can be used to check the output * can be used for all input formats disadvantages: * changes to svg filter code might break test cases while the change is correct * slow test, import + export * might need external program for xml diff | |||
2012-01-10 | Fix for fdo43460 Part XXXI getLength() to isEmpty() | Olivier Hallot | |
Part XXXI Modules sd | |||
2012-01-10 | Tools container rework regression fix (for fdo#41657) | Thorsten Behrens | |
Don't de-reference invalid iterator (and no point in doing anything with an empty style sheet list anyway). | |||
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-08 | Kill SvNullStream duplication | Miklos Vajna | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/ref.hxx includes. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/link.hxx includes. | Marcel Metz | |
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl | |
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst | |||
2012-01-06 | fdo#44294: overlapped controls | Ivan Timofeev | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2012-01-05 | WaE and build fixes for OSL_DEBUG_LEVEL == 2 | Caolán McNamara | |
2012-01-04 | fix dep to svx/globlmn.hrc inside of tail_build | Norbert Thiebaud | |
2012-01-02 | Clean non English strings in the code | Lior Kaplan | |
we do translation differently. | |||
2011-12-28 | option to export hidden slides to pdf files | Pierre-André Jacquod | |
This add the checkbox hidden pages to the PDF export general tab and if checked, export also to PDF the hidden slides | |||
2011-12-28 | fdo43033 do not export to PDF hidden slides | Pierre-André Jacquod | |
2011-12-25 | catch exception by constant reference | Takeshi Abe | |
2011-12-24 | Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions | Peter Foley | |
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk | |||
2011-12-22 | "*.*" is not "all files" (bnc#738021) | Luboš Luňák | |
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)"). | |||
2011-12-22 | unusedcode: remove various unused classes | Matúš Kukan | |
2011-12-22 | remove some unused code | Caolán McNamara | |
2011-12-21 | tweak for pre language-defect #77 | Caolán McNamara | |