summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-17tdf#91063 Rename chart sidebar to propertiesYousuf Philips1-2/+2
2015-09-17Fix typo in a c++ comment.Sergey Fukanchik1-2/+2
2015-09-17tdf#91063 Improve the elements content panel of the chart sidebarYousuf Philips1-119/+146
2015-09-17sw: use std::unique_ptr<> in wrtshMiklos Vajna3-10/+9
2015-09-17remove unused Link<> fieldNoel Grandin2-17/+0
2015-09-17convert Link<> to typedNoel Grandin4-20/+18
2015-09-17convert Link<> to typedNoel Grandin6-10/+8
2015-09-17convert Link<> to typedNoel Grandin4-15/+10
2015-09-17convert Link<> to typedNoel Grandin6-31/+31
2015-09-17convert Link<> to typedNoel Grandin72-205/+178
2015-09-17convert Link<> to typedNoel Grandin2-8/+7
2015-09-17convert Link<> to typedNoel Grandin3-9/+8
2015-09-17convert Link<> to typedNoel Grandin2-14/+13
2015-09-17convert Link<> to typedNoel Grandin5-9/+8
2015-09-17convert Link<> to typedNoel Grandin11-18/+13
2015-09-17convert Link<> to typedNoel Grandin4-8/+8
2015-09-17convert Link<> to typedNoel Grandin4-11/+10
2015-09-17convert Link<> to typedNoel Grandin4-20/+13
2015-09-17convert Link<> to typedNoel Grandin4-9/+7
2015-09-17convert Link<> to typedNoel Grandin4-28/+21
2015-09-17convert Link<> to typedNoel Grandin2-14/+12
2015-09-17convert Link<> to typedNoel Grandin4-11/+8
2015-09-17convert Link<> to typedNoel Grandin9-38/+28
2015-09-17convert Link<> to typedNoel Grandin7-24/+23
2015-09-17convert Link<> to typedNoel Grandin15-38/+31
2015-09-17convert Link<> to typedNoel Grandin5-17/+15
2015-09-17convert Link<> to typedNoel Grandin6-20/+14
2015-09-17convert Link<> to typedNoel Grandin8-51/+47
2015-09-17convert Link<> to typedNoel Grandin13-86/+68
2015-09-17Fix Graphite windows build staticMartin Hosken4-9/+22
2015-09-17ENABLE_THREADED_OPENCL_KERNEL_COMPILATION has been zero for a long timeTor Lillqvist7-229/+0
2015-09-17WaE: this method can be declared static ColorMaskElement::CalcMaskShiftTor Lillqvist1-4/+4
2015-09-16slideshow: fix mysterious crash with the gtk3 vclplugMichael Stahl1-2/+28
2015-09-16move CalcMaskShift to ColorMaskElementCaolán McNamara1-35/+32
2015-09-16move mask into ColorMaskElement tooCaolán McNamara1-36/+35
2015-09-16split out shared rgb components into structsCaolán McNamara1-45/+51
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks5-3/+17
2015-09-16YAGNITor Lillqvist3-110/+50
2015-09-16Revert "disable caching of virtual devices when OpenGL is enabled"Tomaž Vajngerl1-7/+1
2015-09-16don't crash with unknown out color spaceCaolán McNamara2-1/+7
2015-09-16pointer->referenceCaolán McNamara3-18/+17
2015-09-16boost->stdCaolán McNamara92-274/+259
2015-09-16loplugin:cstylecastStephan Bergmann1-1/+1
2015-09-16Add debugging helpers to binary shader loading.Michael Meeks1-5/+4
2015-09-16opengl: check framebuffer completenessTomaž Vajngerl1-2/+5
2015-09-16opengl: support reading back 1-bit masks from textureTomaž Vajngerl1-12/+46
2015-09-16tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl1-10/+12
2015-09-16opengl: optimize search for a free slot in texture atlasTomaž Vajngerl1-7/+10
2015-09-16opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl2-43/+4
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-16/+17