summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-04-04ofz#7165 set a recursion limit for svm in svmCaolán McNamara3-6/+38
2018-03-13forcepoint #25 ensure null terminationCaolán McNamara1-5/+9
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-02-23tdf#103690: Set up notifications only after VCL has been initialisedTor Lillqvist3-0/+11
2018-02-22forcepoint #4Caolán McNamara1-6/+21
2018-02-09various sft fixesCaolán McNamara2-50/+70
2018-02-09check O_head sizeCaolán McNamara1-2/+6
2018-02-09check O_hhea and O_vhea sizesCaolán McNamara1-3/+7
2018-02-09check table size before reading nglyphsCaolán McNamara1-1/+2
2018-02-09Removed unused code for reading kern tableKhaled Hosny2-103/+0
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-01-26gtk3: single click with selection set doesn't unselectCaolán McNamara1-1/+1
2018-01-25tdf#109062 restore osx scrollwheel logicCaolán McNamara1-9/+12
2018-01-23tdf#112153: Set button theme properlyTelesto1-1/+1
2018-01-23tdf#114460 vcl: handle nested parentheses in PDF roundtripMiklos Vajna1-0/+9
2018-01-23tdf#115023 Check mpControlData for nullptrMaxim Monastirsky1-1/+2
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-07ofz#4980 bail early with 0 pointsCaolán McNamara1-1/+1
2018-01-04tdf#114262 Respect text+image toolbar styleMaxim Monastirsky1-3/+4
2017-12-18ofz: ensure null terminationCaolán McNamara1-2/+4
2017-12-01Compensate for loss of Type 1 "Standard Symbols L" substitute for "Symbol"Stephan Bergmann1-0/+2
2017-12-01Resolves: tdf#112549 use gtk3 to set gtk2 window fullscreen...Caolán McNamara2-4/+7
2017-11-30tdf#111967 translate offsets so it is relative to v originMark Hung1-0/+7
2017-11-27tdf#113875: Properly export 1bpp greylevel (but not B&W) PNG images to PDFTor Lillqvist1-4/+23
2017-11-24Resolves: tdf#113562 desired window didn't get the inputCaolán McNamara1-3/+4
2017-11-24tdf#113918: Workaround: Load 1bpp indexed PNG as 8bpp indexed BitmapTor Lillqvist1-3/+28
2017-11-22ASan heap-buffer-overflowStephan Bergmann1-0/+16
2017-11-20ofz: XPMReader::ImplGetColKey short readCaolán McNamara1-0/+3
2017-11-17Related: tdf#112549 gtk3 hide/show menubar on enter/exit fullscreenCaolán McNamara4-11/+15
2017-11-17Resolves: tdf#112943 don't close popups on resize if size didn't changeCaolán McNamara1-2/+3
2017-11-13Apparent fix for what seems like a copy-paste error by me in 2014Tor Lillqvist1-1/+1
2017-11-09vcl: CppunitTest_vcl_complextext requires DejaVu fontsMichael Stahl1-0/+4
2017-11-09tdf#113428: Fix glyph positions in PDF exportKhaled Hosny1-4/+10
2017-11-09Resolves: rhbz#1505379 gtk3+X: open comboboxes block sessionCaolán McNamara1-5/+11
2017-11-09gtk3: fix popover placement in RTLCaolán McNamara1-3/+6
2017-11-06ofz#4076 bad palette READCaolán McNamara1-2/+6
2017-11-03Related: tdf#113347: properly check HRESULT valueMike Kaganski1-1/+1
2017-11-01Resolves: tdf#113455 Impossible to clear width/height in pagesCaolán McNamara1-0/+6
2017-10-31tdf#113353 gtk2: No decoration for floating toolbarsMaxim Monastirsky1-0/+1
2017-10-28tdf#109343 Fix paste as .RTF on MacXisco Fauli1-1/+1
2017-10-27tdf#113225 - reset framebuffer count when resetting OpenGLContextMichael Meeks1-0/+1
2017-10-25tdf#112830 measure test with ApplySettings appliedCaolán McNamara2-12/+1
2017-10-19Avoid throwing C++ exception across libjpeg C framesStephan Bergmann1-286/+321