summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2011-11-17ditch ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara
2011-11-17Do build cpputools also for non-DESKTOP OSes, needed for bridgetestTor Lillqvist
2011-11-16UniqueIdContainer is only needed by binfilterCaolán McNamara
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15remove unused SV_ICON_ID_HTML_DOCUMENT entriesNoel Power
2011-11-15FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix
Removed the icons and code associated with: SV_ICON_ID_CHART SV_ICON_ID_DRAWING_TEMPLATE
2011-11-15Revert "FDO#42454 - EasyHack: remove code associated with unused icons"Noel Power
This reverts commit 3e26dfcc2d347f4e0914449ca8104c8969fc6281.
2011-11-15Revert "remove unused SV_ICON_ID_HTML_DOCUMENT entries"Noel Power
This reverts commit 28e36d54a0f4bbe4fddacbaf2f51ff25c76ce2d5.
2011-11-15remove unused SV_ICON_ID_HTML_DOCUMENT entriesNoel Power
2011-11-15FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix
Removed the icons and code associated with: SV_ICON_ID_CHART SV_ICON_ID_DRAWING_TEMPLATE
2011-11-15use SAL_N_ELEMENTSDavid Tardon
2011-11-14Decoview code cleanupMatteo Casalin
Fixed DrawSymbol color selection Translated some comments from German to English
2011-11-14if we consider no bitmap non-fatal, then no canvas is non-fatal tooCaolán McNamara
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-14strip down includes and forward declarationsCaolán McNamara
2011-11-14we can use default implementations of theseCaolán McNamara
2011-11-14I don't see that any of this makes sense anymoreCaolán McNamara
2011-11-14no way to construct a MultiScreenGlyph nowCaolán McNamara
2011-11-14callcatcher: remove freshly unused methodsCaolán McNamara
2011-11-14no consumers of maRawBitmap remainCaolán McNamara
2011-11-14the only thing calling GetRawBitmap is itselfCaolán McNamara
2011-11-14the only thing calling GetPixmap is itselfCaolán McNamara
2011-11-14drop ScopedPicCaolán McNamara
2011-11-14InitRenderText only queries, and ret is unusedCaolán McNamara
2011-11-14mnUsingXRender unnecessary nowCaolán McNamara
2011-11-14mnForcedAA no longer connected to anything, skip setting itCaolán McNamara
2011-11-14I think we can now drop checks for minor of 1 when current is 11Caolán McNamara
2011-11-14ditch unused direct XRender text rendering callsCaolán McNamara
2011-11-14post cairo text-rendering GetGlyphId only called by GetGlyphIdCaolán McNamara
2011-11-14ditch hackaround for 15bit displays and XFree < 4.2.0Caolán McNamara
2011-11-14Link with libXrender instead of dynamically open itCaolán McNamara
Let's not mess around dlopening it and leaving gaps in the support whereby we currently require it to exist either linked or "dlopenable+display supports it" with dlopenable + display doesn't support it leaves a crashing gap where there are no appropiate checks for that case.
2011-11-14callcatcher: remove unused codeCaolán McNamara
2011-11-14annoying extra header guardsCaolán McNamara
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-11allow capability to render text with no XRenderPictFormatCaolán McNamara
2011-11-11callcatcher: remove some unused codeCaolán McNamara
2011-11-11removed empty fileTakeshi Abe
2011-11-10callcatcher: remove unused methodsCaolán McNamara
2011-11-07callcatcher: remove some unused Graphic methodsCaolán McNamara
2011-11-07gtk3: add run-time check for gtk >= 3.2.0Michael Meeks
2011-11-07gtk: cleanup resource provider and associated lifecycle issueMichael Meeks
2011-11-07gtk3: port file-picker, using more standard combobox APIs etc.Michael Meeks
2011-11-07move required resources down from fpicker & svtools into vclMichael Meeks
2011-11-07gtk: cleanup to make the vcl file-picker interface work.Michael Meeks
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks
drop un-necessary uno service related fluff, and component instantiation. nominal move to XMultiComponentFactory from XMultiServiceFactory Include fpicker in compilation for gtk3, but more work required here Simplify setting up transient parents for picker dialogs
2011-11-07gtk: use a more sensibly unique version defineMichael Meeks
2011-11-07redundant if not-null checks on deleteThomas Arnhold
2011-11-07remove unused fileDavid Tardon
2011-11-06cppcheck: avoid possible null pointer dereferencesIvan Timofeev
2011-11-04gtk3: move gtk+ file picker into vcl - a more sensible place for itMichael Meeks