summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-17Typo: charakter->characterJulien Nabet1-1/+1
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-16tdf#105017 Crash when click a "New Theme..." in Gallery on detached SideBarNoel Grandin1-1/+1
2017-01-16drop old unused vcl/qa/complex testsCaolán McNamara12-1376/+0
2017-01-15-Werror,-Wunused-private-fieldStephan Bergmann1-4/+1
2017-01-15tdf#105015: Don’t ignore all printer fontsKhaled Hosny1-3/+14
2017-01-14vcl: Fix string comparison for reading text attributesTakeshi Abe1-16/+16
2017-01-14vcl: add SVM metafile reading and writing test and extend xml dumpTomaž Vajngerl3-0/+960
2017-01-14u*,v*: load BitmapEx resources instead of Image onesCaolán McNamara4-12/+12
2017-01-14move Image(Bitmap, MaskBitmap) code to last user of itCaolán McNamara1-6/+0
2017-01-14coverity#735343 Unchecked return valueCaolán McNamara1-1/+1
2017-01-13vcl: Fix memory leaksTakeshi Abe2-0/+4
2017-01-13tdf# 105017 Crash when click a "New Theme..." in Gallery on detached SideBarNoel Grandin1-1/+1
2017-01-13use the same number in alloc and memsetCaolán McNamara1-2/+3
2017-01-13ofz: ensure all not explicitly set indexes are zeroCaolán McNamara1-0/+1
2017-01-13make this a tiny bit less unreadableCaolán McNamara1-23/+26
2017-01-13fix android buildNoel Grandin1-0/+9
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin38-130/+100
2017-01-12Drop unused struct membersKhaled Hosny1-20/+8
2017-01-12Resolves: tdf#104897 sort windows buttons into yes, no, cancelCaolán McNamara1-2/+6
2017-01-12don't check every possible kde variant, startswith kde is good enoughCaolán McNamara1-3/+1
2017-01-12update symbols names to match current realityCaolán McNamara1-22/+22
2017-01-12add ppm/pbm fuzzerCaolán McNamara3-0/+72