summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-01-09asan: stack-buffer-overflow with fdo76216-1.docCaolán McNamara1-6/+6
2015-01-09Apparently wants to use pData, not &pData, as sourceStephan Bergmann1-1/+1
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin4-8/+8
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin3-5/+5
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan4-5/+8
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl15-18/+18
2015-01-08valgrind, zero out the trailing unused alignment bytesCaolán McNamara1-9/+14
2015-01-08Windows cursor improvements. Fixes fdo#53148 and fdo#53151.Rimas Kudelis14-40/+9
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin9-67/+0
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen2-2/+0
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin4-7/+7
2015-01-07VclInputFlags fixStephan Bergmann1-4/+4
2015-01-07fix windows buildNoel Grandin1-1/+0
2015-01-07fix windows buildNoel Grandin3-3/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin35-177/+177
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin17-48/+50
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin14-41/+28
2015-01-07it makes no sense to use the line color in some casesMarkus Mohrhard1-1/+2
2015-01-07make sure to use the FillColor when we used it beforeMarkus Mohrhard2-7/+7
2015-01-06Revert "grml.. nScanLineBufferComponents still needs to be on jmp stack"Eike Rathke1-2/+1
2015-01-06vcl: add OutputDevice::LogicInvalidate()Miklos Vajna1-0/+11
2015-01-06grml.. nScanLineBufferComponents still needs to be on jmp stackEike Rathke1-1/+2
2015-01-06Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara2-4/+29
2015-01-06loplugin:saloverrideStephan Bergmann1-1/+1
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks4-3/+33
2015-01-06vcl: cleanup shared SalYieldMutex from GtkYieldMutex.Michael Meeks2-18/+1
2015-01-06vcldemo: extend threaded rendering test.Michael Meeks1-3/+17
2015-01-06vcldemo: add threading mode.Michael Meeks2-11/+49
2015-01-06move nScanLineBufferComponents to where it is used [-Werror=clobbered]Eike Rathke1-1/+1
2015-01-06Fix o3tl::typed_flags to bool conversionsStephan Bergmann2-4/+4
2015-01-06fix build after enumification of ControlStateCaolán McNamara1-1/+1
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann4-8/+5
2015-01-06spellingNoel Grandin1-1/+1
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara1-2/+1
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin28-406/+406
2015-01-06fdo#84938: convert SELENG_ #defines to 'enum class'Noel Grandin1-51/+55
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin2-9/+9
2015-01-06vcl: fdo#39468 - translated ImplSVData comments (esp. around timer)Chris Sherlock1-2/+2
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann5-10/+10
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin13-73/+73
2015-01-05spelling: attachement -> attachmentNoel Grandin1-1/+1
2015-01-05fdo#86674 paragraphs have ATK_STATE_INVALIDNiklas Johansson1-1/+10
2015-01-05java: these fields can become local variablesNoel Grandin1-5/+1
2015-01-05Need <boost/functional/hash.hpp> for boost::hashTor Lillqvist1-0/+2
2015-01-04check size before looking into the stringMarkus Mohrhard1-1/+3
2015-01-04vcl/osx boost::unordered_map->std::unordered_mapCaolán McNamara6-13/+11
2015-01-04vcl/win boost::unordered_map->std::unordered_mapCaolán McNamara2-5/+5
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-02-03Typo: calulate->calculateJulien Nabet1-2/+2
2015-01-04Draw a rect in the uncovered region of the native scrollbarTomaž Vajngerl1-1/+15