summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering"Miklos Vajna1-3/+2
2015-09-01opengl: use "old" SubdivideBezier when drawing PolyLinesTomaž Vajngerl1-19/+14
2015-08-31loplugin:staticmethodsStephan Bergmann1-1/+1
2015-08-31tdf#93822 - disable horror legacy menu background saving for OpenGL.Michael Meeks1-0/+5
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks7-7/+101
2015-08-31tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks4-2/+38
2015-08-31Extended GL painting debug tracing.Michael Meeks2-0/+9
2015-08-31tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski3-5/+22
2015-08-31other bitmap methods check for bad_allocCaolán McNamara2-103/+112
2015-08-31Compensate for the extra two pixels in ImplWinFontEntry::AddChunkOfGlyphs()Tor Lillqvist1-1/+1
2015-08-31vcl: try to disable font cache in CppUnit testsMichael Stahl1-1/+1
2015-08-31check stream statusCaolán McNamara2-1/+1
2015-08-31vcl: Improve management of mnRef0Count.Jan Holesovsky3-5/+20
2015-08-31Revert "werror: fix build in vcl"Thorsten Behrens1-5/+0
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann7-41/+41
2015-08-31tdf#93798 - avoid apitrace provoked infinite loop dumping errors.Michael Meeks1-0/+8
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann7-11/+11
2015-08-30GTK3: Native background for vertical toolbarsMaxim Monastirsky1-0/+1
2015-08-30tdf#62525 vcl: use cow_wrapper for GradientDaniel Robertson1-74/+20
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-3/+3
2015-08-29tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks1-0/+2
2015-08-30werror: fix build in vclThorsten Behrens1-0/+5
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin8-16/+16
2015-08-29we only use 8 array entriesMarkus Mohrhard1-1/+1
2015-08-29WaE: 'rChunk' : unreferenced formal parameterTor Lillqvist1-2/+2
2015-08-29Avoid unintended unconditional std::cerr debug outputTor Lillqvist1-22/+21
2015-08-28vcl: fix resource management issue in WinSalLayoutMichael Stahl4-2/+16
2015-08-28Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks3-25/+25
2015-08-28Avoid accidental leftover unconditional debug printoutTor Lillqvist1-2/+3
2015-08-28deb#795131 plausible fixCaolán McNamara1-0/+2
2015-08-28vcl: convert to assert in UniscribeLayout::DropGlyph()Michael Stahl1-2/+2
2015-08-28vcl: fix drmemory warning in UniscribeLayout::DropGlyph()Michael Stahl1-1/+1
2015-08-28tdf#93736 need to create trapezoid from input polygonTomaž Vajngerl1-14/+18
2015-08-28tdf#93529 - use debug messages while rendering to break up the trace.Michael Meeks2-27/+27
2015-08-28tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing.Michael Meeks2-0/+40
2015-08-28make PostUserEvent Link<> typedNoel Grandin17-71/+41
2015-08-28Revert "CppunitTest_vcl_timer always fails on Windows for me"Tor Lillqvist1-0/+6
2015-08-28Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."Michael Meeks5-23/+0
2015-08-28Disable the higher frequency timer tests more effectively.Michael Meeks1-5/+9
2015-08-28Add a newline and fflush so that it actually shows up in the outputTor Lillqvist1-1/+2
2015-08-28CppunitTest_vcl_timer always fails on Windows for meTor Lillqvist1-6/+0
2015-08-28tdf#93530 - glClear our depth, stencil and buffer contents on init.Michael Meeks1-0/+5
2015-08-28initial work for conditional formatting import for orcusMarkus Mohrhard1-0/+4
2015-08-27vcl: print an error message in timer test watchdogMichael Stahl1-0/+1
2015-08-27don't loop on overly-short nEndPosCaolán McNamara2-5/+14
2015-08-27vcldemo: quit popup on mouse click.Michael Meeks1-0/+5
2015-08-27vcl: increase timeout for timertest hang by someThorsten Behrens1-1/+1
2015-08-27Fully drain glGetErrorStephan Bergmann1-4/+6
2015-08-27gtk3: paste special emptyCaolán McNamara1-1/+2
2015-08-27No need for a vitual ~MenuWindowStephan Bergmann1-3/+1