summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-12-12Typo: strucure->structureJulien Nabet1-1/+1
2015-12-12check in dbg if we use correct SalBitmap instance that we expectTomaž Vajngerl2-0/+31
2015-12-12tdf#94851 quick fix for drawBitmapTomaž Vajngerl1-4/+4
2015-12-12tdf#94851 check SalBitmap & convert in all drawBitmap methodsTomaž Vajngerl1-12/+38
2015-12-12Make .mk files more portableBaptiste Daroussin1-2/+1
2015-12-12<vcl/spin.h> can be private to vclTor Lillqvist4-3/+38
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist4-4/+3
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks5-11/+4
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist1-1/+1
2015-12-11opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-3/+59
2015-12-11loplugin:staticmethodsStephan Bergmann1-1/+1
2015-12-11loplugin:overrideStephan Bergmann1-1/+1
2015-12-11loplugin:defaultparamsStephan Bergmann1-1/+1
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist1-1/+1
2015-12-11tdf#93991: One pixel here or there, who is counting?Tor Lillqvist1-1/+1
2015-12-11Update hardware/OS info in About dialogYousuf Philips1-3/+3
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks11-73/+357
2015-12-11Get Double-buffered context creation working on linux.Michael Meeks1-6/+7
2015-12-11vcl: gtk frames should DeInitialize properly, to handle GL cleanup.Michael Meeks1-4/+3
2015-12-11tdf#94851 can't use OpenGLSalBitmap with WinSalGraphicsTomaž Vajngerl1-1/+31
2015-12-11tdf#94851 use BGR color order in WindowsTomaž Vajngerl1-37/+79
2015-12-11vcl: extract scale convolution from bitmap to its own class/fileTomaž Vajngerl4-375/+469
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-9/+10
2015-12-11Fix test on FreeBSD which uses the same backend as LinuxBaptiste Daroussin1-1/+1
2015-12-10tdf#96357 Switching icon theme doesn't update toolbar or statusbarMaxim Monastirsky1-6/+5
2015-12-10Remove listeners upon disposeStephan Bergmann1-0/+18
2015-12-10vcldemo: avoid svg load/render for icon test.Michael Meeks1-0/+2
2015-12-10Calm unit test down for GL row-strides.Michael Meeks1-1/+2
2015-12-10Fix a memleak in GtkSalFrame::SetIconDennis Francis1-0/+1
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann16-61/+61
2015-12-09set both min and desired size at the same timeCaolán McNamara1-0/+1
2015-12-09Related: rhbz#1289398 UP and LEFT are positiveCaolán McNamara1-1/+1
2015-12-09sort SalFrameStyleFlagsCaolán McNamara1-6/+6
2015-12-09No need for GtkSalPrinter to be VCL_DLLPUBLICTor Lillqvist1-1/+1
2015-12-09No need for FontSubsetInfo to be VCL_DLLPUBLICTor Lillqvist1-2/+1
2015-12-08remove debugging codeCaolán McNamara1-4/+0
2015-12-08Resolves: rhbz#1289398 unable to use scroll wheel under waylandCaolán McNamara2-19/+52
2015-12-08ScaleOp is unused now after 33d7f3816aa02a1ad9b001e81fb62d21608fdf8eTor Lillqvist1-41/+0
2015-12-08makeSomeOpenGLContextCurrent() asserts that mpContext is not nullTor Lillqvist1-9/+1
2015-12-08gtk3+wayland: dialogs work a lot better if a min size is setCaolán McNamara1-1/+1
2015-12-08Rename OpenGLSalBitmap::makeCurrent() to makeSomeOpenGLContextCurrent()Tor Lillqvist3-9/+9
2015-12-08Make ImplSVData private to vclTor Lillqvist2-3/+20
2015-12-08Resolves: tdf#96285 restore bodge for unresizable windows with no min size setCaolán McNamara2-1/+22
2015-12-08Bin pointless and actually wrong commentTor Lillqvist1-2/+0
2015-12-08Bin the pointless and thin OS X specific wrapper namespace 'OpenGLWrapper'Tor Lillqvist4-57/+7
2015-12-08Move icon rotation/flip handling from ToolbarManager to vcl's ToolbarSamuel Mehrbrodt3-5/+74
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara1-9/+5
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara5-25/+5
2015-12-07Do turn on GL_BLEND for the GLyphy crackTor Lillqvist1-1/+32
2015-12-07tdf#96070: Just give up on glyph caching for non-horizontal textTor Lillqvist1-1/+2