summaryrefslogtreecommitdiff
path: root/vcl/source/window/dlgctrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-28GetFocusFlags::Cursor->GetFocusFlags::CURSORNoel Grandin1-4/+4
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-23/+23
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-5/+5
2015-05-27convert DLGWINDOW constants to scoped enumNoel Grandin1-17/+17
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-4/+4
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-10/+10
2015-01-25coverity#1266475 Dereference null return valueCaolán McNamara1-3/+3
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-4/+4
2014-09-29loplugin: cstylecastNoel Grandin1-16/+16
2014-09-23fdo#82577: Handle WindowNoel Grandin1-70/+82
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+2
2014-05-13vcl: move legacy accessibility functions to own fileChris Sherlock1-232/+6
2014-04-05Translated German commentsLuc Castermans1-2/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-40/+0
2014-03-06coverity#708894 Unused pointer valueCaolán McNamara1-2/+2
2014-03-03fdo#39468 Translate German Comments - vcl/source/window/dlgctrl.cxxChristian M. Heller1-35/+28
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-18/+18
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-57/+57
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-1/+2
2014-02-06bSearch has constantly been trueStephan Bergmann1-2/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-11-25Integrate branch of IAccessible2Steve Yin1-1/+7
2013-11-25this is the same condition as isSuitableDestinationCaolán McNamara1-1/+1
2013-08-12convert String to OUString in VCLNoel Grandin1-5/+5
2013-08-12XubString->OUStringCaolán McNamara1-5/+5
2013-06-19sal_Bool to boolTakeshi Abe1-3/+3
2013-06-18sal_Bool to boolTakeshi Abe1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-27remove redundant iterator increment - thanks Fridrich.Michael Meeks1-1/+0
2013-03-27fdo#62094 - fix infinite loop in radio button group iteration.Michael Meeks1-36/+11
2013-02-17coverity: pass by const reference is more efficientMarkus Mohrhard1-2/+1
2013-01-22rework accessibility to be layout awareCaolán McNamara1-19/+14
2013-01-22make GetAccessibleRelationMemberOf use SetAccessibleRelationMemberOf valuesCaolán McNamara1-0/+3
2013-01-22revert removal of used a11y codeCaolán McNamara1-0/+55
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-1/+1
2012-11-22make left-right traverse through radiobutton groupsCaolán McNamara1-29/+121
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-3/+3
2012-09-28truly skip unshown widgets in tab traversalCaolán McNamara1-9/+9
2012-09-28we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara1-4/+9
2012-09-28add prevLogicalChildOfParentCaolán McNamara1-6/+4
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara1-4/+5
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2