Alexandre Julliard
|
66ea6464c2
|
comdlg32: Implement WM_CHOOSEFONT_GETLOGFONT in the font dialog.
|
2012-03-13 22:12:07 +01:00 |
Akihiro Sagawa
|
0352a7089c
|
comdlg32: Apply 3D effects to sample text area.
|
2012-02-14 19:15:53 +01:00 |
Francois Gouget
|
229f7073ec
|
comdlg32: Fix a couple of string resources so their format placeholders can be reordered.
|
2011-11-21 12:55:47 +01:00 |
Amine Khaldi
|
e9ab576c73
|
comdlg32: Add missing break (Coverity).
|
2011-02-23 18:24:28 +01:00 |
Carl Raffaele
|
2484b73151
|
comdlg32: Removed 16 bit dependency.
|
2010-10-27 11:43:33 +02:00 |
Nikolay Sivov
|
66c9a73db5
|
comctl32/imagelist: Fail in ImageList_GetIconSize on null parameters.
|
2010-08-20 13:46:49 +02:00 |
Paul Vriens
|
902cce122a
|
comdlg32: Prevent a NULL pointer dereference (Coverity).
|
2010-07-08 20:22:09 +02:00 |
Dmitry Timoshkov
|
542be258b3
|
comdlg32: Not all messages depend on initialized custom choose font dialog data.
|
2010-07-01 16:44:33 +02:00 |
Gerald Pfeifer
|
3ecea9f826
|
comdlg32: Remove unused parameters from CFn_WMMeasureItem and CFn_WMDrawItem.
|
2010-03-15 13:41:17 +01:00 |
Gerald Pfeifer
|
297e559af4
|
comdlg32: Shed unused parameters from CFn_WMInitDialog and CFn_WMDestroy.
|
2010-03-01 11:33:33 +01:00 |
Vincent Povirk
|
a19536587b
|
comdlg32: Always use screen dpi in the font dialog, even with a printer dc.
|
2010-02-22 12:36:15 +01:00 |
Alexandre Julliard
|
e5a09cffeb
|
comdlg32: Reimplement the 16-bit font dialog on top of the 32-bit one.
Stub out the functionality that cannot be supported that way.
|
2009-11-12 19:32:56 +01:00 |
Michael Stefaniuc
|
a04ed94580
|
comdlg32: Remove superfluous pointer casts.
|
2009-01-14 12:20:58 +01:00 |
Michael Stefaniuc
|
48960eef2c
|
comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer.
|
2008-10-31 12:57:53 +01:00 |
Andrew Talbot
|
4f1fabf335
|
comdlg32: Sign-compare warnings fix.
|
2008-09-22 11:52:10 +02:00 |
Colin Finck
|
a33d7fc8c9
|
Fix some hackish usages of WideCharToMultiByte.
|
2008-07-31 14:08:29 +02:00 |
Mikołaj Zalewski
|
89c86dd994
|
comdlg32: Move font style names to resources.
|
2008-03-11 12:11:51 +01:00 |
Andrew Talbot
|
2b217ea9af
|
comdlg32: Assign to structs instead of using memcpy.
|
2008-02-29 20:07:13 +01:00 |
Rob Shearman
|
ff527875d9
|
comdlg32: Fix potential buffer overrun of lpxx->lfFaceName in CFn_WMCommand.
|
2008-02-19 13:39:24 +01:00 |
Rico Schüller
|
98093a6edd
|
comdlg32: Fix typo.
|
2007-12-18 19:48:02 +01:00 |
Alexander Nicolaysen Sørnes
|
23dc9a38cd
|
comdlg32: ChooseFont: Set font effects on init.
|
2007-09-10 15:29:46 +02:00 |
Alexander Nicolaysen Sørnes
|
886d804854
|
comdlg32: fontdlg: Respect the CF_NOSCRIPTSEL flag.
|
2007-07-06 18:19:46 +02:00 |
Andrew Talbot
|
a855ba87da
|
comdlg32: Constify some variables.
|
2007-04-06 12:31:10 +02:00 |
Anatoly Lyutin
|
bea5ed4fa9
|
comdlg32: fontdlg: Add initialisation for comboboxes.
|
2007-02-13 17:15:52 +01:00 |
Andrew Talbot
|
6bb00a3c0e
|
comdlg32: Declare some items static.
|
2007-01-04 09:54:55 +01:00 |
Dmitry Timoshkov
|
d0db296db0
|
comdlg32: Make some data const.
|
2006-11-29 12:44:47 +01:00 |
Michael Ploujnikov
|
fb7ed587e9
|
comdlg32: Win64 printf format warning fixes.
|
2006-10-13 15:46:02 +02:00 |
Byeong-Sik Jeon
|
e1c630847c
|
comdlg32: Show better font style information in fontdlg.
|
2006-09-21 18:33:25 +02:00 |
Andrew Talbot
|
778d5d65e8
|
comdlg32: Cast-qual warnings fix.
|
2006-09-07 13:46:15 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
ca1e72a402
|
comdlg32: Renamed the dlls/commdlg directory to dlls/comdlg32.
|
2006-04-10 17:00:03 +02:00 |