summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+0
2016-04-20Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2016-04-18loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-04-18cppcheck: cstyleCastCaolán McNamara1-2/+2
2016-04-18tdf#94682 limit the number of textures for the glyph texture atlasTomaž Vajngerl3-12/+96
2016-04-18tdf#96887 vcl: stop using periodic timers on WNTMichael Stahl4-14/+31
2016-04-18tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin1-5/+7
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin9-23/+17
2016-04-18clean-up: unused using declarations and includesJochen Nitschke4-14/+0
2016-04-15loplugin:defaultparamsStephan Bergmann1-1/+1
2016-04-15tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt1-4/+3
2016-04-15vcl: replace boost::bind with C++11 lambdasMichael Stahl1-267/+105
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+2
2016-04-14tdf#40863 only use polygons with area for WinClipRegionsArmin Le Grand1-12/+32
2016-04-14Avoid null ToolBox::mpData deref during Frame::closeStephan Bergmann1-1/+3
2016-04-14Unit test hook for online / fonts.Michael Meeks1-0/+21
2016-04-14loplugin:passstuffbyref in vclNoel Grandin24-29/+29
2016-04-14remove dead fields from WinSalSystem::DisplayMonitorNoel Grandin3-18/+6
2016-04-14use atan2 from std instead of glmTomaž Vajngerl1-2/+1
2016-04-14tdf#99244 opengl: miter limit for poly linesTomaž Vajngerl1-0/+14
2016-04-13vcl: fix valgrind warning in g_lo_action_group_query_actionMichael Stahl1-4/+9
2016-04-13Avoid null ToolBox::mpData deref during Frame::closeStephan Bergmann1-1/+1
2016-04-13Fix showing tooltips in RTL UI with GTK 3Khaled Hosny1-0/+2
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke5-18/+15
2016-04-13remove dead stuff from Windows SalDataNoel Grandin6-55/+8
2016-04-13remove Windows95 MouseWheel supportNoel Grandin2-37/+0
2016-04-13tdf#99165 always provide control points for beziersArmin Le Grand2-4/+46
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara4-4/+4
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe4-8/+0
2016-04-12lp#1560328: clear cache before disposing rest of VCLBjoern Michaelsen1-0/+3
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