summaryrefslogtreecommitdiff
path: root/include/prex.h
AgeCommit message (Collapse)AuthorFilesLines
2014-10-01fdo#82577: Handle IconNoel Grandin1-5/+0
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 Grandin1-3/+0
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 Grandin1-1/+0
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 Grandin1-1/+0
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 Grandin1-1/+0
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 Lillqvist1-4/+0
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 Lillqvist1-1/+0
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 Lillqvist1-1/+0
So no need to hide the Xt type. Change-Id: Ib7d96745294ab747b3c8ed355d4562a68e3cb0cf
2013-10-22prex.h: remove String manglingMichael Stahl1-4/+0
Change-Id: Idb74e75b4f3e499eb4a633605600f639fb87b728
2013-05-28Error out if <prex.h> is included when compiling for OS XTor Lillqvist1-0/+4
The X11 headers are present in the OS X SDK (because OS X does have an X11 server, even though I think it might be a separate download and install on demand nowadays), but we don't want to include them even if it would be harmless. Change-Id: I48011d7e1d2cd6398fc7b4cba8ec8100addc053b
2013-04-16Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h areTor Lillqvist1-0/+60
Change-Id: I561aa6cc1de7ed6128d25c82cd493d5d5718e052