summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-14Move call to Scheduler::ImplDeInitScheduler in DeInitVCL back to orig. placeStephan Bergmann1-2/+2
2017-12-14sal_uIntPtr->unsigned long in SystemEnvDataNoel Grandin1-1/+1
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl1-0/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl5-0/+6
2017-12-13Fix --enable-qt5Stephan Bergmann2-2/+2
2017-12-13sal_uLong->void* for userdata in MenuNoel Grandin3-9/+9
2017-12-13convert tolerance params to sal_uInt8Noel Grandin16-82/+80
2017-12-12Remove obsolete "explicit operator bool" hackStephan Bergmann2-5/+5
2017-12-12tdf#114408 set correct tooltip rectangleCaolán McNamara1-2/+2
2017-12-12tdf#114407 let tooltip children of non-nwf widgets be nwf themedCaolán McNamara1-1/+2
2017-12-12Revert "lok: Assertion `m_aProcessingUserEvents.empty()' failed"Henry Castro1-0/+1
2017-12-12lok: Assertion `m_aProcessingUserEvents.empty()' failedHenry Castro1-1/+0
2017-12-11loplugin:salcallStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin21-49/+49
2017-12-10Use some for range loops in vclJulien Nabet5-42/+36
2017-12-09headless: improve popup menu background defaults.Michael Meeks1-0/+2
2017-12-08vcl: Rectangle does not name a typeMichael Stahl1-1/+1
2017-12-09Use ImplIsFloatingWindow instead of dynamic_castPranav Kant1-3/+3
2017-12-09lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant3-49/+39