summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-05-21Remove spurious assert(false)Stephan Bergmann1-1/+0
2014-05-21CosmeticsTor Lillqvist1-34/+20
2014-05-21Avoid blinking when doing operations in the spreadsheets.Jan Holesovsky1-1/+1
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-20/+13
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-9/+7
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-10/+9
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann1-4/+4
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann3-3/+3
2014-05-21Simplify logicStephan Bergmann1-9/+3
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann1-1/+1
2014-05-21Use default argument valuesStephan Bergmann2-2/+2
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard1-19/+14
2014-05-21Bin code that died in 2010 in d4dbc31173487a97e4b022f0bb9dae25440856a8Tor Lillqvist1-36/+2
2014-05-21Use more specific tagTor Lillqvist1-1/+1
2014-05-21Add a SAL_INFOTor Lillqvist1-0/+2
2014-05-21Don't disable painting.Jan Holesovsky1-1/+1
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard1-0/+36
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-10/+10
2014-05-20Don't use two separate names for the same thingTor Lillqvist2-2/+1
2014-05-20We don't support the Apple Remote in sandboxed modeTor Lillqvist1-0/+2
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl1-0/+6
2014-05-20use VCL's OpenGLContext for 3D transitionsDavid Tardon1-0/+31
2014-05-20Move #include from middle of file to topChris Laplante1-2/+1
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin6-7/+8
2014-05-20Fail early in OpenGLContext::ImplInit() on platforms where not yet implementedTor Lillqvist1-0/+9
2014-05-20Hack to for now work around dpy == null crashing CppunitTest_chart2_*Stephan Bergmann1-2/+2
2014-05-20vcl: add missing resource.cxx fileChris Sherlock1-0/+158
2014-05-20vcl: move resource functions from window.cxx to resource.cxxChris Sherlock2-131/+1
2014-05-19vcl: remove using namespace from headersThomas Arnhold5-91/+89
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-8/+0
2014-05-20vcl: move globalization functions from window.cxx to globalization.cxxChris Sherlock3-12/+36
2014-05-20vcl: rename CopyAreaFinal to CopyDeviceAreaChris Sherlock2-4/+4
2014-05-20vcl: move debug function from window.cxx to debug.cxxChris Sherlock3-24/+49
2014-05-19Argh, *this* is what the compiler tried to tell meTor Lillqvist1-2/+2
2014-05-19Fix 'non-const lvalue reference cannot bind to a temporary'Tor Lillqvist1-2/+2
2014-05-19WaE: passing OUString by value, rather pass by referenceTor Lillqvist1-1/+1
2014-05-19WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist3-27/+27
2014-05-19vcl emf test: test clip region is correct for problematic filesTomaž Vajngerl3-9/+73
2014-05-19fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN actionTomaž Vajngerl2-25/+22
2014-05-19vcl wmf: EnhWMFReader more cleanupTomaž Vajngerl1-48/+60
2014-05-19vcl wmf: EnhWMFReader constructor, ReadHeader, cleanupTomaž Vajngerl2-53/+66
2014-05-19vcl wmf: cleanup winmtf.hxxTomaž Vajngerl1-103/+122
2014-05-18vcl: don't build demos for windows at the momentThomas Arnhold1-1/+1
2014-05-18vcl: missing demo filesChris Sherlock3-0/+117
2014-05-18vcl: fix svpclientChris Sherlock2-25/+23
2014-05-18vcl: fix svptestChris Sherlock2-7/+13
2014-05-18vcl: make vcldemo workChris Sherlock3-10/+15
2014-05-18vcl: make svdem called on Application::Abort() instead of exit(1)Chris Sherlock1-4/+1
2014-05-18WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist1-7/+7
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet4-10/+10