summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-11-13LOK: update main threadAndras Timar1-0/+3
2018-08-20forcepoint#50 fix end detectionCaolán McNamara1-1/+1
2018-08-08forcepoint#66 protect against infinite parse recurseCaolán McNamara1-4/+12
2018-08-08forcepoint#65 pdf page visiting revisits itselfCaolán McNamara1-0/+4
2018-07-04lok: sc: ctrl-clicking links doesn't workMarco Cecchetti1-1/+1
2018-06-22pdfium: Import PDF with unloaded images.Ashod Nakashian1-5/+29
2018-06-22pdfium: Keep the PDF data in memory, so that we can really share them.Jan Holesovsky1-0/+5
2018-06-22pdfium: Share the GfxLink for PDF files.Jan Holesovsky1-0/+1
2018-05-25pdf: preserve the original page dimensions on importAshod Nakashian1-4/+9
2018-05-24sd: render the correct PDF page on swapping inAshod Nakashian1-0/+1
2018-05-22svx: support importing PDF imagesAshod Nakashian1-0/+8
2018-05-22sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian2-1/+37
2018-05-22pdf: share pdf data in GraphicTomaž Vajngerl1-2/+4
2018-05-22replace originURL with GraphicExternalLink class (internally)Tomaž Vajngerl1-0/+31
2018-05-22add GraphicLoader and funct. to load graphic from URLTomaž Vajngerl1-0/+25
2018-05-22bool cast operator for Graphic objectTomaž Vajngerl1-0/+2
2018-05-22Add origin URL to Graphic to remember where the image came fromTomaž Vajngerl1-0/+3
2018-05-22make animation loop sal_uInt32 consistentlyCaolán McNamara2-5/+5
2018-05-22lokdialog: For the tunneled top-level popups, provide the position in twips.Jan Holesovsky1-3/+3
2018-05-22lok: don't post events on disposed windowPranav Kant1-0/+3
2018-05-22lok - sc - list validationMarco Cecchetti1-1/+1
2018-05-22lokdialog: Tunnel the spell-checking context menu with recommendations.Jan Holesovsky1-0/+8
2018-04-07ofz#7165 set a recursion limit for svm in svmCaolán McNamara2-5/+10
2018-02-27lok: Re-introduce the cancellation of tracking.Jan Holesovsky1-0/+6
2018-02-24lok: All mouse,key events asyncPranav Kant2-0/+52
2018-02-23lok sc: Post mouse events to main threadPranav Kant2-0/+63
2018-02-22lok - calc: add support for show/hide tabs in onlineMarco Cecchetti1-0/+9
2018-02-22sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky1-1/+3
2018-02-21lokdialog: Allow Execute()ing first, silently cancels othersPranav Kant1-0/+3
2018-02-21lokdialog: Convert InfoReadonlyDialog -> execute asyncPranav Kant2-2/+8
2018-02-14lok IME: support dialogs as wellPranav Kant1-7/+5
2018-02-13lok IME: VclEventId does not existPranav Kant1-1/+1
2018-02-13sd, sc lok: IME support + unit testsPranav Kant1-1/+1
2018-02-13sw lok: IME support + unit testPranav Kant3-0/+10
2018-02-12lokdialog: Handle dialog items' invalidation in generalTamás Zolnai2-3/+1
2018-02-05lokdialog: Color/font picker in dialogs don't show previewTamás Zolnai1-1/+1
2018-01-24lok dialog: enable MessageDialog tunnelingHenry Castro2-1/+2
2018-01-23StartExecuteAsync doesn't need a second paramNoel Grandin2-5/+4
2018-01-15lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky2-0/+35
2018-01-02lokdialog: Use Post(Mouse,Key)Event() to post to main threadPranav Kant1-7/+0
2017-12-18tdf#97228 Move include file include/vcl/BitmapProcessor.hxx to vcl/inc/abdulwd1-25/+0
2017-12-18Drop a bunch of font metrics flagsKhaled Hosny2-16/+0
2017-12-18Kill old Core Text layout engineKhaled Hosny1-3/+2
2017-12-18DisableGlyphProcessing flag is never set nowKhaled Hosny1-2/+1
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl14-26/+26
2017-12-18use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin1-1/+2
2017-12-09add missing includeAndras Timar1-0/+1
2017-12-09lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant2-1/+1
2017-12-05simplify Bitmap operator==/IsEqual (stage2)Noel Grandin2-7/+4
2017-12-05simplify Bitmap operator==/IsEqual (stage1)Noel Grandin2-14/+5