summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2014-05-22cp#1000078: Replace "\r\n" with "\n" when pasting from X11 clipboard.Matúš Kukan
E.g. when pasting from terminal you will get "\r\n". Writer inserts '\r' character into the document as an invisible character. If you save that to .odt and reload, you will get ' ' instead. Or when saving to .doc and reload, you will get '\n'. Change-Id: Id6780bf6d71a8f0a17c1e6ee7a7dcb4d297446dc
2014-05-22cppcheck: Function parameter 'rWidthsOf' should be passed by referenceThomas Arnhold
Change-Id: I98ac89c6dd3556654b068769e58e4d24db2fe229
2014-05-22trunc is C99 only (thus not C++03)Stephan Bergmann
Change-Id: Ia045472386c82369206bfb06dbc8f7a5bde60510
2014-05-22WaE: unused variable 'bHandled'Tor Lillqvist
While at it, make it use SAL_INFO instead of fprintf. Change-Id: Id4018819f8f790bef219e5aca3b6bbb5f6acd6aa
2014-05-22Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist
Change-Id: I711621c89e8f75d4450867e303ccdc8017bcd9d7
2014-05-22Make the inserted text more European and sensible for now.Michael Meeks
Change-Id: I8b2ecef11362c0fc1dc2b76780140881e769bb89
2014-05-22quit after emitting all the events to allow valgrinding.Michael Meeks
Change-Id: Ibee9d8f00008dd0a266db276772d48deb0bd9d18
2014-05-22Initial cut at some infinite monkeys work.Michael Meeks
Change-Id: I71c7fe027262305893d8eabee94a726f4aa909d6
2014-05-21Remove spurious assert(false)Stephan Bergmann
...inadvertently left over debug code Change-Id: I4bb9ee37ee7fd5d7e4e7f91afbcc036ba5802880
2014-05-21CosmeticsTor Lillqvist
Change-Id: I4ad71bd3538b1d5b033802469b16dd35df5b9724
2014-05-21Avoid blinking when doing operations in the spreadsheets.Jan Holesovsky
Change-Id: I31d24ef32ef4bb9ea4b57d596cccd269d07d91ec
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann
Change-Id: I4b185f9a0ecaa74ca3f1e93b3bfe504e9778a8ca
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann
Change-Id: Id115af34011fbedc93a1fea1734ea6b1e7cfafd0
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann
Change-Id: I523fba14c721815f8416f6e0224e42052d13429a
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann
Change-Id: Id710a1fe4a3c1593add69bb2a7014d26f9499e87
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann
Change-Id: I275abafe81c8bb617c70646244b14f6cecc33854
2014-05-21Simplify logicStephan Bergmann
Change-Id: I2350c1a4d57a0e25753756e99d2b93ab3f2f6997
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann
Change-Id: I57a5a14a51c0441e0fed006457ac95057f188462
2014-05-21Use default argument valuesStephan Bergmann
Change-Id: I69273648155f5071b297c9c77edda58a8f25436d
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard
Change-Id: I4a2ed8a20890119220d63a6768f13365a7b5f97d
2014-05-21Bin code that died in 2010 in d4dbc31173487a97e4b022f0bb9dae25440856a8Tor Lillqvist
Change-Id: I5b88b7c66c1c3a3c68e6a837d10e7477cb7ae8fe
2014-05-21Use more specific tagTor Lillqvist
Change-Id: Ife10cae3f0bd7dd294c74799412528f2596369c8
2014-05-21Add a SAL_INFOTor Lillqvist
Change-Id: I3eb6a1f7dab30346a68050f37d31c082336ab7b6
2014-05-21Don't disable painting.Jan Holesovsky
Change-Id: Ia7d8a49af756a642c393f47b7dc342b8e48b5eda
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard
Change-Id: I08bd2e58ee98a68accae256fcbcc288a8c56ae0b
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
Change-Id: Ibf958dbfbf7cdbe6ad31d390138be8d4d468c225
2014-05-20Don't use two separate names for the same thingTor Lillqvist
Change-Id: Iad76d452d5dbaa03099c1a649d7f278b0151f340
2014-05-20We don't support the Apple Remote in sandboxed modeTor Lillqvist
Change-Id: Ie0a456647376b9d249850227d3481be5b4ee991d
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl
In the Paragraph "Indents & Spacing" tab there are fields with unit: <object class="svxlo-SvxRelativeField" id="spinED_LEFTINDENT:0cm"> But the unit is effectively ignored, and the resulting SvxRelativeField with FUNIT_NONE and 9999 max somehow results in 0.18cm max when the dialog sets cm as unit. Change-Id: I6001c93079fd7d899f1e119913b29ea4898b1c34
2014-05-20use VCL's OpenGLContext for 3D transitionsDavid Tardon
Change-Id: I510518461eb8bc9669d0de2679c34c473f66b175
2014-05-20Move #include from middle of file to topChris Laplante
Change-Id: I715f606ee0f94e9ffd3ef9ec889948a56a9cdc19 Reviewed-on: https://gerrit.libreoffice.org/9381 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
Detect arguments larger than 64 chars passed by value. Change-Id: I9b0ea9ccb99d115984a26eab67c9cf6afd5f6cae Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-05-20Fail early in OpenGLContext::ImplInit() on platforms where not yet implementedTor Lillqvist
So far this code apparently has not been invoked except in the very special use cases for which it has been developed, and which presumably aren't such that one would come across in "normal" LibreOffice use. But now it gets invoked unconditionally, in some unit tests even, and letting it call glewInit(), which calls glGetString(), without any OpenGL context, leads to a crash. So instead, explicitly fail early on OS X (and iOS and Android). Change-Id: Ia4547cc1ddff1aaa0190fcdb69506ad444214b7a
2014-05-20Hack to for now work around dpy == null crashing CppunitTest_chart2_*Stephan Bergmann
...since 2fc4f5cd750cc3899ffc6b2f831edcb01e7773b4 "Register OpenGL windows to ScGridWindow upon file load." Should be revisited and fixed properly. Change-Id: I5a3d08cb750fd9ec7c98d5b85250eaabd1c7a8b2
2014-05-20vcl: add missing resource.cxx fileChris Sherlock
Change-Id: I7ab6fe8592845040f9e87f3667c11200735d7d63
2014-05-20vcl: move resource functions from window.cxx to resource.cxxChris Sherlock
Change-Id: I050cb975dfa6ba20a6a840f24d30745fbafbfaef
2014-05-19vcl: remove using namespace from headersThomas Arnhold
Change-Id: I57439b09e95bf385436501921ca8db1469758105
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-20vcl: move globalization functions from window.cxx to globalization.cxxChris Sherlock
Change-Id: I8f617f2c480f8c5c7f5230cc6d6a6e82d8750857
2014-05-20vcl: rename CopyAreaFinal to CopyDeviceAreaChris Sherlock
The name I gave this makes no sense. Basically, this function calls on the SalGraphics function to copy the area, so really this name is much more clear. Change-Id: I842e6f2b81014a8222c39a62c5437bd53d66141c
2014-05-20vcl: move debug function from window.cxx to debug.cxxChris Sherlock
Change-Id: I9c3debcdda4b6ee943792e8799d436b097df2982
2014-05-19Argh, *this* is what the compiler tried to tell meTor Lillqvist
Change-Id: Id5716bf6f9c86e7fa0d64b1bae9b69b4a5dadfe5
2014-05-19Fix 'non-const lvalue reference cannot bind to a temporary'Tor Lillqvist
Change-Id: Ic308a281f7b16c8924658be792216d3aba4444c5
2014-05-19WaE: passing OUString by value, rather pass by referenceTor Lillqvist
Change-Id: I6a7331ab3d87cc04021e92283db938c92b066e6b
2014-05-19WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist
Change-Id: I00aaacadf108f2cc5d57963991e5c99ea4485056
2014-05-19vcl emf test: test clip region is correct for problematic filesTomaž Vajngerl
Change-Id: I60caf9ebcff417e0f87bae9c6b5d308b5e2f0b37
2014-05-19fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN actionTomaž Vajngerl
Change-Id: Ie42c855e696922b38760876d4090d572deaa689a
2014-05-19vcl wmf: EnhWMFReader more cleanupTomaž Vajngerl
Change-Id: Ia6bff28bc70214da965c26cd72ea332573576cc1
2014-05-19vcl wmf: EnhWMFReader constructor, ReadHeader, cleanupTomaž Vajngerl
Change-Id: I43b95f3ee7af42b5b1c9110cafbbae325dddb946
2014-05-19vcl wmf: cleanup winmtf.hxxTomaž Vajngerl
Change-Id: I8d8114378e639438f548b7ee77f8b0ef6275051f