summaryrefslogtreecommitdiff
path: root/vcl/source/window/taskpanelist.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-14/+8
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-1/+1
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-3/+3
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-12/+7
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-2/+3
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-22/+22
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-19/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-22/+22
2014-01-31fdo#71763: F6 key moves focus on this trip: Menu -> Sidebar -> Thumbnail viewZolnai Tamás1-6/+6
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-07-14callcatcher: remove unused TaskPaneList::FindNextPaneThomas Arnhold1-35/+0
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-2/+5
2011-05-08Some cppcheck cleaningJulien Nabet1-1/+1
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-2/+5
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-24/+24
2011-03-04Remove bogus and useless comments.Guillaume Poussel1-2/+0
2011-02-14rebase to DEV300_m100Philipp Lohmann [pl]1-23/+23
2011-01-25WaE: unused variablesDavid Tardon1-18/+0
2011-01-24vcl2gnumake: #i116589# header cleanup: linux,solaris,macosPhilipp Lohmann [pl]1-2/+5
2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xml...Xiaofei Zhang1-1/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-09-29removetooltypes: #i112600# some more changes in vcl and tools, reverted confi...Xiaofei Zhang1-23/+23
2010-07-29vcl114: #113502# do not use Alt-F6Philipp Lohmann [pl]1-1/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-08-26CWS-TOOLING: integrate CWS swa11y32_2ndVladimir Glazounov1-14/+14
2008-04-11INTEGRATION: CWS changefileheader (1.23.76); FILE MERGEDRüdiger Timm1-29/+18
2008-01-14INTEGRATION: CWS aquavcl04 (1.22.102); FILE MERGEDIvo Hinkelmann1-3/+9
2007-06-27INTEGRATION: CWS vgbugs07 (1.21.240); FILE MERGEDJens-Heiner Rechtien1-5/+5
2006-09-17INTEGRATION: CWS pchfix02 (1.20.112); FILE MERGEDOliver Bolte1-2/+5
2006-06-19INTEGRATION: CWS warnings01 (1.19.90); FILE MERGEDJens-Heiner Rechtien1-3/+3
2005-11-10INTEGRATION: CWS vcl48 (1.18.94); FILE MERGEDRüdiger Timm1-2/+6
2005-09-09INTEGRATION: CWS ooo19126 (1.17.186); FILE MERGEDRüdiger Timm1-47/+21
2005-03-18INTEGRATION: CWS vcl36 (1.16.92); FILE MERGEDKurt Zenker1-2/+14
2004-10-22INTEGRATION: CWS dba17 (1.15.200); FILE MERGEDPascal Junck1-7/+37
2004-01-06INTEGRATION: CWS vclcleanup02 (1.14.340); FILE MERGEDVladimir Glazounov1-5/+4
2002-11-21#105406# improved restore focus handlingStephan Schäfer1-14/+14
2002-08-14#99902# splitters are only activated if their parent has the focus, otherwise...Stephan Schäfer1-3/+3
2002-05-23#98154# kbd accessible splitterStephan Schäfer1-7/+62
2002-04-25#98585# use IsReallyVisible() instead of IsVisible() for finding next pane or...Thomas Benisch1-4/+4
2002-04-15#96972# set focus in child window for floating windowsStephan Schäfer1-10/+27