summaryrefslogtreecommitdiff
path: root/vcl/source/window/dlgctrl.cxx
AgeCommit message (Expand)Author
2015-01-25coverity#1266475 Dereference null return valueCaolán McNamara
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-05-13vcl: move legacy accessibility functions to own fileChris Sherlock
2014-04-05Translated German commentsLuc Castermans
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-06coverity#708894 Unused pointer valueCaolán McNamara
2014-03-03fdo#39468 Translate German Comments - vcl/source/window/dlgctrl.cxxChristian M. Heller
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-06bSearch has constantly been trueStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-11-25this is the same condition as isSuitableDestinationCaolán McNamara
2013-08-12convert String to OUString in VCLNoel Grandin
2013-08-12XubString->OUStringCaolán McNamara
2013-06-19sal_Bool to boolTakeshi Abe
2013-06-18sal_Bool to boolTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27remove redundant iterator increment - thanks Fridrich.Michael Meeks
2013-03-27fdo#62094 - fix infinite loop in radio button group iteration.Michael Meeks
2013-02-17coverity: pass by const reference is more efficientMarkus Mohrhard
2013-01-22rework accessibility to be layout awareCaolán McNamara
2013-01-22make GetAccessibleRelationMemberOf use SetAccessibleRelationMemberOf valuesCaolán McNamara
2013-01-22revert removal of used a11y codeCaolán McNamara
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara
2012-11-22make left-right traverse through radiobutton groupsCaolán McNamara
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud
2012-09-28truly skip unshown widgets in tab traversalCaolán McNamara
2012-09-28we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara
2012-09-28add prevLogicalChildOfParentCaolán McNamara
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-07-26callcatcher: clean WindowThomas Arnhold
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-03-23vcl2gnumake: rebase to DEV300m103Philipp Lohmann [pl]
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-02-15fixed compile errors after resync to m100Malte Timmermann [mt]
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-02-14rebase to DEV300_m100Philipp Lohmann [pl]
2011-01-24vcl2gnumake: #i116589# header cleanup: linux,solaris,macosPhilipp Lohmann [pl]
2011-01-19accfixes: Completed VCL Window API for accessible releations, renamed GetLabe...Malte Timmermann [mt]