summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-02Fix simple typos.Andrea Gelmini5-7/+7
2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara1-1/+1
2015-01-02missing headerCaolán McNamara1-0/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara40-213/+210
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann6-22/+14
2015-01-01fdo#82870 scale "super" quality degradation bugTomaž Vajngerl1-1/+1
2015-01-01get rid of obsolete code for 32-bit targetsDouglas Mencken1-11/+0
2014-12-31drop dateformatter resource loadingCaolán McNamara1-79/+0
2014-12-31drop timeformatter resource loadingCaolán McNamara1-42/+0
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara1-41/+0
2014-12-31add some warnings to non-implemented featuresMarkus Mohrhard1-4/+4
2014-12-31prefer ptr_container to manual memory managementMarkus Mohrhard1-10/+3
2014-12-30DockingWindow will need a timer after allCaolán McNamara1-0/+32
2014-12-28callcatcher: update unused codeCaolán McNamara1-16/+0