summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-01-15vcl: make glyph iterator variable names more clear in GenericSalLayoutChris Sherlock
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara
2015-01-14GetData is a hopelessly generic nameCaolán McNamara
2015-01-14-Werror,-Wunused-variableStephan Bergmann
2015-01-14Resoles: fdo#38829 Implemented fractional inches for Bug #38829.Foo Lai Choo
2015-01-14vcl: minor - cleanup inc/unx/salgdi.hChris Sherlock
2015-01-13Improve ImplLogicToPixel overflow checkStephan Bergmann
2015-01-13java: inline CheckMemoryUsage test propertiesNoel Grandin
2015-01-12WaE: vcl/opengl/gdiimpl.cxxCaolán McNamara
2015-01-12vcl: possible regression introduced in fa1f37753d2826a0 as part of i99295Chris Sherlock
2015-01-12Work around -fsanitize=shiftStephan Bergmann
2015-01-12Resolves: fdo#87015 image missing from docCaolán McNamara
2015-01-12opengl scaling can also handle the generic aliasesLuboš Luňák
2015-01-12implement optimized hairline drawing for openglLuboš Luňák
2015-01-12do not set Y line width to 0Luboš Luňák
2015-01-12make AA edges of objects look smoother (opengl)Luboš Luňák
2015-01-12clean up resetting of solid color when using opengl AALuboš Luňák
2015-01-12fix confusion between transparency and opacityLuboš Luňák
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin
2015-01-12Add lok::Office::postKeyEvent()Miklos Vajna
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-12vcl: update comments about GenericSalLayout::ApplyDXArrayChris Sherlock
2015-01-11vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()Chris Sherlock
2015-01-11vcl: LayoutEngine::layout() to LayoutEngine::Layout()Chris Sherlock
2015-01-11vcl: cosmetic reident and cleanup of RawBitmap class definitionChris Sherlock
2015-01-11vcl: cosmetic reident of GlyphCachePeer class definitionChris Sherlock
2015-01-11vcl: cosmetic reident and cleanup of ServerFontLayoutEngine class definitionChris Sherlock
2015-01-11vcl: reident ServerFontLayout class definitionChris Sherlock
2015-01-11vcl: cosmetic changes to ImplServerFontEntry definitionChris Sherlock
2015-01-11vcl: ident cleanup of ServerFont class definitionChris Sherlock
2015-01-11vcl: more whitespace cleanup of GlyphCache class definitionChris Sherlock
2015-01-11vcl: whitespace cleanup on GlyphData class definitionChris Sherlock
2015-01-11vcl: whitespace cleanup on GlyphCache class definitionChris Sherlock
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky
2015-01-10Fix user data pointer setting on x86_64 platform on windowsDavid Ostrovsky
2015-01-10vcl: CairoTextRender::nTextColor_ to mnTextColorChris Sherlock
2015-01-10vcl: cleanup cairotextrender.hxxChris Sherlock
2015-01-10vcl: cleanup textrender.hxxChris Sherlock
2015-01-09asan: stack-buffer-overflow with fdo76216-1.docCaolán McNamara
2015-01-09Apparently wants to use pData, not &pData, as sourceStephan Bergmann
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08valgrind, zero out the trailing unused alignment bytesCaolán McNamara
2015-01-08Windows cursor improvements. Fixes fdo#53148 and fdo#53151.Rimas Kudelis
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen