summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-10-12xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl1-0/+6
2015-10-01vcl: clean up before error returns in OpenGLContext::ImplInit()Michael Stahl1-0/+3
2015-09-21tdf#91293: Preserve hyperlink on URL field OOXML exportKatarina Behrens1-1/+1
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks1-0/+5
2015-09-16tdf#93814: Added support for caching shader program binaries.Marco Cecchetti2-8/+17
2015-09-16GL paint-flushing guard re-work.Michael Meeks1-3/+15
2015-09-16Split formula group for OpenCL up into smaller bitsTor Lillqvist2-0/+2
2015-09-15tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna1-0/+1
2015-09-11tdf#83227 oox: reuse RelId in DML/VML export for the same graphicMiklos Vajna2-0/+8
2015-09-11windows opengl: make sure mpLastContext is indeed the current contextMiklos Vajna1-0/+2
2015-09-08tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks1-0/+1
2015-09-08tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks1-10/+9
2015-09-08svx: fix font rendering in the style previewMichael Stahl1-1/+1
2015-09-08tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl1-0/+5
2015-09-05tdf#93928 don't hide the zoom slider and its handle with a tooltipLászló Németh1-1/+0
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks1-0/+26
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks1-0/+3
2015-09-02opengl: Don't cache the menubar background.Jan Holesovsky1-0/+6
2015-09-02Don't call GL debugging methods if there is no context.Michael Meeks1-1/+3
2015-09-02tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.Tomaž Vajngerl1-0/+13
2015-09-02tdf#93532 - Switching to 64-bit checksumMarco Cecchetti7-8/+101
2015-09-01tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks1-0/+2
2015-09-01tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks1-0/+1
2015-09-01vcl opengl: fix setting up debug context on WindowsMiklos Vajna1-0/+1
2015-08-31Avoid bogus warnings with VCL_GL_INFO, by making the optimizer work.Michael Meeks1-10/+9
2015-08-31tdf#89245 xmloff: fix Calc header background image savingMiklos Vajna1-6/+6
2015-08-31tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard1-1/+0
2015-08-29ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl1-0/+2
2015-08-29tdf#92379: svx: don't overwrite fo:background-color on ODF importMichael Stahl1-1/+2
2015-08-28tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing.Michael Meeks1-1/+22
2015-08-28don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara2-1/+2
2015-08-28Add a globally usable WindowsErrorString functionTor Lillqvist1-0/+46
2015-08-28tdf#93558 Hardcode black text on white backgroundMaxim Monastirsky1-1/+0
2015-08-28xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl1-1/+2
2015-08-27extend seek, loop ending tests to ppt specific codeCaolán McNamara1-0/+1
2015-08-26fix crash on loading certain pptsCaolán McNamara1-5/+7
2015-08-26-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-08-26-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-08-18tdf#92256: Improved interop of INDIRECT functionKatarina Behrens1-1/+5
2015-08-11tdf#92982 vcl rendercontext: simplify Edit::ImplClearBackground() logicMiklos Vajna1-2/+2
2015-08-07LRU map (cache) implementation to o3tl + testsTomaž Vajngerl1-0/+141
2015-08-07tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl1-0/+42
2015-08-05tdf#92788 - Middle Button on Mouse Paste Option Broken for X11Noel Grandin1-1/+2
2015-08-05tdf#92982 vcl rendercontext: set correct offset for the frame-level bufferMiklos Vajna1-1/+2
2015-08-05tdf#93041: Resolve clashing SID_OFFER_IMPORT vs. SID_ATTR_CHAR_BACK_COLORStephan Bergmann2-1/+3
2015-08-05sal: partially revert a251fe4d48237a4d9c9530dafc7bbdce6028e9cfMichael Stahl1-0/+12
2015-07-30tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna1-4/+1
2015-07-30tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna2-7/+11
2015-07-23tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens2-2/+1
2015-07-13coverity#1311653 Uninitialized scalar fieldCaolán McNamara1-2/+3