summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
AgeCommit message (Collapse)AuthorFilesLines
2016-02-05Revert "vcl: fix Android build"Jan Holesovsky1-1/+1
"Cleanup crossplatform cairo" breaks Android and iOS. This reverts commit e152b756b3558a3619e5bedb6b258cc7f0879e90. (cherry picked from commit 0394d49a70e14e176c047ced39e2e754fcc26f3d)
2016-02-05vcl: fix Android buildMiklos Vajna1-1/+1
Change-Id: I31724cd56516e6112b66159f722188b228e2eab5 (cherry picked from commit e152b756b3558a3619e5bedb6b258cc7f0879e90)
2016-02-05Cleanup crossplatform cairoMox Soini1-8/+8
Mac / Win cairo is not built / used, this cairo code can be removed to reduce code bloat. Reviewed-on: https://gerrit.libreoffice.org/16049 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit e4d55e8045c99af65a2cae57b26ec076825c9673) Change-Id: I758d674291e25e0722f5c66a0096295e903786b1
2015-05-07XTiledRenderable: use HWND instead of HDCLászló Németh1-0/+2
Cherry-picked from e1fb63bb8ed7a9bd4dbe19be0d0da7245c4a2fb2 Change-Id: I2959ea8b1213d6dade1c2567365f177bf542e075
2015-03-23Avoid KeyFuncType::DELETE shadowed by a macro on WindowsStephan Bergmann1-0/+2
...required to remove the WIN_* defines from postwin.h, so that the latter can be included multiple times; the WIN_* defines appeared to be unused except for one use of WND_FindWindow anyway Change-Id: I2080225c74c196fbc1b7d4f20b636b44e1e12150
2014-11-18bin confusing commentDouglas Mencken1-1/+0
Change-Id: Idedad17ed2c89613a3f5caeea39f5c47c9856114 Reviewed-on: https://gerrit.libreoffice.org/12516 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-02support legacy and core context on OSXMarkus Mohrhard1-0/+1
Change-Id: Ib8cadb3f182ce49c0ca8b6ccaa95960eb8e5f9ae
2014-09-02use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard1-1/+4
Change-Id: Ief50a2fc533846cd61be66b1ea166a992942083b
2014-02-27coverity#1187868 Uninitialized pointer fieldCaolán McNamara1-0/+24
Change-Id: I6fa813b983d217eb8ce028f9ae13a0cc764e29da
2014-01-30Globally disable MSVC warning 4201 (nonstandard extension nameless struct)Stephan Bergmann1-7/+0
...it is caused by some external code (newly so by glm included in chart2) and does not really add value. (Incidentally, all relevent compilers, Clang, GCC, and MSVC uniformly support this language extension anyway.) Change-Id: I5b4c11b5cea0267bf39ac95e9021a5761a4d7b91
2013-12-12Add CGContext field to SystemGraphicsData for iOS, tooTor Lillqvist1-3/+3
2013-12-12CosmeticsTor Lillqvist1-35/+1
2013-12-05Resolves: #i123795# variable names should not confuse vcl...Herbert Dürr1-1/+1
Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same introduces gratuitous complexity especially when debugging stacks where both types are used. The names of NSView type variables have been adjusted too. (cherry picked from commit 5e6120c21a979c05bc6b9297035e31a47b98b785) Conflicts: vcl/aqua/source/app/vclnsapp.mm vcl/aqua/source/gdi/salgdi.cxx vcl/aqua/source/gdi/salgdiutils.cxx vcl/aqua/source/window/salframe.cxx vcl/aqua/source/window/salobj.cxx vcl/inc/vcl/sysdata.hxx vcl/source/window/syschild.cxx vcl/source/window/window.cxx Change-Id: Ic4143dfddfa9502a529c871ac4ce0bea413b6ce9
2013-12-04Bin ATSUI codeTor Lillqvist1-8/+0
TDF has been shipping a CoreText-using LO since 4.1 and the sky hasn't fallen. Getting rid of the ATSUI code will make other needed refactoring easier. Change-Id: I494096c3988ea26fa2b336621857d32b64b040f0
2013-10-23fixincludeguards.sh: include/vclThomas Arnhold1-3/+3
Change-Id: Iaea4396f60aeade5303bf83a4504ad62f161b83c
2013-09-04Remove unnecessary SystemChildData -> SystemEnvData defineStephan Bergmann1-2/+0
Change-Id: Ifd6763617b9aef45c7301085033b6bbaf9d52e02
2013-06-18Reduce #ifdef #else a bitKhaled Hosny1-6/+2
Change-Id: I888681b01e82b72ce1ed9836ddf541c543747971
2013-06-18rCTFont is not used anywhereKhaled Hosny1-2/+0
Change-Id: I2ee13f6a014f26ca03b34d87094af337733207e3
2013-04-23execute move of global headersBjoern Michaelsen1-0/+272
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a