summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-09-01windows opengl: Don't paint cached widgets upside down.Jan Holesovsky
2015-09-01Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering"Miklos Vajna
2015-09-01opengl: use "old" SubdivideBezier when drawing PolyLinesTomaž Vajngerl
2015-08-31loplugin:staticmethodsStephan Bergmann
2015-08-31tdf#93822 - disable horror legacy menu background saving for OpenGL.Michael Meeks
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-08-31tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks
2015-08-31Extended GL painting debug tracing.Michael Meeks
2015-08-31tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski
2015-08-31other bitmap methods check for bad_allocCaolán McNamara
2015-08-31Compensate for the extra two pixels in ImplWinFontEntry::AddChunkOfGlyphs()Tor Lillqvist
2015-08-31vcl: try to disable font cache in CppUnit testsMichael Stahl
2015-08-31check stream statusCaolán McNamara
2015-08-31vcl: Improve management of mnRef0Count.Jan Holesovsky
2015-08-31Revert "werror: fix build in vcl"Thorsten Behrens
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-31tdf#93798 - avoid apitrace provoked infinite loop dumping errors.Michael Meeks
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-30GTK3: Native background for vertical toolbarsMaxim Monastirsky
2015-08-30tdf#62525 vcl: use cow_wrapper for GradientDaniel Robertson
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist
2015-08-29tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks
2015-08-30werror: fix build in vclThorsten Behrens
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-08-29we only use 8 array entriesMarkus Mohrhard
2015-08-29WaE: 'rChunk' : unreferenced formal parameterTor Lillqvist
2015-08-29Avoid unintended unconditional std::cerr debug outputTor Lillqvist
2015-08-28vcl: fix resource management issue in WinSalLayoutMichael Stahl
2015-08-28Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks
2015-08-28Avoid accidental leftover unconditional debug printoutTor Lillqvist
2015-08-28deb#795131 plausible fixCaolán McNamara
2015-08-28vcl: convert to assert in UniscribeLayout::DropGlyph()Michael Stahl
2015-08-28vcl: fix drmemory warning in UniscribeLayout::DropGlyph()Michael Stahl
2015-08-28tdf#93736 need to create trapezoid from input polygonTomaž Vajngerl
2015-08-28tdf#93529 - use debug messages while rendering to break up the trace.Michael Meeks
2015-08-28tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing.Michael Meeks
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-28Revert "CppunitTest_vcl_timer always fails on Windows for me"Tor Lillqvist
2015-08-28Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."Michael Meeks
2015-08-28Disable the higher frequency timer tests more effectively.Michael Meeks
2015-08-28Add a newline and fflush so that it actually shows up in the outputTor Lillqvist
2015-08-28CppunitTest_vcl_timer always fails on Windows for meTor Lillqvist
2015-08-28tdf#93530 - glClear our depth, stencil and buffer contents on init.Michael Meeks
2015-08-28initial work for conditional formatting import for orcusMarkus Mohrhard
2015-08-27vcl: print an error message in timer test watchdogMichael Stahl
2015-08-27don't loop on overly-short nEndPosCaolán McNamara
2015-08-27vcldemo: quit popup on mouse click.Michael Meeks
2015-08-27vcl: increase timeout for timertest hang by someThorsten Behrens
2015-08-27Fully drain glGetErrorStephan Bergmann
2015-08-27gtk3: paste special emptyCaolán McNamara