summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-04-12Avoid reserved identifiersStephan Bergmann1-8/+8
2016-04-12Avoid reserved identifierStephan Bergmann1-3/+3
2016-04-12vcl: simplify WNT SalYieldMutex::release() further ...Michael Stahl1-21/+18
2016-04-12vcl: simplify WNT SalYieldMutex::release() a bitMichael Stahl1-9/+4
2016-04-12WNT: check result of PostMessage()Michael Stahl5-24/+88
2016-04-12vcl: split out part of ImplGetTabRect into new functionDouglas Mencken1-154/+169
2016-04-12tdf#96887 enhance SolarMutex AcquireWithWait for WindowsArmin Le Grand3-93/+34
2016-04-12give tools::ResId a shave and a haircutNoel Grandin1-1/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke7-5/+3
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin17-24/+24
2016-04-11Don't get excited about "inline"Stephan Bergmann2-39/+23
2016-04-11Avoid reserved identifiersStephan Bergmann2-16/+16
2016-04-11Remove unused macrosStephan Bergmann1-12/+0
2016-04-11Get rid of _XPMPRIVATEStephan Bergmann2-82/+77
2016-04-11Get rid of _XBMPRIVATEStephan Bergmann2-45/+40
2016-04-11Get rid of _GIFPRIVATEStephan Bergmann2-91/+85
2016-04-11tdf#87944 COLOR-PICKER stays on wrong position.Juergen Funk1-0/+3
2016-04-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-11cppcheck: silence warnings assertWithSideEffectJochen Nitschke1-1/+1
2016-04-11coverity#1358428 fix "Null pointer dereferences"Tomaž Vajngerl1-3/+3
2016-04-11loplugin:constantparamNoel Grandin1-4/+4
2016-04-08Silence loplugin:unreffunStephan Bergmann1-0/+4
2016-04-08Change #include <cairo-svg.h> to <cairo.h>Korrawit Pruegsanusak1-4/+1
2016-04-08opengl: refactor GL texture slot mechanism to be more generalTomaž Vajngerl4-48/+89
2016-04-08opengl: cleanup texture, const internal formatTomaž Vajngerl2-32/+40
2016-04-08opengl: fix wrong clipping when drawing textTomaž Vajngerl2-11/+29
2016-04-08opengl: use packed texture atlas for glyph cache in win. backendTomaž Vajngerl8-272/+187
2016-04-08opengl: texture atlas impl. to efficiently packs texturesTomaž Vajngerl5-8/+224
2016-04-08opengl: deferred and optimized (text) texture drawingTomaz Vajngerl6-11/+268
2016-04-08vcl: draw toolbox grip with ellipses instead of pixels, HiDPITomaž Vajngerl1-24/+8
2016-04-07tdf#97087 - Give Idles comprehensible and unique namesMuhammet Kara1-1/+1
2016-04-07Fix simple typo in SAL_INFO tdf#97087Muhammet Kara1-1/+1
2016-04-07vcl: Make it noncopyable by deleting copy ctor & coTakeshi Abe2-3/+6
2016-04-07gtk3: the list/combo box hack to get internal buttons no longer worksCaolán McNamara1-28/+2
2016-04-07don't need gComboBoxEntryWidget anymoreCaolán McNamara1-5/+0
2016-04-07tdf#98710 - catch exception due to crash in dwriteMarco Cecchetti1-1/+10
2016-04-07No need for <malloc.h> hereTor Lillqvist1-1/+0
2016-04-07loplugin:stringconstantStephan Bergmann1-1/+1
2016-04-07tdf#98960 - DrawTransformedTexture adapted to the new area scale shaderMarco Cecchetti1-32/+130
2016-04-06caught on the way out as well as the way inCaolán McNamara1-1/+1
2016-04-06revert to fix tdf#98783 missing menubarCaolán McNamara11-48/+31
2016-04-06Avoid division by zeroStephan Bergmann1-1/+3
2016-04-06vcl: lstrcpynW actually takes length *including* null terminatorMichael Stahl1-2/+2
2016-04-06tdf#98989: vcl: fix handling of non-scalable fonts like "Courier"Michael Stahl1-1/+6
2016-04-06tdf#90319: make image flipping work when aLinearContext(...) code path chosenpasqualm1-14/+5
2016-04-06-Werror,-Wunused-variableStephan Bergmann1-2/+0
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara9-51/+5
2016-04-04loplugin:constantparam in svlNoel Grandin1-1/+1
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-04cppcheck: truncLongCastAssignmentCaolán McNamara1-1/+1