summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-01-24can use memcmp here, for hopefully a little import boostCaolán McNamara1-8/+1
2017-01-24return earlyCaolán McNamara1-12/+7
2017-01-24loplugin:useuniqueptrStephan Bergmann1-10/+8
2017-01-24coverity#1399552 Unintended sign extensionCaolán McNamara1-1/+2
2017-01-23drop one of the Image ctorsCaolán McNamara1-5/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski31-55/+55
2017-01-22coverity#1399045 Untrusted value as argumentCaolán McNamara1-0/+9
2017-01-22wrong streamCaolán McNamara1-1/+1
2017-01-22return early on not goodCaolán McNamara1-0/+2
2017-01-22move loop variables to loopsCaolán McNamara1-15/+14
2017-01-21coverity#1399156 split ImplCreateSwapInfo and ImplClearGraphicsCaolán McNamara2-7/+12
2017-01-21coverity#1399017 Unchecked return valueCaolán McNamara1-1/+1
2017-01-21move GetXGraphic to its only userCaolán McNamara1-7/+0
2017-01-21This does not seem to be neededKhaled Hosny1-6/+0
2017-01-21Move these defines to the only file using themKhaled Hosny2-5/+6
2017-01-20warn about unused ImagesCaolán McNamara2-2/+2
2017-01-20drop pointless pointer for referenceCaolán McNamara1-9/+5
2017-01-20split GetImageForCommand into GetBitmapForCommand and coCaolán McNamara1-9/+19
2017-01-20every ImplImage has a BitmapExCaolán McNamara3-28/+16
2017-01-20svmtest: don't output GDIMetaFiles to disk in normal test runsTomaž Vajngerl1-41/+45
2017-01-20loplugin:dynexcspec (macOS), vclStephan Bergmann1-0/+14
2017-01-20Apply stricter member access control for TasksJan-Marek Glogowski3-24/+52
2017-01-20Images no longer loaded from resource filesCaolán McNamara1-23/+0
2017-01-20loplugin:dynexcspecNoel Grandin1-1/+1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, vclStephan Bergmann16-0/+62
2017-01-19silence warning spew, these aren't seriousCaolán McNamara1-9/+3
2017-01-19Expand and improve the output log in Session-ManagementJuergen Funk2-37/+161
2017-01-19vcl: Fix a small chance of memleaksTakeshi Abe1-0/+4
2017-01-19Resolves: tdf#105416 blank windows under HiDPI RTLCaolán McNamara1-1/+1
2017-01-18Resolves: tdf#98593 buttons in writer show different text at different zoomsCaolán McNamara4-9/+87
2017-01-18change DrawControlText to return new rect rather than change old oneCaolán McNamara4-16/+15
2017-01-18Ref...DeviceTextLayout::GetTextArray is only called by Ref...DeviceTextLayoutCaolán McNamara1-1/+2
2017-01-18fix up stubCaolán McNamara1-1/+1
2017-01-18tdf#102139 : avoid switching to the empty tab after exiting the OLE ObjectSzymon Kłos1-0/+2
2017-01-18don't need so many bracketsCaolán McNamara1-1/+1
2017-01-18ofz: reduce scope, check stream, validate nActionsCaolán McNamara1-12/+28
2017-01-18TODO: fix reindentation below if you can accept being blamed by the SCMCaolán McNamara1-688/+687
2017-01-18bodge the ms_MY currency for fuzzing stubCaolán McNamara1-1/+1
2017-01-18pdf export: make FontIdentifier comparison strict weak ordering.Mark Hung1-2/+3
2017-01-17GTK3 getTransferDataFlavorsAsVector: Filter out non-MIME-typesStephan Bergmann1-0/+8
2017-01-17I very much doubt we need this single special LinuxPPC ifdefCaolán McNamara1-2/+0
2017-01-17add en_MY stubCaolán McNamara2-0/+119
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl8-15/+15
2017-01-17KDE4 Qt always processes all pending eventsJan-Marek Glogowski1-11/+9
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski6-53/+15
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski18-137/+120
2017-01-17Convert bTimer => bIdleJan-Marek Glogowski7-16/+14
2017-01-17Always schedule with the same timeJan-Marek Glogowski4-26/+21
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski18-4/+33
2017-01-17use rtl::Reference in DropTargetNoel Grandin2-13/+10