Dmitry Timoshkov
|
4986ba35c3
|
include/commdlg.h: Fix definition of LPPRINTHOOKPROC and LPSETUPHOOKPROC.
|
2013-05-08 12:45:42 +02:00 |
Dmitry Timoshkov
|
04d3f6c1f5
|
include: Add COM interface definitions needed for PrintDlgEx implementation.
|
2013-04-09 11:59:45 +02:00 |
Alexandre Julliard
|
b037bd7bff
|
include: Fix the CDSIZEOF_STRUCT definition to avoid warnings on 64-bit.
|
2012-09-21 18:29:21 +02:00 |
Huw Davies
|
16c7653c2d
|
include: Add missing structure members.
|
2012-09-21 17:08:03 +02:00 |
Michael Stefaniuc
|
ad0f8b6b66
|
include: Make some more "long" numeric constants LP64/LLP64 proof.
|
2011-11-22 11:10:02 +01:00 |
Vincent Povirk
|
e37bbd60ac
|
include: ChooseFont hook procedures return UINT_PTR.
|
2010-02-16 10:44:23 +01:00 |
Ricardo Filipe
|
d904d1359a
|
include: Fix commdlg hook procedures return type.
|
2009-02-09 17:17:09 +01:00 |
Ricardo Filipe
|
810508f7de
|
include: Add header information for CDN_INCLUDEITEM notification.
|
2008-12-19 17:48:29 +01:00 |
Maarten Lankhorst
|
424caea967
|
includes: Fix packing for commdlg in Win64.
|
2008-12-15 12:30:04 +01:00 |
Mikołaj Zalewski
|
bbd8706e73
|
comdlg32: Implement CDM_GETFOLDERIDLIST.
|
2008-06-20 12:12:50 +02:00 |
Detlef Riekenberg
|
03f5774db7
|
include/commdlg: Add more defines for PrintDlg/PrintDlgEx.
|
2007-10-25 13:47:22 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Eugeny Gorelov
|
f664266fa1
|
Added PSD_NONETWORKBUTTON define.
|
2005-07-07 17:22:12 +00:00 |
Eric Pouech
|
a8d8b52d6f
|
Added proper definition for PRINTDLGEX[AW] structures.
|
2005-04-18 10:01:07 +00:00 |
Jon Griffiths
|
39bbcb48b6
|
Use correct tag names for compatability with fwd decls.
Some old code checks that _WINDEF_ is defined in windef.h.
|
2004-09-20 19:13:16 +00:00 |
Jon Griffiths
|
880c0c8614
|
Give a struct tag to OPENILENAMEA/W to allow forward declarations.
|
2004-05-27 20:00:51 +00:00 |
Ge van Geldorp
|
5bec0d7ef8
|
Change GetFileTitleA/W prototype to match PSDK.
|
2004-03-12 01:52:11 +00:00 |
Kevin Koltzau
|
201da3378d
|
Define OPENFILENAME_SIZE_VERSION_400.
|
2004-01-08 05:16:23 +00:00 |
Dimitrie O. Paun
|
53f9c21fb7
|
Use angle brackets (<>) rather than quotes ("") for the include
directives in our .h files. This should avoid some potentially nasty
surprises for Winelib apps.
|
2003-08-28 21:43:34 +00:00 |
Phil Krylov
|
5d8ffdcbd4
|
Added some missing FR_* defines.
|
2003-08-11 18:42:18 +00:00 |
György 'Nog' Jeney
|
ba06042e79
|
Define SNDMSG.
|
2002-09-30 18:51:33 +00:00 |
Dmitry Timoshkov
|
a9c057f73b
|
Replace static initializers with a proper #define in .h files.
|
2002-09-16 19:29:36 +00:00 |
Mike McCormack
|
d788939d8f
|
Removed Wine internal flags.
|
2002-08-17 18:31:12 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +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 |
Patrik Stridvall
|
f94462fb75
|
Move __stdcall/__cdecl to the right place.
|
2002-01-31 23:22:07 +00:00 |
Jon Griffiths
|
7a6bad8f10
|
- Fix a typo in TBSAVEPARAMS A/W declaration.
- Use 16 bit Unicode constants for wc strings.
- Make some string constants available as Unicode.
|
2001-01-22 02:13:58 +00:00 |
François Gouget
|
980eeecf99
|
I triple checked but yes, CHOOSECOLOR.hInstance is an HWND...
|
2001-01-05 03:45:40 +00:00 |
Francois Gouget
|
8a21fca852
|
Added CC_SOLIDCOLOR and CC_ANYCOLOR.
|
2000-11-08 05:02:50 +00:00 |
Juergen Schmied
|
ebcc72c925
|
Better handling of custom templates and hooks.
Bug fixes.
|
2000-11-01 01:50:21 +00:00 |
Francois Gouget
|
afddcfdbd8
|
Added various type and macro definitions that are needed to compile
the latest MFC.
|
2000-09-27 22:31:28 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Francois Gouget
|
ae41e8c804
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
old g++ versions.
|
2000-06-11 20:07:58 +00:00 |
Michael Cardenas
|
e5e2fc9999
|
Added a few message crackers.
|
2000-06-02 20:25:56 +00:00 |
Huw D M Davies
|
b40a9b7f1d
|
Add PrintSetup dialog and support for hooks and templates.
Move 16 bit api definitions out of commdlg.h to cdlg.h
|
2000-05-26 22:26:06 +00:00 |
Gerard Patel
|
7324295be8
|
32 bits message processing for color dialog.
|
2000-04-24 17:35:11 +00:00 |
Jeremy White
|
d3e22d9d55
|
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).
|
2000-02-10 19:03:02 +00:00 |
Michael Cardenas
|
6a52a507fd
|
Added a bunch of macros needed for compiling Winelib apps.
|
2000-02-07 17:22:01 +00:00 |
Huw D M Davies
|
38ffcc3cb0
|
Map PrintDlg16 to PrintDlgA.
|
1999-10-13 12:29:57 +00:00 |
Klaas van Gend
|
3d5f2a88d3
|
Implemented the return of hDevModes and hDevNames in the PRINTDLG
structure of PrintDlgA().
|
1999-08-07 12:34:54 +00:00 |
Francois Boisvert
|
87b81de0bc
|
Implemented the Win95 file open/save dialogs.
|
1999-07-27 16:20:36 +00:00 |
Ulrich Weigand
|
8dbffe70fb
|
Removed MODULE_GetWndProcEntry16().
Use 32-bit window procedures in COMMDLG instead.
|
1999-07-24 10:27:58 +00:00 |
Ulrich Weigand
|
f4b61df94f
|
Bugfix: COMMDLG hook procedures were not CALLBACK.
|
1999-07-10 10:15:15 +00:00 |
Patrik Stridvall
|
1ed4ecffa8
|
ANSI C fixes.
Removed warnings.
Made the include files self-sufficient.
Some Solaris fixes.
|
1999-06-26 14:58:24 +00:00 |
Paul Quinn
|
aaa830698c
|
Some non-threatening fixes to some headers, as well as some casting
changes that make winelib more win32 code compatible.
|
1999-06-05 15:23:20 +00:00 |
Klaas van Gend
|
b24a67f361
|
Make all structures packed and removal of some WINE_PACKED.
|
1999-05-02 11:22:50 +00:00 |
Jim Aston
|
10141fec52
|
Added some missing #defines I've run across.
|
1999-04-25 12:31:20 +00:00 |
Pavel Roskin
|
137cd8c341
|
Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
|
1999-03-28 12:33:18 +00:00 |
Klaas van Gend
|
3c6253bb3e
|
- Reimplementation of the CommDlg ExtendedError mechanism using TLS.
- Some header inclusion cleanup.
|
1999-03-15 15:16:54 +00:00 |
Jim Aston
|
2e1cafa288
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |