summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-08-22crashtesting: bubble surface creation failure notification upwardsCaolán McNamara1-0/+5
2019-08-22forcepoint #27 check region bands loaded from stream for consistencyCaolán McNamara3-6/+32
2019-08-22forcepoint#67 detect cairo surface creation failureCaolán McNamara1-0/+10
2018-08-14-Werror=int-in-bool-context (GCC 7)Stephan Bergmann1-1/+1
2018-08-08forcepoint#66 make sure we don't get stuck endlessly reparsingCaolán McNamara1-3/+8
2018-08-08forcepoint#66 protect against infinite parse recurseCaolán McNamara1-9/+12
2018-08-08forcepoint#65 pdf page visiting revisits itselfCaolán McNamara1-4/+16
2018-08-08forcepoint#53 restrict to expected index rangeCaolán McNamara1-2/+7
2018-08-08forcepoint#50 fix end detectionCaolán McNamara2-7/+8
2018-04-07ofz#7165 set a recursion limit for svm in svmCaolán McNamara3-6/+38
2018-04-07forcepoint #25 ensure null terminationCaolán McNamara1-5/+9
2018-04-07forcepoint #16: fix heap-use-after-freeMiklos Vajna1-1/+3
2018-03-06forcepoint #14 check to see if we incremented at allCaolán McNamara1-3/+6
2018-03-06various sft fixesCaolán McNamara2-50/+70
2018-03-06check O_head sizeCaolán McNamara1-2/+6
2018-03-06check O_hhea and O_vhea sizesCaolán McNamara1-3/+7
2018-03-06check table size before reading nglyphsCaolán McNamara1-1/+2
2018-03-06return early on short streamCaolán McNamara1-0/+2
2018-03-06stay within font boundsCaolán McNamara1-1/+6
2018-03-06what matters is the availability of the last element, not the firstCaolán McNamara1-2/+3
2018-03-06check kern table sizeCaolán McNamara1-2/+2
2018-03-06sanity check cmap table sizeCaolán McNamara1-0/+6
2018-03-06its defineresource not define resourceCaolán McNamara1-1/+1
2018-02-28tdf#103571: Avoid spurious heavy SalEvent::DisplayChanged callbacksTor Lillqvist2-16/+56
2018-02-28tdf#68889: Fix the weight reported by the system for the problematic fontTor Lillqvist1-0/+11
2018-02-28tdf#67744: Fix the weight reported by the system for the problematic fontTor Lillqvist1-1/+13
2018-02-23tdf#103690: Set up notifications only after VCL has been initialisedTor Lillqvist3-0/+11
2018-02-21forcepoint #4Caolán McNamara1-6/+21
2018-02-06tdf#109062 restore osx scrollwheel logicco-5.3-39Caolán McNamara1-9/+12
2018-02-06tdf#69254: Tweak mapping from CoreText weight to our FontWeight a bitTor Lillqvist1-1/+1
2018-02-06tdf#112153: Set button theme properlyTelesto1-1/+1
2018-02-06tdf#114985: Tell NSWindow to never use automatic window tabbingTelesto1-0/+5
2018-01-30tdf#32935 tdf#49134 tdf#114466 Activate newly opened modal dialogsgov-5.3-39Mike Kaganski1-1/+6
2018-01-26tdf#38915: don't wait on message queue if application already has quit.Mike Kaganski1-1/+2
2017-11-28lokdialog: new callback size_changed with new size of the dialogPranav Kant1-2/+5
2017-11-28lokdialog: Emit callback when title is changedPranav Kant1-0/+10
2017-11-28lokdialog: Launch dialogs which have a notifier registeredPranav Kant1-1/+1
2017-11-28lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-4/+28
2017-11-28lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky2-15/+16
2017-11-28lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky5-136/+123
2017-11-28lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky1-1/+10
2017-11-28lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky1-0/+7
2017-11-28lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky5-32/+47
2017-11-28lokdialog: Notify dialog closure from sfx2/, instead of vcl/Pranav Kant1-5/+0
2017-11-28lokdialog: Make vcl::DialogID an integerPranav Kant1-5/+8
2017-11-28lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant1-17/+19
2017-11-27ofz: XPMReader::ImplGetColKey short readCaolán McNamara1-0/+3
2017-11-27ofz#4076 bad palette READCaolán McNamara1-2/+6
2017-11-27vcl: StyleSettings - start to unwind code duplication.Michael Meeks2-0/+28
2017-11-24tdf#114025 - avoid deadlock between x11 clipboard and the lock dialog.Michael Meeks1-7/+9