- 19 Jan, 2009 1 commit
-
-
Huw Davies authored
-
- 02 Jan, 2009 1 commit
-
-
Andrew Talbot authored
-
- 03 Dec, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 05 Sep, 2008 1 commit
-
-
Marcus Meissner authored
-
- 20 Jun, 2008 1 commit
-
-
Mikołaj Zalewski authored
-
- 11 Mar, 2008 1 commit
-
-
Mikołaj Zalewski authored
-
- 06 Apr, 2007 1 commit
-
-
Andrew Talbot authored
-
- 05 Apr, 2007 1 commit
-
-
Andrew Talbot authored
-
- 24 Oct, 2006 1 commit
-
-
Francois Gouget authored
Remove uneeded COM_NO_WINDOWS_H defines.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 10 Apr, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 03 Nov, 2005 1 commit
-
-
Alexandre Julliard authored
Display an error if no printer is installed.
-
- 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
-
- 22 Dec, 2004 2 commits
-
-
Jacek Caban authored
-
Dmitry Timoshkov authored
-
- 30 Dec, 2003 1 commit
-
-
Rein Klazes authored
OpenType and Type 1. Modify the code so that they will be used if or when the needed bits are passed to the FontEnumProc. - Use EnumFontFamiliesEx instead of EnumFontFamilies. - Fix the fixme in the WM_MEASUREITEM message handler.
-
- 12 Dec, 2003 1 commit
-
-
Steven Edwards authored
time). - Moved most of the 16bit stuff to cdlg16.h. - A few small cleanups.
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 29 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 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.
-
- 03 Jan, 2003 1 commit
-
-
Dimitrie O. Paun authored
-
- 21 Nov, 2002 1 commit
-
-
Andrew John Hughes authored
-
- 17 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
avoid some duplication of the handle conversion macros.
-
- 06 Sep, 2002 1 commit
-
-
Michael Stefaniuc authored
-
- 16 Aug, 2002 1 commit
-
-
Mike McCormack authored
GetFileDialog95A/W. - Use Unicode as default for strings from the OPENFILENAME structures. - Fill out the OPENFILENAME structure before sending the FILEOK notification. - Send a CDN_FOLDERCHANGE notification on OPENFILENAME dialog init. - Fix miscalculation of the size of Explorer style file dialog boxes with templates. - Remove redundant MapHModuleLS and MapHModuleSL calls that also cause hInstance to be trashed when it holds a template pointer instead of a real hInstance (when OFN_ENABLETEMPLATEPOINTER is specified).
-
- 31 May, 2002 1 commit
-
-
Vincent Béron authored
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 02 Feb, 2002 1 commit
-
-
Patrik Stridvall authored
-
- 12 Feb, 2001 1 commit
-
-
Francois Gouget authored
-
- 17 Jan, 2001 1 commit
-
-
Alexandre Julliard authored
mechanism.
-
- 13 Dec, 2000 1 commit
-
-
Alexandre Julliard authored
Fixed a few ptr/segptr mismatches. Moved CONV_RECT/POINT macros to wingdi16.h.
-
- 26 Sep, 2000 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 24 Jun, 2000 1 commit
-
-
Juergen Schmied authored
- fixed default extensions - implemented "browse to desktop" button
-
- 16 Jun, 2000 1 commit
-
-
Juergen Schmied authored
- replaced SHGetSpecialFolderPath (not aviable in all shell32 versions) - changed call order when browsing to different folder (crash with native shell) - removed Move call since IShellview_CreateViewWindow creates it already in the right rect
-
- 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
-
- 26 May, 2000 1 commit
-
-
Huw D M Davies authored
Move 16 bit api definitions out of commdlg.h to cdlg.h
-