Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-03 | Refetch fonts if new ones installed or old ones deinstalled | Caolán McNamara | |
i.e. honour gtk-fontconfig-timestamp so that if we request a font from packagekit to be installed, then we can auto-use it when it appears. Change-Id: Id0d914a3f9cd589d9e8a87bf9be4b6e47de2e191 | |||
2012-07-31 | fdo#48549 System::Beep() removal | Mathieu Vonlanthen | |
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0 | |||
2012-07-03 | Resolves: fdo#51693 use fontconfig font/glyph substitution in headless mode | Caolán McNamara | |
Change-Id: Ie974be8ae6e9257d92ae4f96b53cb4810efef6d8 | |||
2012-06-20 | Rename the class ImplFontData into PhysicalFontFace | Norbert Thiebaud | |
Change-Id: I402481e7c6ea605c8ccfdf6cb08166859b37e8de | |||
2012-06-12 | Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for Android | Tor Lillqvist | |
Change-Id: I8dd16850a35cd2de7260dcbe9a8aa7afae2294be | |||
2012-06-11 | Remove unused InterceptChildWindowKeyDown | Thomas Arnhold | |
- InterceptChildWindowKeyDown never gets called - so mbInterceptChildWindowKeyDown doesn't get changed - at ImplInterceptChildWindowKeyDown a) ImplSendMessage() is never accessed b) always returns sal_False Change-Id: I2dc84c88644d19c238064ab1b7dff0a24f90dc5d | |||
2012-06-07 | Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOS | Tor Lillqvist | |
Change-Id: I7cc8c5943454edea7fdef50b125d0baa95fc3f8b | |||
2012-06-05 | Use 32bpp bitmaps on Android (and iOS) | Tor Lillqvist | |
Modify DocumentLoader correspondingly. Take Android bug 32588 into account. Ideal would be to extend the XDevice stuff, or something, so that one could hand it a pre-allocated RGBA buffer into which the drawing/rendering would go. Then one could get rid of the silly convert-to-BMP phase, which prefixes the bitmap data with BMP and DIB headers (and thus, I guess, has to copy and allocate another copy). Will see. Change-Id: I4597cd933db8faa8105dc8f19638d712d5d2238a | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I0ca912c8b7e485f5ec78422150aedc72ca6df32f | |||
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 | |