summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2018-03-13forcepoint #27 check region bands loaded from stream for consistencyCaolán McNamara2-5/+30
2018-03-07tdf#115353 Status bar: no cache in settextTamas Bunth1-3/+0
2018-03-02forcepoint #16: fix heap-use-after-freeMiklos Vajna1-1/+3
2018-03-02forcepoint #14 check to see if we incremented at allCaolán McNamara1-3/+6
2018-03-01tdf#115297: alternative fix for displaying 1bit imagesVasily Melenchuk1-9/+1
2018-02-26forcepoint #6 release virtual devices before releasing font cacheCaolán McNamara1-4/+5
2018-02-22tdf#103690: Set up notifications only after VCL has been initialisedTor Lillqvist1-0/+4
2018-02-22forcepoint #4Caolán McNamara1-6/+21
2018-02-21tdf#115315 Cursor not in focus with new documentTelesto1-1/+1
2018-02-09various sft fixesCaolán McNamara1-24/+71
2018-02-09check O_hhea and O_vhea sizesCaolán McNamara1-3/+7
2018-02-09check O_head sizeCaolán McNamara1-2/+6
2018-02-09check table size before reading nglyphsCaolán McNamara1-1/+2
2018-02-09Removed unused code for reading kern tableKhaled Hosny1-79/+0
2018-02-08tdf#112990: Hack-around: Do not crash on mac with opengl enabledXisco Fauli1-0/+9
2018-02-08return early on short streamCaolán McNamara1-0/+2
2018-02-08stay within font boundsCaolán McNamara1-1/+6
2018-02-08what matters is the availability of the last element, not the firstCaolán McNamara1-2/+3
2018-02-08check kern table sizeCaolán McNamara1-2/+2
2018-02-07sanity check cmap table sizeCaolán McNamara1-0/+6
2018-02-05tdf#115416 allow build with classic libjpegCaolán McNamara1-1/+2
2018-02-04tdf#32935 tdf#49134 tdf#114466 Activate newly opened modal dialogsMike Kaganski1-1/+6
2018-01-29gtk3: single click with selection set doesn't unselectCaolán McNamara1-1/+1
2018-01-27tdf#115057 Never use ImplPopupFloatWin for anything except ToolBoxMaxim Monastirsky3-4/+4
2018-01-23tdf#115023 Check mpControlData for nullptrMaxim Monastirsky1-1/+2
2018-01-23tdf#114460 vcl: handle nested parentheses in PDF roundtripMiklos Vajna1-0/+9
2018-01-23its defineresource not define resourceCaolán McNamara1-1/+1
2018-01-11tdf#113874 Guard against invalid statesSamuel Mehrbrodt2-2/+5
2018-01-09tdf#114704 use of float as intermediate causes out by one on large offsetsCaolán McNamara1-1/+1
2018-01-08tdf#114818 hold the mutex before executing the error dialogXisco Fauli1-0/+2
2017-12-28Prevent out-of-order LO event processingJan-Marek Glogowski1-14/+27
2017-12-19Report more debug information about caught exceptionStephan Bergmann2-6/+41
2017-12-18ofz: ensure null terminationCaolán McNamara1-2/+4
2017-12-18tdf#114262 Respect text+image toolbar styleMaxim Monastirsky1-3/+4
2017-12-15tdf#114408 set correct tooltip rectangleCaolán McNamara1-2/+2
2017-12-02Revert "tdf#114025 - avoid deadlock between x11 clipboard and ...Michael Stahl1-8/+6
2017-11-25tdf#114025 - avoid deadlock between x11 clipboard and the lock dialog.Michael Meeks1-6/+8
2017-11-25Modernize pdfwriter_impl, part 2 (vcl)Julien Nabet1-25/+13
2017-11-24don't worry about dangling timers at fuzzer exitCaolán McNamara1-1/+2
2017-11-24Modernize pdfwriter_impl by using for-range loops (vcl)Julien Nabet1-155/+143
2017-11-23tdf#111782: fix Wrong rendering of image radiobutton on Split Cells dialogG??bor Koruhely1-0/+5
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann5-20/+20
2017-11-23Replace list by vector for m_aJPGs pdfwriter_impl (vcl)Julien Nabet2-7/+7
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin5-6/+6
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-11-22replace check of eof and GetError with goodCaolán McNamara3-9/+8
2017-11-22drop duplicate methodCaolán McNamara7-29/+29
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-11-21silence warningCaolán McNamara1-1/+1
2017-11-21assert that mnPngDepth can only be 16 hereStephan Bergmann1-0/+4