summaryrefslogtreecommitdiff
path: root/include/postx.h
AgeCommit message (Collapse)Author
2016-01-30tdf#82577: Remove remaining #undefs in postx.hJorenz Paragas
Printer, Orientation, GetToken, and ReleaseToken aren't names of X11 types or macros, and the X11 headers that are included throughout vcl don't introduce definitions for Min, Max, or Success. For now, the closing curly brace remains there in order to match with prex.h's opening brace. Change-Id: Id3918204a9328d99a31016ab29b2761ebc4f47db Reviewed-on: https://gerrit.libreoffice.org/21890 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-01-25tdf#82577: Handle DestroyAll, InitializeToken, NextRequestJorenz Paragas
There are no LO types that conflict with these X11 types, so these can just be removed from postx.h. Change-Id: I47957b847a41c301e40527051b0a13366400a2c0 Reviewed-on: https://gerrit.libreoffice.org/21762 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-01fdo#82577: Handle KeyPressNoel Grandin
It appears that this became unnecessary at some point Change-Id: Iee7c09d00f8dee79f51f0a93b8f5f16137c9c626
2014-10-01fdo#82577: Handle IconNoel Grandin
It appears that this became unnecessary at some point Change-Id: I6638d68d1c44162b4aa62224dc03c19c2413180e Reviewed-on: https://gerrit.libreoffice.org/11715 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-01fdo#82577: Handle TimeNoel Grandin
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-30fdo#82577: Handle RegionNoel Grandin
Put the VCL Region class in the vcl namespace. Avoids clash with the X11 Region typedef. Change-Id: I6e008111df7cf37121fbc3eaabd44a8306338291
2014-09-23fdo#82577: Handle WindowNoel Grandin
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-18fdo#82577: Handle FontNoel Grandin
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist
Put the vcl Cursor in the vcl namespace. Avoids collision with the Xlib Cursor typedef and some ancient Carbon (?) Cursor typedef on OS X. Change-Id: I7af770c522b5774c87f58cc079ced9fc1bcc88b0
2014-08-16Our use of Boolean does not clash with the Xt <X11/Intrinsic.h> typedefTor Lillqvist
So no need to hide the Xt type. Change-Id: Ib7d96745294ab747b3c8ed355d4562a68e3cb0cf
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
2013-10-22postx.h: BYTE, BOOL, INT8, INT64 should no longer cause problemsMichael Stahl
Change-Id: Ifd5e918028c15c4b2b61ff1612ae27ed96f45d3b
2013-10-22prex.h: remove String manglingMichael Stahl
Change-Id: Idb74e75b4f3e499eb4a633605600f639fb87b728
2013-04-16Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h areTor Lillqvist
Change-Id: I561aa6cc1de7ed6128d25c82cd493d5d5718e052