summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-27OpenGLContext: use generateWinData inside window initializationZolnai Tamás
Change-Id: I618dacceb88ddab1ca6d45a8669199354e4b6a6d
2014-04-27OpenGLContext: Provide all data for SystemChildWindow creation.Zolnai Tamás
Change-Id: I7a0ceee6c784af8240fb908f19622d4ede1f5a6a
2014-04-27vclopengl is buildable on all platforms nowZolnai Tamás
Change-Id: I2d65035eb30e9a96ab4ddc695fc7bc3aaaa9ab6c
2014-04-27avmediaogl: Use INetURLObject for URL operationsZolnai Tamás
Change-Id: I7b9763489ca7ec64051b53b87ab1475167ffeb35
2014-04-27avmediaogl: Use glTFHandle for size valuesZolnai Tamás
Change-Id: I4741374ec269a5513214c6603e3e6956231bd853
2014-04-27cppcheck: reduce scopeJulien Nabet
Change-Id: I18d7500dcc4b29e2d0face22649f6f96382eabe8
2014-04-27ANIMATIONMODE_VIEW can be removedJulien Nabet
See http://nabble.documentfoundation.org/About-ANIMATIONMODE-VIEW-in-slideshow-module-td4106488.html Change-Id: I0405e8ef41105a53ac056382aa6b32d2a573c170
2014-04-27vcl/outdev/*.cxx cosmetic clean-upNorbert Thiebaud
Change-Id: I967a50cf4fdde87efbcec990eab4f68570f27b94
2014-04-27fdo#60967: fix deletion of paragraph following tableMichael Stahl
Surprisingly MovePara(fnParaCurr, fnParaEnd) actually moves to the end of the next paragraph if the current one is empty. Change-Id: I780bf663b19044252f1d4532d5467c3a599c8a49
2014-04-27Typos: dfined -> defined + add missing 's'Julien Nabet
Change-Id: I0e806da30ae0518579bdc0c8f0218cf5689dc70f
2014-04-27startcenter: Add possibility to selectively remove recent documents.Jan Holesovsky
Change-Id: Id0c20de6dc3375e64dd3dbef34dcd6eb77f02340
2014-04-27recent documents: Add possibility to remove individual documents.Jan Holesovsky
Change-Id: Icf059ff9a911592ab09fc385aadbec9be8ed664a
2014-04-27automaticly -> automatically.Jan Holesovsky
Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
2014-04-27recent documents: Don't assign the same values twice.Jan Holesovsky
Change-Id: I85be809dd390a0dcd19a388a85930e1dc0893305
2014-04-27recent documents: Various minor cleanups.Jan Holesovsky
Change-Id: Ib57845a31e9dbe2ca674f400051d04ea83061a78
2014-04-27recent documents: Kill some copy'n'paste.Jan Holesovsky
Change-Id: I585603409412c93eb34f473fa0389c3ca465431b
2014-04-27recent documents: Kill useless comments.Jan Holesovsky
Change-Id: I71a785149f780530f9f3a430eb866d16b8feda3e
2014-04-27recent documents: Access the mutex directly.Jan Holesovsky
Change-Id: I5178934e68f766ce9ea1763250f31b3003eb4cc9
2014-04-27recent documents: Doxygenize & make the comments a bit less useless.Jan Holesovsky
Change-Id: I0352b7e7395519cc2d87e1fd7ffd9423cb977698
2014-04-27sepcified -> specified.Jan Holesovsky
Change-Id: Ia6b4fa99e2ebbab2c1e6688a8fe89e245a1ede9d
2014-04-27More consistent whitespace here.Jan Holesovsky
Change-Id: I74f98f675ff0e1cdfdecd28833ad91cb008232a0
2014-04-27avoid several 200ms delays in Qt testsLuboš Luňák
Since the tests are run during LO startup, this is not such a good idea. Also redo the socket notifier test which seems a bit of an overkill when a mere pipe will do (and I'm not sure TCP sockets would have the data available the moment it's written to). Change-Id: I6a436b286d20ceecf859f9028af98da03c2561b7
2014-04-26cppcheck: pColEntry has never been used since the initial import in 2000/09/18Julien Nabet
Change-Id: Ic06a4f4fa0ed6ef782846e5b020ac889a30b4360
2014-04-26cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet
Change-Id: Ic007b07a82eb83978527254518d85c5a2903a48d
2014-04-26this fails to link with mingwDavid Tardon
The error message says "undefined reference to `_imp___Z18_set_se_translatorPFvjP19_EXCEPTION_POINTERSE'". Change-Id: I39d3338a3466fb56dfadbd02af434c0cbf0346e1
2014-04-26given the explanation of MenuFloatingWindow::InitClipRegion()...Caolán McNamara
should not be virtual then prior to 95711f5b9e7b6a982d1762d37d5a38e0f40b86f9 the menu ImplInitClipRegion had nothing to do with the outdev ImplInitClipRegion and so all the original ImplInitClipRegion calls here should now be routed to InitMenuClipRegion which was removed by "In fact InitMenuClipRegion() is unused" so restore that Change-Id: Id208b30561803ee774e10d44e19ed0808f824766
2014-04-26coverity#708651 Uninitialized pointer fieldCaolán McNamara
Change-Id: If2c5d406994902839c4c81a947fc46a06056fe90
2014-04-26YES -> TRUEDavid Tardon
Change-Id: I8d6764d555c50923af5bdc6672753b5e84230144
2014-04-26fdo#74336 need to transform dash length / dot length / distanceTomaž Vajngerl
Dash length, dot length and distance also need to be world transformed to be compatible with device metrics. Change-Id: I57c04f5010006aaf8c1c32e0949cb39b7f2bc67d
2014-04-26fdo#74336 draw hairline if line width is smallTomaž Vajngerl
RenderPolygonStrokePrimitive2D draws a simple hairline if the line width is less than 1.0 (and less than 1.5 if no AA is used) so in tryDrawPolygonStrokePrimitive2DDirect we need to reflect this behaviour - otherwise the lines are drawn too small. Change-Id: Icd3d8f35a00346b1d624b6df010f43ed21968d04
2014-04-26In fact InitMenuClipRegion() is unusedTor Lillqvist
Change-Id: I5198baeb7b396bec2df991a94a57531f35b7a24b
2014-04-26work around LO blocking when asking for QClipboard's contents, helps fdo#35950Luboš Luňák
Specific to KDE4 vclplug and just a bit of a hack, but it's at least something. Change-Id: I4bf0f9c8e0b4f7faebaf010a06fcc4ff2e44fa6b
2014-04-26writerfilter: fix indentation in rtfcharsetsMiklos Vajna
Change-Id: Id5592e10b93800560e82b4506cddb1dfcbe1043f
2014-04-26writerfilter: unused appendToInteropGrabBag() versionMiklos Vajna
Change-Id: Ie00332fcaaf3a78516569b010ac2ff7e2c259b28
2014-04-26vcl: MenuFloatingWindow::InitClipRegion() should not be virtualMiklos Vajna
When OutputDevice's ImplInitClipRegion got marked as virtual, the compiler raised a warning about colliding method names in MenuFloatingWindow, and this got fixed by making the method virtual. But making it virtual just makes the warning go away, doesn't fix the real problem, that OutputDevice's ImplInitClipRegion() is no longer called, leading to strange missing text in the menus. In the meantime also ImplInitClipRegion() got renamed to InitClipRegion(). Fix the problem by renaming InitClipRegion() to InitMenuClipRegion() in MenuFloatingWindow. Regression from 95711f5b9e7b6a982d1762d37d5a38e0f40b86f9 (fdo#74702 Move ImplInitClipRegion Window code out of OutputDevice, 2014-04-25). Change-Id: Ibeb5e8e99bf4369b349ac44376a2c217786ef318
2014-04-26missing `)'David Tardon
Change-Id: Ifb03305c8df237fd52f4343744dc1884d220b149
2014-04-26mixing build path and host exec. name doesn't workDavid Tardon
Change-Id: I54785205e3884ddf7b94ef7f43617bd329c4e780
2014-04-26specify linking opts for jawt centrallyDavid Tardon
Change-Id: Idb8d97d44b16bbe41372d97c46199ec786c38218
2014-04-26mingw: fix use of jawtDavid Tardon
Change-Id: I47b4a1f5ca5b8ce3cde11d4db599d6afb54a2886
2014-04-26mingw: fix delivery of gcc libsDavid Tardon
Change-Id: I03c55ceb685b4de580bfc3125792e7a75e133821
2014-04-26coverity#708654 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ic342d785746280b6c75d237cfafc83a42786ec7f
2014-04-26annoying inlines and formattingCaolán McNamara
Change-Id: I4a664c1c71a5aab183e7441dcdbcdb8b769fb996
2014-04-26coverity#738920 Uninitialized scalar fieldCaolán McNamara
Change-Id: I4796075c4727d30178bb6c7d0752e87ab22c36cf
2014-04-26problem with a check define somewhere in MacOSXCaolán McNamara
Change-Id: I2e866116db510deef12b0da7995b9bc1b246b34a
2014-04-26unnecessary to check for null before deleteCaolán McNamara
Change-Id: I82b5c5ced8a4f0e719d1aeffed86845b9db1b68b
2014-04-26the OutDevState dtors are never calledCaolán McNamara
regression since cf3c6cb40f99fa1761a6af3d7447a899b9447868 Change-Id: Iaeb44d948d3e0a0b26cfd3e16aa81b979cf56457
2014-04-26callcatcher: hide glTF methods from easy listCaolán McNamara
Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c
2014-04-26coverity#707891 Uninitialized pointer fieldCaolán McNamara
Change-Id: Id717454935e1b9426f59061ed95364bf69408232
2014-04-26coverity#707892 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ic9f477efd34b6baa4d5cd7a75db8187332b7b328
2014-04-26WaE: -Werror=shadowCaolán McNamara
Change-Id: Ia29ebbddd5c88b8f3bd033a97dfd69a7705b87b8