summaryrefslogtreecommitdiff
path: root/vcl/source/control/tabctrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-11tdf#117549 crash with focus setting during disposingCaolán McNamara1-1/+4
2018-04-24loplugin:useuniqueptr in TabControlNoel Grandin1-3/+2
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-96/+96
2018-02-22Merely forward-declare NotebookBar in vcl/syswin.hxxStephan Bergmann1-0/+2
2018-01-28Modernize a bit vcl (part1)Julien Nabet1-114/+88
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-5/+5
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin1-3/+0
2017-10-23loplugin:includeform: vclStephan Bergmann1-3/+3
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara1-3/+0
2017-10-12Notebookbar: allow only one tab lineSzymon Kłos1-103/+20
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-1/+1
2017-08-14Fix typosAndrea Gelmini1-1/+1
2017-08-14Creating a button for the hamburger menuGökhan Gurbetoğlu1-59/+49
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-3/+3
2017-06-28loplugin:oncevar in vclNoel Grandin1-2/+1
2017-05-22tdf#103896: Fix wrong leading and trailing tabs within dialogs on macOSThorsten Wagner1-8/+8
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-1/+1
2017-04-25remove bitmaps from .src filesCaolán McNamara1-1/+2
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-13/+12
2017-04-22Notebookbar: better tab placing for the NotebookbarTabControlSzymon Kłos1-13/+23
2017-04-22tdf#102779 Set a minimum height for Notebookbar tabsYousuf Philips1-0/+3
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+0
2017-04-06Fix crash while running the Notebookbar modeSzymon Kłos1-17/+20
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-52/+52
2017-03-23Notebookbar: move shortcuts if multiple rows of tabsSzymon Kłos1-0/+14
2017-03-15tdf#105040 Notebookbar: added shortcuts toolboxSzymon Kłos1-23/+44
2017-03-08tdf#106211 Add notebookbar icon transparencySzymon Kłos1-1/+1
2017-02-27tdf#102779 Notebookbar: extra space for small tab labelsSzymon Kłos1-0/+3
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-8/+8
2017-02-24Notebookbar: Better resize supportSzymon Kłos1-0/+6
2017-02-21Fix memleakMaxim Monastirsky1-7/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-01-18change DrawControlText to return new rect rather than change old oneCaolán McNamara1-2/+2
2017-01-18tdf#102139 : avoid switching to the empty tab after exiting the OLE ObjectSzymon Kłos1-0/+2
2017-01-16tdf#102139 : prevent the notebookbar from switching to empty tabSzymon Kłos1-0/+33
2016-12-21convert EnumContext::Context to scoped enumNoel Grandin1-5/+5
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-7/+7
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin1-1/+1
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann1-1/+2
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-2/+2
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1