summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-20Don't use two separate names for the same thingTor Lillqvist
2014-05-20We don't support the Apple Remote in sandboxed modeTor Lillqvist
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl
2014-05-20use VCL's OpenGLContext for 3D transitionsDavid Tardon
2014-05-20Move #include from middle of file to topChris Laplante
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-20Fail early in OpenGLContext::ImplInit() on platforms where not yet implementedTor Lillqvist
2014-05-20Hack to for now work around dpy == null crashing CppunitTest_chart2_*Stephan Bergmann
2014-05-20vcl: add missing resource.cxx fileChris Sherlock
2014-05-20vcl: move resource functions from window.cxx to resource.cxxChris Sherlock
2014-05-19vcl: remove using namespace from headersThomas Arnhold
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-20vcl: move globalization functions from window.cxx to globalization.cxxChris Sherlock
2014-05-20vcl: rename CopyAreaFinal to CopyDeviceAreaChris Sherlock
2014-05-20vcl: move debug function from window.cxx to debug.cxxChris Sherlock
2014-05-19Argh, *this* is what the compiler tried to tell meTor Lillqvist
2014-05-19Fix 'non-const lvalue reference cannot bind to a temporary'Tor Lillqvist
2014-05-19WaE: passing OUString by value, rather pass by referenceTor Lillqvist
2014-05-19WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist
2014-05-19vcl emf test: test clip region is correct for problematic filesTomaž Vajngerl
2014-05-19fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN actionTomaž Vajngerl
2014-05-19vcl wmf: EnhWMFReader more cleanupTomaž Vajngerl
2014-05-19vcl wmf: EnhWMFReader constructor, ReadHeader, cleanupTomaž Vajngerl
2014-05-19vcl wmf: cleanup winmtf.hxxTomaž Vajngerl
2014-05-18vcl: don't build demos for windows at the momentThomas Arnhold
2014-05-18vcl: missing demo filesChris Sherlock
2014-05-18vcl: fix svpclientChris Sherlock
2014-05-18vcl: fix svptestChris Sherlock
2014-05-18vcl: make vcldemo workChris Sherlock
2014-05-18vcl: make svdem called on Application::Abort() instead of exit(1)Chris Sherlock
2014-05-18WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet
2014-05-17Don't build svdemo for Android and iOS.Andrzej Hunt
2014-05-17avoid segfault when nBrekPos is past the endLionel Elie Mamane
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-17add missing OpenGL type error stringMarkus Mohrhard
2014-05-17vcl: fixup svdemoChris Sherlock
2014-05-16fdo#78799 - ignore overlayed monitors with co-incident origin.Michael Meeks
2014-05-16coverity#705542 Unintentional integer overflowCaolán McNamara
2014-05-16coverity#1202771 Operands don't affect resultCaolán McNamara
2014-05-16lsan: mpFontCharMap double-add-ref, never releasedCaolán McNamara
2014-05-15vcl wmf test: null terminate streamTomaž Vajngerl
2014-05-15loplugin:unreffunStephan Bergmann
2014-05-15wmf: assume WinOrg/ViewportOrg = (0,0) if they are not providedTomaž Vajngerl
2014-05-15wmf: add SAL_INFOs for interesting things at WMF importTomaž Vajngerl
2014-05-15wmf: test that non-placeable WMF uses correct sizesTomaž Vajngerl
2014-05-15fdo#78603 mixup (Left->Top) in Rectangle constructionTomaž Vajngerl
2014-05-15wmf: put WMFReader constructor out of the header fileTomaž Vajngerl