History log of /haiku/src/add-ons/print/drivers/preview/PrinterDriver.cpp
Revision Date Author Comments
# d9823ef5 31-Jul-2017 Jérôme Duval <jerome.duval@gmail.com>

PrintJob: make struct print_file_header packed.

* also struct _page_header_: on x86_64, these would align to 8 bytes, which the code
doesn't handle well.
* remove beos leftovers.


# 14bf5c32 10-May-2013 Jérôme Duval <jerome.duval@gmail.com>

preview print driver: fixes 64 bit warnings


# df24dede 30-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* rename InterfaceUtils.h/cpp to BlockingWindow.h/cpp and adjust includes



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26691 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1bf69d91 30-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* remove all classes that where only used in pdf writer from InterfaceUtils
* get rid of three of them, i don't know why they where implemented in the first place

* fix broken scrollbar adjustment
* cleanup DocInfoWindow.h and DocInfoWindow.cpp
* make the window resizable and get rid of the tabview



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26690 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5226ccb6 26-Mar-2008 Karsten Heimrich <host.haiku@gmx.de>

* build fix and some more debug output
* fix broken ui look in Job Setup on R5
* fix initialized page size msg field only seen on R5
* remember orientation setting to avoid always swapping it

thanks Michael for pointing this out :)



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24598 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1879dc35 24-Mar-2008 Karsten Heimrich <host.haiku@gmx.de>

* some code cleanup
* adjusted copyright header
* remove PrinterSetupWindow, simply return the printer name
* some better interface layout, center windows on screen, etc...



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24551 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fcccd8b7 20-Jan-2007 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Some printing related improvements:
* libprint based drivers can now show a preview window and show progress
window while printing contributed in part by Hartmut Reh.
* Libprint and PCL6 driver bug fixes.
* Code clean-up (removed code duplications, coding style, copyright text)

Builds under Linux. Not tested under BeOS.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19882 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9d16631b 27-Jan-2004 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Use class PrintTransport to access transport add-on.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6370 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d9b3e69e 14-Oct-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Implemented preview printer driver.
Based on PDF Writer (thanks Philippe).
To do: share code with PDF Writer.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5036 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 14bf5c32480a94a675f662fc82faf21da76778fa 10-May-2013 Jérôme Duval <jerome.duval@gmail.com>

preview print driver: fixes 64 bit warnings


# df24dede80b41ec24063f8169f5f53ef95866cc2 30-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* rename InterfaceUtils.h/cpp to BlockingWindow.h/cpp and adjust includes



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26691 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1bf69d91a3817daa07bc310264398a4c0668c238 30-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* remove all classes that where only used in pdf writer from InterfaceUtils
* get rid of three of them, i don't know why they where implemented in the first place

* fix broken scrollbar adjustment
* cleanup DocInfoWindow.h and DocInfoWindow.cpp
* make the window resizable and get rid of the tabview



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26690 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5226ccb68942b7a93dbcaeaeb521da0c6d5ab13c 26-Mar-2008 Karsten Heimrich <host.haiku@gmx.de>

* build fix and some more debug output
* fix broken ui look in Job Setup on R5
* fix initialized page size msg field only seen on R5
* remember orientation setting to avoid always swapping it

thanks Michael for pointing this out :)



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24598 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 1879dc35bf48cd135c6c75be4b9a998d390f920d 24-Mar-2008 Karsten Heimrich <host.haiku@gmx.de>

* some code cleanup
* adjusted copyright header
* remove PrinterSetupWindow, simply return the printer name
* some better interface layout, center windows on screen, etc...



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24551 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fcccd8b7592fb8c4a853129e9e986ecc03cbdb01 20-Jan-2007 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Some printing related improvements:
* libprint based drivers can now show a preview window and show progress
window while printing contributed in part by Hartmut Reh.
* Libprint and PCL6 driver bug fixes.
* Code clean-up (removed code duplications, coding style, copyright text)

Builds under Linux. Not tested under BeOS.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19882 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9d16631b9847f659584cc6675441efcdb33649ad 27-Jan-2004 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Use class PrintTransport to access transport add-on.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6370 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d9b3e69ea415e858593d1a6ae359f072e3c84577 14-Oct-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Implemented preview printer driver.
Based on PDF Writer (thanks Philippe).
To do: share code with PDF Writer.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5036 a95241bf-73f2-0310-859d-f6bbb57e9c96