Eric Pouech
|
5dc576b5c8
|
Fixed off by one allocation errors.
|
1999-09-03 15:06:25 +00:00 |
Juergen Lock
|
808403fe6f
|
Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
|
1999-09-03 12:46:38 +00:00 |
Francis Beaudet
|
360d089690
|
Fixed the support for the close button in the ShellAbout dialogs.
|
1999-09-03 12:42:40 +00:00 |
Klaas van Gend
|
d415c9cbf5
|
Added Dutch resources for PrintDlg32.
|
1999-09-03 12:41:54 +00:00 |
Klaas van Gend
|
7a41bea055
|
Completed PrintDlg32 resource stringtable.
|
1999-09-03 12:41:23 +00:00 |
Francis Beaudet
|
28a082f6d4
|
Added sanity checks in the cleanup code.
|
1999-09-03 12:40:34 +00:00 |
Francois Boisvert
|
49f7643fcb
|
Make directories name appear in the BrowseForFolder dialog.
|
1999-09-03 12:38:02 +00:00 |
Marcus Meissner
|
06c4d0e3bb
|
Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
equivalents. (WinWord 97, File Open dialog)
|
1999-09-03 12:29:57 +00:00 |
Marcus Meissner
|
ab7e613f81
|
Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
|
1999-09-03 12:26:33 +00:00 |
Huw D M Davies
|
44d6fec90e
|
Fix off by one error in WINSPOOL_GetOpenedPrinterA.
|
1999-09-03 12:20:57 +00:00 |
Francois Boisvert
|
d083baba24
|
Implemented basic browsing in the file name edit of the filedlg 95.
|
1999-08-21 14:47:28 +00:00 |
Uwe Bonnes
|
c9df14d859
|
Alignment fix.
|
1999-08-21 13:03:34 +00:00 |
Michael Veksler
|
4405f3c369
|
Removed unnecessary includes from ole related files.
|
1999-08-18 18:35:57 +00:00 |
Thuy Nguyen
|
43faed996a
|
Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
flags.
|
1999-08-18 18:25:46 +00:00 |
Bertho Stultiens
|
c13c3f9ba8
|
Wrc did not check any IDs which are only 16 bit. Common dialogs had some
IDs larger and that caused problems. This is now solved (I hope).
|
1999-08-18 18:23:34 +00:00 |
Juergen Schmied
|
1e5f0fea9f
|
New internal dll, exporting already existing path functions.
|
1999-08-15 17:03:37 +00:00 |
Thuy Nguyen
|
6374cd231c
|
Replaced a static ten element array with a dynamic pointer array.
|
1999-08-15 16:34:22 +00:00 |
Gerard Patel
|
40320f3e7e
|
Fix special case when no printer installed.
|
1999-08-15 16:33:11 +00:00 |
James Juran
|
e020a9a95d
|
New routine DllEntryPoint for shell.dll. Loads shell32.dll,
since most shell.dll functions call their 32-bit counterparts.
|
1999-08-15 16:32:03 +00:00 |
Uwe Bonnes
|
e8ad6fe60a
|
Fixed alignment.
|
1999-08-15 16:31:13 +00:00 |
Juergen Schmied
|
eac255cd31
|
More use of rc files for strings and menus, fixes. First internal
icons.
|
1999-08-15 14:31:36 +00:00 |
Juergen Schmied
|
9bffcfc518
|
New interface: DropSource.
|
1999-08-15 14:29:56 +00:00 |
Juergen Schmied
|
3539693b3c
|
Better DropTarget.
|
1999-08-15 14:29:08 +00:00 |
Juergen Schmied
|
e2051cd084
|
Implemented SHGetFileInfo better.
|
1999-08-15 14:28:15 +00:00 |
Juergen Schmied
|
050435840b
|
Protect cache with critical section.
Removed hack to load icons from external shell32.dll.
|
1999-08-15 14:26:30 +00:00 |
Juergen Schmied
|
c50ef5af81
|
QueryGetData, EnumFormatEtc implemented.
|
1999-08-15 14:25:27 +00:00 |
Juergen Schmied
|
d72ace49d9
|
Fixed mapping of file extensions to text.
|
1999-08-15 14:24:49 +00:00 |
Ulrich Weigand
|
8336cc9e51
|
Adapted to glue code generation changes.
|
1999-08-15 12:45:53 +00:00 |
Mark G. Adams
|
6f6176004c
|
Added stub for DrawDibClose.
|
1999-08-14 15:52:33 +00:00 |
Thuy Nguyen
|
85411af6ae
|
Added support for icons in property sheet tabs.
|
1999-08-14 15:51:10 +00:00 |
Alexandre Julliard
|
89f079bfd1
|
Replaced a few calls to lstr* functions by their CRTDLL or libc
equivalent.
|
1999-08-08 18:54:47 +00:00 |
Alexandre Julliard
|
d229b98c61
|
Reimplemented multi-byte and wide-chars functions to not depend on
lstr* functions; added a few missing ones; fixed a couple of bugs.
|
1999-08-08 18:47:59 +00:00 |
Ulrich Weigand
|
bb1984e6bd
|
Separated Win16 (USER) and Win32 (MPR) network routines.
Moved implementation of MPR to dlls/mpr/.
Added proper headers and stubs for missing MPR routines.
|
1999-08-07 14:32:33 +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 |
Juergen Schmied
|
a20a59f0c2
|
Explicitly load shell32.dll.
|
1999-08-07 12:32:42 +00:00 |
Thuy Nguyen
|
a77a890317
|
Take into account icons when determining tab size.
|
1999-08-07 12:30:04 +00:00 |
Alexandre Julliard
|
8084ec4519
|
Fixed typo.
|
1999-08-04 12:24:32 +00:00 |
Alexandre Julliard
|
15de615276
|
Got rid of dsprintf and related macros.
|
1999-08-04 12:22:42 +00:00 |
Ulrich Weigand
|
6c6da674ef
|
Moved various DLLs to dlls/
|
1999-08-04 09:49:49 +00:00 |
Alexandre Julliard
|
7d8cfeb95c
|
Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
aliasing optimization problems.
|
1999-08-01 14:58:01 +00:00 |
Alexandre Julliard
|
bdf83bc546
|
Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
|
1999-08-01 14:54:16 +00:00 |
Alexandre Julliard
|
b375678277
|
Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
SIGCONTEXT.
|
1999-08-01 12:15:12 +00:00 |
Patrik Stridvall
|
0e38aa7fda
|
Various ANSI C compability fixes.
|
1999-07-31 17:34:43 +00:00 |
Patrik Stridvall
|
b8684a266b
|
Fixed some of the issues reported by winapi-check.
|
1999-07-31 17:32:05 +00:00 |
Patrik Stridvall
|
26ffb3cd76
|
Fixed/added missing/wrong function prototypes and made internal
functions static.
|
1999-07-31 14:41:43 +00:00 |
Patrik Stridvall
|
478eee17be
|
Eliminated warnings.
|
1999-07-31 13:13:23 +00:00 |
Eric Kohl
|
4d7e8778d5
|
Added builtin toolbar bitmaps.
|
1999-07-31 13:10:46 +00:00 |
Eric Kohl
|
f9b580701f
|
Some more messages.
|
1999-07-31 13:09:40 +00:00 |
Eric Kohl
|
e2ab4d03e1
|
Added stub for CryptSetKeyParams().
|
1999-07-31 13:07:19 +00:00 |
Eric Kohl
|
8d8a123cf9
|
Added stubs for DAD_SetDragImage() and PathCleanupSpec().
|
1999-07-31 13:06:39 +00:00 |