- 03 Jul, 2009 1 commit
-
-
Michael Stefaniuc authored
Do not include them from an other rc file.
-
- 19 Jan, 2009 2 commits
-
-
Huw Davies authored
comdlg32: We need to be able to type the decimal separator into the margin edit controls so ES_NUMBER is no use. Subclass them and filter WM_CHAR instead.
-
Huw Davies authored
-
- 12 Jun, 2008 1 commit
-
-
Francois Gouget authored
-
- 11 Jun, 2008 1 commit
-
-
Francois Gouget authored
-
- 10 Jun, 2008 1 commit
-
-
Francois Gouget authored
-
- 30 May, 2008 1 commit
-
-
Michael Stefaniuc authored
-
- 11 Mar, 2008 1 commit
-
-
Mikołaj Zalewski authored
-
- 05 Nov, 2007 1 commit
-
-
Juan Lang authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 10 Apr, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 02 Dec, 2005 1 commit
-
-
Pavel Roskin authored
height to 90 (the old value of 10 could only fit a single line) and remove CBS_OWNERDRAWFIXED flag to trim excessive height from the list items.
-
- 03 Nov, 2005 1 commit
-
-
Alexandre Julliard authored
Display an error if no printer is installed.
-
- 07 Jul, 2005 1 commit
-
-
Eugeny Gorelov authored
-
- 05 Jul, 2005 1 commit
-
-
Huw Davies authored
-
- 14 Feb, 2005 1 commit
-
-
Marcelo Duarte authored
-
- 24 Jan, 2005 1 commit
-
-
Robert Shearman authored
- 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.
-
- 09 Jan, 2005 1 commit
-
-
Jacek Caban authored
-
- 06 Jan, 2005 1 commit
-
-
Jacek Caban authored
-
- 04 Jan, 2005 1 commit
-
-
Robert Shearman authored
styles for the static rects on the Page Setup dialog as the ones specified were wrong anyway.
-
- 22 Dec, 2004 1 commit
-
-
Dmitry Timoshkov authored
-
- 24 Aug, 2004 1 commit
-
-
Huw Davies authored
-
- 16 Aug, 2004 1 commit
-
-
Dmitry Timoshkov authored
- Resize child dialog when its controls are moved relatively stc32 "magic" control.
-
- 03 May, 2004 1 commit
-
-
Pavel Roskin authored
-
- 02 Apr, 2004 1 commit
-
-
Robert Shearman authored
-
- 02 Jan, 2004 1 commit
-
-
Phil Krylov authored
Changed IDL_OVERWRITEFILE string resource ID to IDS_OVERWRITEFILE. Use the extended UI for the "Look In" combo. Select the text in the "File name" field after filling it.
-
- 03 Dec, 2003 1 commit
-
-
Rein Klazes authored
Bug fixes: handle WM_MEASUREITEM message; handle the WM_PAINT message in the 16bit font dialog, so it displays the sample string too.
-
- 01 Dec, 2003 1 commit
-
-
Jon Griffiths authored
-
- 28 Jul, 2003 1 commit
-
-
Dmitry Timoshkov authored
GetOpenFileName.
-
- 15 Feb, 2003 1 commit
-
-
Shachar Shemesh authored
"CHARSET_ORDER", is for converting codepage to ordinal charset num, and the second, "SAMPLE_LANG_TEXT", is for giving the actual sample text. - Removed all references to changing the font directly in stc5. - Modified the "InvalidateRect" calls to invalidate the rect where stc5 is, rather than stc5 itself. - Added handling of WM_PAINT that draws the sample text, properly truncated. - Removed handling of WM_CTLCOLOR - no longer neccessary.
-
- 28 Jan, 2003 1 commit
-
-
Shachar Shemesh authored
various charsets. - Load the color names from the resources in the fonts dialog.
-
- 08 Nov, 2002 1 commit
-
-
Shachar Shemesh authored
readability. - Changed all handling of stc6 (1093) to atc5 (1092) so that will be compatible with Windows resource numbers. - Added code to load the user's resources rather than our own if CF_ENABLETEMPLATE is passed in "flags".
-
- 01 Jun, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 14 Jul, 2001 1 commit
-
-
Marcus Meissner authored
items.
-
- 05 May, 2001 1 commit
-
-
Marcus Meissner authored
-
- 12 Feb, 2001 1 commit
-
-
Huw D M Davies authored
Disable the collate button if no. of copies is 1. Add Landscape/Portrait icons. Get rid of the "Dummy Comment" line. Fix the English of some of the error messages.
-
- 23 Jul, 2000 1 commit
-
-
Gerard Patel authored
-
- 24 Jun, 2000 1 commit
-
-
Juergen Schmied authored
- fixed default extensions - implemented "browse to desktop" button
-
- 02 Jun, 2000 1 commit
-
-
Juergen Schmied authored
in shell32implemented functions (ShellFolder/Path*). Eliminated direct file access. - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports some dlls per *.spec file - Most OpenFile Flags (OFN_*) should work properly now - The edit box should work right with all stuff entered in it like ..\temp\file.txt or just c: to change a drive - Optimized DataObject handling - Some bugs fixed, should work with native shell32 again. - Stubs for PrintDlgEx
-