Commit Graph

28 Commits

Author SHA1 Message Date
Michael Stefaniuc 568a8b845a cmdlgtst: Remove superfluous casts. 2009-01-08 12:54:35 +01:00
Francois Gouget b3bf746ff9 Straighten out some ellipses. 2008-11-26 12:33:34 +01:00
Michael Stefaniuc 42e612fd78 cmdlgtst: Use NULL instead of casting 0 to a pointer. 2008-10-28 12:34:02 +01:00
Michael Stefaniuc a195777b85 cmdlgtst: HGDIOBJ is interchangeable with other handle types; no casts are needed. 2008-10-27 11:30:11 +01:00
Peter Oberndorfer 90b7baa2bc cmdlgtst: Remove unneeded DLGPROC casts. 2008-03-04 11:18:57 +01:00
Dmitry Timoshkov d43fdc5ab0 include: Synchronize DEVMODE layout with PSDK. 2007-11-01 12:41:21 +01:00
Francois Gouget 82babbee0b Add missing '\n's to Wine traces. 2006-10-05 17:46:48 +02:00
Michael Stefaniuc c8123e9d49 cmdlgtst: Win64 printf format warning fixes. 2006-10-03 11:15:48 +02:00
Francois Gouget 9eb81363ad Add trailing '\n's to ok() calls.
Remove spaces before '\n'.
2006-06-16 11:32:42 +02:00
Detlef Riekenberg 5ea9e8224e cmdlgtst: Use standard debug functions. 2006-06-09 13:26:07 +02:00
Mike McCormack 7300f56300 cmdlgtst: Use correct types for Win64. 2006-06-05 13:22:45 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Eugeny Gorelov 3e84af5ee7 Added PageSetupDlg test. 2005-07-07 18:23:11 +00:00
Mike McCormack d73dad6630 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-04 10:01:25 +00:00
Francois Gouget fbb3343547 Assorted spelling fixes. 2005-03-02 13:53:50 +00:00
Francois Gouget cfc3943c5f Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
2004-05-04 04:13:05 +00:00
Dimitrie O. Paun 4ff79add63 Remove some unneeded __WINESRC__ tests from the headers.
Miscellaneous cleanups and fixes.
2003-08-27 02:07:02 +00:00
Huw D M Davies 2dcc6f0fc9 Fix the ofn flags setup. 2002-10-16 18:58:21 +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
François Gouget 980eeecf99 I triple checked but yes, CHOOSECOLOR.hInstance is an HWND... 2001-01-05 03:45:40 +00:00
Patrik Stridvall 205721e724 Fixed ANSI C related compile problems. 2000-03-24 20:40:41 +00:00
Niels Kristian Bech Jensen 52be93cbb4 Fixed some compiler errors and warnings. 2000-03-19 21:49:49 +00:00
Eric Williams 5208fd1103 Minor fixups and tweaking, and a dummy hook. 2000-02-25 20:39:27 +00:00
Eric Williams e8c552e07b Fixed missing return after about dialog. 1999-06-27 15:22:41 +00:00
Alexandre Julliard 57e231bdaa Renamed cmdlgr.h to cmdlgtst.h. 1999-04-18 13:25:58 +00:00
Eric Williams 5d2a658865 - color and font dialogs now actually do something interesting,
and force a redraw when successful.  Background color is adjustable.
  Text color is also adjustable, but the user has to set the CF_EFFECTS
  flag first.
- text is output left-right centered, baseline, at the middle
  of the window, and moves with the window.  Text font is adjustable.
- Success and failure MessageBox calls for Color, Font, Open,
  and Save have been removed or suppressed.  They annoyed me after
  awhile, and I suspect they annoyed others, too.  Use my tool! :-)
- cmdlgtst now has the full pathname in the upper left corner; which may
  assist in debugging certain problems -- or it may not. :-)
- usage dialog added
1999-04-10 16:54:37 +00:00
Pavel Roskin b85c3a0ab2 Fixed warnings. 1999-03-28 12:33:51 +00:00
Eric Williams 30008a00ab Added common dialogs test program. 1999-02-05 17:40:47 +00:00