summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
AgeCommit message (Expand)Author
2014-01-17Window::Notify should return boolStephan Bergmann
2013-12-19Fix sal_Int32/int mismatchTor Lillqvist
2013-12-19Introduce DPI scale factor for Hi-DPI displays.Jan Holesovsky
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist
2013-12-05Resolves: #i123795# variable names should not confuse vcl...Herbert Dürr
2013-12-04Device-specific font substitution is not usedKhaled Hosny
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-12-04convert OutputDevice::HasGlyphs from xub_StrLen->sal_Int32Noel Grandin
2013-11-19uia: merge VCL pieces of IAccessible2 work.Michael Meeks
2013-11-18want to be able to support non homogeneous buttons in buttonboxesCaolán McNamara
2013-11-14Force SetBackground() only if the appropriate settings changed.Jan Holesovsky
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-12It's whether X11 is used that is meant hereTor Lillqvist
2013-10-11Don't use X11 concepts on iOS or AndroidTor Lillqvist
2013-09-17pFontSubst is always NULLCaolán McNamara
2013-09-12Sync IOS screen invalidate to end of painttsahi glik
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara
2013-08-19prefer first visible label when presented by multiple onesCaolán McNamara
2013-08-12convert String to OUString in VCLNoel Grandin
2013-08-12XubString->OUStringCaolán McNamara
2013-08-11Reduce scope + convert sal_Bool to boolJulien Nabet
2013-08-06Disable auto-detection of high-contrast mode by defaultMichael Meeks
2013-07-29convert XubString->OUString in vcl/window.hxxNoel Grandin
2013-07-12DefaultFontConfiguration and FontSubstConfiguration with LanguageTagEike Rathke
2013-07-11X11SalInstance::CreateClipboard is only ever used with the default $DISPLAYStephan Bergmann
2013-07-11Simplify support for bitmap depth conversion in X11 clipboard/dnd codeStephan Bergmann
2013-07-11fdo#66718: Demote SystemClipboard.createUnix to an internal hackStephan Bergmann
2013-07-10Revert "fix for fdo#66718, access correct clipboard"Stephan Bergmann
2013-07-09fix for fdo#66718, access correct clipboardNoel Power
2013-06-13cppcheck: fix all the others Prefer prefix ++/-- operatorsJulien Nabet
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand
2013-06-11protect against exception during construction.Michael Meeks
2013-06-06Some more movement to mingw64 portFridrich Štrba
2013-05-24this themeing thing doesn't actually do anythingCaolán McNamara
2013-05-22sal_Bool to boolTakeshi Abe
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa
2013-05-06Drop unused SystemClipboardExt and GenericClipboardExt servicesStephan Bergmann
2013-05-06Revert "fdo#46808, Convert SystemClipboardExt service to new style"Stephan Bergmann
2013-05-06fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-06fdo#46808, Use service constructor for rendering::CanvasFactoryNoel Grandin
2013-05-06fdo#46808, Convert SystemClipboardExt service to new styleNoel Grandin
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-19Resolves: coverity#708649# start to fix mis-pimpl-ification of Window classHerbert Dürr
2013-04-16What makes Andale Sans UI a suitable cross-platform fallback font?Tor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-30coverity#440801 Dereference after null checkJulien Nabet