summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)AuthorFilesLines
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin1-22/+24
2017-04-11convert ruler menu to .uiCaolán McNamara1-3/+3
2017-04-10Fix typos to complete commit b35552f39503Andrea Gelmini1-1/+1
2017-04-07Revert "Related tdf#105566 Update Infobar when signature status changes"Michael Stahl1-5/+3
2017-04-07tdf#39468 Translate German commentsJens Carl1-8/+8
2017-04-07Related tdf#105566 Update Infobar when signature status changesSamuel Mehrbrodt1-3/+5
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann1-1/+1
2017-04-06Fix crash while running the Notebookbar modeSzymon Kłos1-17/+20
2017-04-05loplugin:constantparamNoel Grandin1-3/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna19-323/+323
2017-03-23Notebookbar: move shortcuts if multiple rows of tabsSzymon Kłos1-0/+14
2017-03-23TODO: move to ScrollBar when binary incompatibility is no longer problematicCaolán McNamara1-34/+24
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-03-21Notebookbar: multiple context containers supportSzymon Kłos1-3/+21
2017-03-20uitest: start logging the actions on UI elementsMarkus Mohrhard1-0/+2
2017-03-16tdf#103235 Notebookbar: use persona themeSzymon Kłos1-0/+21
2017-03-15tdf#105040 Notebookbar: added shortcuts toolboxSzymon Kłos2-29/+44
2017-03-08tdf#106211 Add notebookbar icon transparencySzymon Kłos1-1/+1
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-03-02Fix typosAndrea Gelmini1-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łos2-0/+21
2017-02-21Fix memleakMaxim Monastirsky1-7/+1
2017-02-21VclStatusListener: Listener needs to be acquire'd firstMaxim Monastirsky1-0/+1
2017-02-16remove unused F_100TH_SEC from TimeFieldFormat enumNoel Grandin1-4/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin16-85/+85
2017-02-10coverity#1371289 Missing move assignment operatorCaolán McNamara1-1/+1
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin5-42/+0
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara1-2/+5
2017-02-08coverity#1400142 Dereference after null checkCaolán McNamara1-1/+1
2017-02-03TyposJulien Nabet3-7/+7
2017-01-30I don't see why we hide 'select all' if there is no insert symbol dialogCaolán McNamara1-1/+0
2017-01-30convert edit menu to .ui formatCaolán McNamara1-67/+74
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin2-10/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-12/+8
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski7-8/+8
2017-01-20drop pointless pointer for referenceCaolán McNamara1-9/+5
2017-01-18Resolves: tdf#98593 buttons in writer show different text at different zoomsCaolán McNamara2-4/+34
2017-01-18change DrawControlText to return new rect rather than change old oneCaolán McNamara4-16/+15
2017-01-18tdf#102139 : avoid switching to the empty tab after exiting the OLE ObjectSzymon Kłos1-0/+2
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski3-0/+3
2017-01-16vcl: Edit::ImplGetCharPos() no calling iterateCodePoints on empty stringMichael Stahl1-1/+4
2017-01-16tdf#102139 : prevent the notebookbar from switching to empty tabSzymon Kłos1-0/+33
2017-01-14coverity#735343 Unchecked return valueCaolán McNamara1-1/+1
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin11-28/+21
2017-01-11don't position cursor inside a utf-16 sequenceCaolán McNamara1-5/+12
2017-01-05unwind radio and check img listsCaolán McNamara1-41/+56
2017-01-05Improve last commitMaxim Monastirsky1-7/+2