Robert Shearman
|
c75d0cdc8c
|
comdlg32: Don't worry if an HGLOBAL passed to printdlg is already locked.
|
2005-12-08 11:59:36 +01:00 |
Markus Amsler
|
4008065c04
|
Improve c2man Documented-Total count. Changes:
- add missing description
- complete missing A/W pairs
- document remaining comdlg32 functions
|
2005-11-12 19:12:25 +00:00 |
Alexandre Julliard
|
a84ce96470
|
Authors: Vijay Kiran Kamuju <infyquest@gmail.com>, Jonathan Ernst <Jonathan@ErnstFamily.ch>
Display an error if no printer is installed.
|
2005-11-03 12:12:18 +00:00 |
Francois Gouget
|
a1f9a13997
|
Use "static const" rather than "const static" as gcc -W complains
about the former.
|
2005-10-06 11:38:45 +00:00 |
Mike McCormack
|
dc1c62a592
|
Fix gcc 4.0 warnings.
|
2005-09-07 11:31:17 +00:00 |
Kevin Koltzau
|
95a173a52b
|
Fix warnings in 64bit.
|
2005-09-02 11:32:17 +00:00 |
Vitaly Lipatov
|
ff0b2edd3c
|
Restore paper orientation when pagesetupdlg is initializing.
|
2005-08-25 19:23:43 +00:00 |
Eugeny Gorelov
|
ea1d3d37e3
|
Implement most functionality of PageSetupDlg function.
|
2005-07-07 18:23:45 +00:00 |
Mike McCormack
|
60f8543362
|
gcc 4.0 -Wpointer-sign fixes.
|
2005-07-05 14:11:04 +00:00 |
Vitaly Lipatov
|
815dea38ab
|
- Add some descriptions for PageSetupDlg functions.
- Implement user paint hook support and PSD_ENABLEPAGEPAINTHOOK
checking.
|
2005-06-23 16:45:39 +00:00 |
Eric Pouech
|
a8d8b52d6f
|
Added proper definition for PRINTDLGEX[AW] structures.
|
2005-04-18 10:01:07 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Juan Lang
|
148f6421ed
|
Change a fixme to a warn, and use W version of call.
|
2005-03-14 10:07:11 +00:00 |
Robert Shearman
|
9f625c5e2c
|
- Draw a representation of a document in the page setup dialog.
- Change some FIXME's to TRACE's because everything we need is
implemented and they fire for ones that we don't need to implement.
|
2005-01-24 11:26:23 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Dmitry Timoshkov
|
6fcb789a1b
|
Replace 'All xxx pages' text in common print dialog by simple 'All'.
|
2004-12-22 14:59:50 +00:00 |
Alexandre Julliard
|
ebe3c529b1
|
Janitorial: C booleans must not be compared against TRUE.
|
2004-12-09 14:07:59 +00:00 |
Eric Pouech
|
5c2a891c43
|
Made some functions and variables static.
|
2004-11-29 18:00:10 +00:00 |
Robert Shearman
|
bbdac5e475
|
GetWindowLong -> GetWindowLongPtr.
|
2004-09-22 19:14:08 +00:00 |
Dimitrie O. Paun
|
afab8342bb
|
Avoid W->A transitions.
|
2004-09-22 19:11:05 +00:00 |
Huw Davies
|
b49f914597
|
Fix printer selection in PD_PRINTSETUP type dialogs.
|
2004-08-18 21:00:05 +00:00 |
James Hawkins
|
c0e4c40bbb
|
Better fix for collate icon behavior.
|
2004-07-19 19:35:28 +00:00 |
James Hawkins
|
0a8c92b499
|
Fixed collate icon behavior.
|
2004-07-16 23:43:20 +00:00 |
James Hawkins
|
f3eec54a66
|
Check for empty PrinterName in PRINTDLG_WMCommandW.
|
2004-07-16 19:14:19 +00:00 |
Francois Gouget
|
6a6c85c6d8
|
Make Unicode const strings static so they are not copied to the stack
each time we enter the function.
|
2004-04-19 20:12:14 +00:00 |
Alexandre Julliard
|
2509fcf2c6
|
Some more Win16/Win32 separation (based on a patch by Steven
Edwards).
|
2004-01-09 05:10:35 +00:00 |
Robert Shearman
|
e18682ad7c
|
Remove PRINTDLG_GetDefaultPrinterName; use Win32 GetDefaultPrinterA/W
instead.
|
2004-01-02 01:49:31 +00:00 |
Mike McCormack
|
4fcb06a5a9
|
Pass the correct lparam when calling PageDlgProcA's PageSetupHook for
WM_INITDIALOG.
|
2003-10-14 20:06:46 +00:00 |
Steven Edwards
|
c48c16471c
|
Remove a few unneeded include statements in internal headers.
Started bringing setupapi in line with PSDK.
|
2003-10-07 22:51:09 +00:00 |
Alexandre Julliard
|
cf52644a1c
|
Removed the A/W constants for builtin cursors, icons and resource
types since they don't exist on Windows, and added typecasts
everywhere instead.
|
2003-09-10 03:56:47 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Steven Edwards
|
9e2b15da17
|
Split Win16/32 printer dialogs.
|
2003-08-02 00:41:41 +00:00 |
Alexandre Julliard
|
dfe397fc38
|
Get/SetPropW needs a Unicode string.
|
2003-06-30 02:06:22 +00:00 |
Mike Hearn
|
0d6a2e9aba
|
Store PrintStructures in a window property instead of extra window
bytes.
|
2003-06-27 22:21:06 +00:00 |
Francois Gouget
|
c5f775a9c7
|
Typos/spelling fixes.
|
2003-06-18 03:30:39 +00:00 |
Dmitry Timoshkov
|
39669fa850
|
Use SetDlgItemText instead of sending a WM_SETTEXT.
|
2003-05-14 00:02:17 +00:00 |
Alexandre Julliard
|
e3d681ba0a
|
Get rid of the COMMDLG_hInstance variables.
|
2003-04-29 22:52:02 +00:00 |
Tony Lambregts
|
b4bb1490df
|
Janitorial. Get rid of W->A call.
|
2003-03-17 21:22:57 +00:00 |
Tony Lambregts
|
e295d3996e
|
Janitorial. Get rid of W->A call.
|
2003-03-06 22:43:43 +00:00 |
Dimitrie O. Paun
|
297f3d898d
|
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
|
2003-01-07 20:36:20 +00:00 |
Andrew John Hughes
|
d83d2d26f6
|
Make commdlg compile with -DSTRICT.
|
2002-11-21 23:55:10 +00:00 |
Matthew Davison
|
eb53c02579
|
Fixed some handle conversions for -DSTRICT.
|
2002-11-01 01:50:06 +00:00 |
Dmitry Timoshkov
|
601a3abec1
|
Fix some types and function prototypes according to Platform SDK
definitions.
|
2002-10-31 01:04:39 +00:00 |
Duane Clark
|
6c320a84af
|
Set the return value of the PD_PAGENUMS flag.
|
2002-10-21 18:22:31 +00:00 |
Michael Stefaniuc
|
9d2b862883
|
Convert HRSRC to a void*.
|
2002-09-16 22:47:05 +00:00 |
Michael Stefaniuc
|
e149b37f3a
|
Finish the conversion of HWND to a void*.
|
2002-09-06 20:40:42 +00:00 |
Alexandre Julliard
|
1921948463
|
Store print dlg structure in a property instead of DWL_USER.
|
2002-06-13 21:41:08 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Marcus Meissner
|
b8cab4989a
|
Implemented PrintDlgW and PageSetupDlgW.
|
2002-04-11 17:32:49 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |