summaryrefslogtreecommitdiffstats
path: root/include/postwin.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete checked definesMike Kaganski2019-04-061-11/+0
| | | | | | | | | | These are always defined when WINVER >= 0x0400; and we have it set to 0x0601 in solenv/gbuild/platform/windows.mk. Change-Id: Ia1f6fa5589562fa710b4da3d288182d3f8a15e6b Reviewed-on: https://gerrit.libreoffice.org/70348 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* vcl: remove no longer needed WIN_Rectangle()Miklos Vajna2017-04-071-5/+0
| | | | | | | Not needed anymore after commit a5a571307fb3306b74ab46b085cde6388270a770 (tdf#82580 tools: rename Rectangle to tools::Rectangle, 2017-03-30). Change-Id: I25a11ca0b6c2e9e96847bd01b5e82835d1dd4a95
* clang-cl loplugin: vclStephan Bergmann2016-10-151-1/+2
| | | | | | | Change-Id: I40f8a6fef9d66b28a1d72551a6873b041b38b09e Reviewed-on: https://gerrit.libreoffice.org/29841 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* More blind fix for --enable-pch Windows buildsStephan Bergmann2016-10-071-0/+1
| | | | Change-Id: Iaa9f697270fe47c30170925f4c66092c15efa4bf
* Sort undefsStephan Bergmann2015-12-071-48/+26
| | | | Change-Id: I20940822c482d4edab8a5d4b5aaf75ba58817898
* Windows header sanitizationAshod Nakashian2015-11-121-0/+13
| | | | | | | | | | | | | | | | Isolation of windows headers using prewin.h and postwin.h headers and making headers dependent on them more self contained. Conversion of TCHAR to WCHAR and LPCTSTR to LPCWSTR etc. and cleanup of unnecessary casts. Change-Id: I7eff5c477d9223a064bfb4d962ff6d61960ee69c Reviewed-on: https://gerrit.libreoffice.org/19901 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-3/+0
| | | | | | | | | | Polygon is one of these names that Clash with some system objects A similar work has been done earlier with PolyPolygon. Change-Id: Icf2217cb2906292b7275760f1a16be0e150312f5 Reviewed-on: https://gerrit.libreoffice.org/17789 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* vcl: remove WIN32_TRANSPARENTMichael Stahl2015-05-051-1/+0
| | | | Change-Id: I164106e89cf910c2f9fa6815b23f58ad6c6ee789
* vcl: rename conflicting defintion of TRANSPARENT remove it from postwin.hMichael Stahl2015-05-051-1/+0
| | | | Change-Id: I3b4e25c27593e3a61612a96baa2a4378542d151c
* Avoid KeyFuncType::DELETE shadowed by a macro on WindowsStephan Bergmann2015-03-231-127/+0
| | | | | | | | ...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
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-3/+0
| | | | Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
* move TRANSPARENT #define from windows.h out of global namespaceNoel Grandin2014-10-101-0/+6
| | | | | | | | | so it doesn't conflict with enums Change-Id: Ic4143130762d6e878d7c23276393ba09d9f86d45 Reviewed-on: https://gerrit.libreoffice.org/11880 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-301-1/+0
| | | | | | | Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows PolyPolygon typedef. Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66
* fdo#82577: Handle RegionNoel Grandin2014-09-301-1/+0
| | | | | | | Put the VCL Region class in the vcl namespace. Avoids clash with the X11 Region typedef. Change-Id: I6e008111df7cf37121fbc3eaabd44a8306338291
* fdo#82580: Win32 GetObject() simplificationTor Lillqvist2014-08-161-9/+0
| | | | | | | | | | | | | | | | | We call the Win32 GetObject() in just one source file and there it is the A version we mean. (As such, as we call it to get BITMAP objects, which do not have different A and W variants, we could as well call GetObjectW().) Note that we have several own member functions called GetObject(), so until those are renamed we still need to #undef the GetObject definition (from <windows.h>). (No, I am not working on the EasyHack fdo#82580 as a whole. It is intended for some less mature LO contributor. I just did a few small things because I couldn't resist.) Change-Id: Idab79503b3d899ef19f0608677752a62b20302ff
* WIN_MOUSE_MOVED and MOUSE_MOVED are unusedTor Lillqvist2014-08-161-3/+0
| | | | Change-Id: I1edfa97d9874c70fcc61d1b521c905fb499a9bd1
* WIN_HELP_HELPONHELP and HELP_HELPONHELP are unusedTor Lillqvist2014-08-161-4/+0
| | | | Change-Id: I54830ba65961f8f7ab6fa3555a1e6021b14cdb1c
* WIN_HELP_INDEX and HELP_INDEX are unusedTor Lillqvist2014-08-161-2/+0
| | | | Change-Id: Icc2c34f51601304e2846d8bd9fce2f384327a4e2
* remove presys.h and postsys.hThomas Arnhold2014-05-091-3/+2
| | | | | | | | | Both files are nearly identical to prewin.h and postwin.h Change-Id: I1f45e46dfcc00043a9e2df82e0070cd1b976c4af Reviewed-on: https://gerrit.libreoffice.org/9294 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Unbreak Windows buildStephan Bergmann2014-01-241-0/+1
| | | | Change-Id: Iaf4c3183a23d80db0576c8411867aa6476d5b39f
* prewin.h: remove silly extern "C" nonsense which prevents...Michael Stahl2013-12-121-11/+0
| | | | | | | ... using prewin.h/postwin.h around ATL headers. Also remove some other cruft while at it. Change-Id: I7d081dae88273dfd214ef078f5844ce266e388fb
* re-base on ALv2 code. Includes:Michael Meeks2013-06-031-23/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
* move headers from solenv/inc/ to include/Matúš Kukan2013-04-161-0/+252
Change-Id: Ieb6cba645b3535f7d683d2aefa5599d04d9994f3 Reviewed-on: https://gerrit.libreoffice.org/3403 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>