summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin2-27/+8
2015-01-12vcl: update comments about GenericSalLayout::ApplyDXArrayChris Sherlock1-4/+19
2015-01-11vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()Chris Sherlock2-3/+3
2015-01-11vcl: LayoutEngine::layout() to LayoutEngine::Layout()Chris Sherlock2-4/+4
2015-01-11vcl: cosmetic reident and cleanup of RawBitmap class definitionChris Sherlock1-10/+11
2015-01-11vcl: cosmetic reident of GlyphCachePeer class definitionChris Sherlock1-6/+6
2015-01-11vcl: cosmetic reident and cleanup of ServerFontLayoutEngine class definitionChris Sherlock1-2/+3
2015-01-11vcl: reident ServerFontLayout class definitionChris Sherlock1-12/+18
2015-01-11vcl: cosmetic changes to ImplServerFontEntry definitionChris Sherlock1-7/+9
2015-01-11vcl: ident cleanup of ServerFont class definitionChris Sherlock1-60/+61
2015-01-11vcl: more whitespace cleanup of GlyphCache class definitionChris Sherlock1-25/+27
2015-01-11vcl: whitespace cleanup on GlyphData class definitionChris Sherlock1-1/+1
2015-01-11vcl: whitespace cleanup on GlyphCache class definitionChris Sherlock1-3/+4
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky2-3/+3
2015-01-10Fix user data pointer setting on x86_64 platform on windowsDavid Ostrovsky1-2/+2
2015-01-10vcl: CairoTextRender::nTextColor_ to mnTextColorChris Sherlock2-7/+7
2015-01-10vcl: cleanup cairotextrender.hxxChris Sherlock1-49/+55
2015-01-10vcl: cleanup textrender.hxxChris Sherlock1-33/+38
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