Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-13 | removed unused defines | Takeshi Abe | |
Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47 | |||
2012-05-11 | put debugDump behind #if OSL_DEBUG_LEVEL > 2 | Matúš Kukan | |
basebmp/source/debug.cxx is only for vcl/headless/svpgdi.cxx Change-Id: I I Ib0624d919d7c0c5ce54dbef62fa0b49fd6eb0ab1 | |||
2012-04-10 | Remove using directives from svpgid.cxx... | Stephan Bergmann | |
...so that the hack of including it in gtk3salnativewidgets-gtk.cxx actually works. | |||
2012-03-14 | Remove SO52 strict compatibility stuff | Christina Rossmanith | |
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-02-25 | android: move DamageTracker concept into SvpSalFrame and try to use it | Michael Meeks | |
2012-02-22 | vcl: fdo#46399 cleanup and share dummy virtual methods ... | Greggory Hernandez | |
2012-02-22 | unusedcode.easy: remove some more | Thomas Arnhold | |
2012-02-21 | headless: more work in vcl | Riccardo Magliocchetti | |
Provide HeadlessSalSystem::ShowNativeDialog() instead of having it if-zeroed. Then remove LIBO_HEADLESS ifdefery from unx/generic/plugadapt/salplug.cxx which we are not building anymore. | |||
2012-02-20 | unusedcode.easy: Remove SwProtocol::Snapshot() | Thomas Arnhold | |
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap() | |||
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-17 | Introduce headless switch for X / cairo / toolkit less build | Riccardo Magliocchetti | |
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode. | |||
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-01-28 | vcl: Remove unused GetSymbolKeyName | Thomas Arnhold | |
2012-01-28 | android: unwind horrific event dispatching bug causing all the grief. | Michael Meeks | |
2012-01-24 | android: re-factor headless a little, and start on the mainloop | Michael Meeks | |
2012-01-18 | android: use config_host.mk for unit test goodness | Michael Meeks | |
2012-01-18 | android: tweak headless, expand docs, and start custom android backend | Michael Meeks | |
2012-01-15 | vcl: rename methods to crisp up a 'DisplayScreen' naming concept | Michael Meeks | |
2012-01-15 | vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify | Michael Meeks | |
2012-01-11 | align getFontFaceNumber with FC_FACE | Caolán McNamara | |
getFontFaceNumber returns the index of the font in the collection, font formats without indexes are now "0" rather than -1. All existing code already converted < 0 to 0 anyway, so simplifys a little. | |||
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-05 | Replace (Byte)String with rtl::O(U)String | Christina Rossmanith | |
2011-11-27 | remove include of pch header from vcl | Norbert Thiebaud | |
2011-11-21 | Convert Sal to rtl::O(U)String | David Tardon | |
2011-11-04 | add missing includes | David Tardon | |
2011-11-03 | Cleanup basebmp a little | Joseph Powers | |
I removed 2 unused headers. I also stopped delivering a lot of headers that no one outside of basebmp cared about. I also removed the unused methods: basebmp::BitmapDevice::getPaletteEntryCount() const basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&) | |||
2011-11-02 | Move BitmapDevice to use B2IBox instead of B2IRange. | Thorsten Behrens | |
Semantically, B2IBox represents a pixel rect much better than B2IRange - replaced all occurences in and around the software renderer, and client code. | |||
2011-10-27 | Rename ImplFontSelectData to FontSelectPattern so I know what it does | Caolán McNamara | |
Rename ImplFontSelectData to FontSelectPattern because I can never remember the name of the thing. This way I'll be able to remember that its basically the equivalent of fontconfig's FcPattern | |||
2011-10-27 | headless: cleanup degenerate clipping case to not render or warn. | Michael Meeks | |
2011-10-26 | gtk3: cleanup some code inclusion, and share timeval operators | Michael Meeks | |
2011-10-25 | add stdio for MacOSX | Caolán McNamara | |
2011-10-25 | Fix for fdo41997 continuation of VCL cleanup | Olivier Hallot | |
2011-10-25 | generic: fix misc. initialization problems & simplify a little | Michael Meeks | |
2011-10-25 | generic: undo attempt at cross-platform headless for now | Michael Meeks | |
2011-10-25 | gtk3: substantial performance win for editing document headers | Michael Meeks | |
2011-10-25 | headless: add required clip map reset for simpler clipping cases | Michael Meeks | |
2011-10-25 | generic: more unix conditional compilation pieces and win32 porting | Michael Meeks | |
2011-10-25 | generic: share the PspGraphics code between gtk/unx and svp | Michael Meeks | |
2011-10-25 | generic: share sal yield mutex properly | Michael Meeks | |
2011-10-25 | misc cross-platform dependency / build issue redux | Michael Meeks | |
2011-10-25 | headless: move backend to top-level, and enable for all platforms | Michael Meeks | |