summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-28coverity#1311653 Uninitialized scalar fieldCaolán McNamara1-0/+1
2017-12-28Try to handle fonts orphaned from cache gracefullyMike Kaganski11-27/+69
2017-12-27Make line color consitent between CategoryListBox and simple ListBoxTamás Zolnai1-0/+1
2017-12-27tdf#111781 Drawing selection highlight twice in listBoxesBán Róbert1-2/+1
2017-12-26vcl-svp: add 24-bit (3-byte) RGB surface support to CairoAshod Nakashian1-4/+21
2017-12-26vcl-svp: Store 24-bit images in 3-byte pixelsAshod Nakashian5-16/+109
2017-12-26Remove redundant call to OutputDevice::ImplRefreshAllFontDataMike Kaganski1-1/+0
2017-12-25coverity#1426921 Uninitialized scalar fieldCaolán McNamara1-0/+1
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin10-14/+14
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin8-8/+8
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-0/+6
2017-12-22use SyncDbusSessionHelper for font install requestsCaolán McNamara3-84/+12
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna3-7/+5
2017-12-22tdf#79077: Mildly improved user experienceKatarina Behrens9-14/+45
2017-12-21set dbus id for existing DbusSessionHelper usersCaolán McNamara1-4/+6
2017-12-21add html fuzzerCaolán McNamara3-0/+83
2017-12-21Resolves: tdf#114592 mark geometry as provisionalCaolán McNamara2-3/+9
2017-12-21Prevent out-of-order LO event processingJan-Marek Glogowski2-17/+32
2017-12-20remove html fuzzerCaolán McNamara3-83/+0
2017-12-20add html fuzzerCaolán McNamara3-0/+83
2017-12-20Related: tdf#79657 Different approach to disable the context menuMaxim Monastirsky1-1/+1
2017-12-20coverity#1426738 Dereference null return valueCaolán McNamara1-1/+2
2017-12-20reversed assertCaolán McNamara1-1/+1
2017-12-20lokdialog: Use Application::Post{Mouse,Key}Event() to post to main threadPranav Kant1-68/+0
2017-12-20tdf#79077: Cleanup PapersizeFromSetup related codeKatarina Behrens6-5/+26
2017-12-20tdf#79077: copy 'paper from printer setup' toggleKatarina Behrens3-14/+45
2017-12-20Fix typoAndrea Gelmini1-1/+1
2017-12-19vcl: explicitly qualify ICU types with icu:: namespaceEike Rathke1-1/+1
2017-12-19remove unused typedefsNoel Grandin2-2/+0
2017-12-19inline use-once typedefsNoel Grandin7-19/+10
2017-12-19coverity#1426313 Unchecked return valueCaolán McNamara1-3/+4
2017-12-19loplugin:unusedenumconstantsNoel Grandin1-3/+0
2017-12-19Fix typosAndrea Gelmini3-3/+3
2017-12-19show rest of the menu bar in a pop-up if the are is too smallTomaž Vajngerl4-4/+129
2017-12-19menu: pass paint size to ImplPaint and account for buttonsTomaž Vajngerl3-13/+25
2017-12-19coverity#1426314 silence Resource leakCaolán McNamara1-12/+8
2017-12-17ofz#4678 ensure null terminationCaolán McNamara1-2/+4
2017-12-16Fix typosAndrea Gelmini1-1/+1
2017-12-16sal_uLong->SalPrinterError in SalPrinterNoel Grandin9-37/+22
2017-12-16sal_uIntPtr->sal_uInt32 in yieldCountsNoel Grandin2-2/+2
2017-12-15lokdialog: Give non-programmatic name to autofilterPranav Kant1-0/+2
2017-12-15lokdialog: If we already have the title, emit it during creationPranav Kant2-7/+7
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski15-86/+58
2017-12-15Report more debug information about caught exceptionStephan Bergmann2-6/+41
2017-12-15loplugin:salcall (macOS)Stephan Bergmann5-5/+5
2017-12-15sal_uIntPtr/sal_uLong->void* in Popover idsNoel Grandin4-20/+20
2017-12-15sal_uIntPtr->sal_uInt32 in X11SalGraphicsImplNoel Grandin2-2/+2
2017-12-14Fix memleakPranav Kant1-0/+1
2017-12-14lokdialog: Unblock custom window mouse key eventsPranav Kant1-12/+32