History log of /haiku-fatelf/src/add-ons/print/drivers/pdf/source/AdvancedSettingsWindow.cpp
Revision Date Author Comments
# 0e216008 04-Dec-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Made printing related windows close on pressing the
Escape key.


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


# 9a321797 21-Oct-2008 Karsten Heimrich <host.haiku@gmx.de>

* fix wrong cast
* fix r5 target build



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


# 7cbd3ce5 21-Oct-2008 Karsten Heimrich <host.haiku@gmx.de>

* fix broken interface caused due to our changes to BMenuField, BTextControl



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


# 92e47f6d 10-Aug-2008 Karsten Heimrich <host.haiku@gmx.de>

* broaden the window a bit, fixes ticket #2378 ;)



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


# 0ca6b749 26-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* merge parts of libprint and libprintutils to make both indepentend
* adjust all drivers to take that into account
* fix UpdateText() signature in JSDSlider to avoid warning



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


# 9b419704 13-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* hide the license key field as it is only supported in the commercial pdflib version



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


# a80e05e2 13-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* fixes for ticket #2378
* adjust ui code to be more font sensitive
* add/ rename some of the utils message manipulation functions
* use ReadAttrString instead of ReadAttr to get the printer name



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


# e23b0dec 21-Dec-2006 DarkWyrm <darkwyrm@gmail.com>

Some label tweaks and grammar fixes
More Alt+W modal window shortcuts
Made a couple of OK buttons the default button
Added a few ellipses to some buttons which open windows


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


# cecbb5fb 19-Jan-2004 Philippe Houdoin <philippe.houdoin@gmail.com>

Fix some warnings.
Prepare to package future PDF Writer print driver as OBOS package:
openbeos-pdf_writer-cvs...


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


# ceffc48d 22-Mar-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

- updated to use PDFlib 5.0.0b2
- added basic support for stroke/fill opacity (transparency)


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


# 79607811 13-Jan-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Clean up.


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


# 30cd0762 13-Jan-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Simplified user interface for selection of link border, bookmarks and cross references definition file.
Added ability to close status window automatically after PDF generation.
Added button to advanced settings window to open the settings folder in Tracker.


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


# 52a38012 08-Jul-2002 ejakowatz <ejakowatz@nowhere.fake>

It is accomplished ...


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


# 0e216008df8e39c560df9c3aa67a64d6cd7d7aac 04-Dec-2010 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

* Made printing related windows close on pressing the
Escape key.


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


# 9a321797d9629b1bbbdee38ddddeca3a993679ab 21-Oct-2008 Karsten Heimrich <host.haiku@gmx.de>

* fix wrong cast
* fix r5 target build



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


# 7cbd3ce5d867fdb23a9c51257c50f8e6c5b24de2 21-Oct-2008 Karsten Heimrich <host.haiku@gmx.de>

* fix broken interface caused due to our changes to BMenuField, BTextControl



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


# 92e47f6dbc0b18b89477688e0c5276177ec4fbd5 10-Aug-2008 Karsten Heimrich <host.haiku@gmx.de>

* broaden the window a bit, fixes ticket #2378 ;)



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


# 0ca6b749f48605c923441ef708224cdd60af095e 26-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* merge parts of libprint and libprintutils to make both indepentend
* adjust all drivers to take that into account
* fix UpdateText() signature in JSDSlider to avoid warning



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


# 9b41970442a050284b79023eea0d4af8af94d794 13-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* hide the license key field as it is only supported in the commercial pdflib version



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


# a80e05e2259d318760f6168c6a52e4a7a8b714da 13-Jul-2008 Karsten Heimrich <host.haiku@gmx.de>

* fixes for ticket #2378
* adjust ui code to be more font sensitive
* add/ rename some of the utils message manipulation functions
* use ReadAttrString instead of ReadAttr to get the printer name



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


# e23b0decade05a098964fd90b3c1aa472ca3efd9 21-Dec-2006 DarkWyrm <darkwyrm@gmail.com>

Some label tweaks and grammar fixes
More Alt+W modal window shortcuts
Made a couple of OK buttons the default button
Added a few ellipses to some buttons which open windows


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


# cecbb5fb079fd193aa76539ca5f046b65d07c6cf 19-Jan-2004 Philippe Houdoin <philippe.houdoin@gmail.com>

Fix some warnings.
Prepare to package future PDF Writer print driver as OBOS package:
openbeos-pdf_writer-cvs...


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


# ceffc48db98564cf105fb9cb24133d8d6fd62426 22-Mar-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

- updated to use PDFlib 5.0.0b2
- added basic support for stroke/fill opacity (transparency)


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


# 79607811ca10871aaf8fc69aab0ed74e079f0b7b 13-Jan-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Clean up.


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


# 30cd0762c8b65f17f24714d7df35882f98cf73d4 13-Jan-2003 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Simplified user interface for selection of link border, bookmarks and cross references definition file.
Added ability to close status window automatically after PDF generation.
Added button to advanced settings window to open the settings folder in Tracker.


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


# 52a380120846174213ccce9c4aab0dda17c72083 08-Jul-2002 ejakowatz <ejakowatz@nowhere.fake>

It is accomplished ...


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