summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)Author
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-20Related: tdf#101881 keys not handled by native menubar sent to vcl oneCaolán McNamara
2017-09-16tdf#79877 add button text for 'previous' button (gtk-media-previous)Bernhard Widl
2017-09-15some defaults for when config is unavailableCaolán McNamara
2017-09-14use unique_ptr for mpControlFontNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin
2017-09-04tdf#39468 Translate German comments/termsAndreas Brandner
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-09-02Related: tdf#112063 unsetting and resetting gtk modality is a problemCaolán McNamara
2017-09-01weird SetModalInputMode variant only called by itselfCaolán McNamara
2017-09-01No need to give a new name to a Timer that was already named when createdTor Lillqvist
2017-09-01call SetPriority() on correct IdleNoel Grandin
2017-08-29Resolves: tdf#111865 ensure draw after SetProgressValue uses new valueCaolán McNamara
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand
2017-08-24vcl: fix double-free of ErrorInfoMichael Stahl
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-08-21WB_FLATSPLITDRAW is deadNoel Grandin
2017-08-21WB_FORCETABCYCLE is deadNoel Grandin
2017-08-19Fix typoAndrea Gelmini
2017-08-19convert extended WinBits to scoped enumNoel Grandin
2017-08-18vcl: DockingManager owns ImplDockingWindowWrappersTakeshi Abe
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-15loplugin:redundantcast, find more functional castsNoel Grandin
2017-08-13tdf#110988 Middle click does not paste primary selectionNoel Grandin
2017-08-12OSL_FAIL->SAL_WARN + display errcode (vcl/errinf)Julien Nabet
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl
2017-08-03lok - add support for in place chart editingMarco Cecchetti
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-02split out VclBuilder static methodsCaolán McNamara
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-31loplugin:oncevarNoel Grandin
2017-07-28loplugin:checkunusedparams more part1Noel Grandin
2017-07-25fix some "deffer" spellingNoel Grandin
2017-07-25tdf#108793 do not use cache for virtual deviceTamas Bunth
2017-07-22add test for CJK (~X) mnemonicsCaolán McNamara
2017-07-21mnemonics in words with Eszett misplacedCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:unusedfields in vclNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-17loplugin:unnecessaryparen: vcl (clang-cl)Stephan Bergmann
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski