Juergen Schmied
6d28b6e69f
Removed special CoCreateClassObject and use ole functions instead.
...
SHCreateDefClassObject implemented.
1999-07-25 12:22:13 +00:00
Juergen Schmied
174092d9fe
Implemented access to lnk's to a IStream interface.
1999-07-25 12:21:43 +00:00
Juergen Schmied
b61d1ac496
Fixed icon background (was black).
1999-07-25 12:21:24 +00:00
Juergen Schmied
0fa45f115e
Fixed getting icons from filetypes.
1999-07-25 12:21:05 +00:00
Juergen Schmied
57f11b96cf
Implemented enumeration of shell extensions, seperated enum stuff for
...
the 3 seperate shellfolder implementations.
1999-07-25 12:20:47 +00:00
Juergen Schmied
910169fd14
Rewrote GetData so support multiple selections.
1999-07-25 12:20:20 +00:00
Juergen Schmied
4b0dea2cac
Separated stuff for shv background contextmenu to separate file.
1999-07-25 12:19:45 +00:00
Juergen Schmied
166cfd5a17
New functions to access attributes in HCR.
1999-07-25 12:19:12 +00:00
Juergen Schmied
aeb5ff0ca3
New file. Seperate implementation of the shellview background
...
contextmenu.
1999-07-25 12:18:30 +00:00
Francois Boisvert
56c36e3dc7
Implemented TREEVIEW_InsertItemW.
1999-07-24 12:14:51 +00:00
Ulrich Weigand
8dbffe70fb
Removed MODULE_GetWndProcEntry16().
...
Use 32-bit window procedures in COMMDLG instead.
1999-07-24 10:27:58 +00:00
Pierre Mageau
6231a174c6
Fixed various problem with ImageList_Draw.
1999-07-24 10:20:06 +00:00
Thuy Nguyen
4083d9ab2f
Fixed notifications.
1999-07-24 10:16:53 +00:00
Huw D M Davies
284d63ca72
Let through more flags to EnumPrinters.
...
Fixes for GetPrinter/GetPrinterDriver.
1999-07-24 10:12:41 +00:00
Huw D M Davies
bb14056c16
EnumJobs stub.
...
Update graphics/psdrv/README.
Add warnings to DRIVER_GetDriverName.
1999-07-23 19:23:49 +00:00
Gerard Patel
b3f4bc87ac
Reset disabled style for the dialog boxes set on property pages.
1999-07-20 14:56:08 +00:00
Patrik Stridvall
021bd85834
Make it possible to compile with GNU C's -I- option.
1999-07-18 18:40:11 +00:00
Alex Priem
e74f219da6
- Implementation of simple comctl32 v5.0 changes.
...
- TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
1999-07-18 18:31:05 +00:00
Ian Schmidt
e6bffc0965
Added pointer validation and additional sanity check to IsValidSid().
1999-07-18 18:29:34 +00:00
Sylvain St-Germain
59fb130369
Implementation of the updown buddy windproc subclassing for the
...
handling of keyboard up and down arrow.
1999-07-18 13:30:01 +00:00
Luc Tourangeau
296def268a
GetIcon bug fix.
1999-07-18 13:25:31 +00:00
Ulrich Weigand
4b32fd0d43
Use position-independent code in assembly glue when building .so.
...
Include if1632/ and graphics/win16drv/ into WineLib.
Move miscemu/emulate.c into dlls/win87em/.
1999-07-15 14:51:40 +00:00
Alex Priem
23dc2e6a73
Fix a hang when we process WM_STYLECHANGED.
...
Small optimization in TREEVIEW_DrawItem.
Fix debugging crash in TREEVIEW_Expand.
1999-07-15 14:30:55 +00:00
Marcus Meissner
f78c3beef2
Added missing prototype for ILFindChild().
1999-07-12 13:46:38 +00:00
Eric Pouech
5d04f652f6
Compiler warnings fix.
1999-07-12 13:41:20 +00:00
Francois Boisvert
7797f256fb
Made IShellFolder::fnParseDisplayName return a relative pidl.
1999-07-10 12:02:28 +00:00
Alex Priem
b2e91b6a19
First try at the month calendar common control. Main features
...
basically OK.
1999-07-10 12:00:04 +00:00
Huw D M Davies
450270bb03
Implemented GetPrinterA and GetPrinterDriverA.
1999-07-10 11:58:50 +00:00
Juergen Schmied
c4804be139
Small fixes.
1999-07-10 11:56:34 +00:00
Juergen Schmied
37fe75b993
Implemented StrToOleStrN.
...
Fixed crash in ShellExecuteEx.
Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
1999-07-10 11:54:17 +00:00
Juergen Schmied
9c894d1f33
IStream interface for file access.
1999-07-10 11:53:24 +00:00
Juergen Schmied
cb78219500
Fixed crash during second DLL_PROCESS_DETACH if the dll
...
refcount reached zero after the second one (memory freed twice).
1999-07-10 11:50:54 +00:00
Juergen Schmied
e80d3d7c29
Some more pidl-types.
...
Implementation of ILIsParent.
1999-07-10 11:49:25 +00:00
Juergen Schmied
9aef586e95
Completely rewritten. IPersistStream interface implemented.
1999-07-10 11:48:37 +00:00
Juergen Schmied
61adb76bea
DLLGetClassObject/Classfactory: create objects by CLSID not IID.
1999-07-10 11:48:15 +00:00
Abey George
39b4e098b3
Sometimes the text on a tab control got truncated.
1999-07-10 11:35:20 +00:00
Alex Priem
e5ea09c17f
Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
...
to use the same code path.
1999-07-10 10:19:48 +00:00
Ian Schmidt
ec6aab5169
Added stub for SetThreadToken(), required by Office 2000.
1999-07-10 10:17:27 +00:00
Patrik Stridvall
a4b80d4495
Fixes for compile on non-Intel platforms.
1999-07-04 11:05:57 +00:00
Patrik Stridvall
4a73973f23
Fixed/moved/added missing/wrong function prototypes.
1999-07-04 11:01:21 +00:00
Henrik Olsen
6adfcff564
Cleanup of the Danish support.
1999-07-04 10:58:35 +00:00
Marcus Meissner
623c0d6f94
some small include fixes, some checks for NULL ptrs,
...
loader/elf.c: fixed the "lib" insertion
crtdll: added fsopen()
dinput: return that we are attached.
1999-07-03 16:01:42 +00:00
Alex Priem
124b61904f
Fix a crash when doing sorted inserts at top level.
1999-07-03 15:42:33 +00:00
Alexandre Julliard
617955db88
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
...
context.
Added #ifdef __i386__ around accesses to 386 registers in the generic
CONTEXT structure.
1999-06-26 18:40:24 +00:00
Patrik Stridvall
1ed4ecffa8
ANSI C fixes.
...
Removed warnings.
Made the include files self-sufficient.
Some Solaris fixes.
1999-06-26 14:58:24 +00:00
Eric Kohl
d37b0192c9
Fixed DPA_LoadStream and improved DPA_Merge.
1999-06-26 11:57:04 +00:00
Eric Kohl
04a7c56757
Added check for invalid parent item.
1999-06-26 11:55:56 +00:00
Eric Kohl
45f888664d
Added SHDoDragDrop() stub.
1999-06-26 11:55:15 +00:00
Eric Kohl
329a14b2c7
Store buddy window.
1999-06-26 11:51:28 +00:00
Eric Kohl
a9e9def079
Started WM_NOTIFYFORMAT support.
1999-06-26 11:50:36 +00:00
Eric Kohl
88e9501004
Better ComboBoxEx placement.
1999-06-26 11:49:44 +00:00
Alexandre Julliard
74e77c27bd
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed various problems related to bitmaps and flat toolbars.
1999-06-26 10:27:30 +00:00
Alexandre Julliard
b73d53c0d4
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed problems with disappearing text.
1999-06-26 10:26:46 +00:00
Alexandre Julliard
3c1ebcceca
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Complete rewrite of messaging code to implement/fix all input behaviors.
Fixed a few fixmes.
1999-06-26 10:25:16 +00:00
Alexander Kanavin
f26c89e83a
Standard dialog boxes resources and OLE strings are now in cp1251 encoding
...
Font mapper does not anymore use fonts in -koi8-r encoding
Font mapper now recognises fonts in -windows-* encodings (these are
provided by xfstt TrueType server)
Font mapper now sees max 16384 fonts (was 2048)
1999-06-22 19:14:40 +00:00
Eric Pouech
13a30bace7
Thou shalt not use C++ comments.
1999-06-22 19:09:55 +00:00
Eric Pouech
31f6bdfadf
Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
...
OFN_EXPLORER bits set.
1999-06-22 19:02:52 +00:00
Francois Boisvert
0e6f0618f5
Modified ImageList_LoadImageA to check the case where cx is set to zero.
1999-06-22 19:02:07 +00:00
Alexandre Julliard
0a860a01f9
Merged THDB and TEB structures.
...
Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
1999-06-22 11:43:42 +00:00
Alexandre Julliard
1eeed68514
Moved signal handling to exception.c, generate exceptions on signals.
...
Added hook for debugger in exception handling (temporary).
1999-06-18 18:21:24 +00:00
Pablo Saratxaga
66f53a8a8b
Walloon language update.
1999-06-18 17:05:55 +00:00
Alexandre Julliard
75b217712f
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
1999-06-13 08:49:47 +00:00
Alexandre Julliard
a79cc39ffa
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
1999-06-13 08:46:30 +00:00
Alexandre Julliard
49080d3b59
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Adds some undocumented behavior to TREEVIEW_GetItemA().
1999-06-13 08:40:45 +00:00
Alexandre Julliard
a099a555c3
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-06-12 15:45:58 +00:00
Patrik Stridvall
fdcfdb9a6d
Added missing/wrong includes.
1999-06-12 14:55:11 +00:00
Patrik Stridvall
9e61c1cc9b
Changed xxx(VOID) to xxx(void).
1999-06-12 08:27:49 +00:00
Ian Schmidt
64eed99f8e
Fixed an error and an off-by-one bug in DSA_SetItem(). This
...
eliminates some crashes with Win98 native SHELL32.
1999-06-12 06:48:49 +00:00
Luc Tourangeau
103a2ea356
ImageList_GetIcon bug fix.
1999-06-12 06:40:00 +00:00
Marcus Meissner
c5ef0cedf9
Fixed >> and * operator precedence problem.
1999-06-07 17:40:39 +00:00
Uwe Bonnes
a9a6d00be5
ASPI_ExecScsiCmd: better return value and verbose error when no device
...
found.
1999-06-06 14:30:08 +00:00
Paul Quinn
aaa830698c
Some non-threatening fixes to some headers, as well as some casting
...
changes that make winelib more win32 code compatible.
1999-06-05 15:23:20 +00:00
Ian Schmidt
6f456c2f02
Added partial implementation for DPA_LoadStream and stub for
...
DPA_SaveStream. Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de ) for
the partial implementation and parameter information.
1999-06-05 11:45:28 +00:00
Alexandre Julliard
bbafc7a6a6
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed incorrect lookup of background color.
1999-05-29 14:16:56 +00:00
Alexandre Julliard
0df48785ef
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed problems when using multiple style flags together.
1999-05-29 14:14:27 +00:00
Alexandre Julliard
00ced7b092
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed a problem when using string resources as tooltext.
1999-05-29 14:13:16 +00:00
Paul Quinn
f981c6cbab
ver.h is a legacy header. winver.h should be used instead.
1999-05-29 11:15:39 +00:00
Marcus Meissner
230599aadf
Fixed some warnings.
1999-05-29 11:08:36 +00:00
Luc Tourangeau
a6d833a552
- Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
...
- Implemented LVM_FINDITEM message.
- Added some new window styles.
- Fixed some bugs and extended a number of existing functions.
- Modified selection functions to support area selection (for group
selection in LVS_ICON and LVS_SMALLICON).
1999-05-29 11:07:11 +00:00
Ian Schmidt
38aeff0a1d
Added missing WINAPI for SHValidateUNC.
1999-05-29 10:52:00 +00:00
Alexandre Julliard
37c07bc74c
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem. Removed unused
variable in LISTVIEW_GetNextItem.
1999-05-24 08:06:39 +00:00
Alexandre Julliard
d131a17ee0
Use the new debug functions to send debug events at appropriate places.
...
Pass the process creation flags to PROCESS_Create.
1999-05-23 20:02:04 +00:00
Alexandre Julliard
156570906f
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-05-23 10:25:25 +00:00
Ian Schmidt
beed983be6
Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98
...
Explorer.
1999-05-23 09:28:52 +00:00
Alexandre Julliard
dead0e1da0
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
LISTVIEW_KeyDown: Invalidate the listview window only when the
selected item changes.
1999-05-23 09:24:13 +00:00
Huw D M Davies
ee2d9d5849
Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
...
Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
1999-05-22 18:53:56 +00:00
Andre Malafaya Baptista
594d5dd78c
About dialog translated to Portuguese.
1999-05-22 18:43:40 +00:00
Alexandre Julliard
6691fa81ed
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
1999-05-22 15:59:09 +00:00
Alexandre Julliard
05237ebfd6
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Implemented GetNextItem for the Listview control.
1999-05-22 15:57:16 +00:00
Paul Quinn
2305f3c06d
Microsoft com vtable compatibility workaround for g++. Basically adds
...
an optional 8 bytes padding to COM objects where the RTTI would be.
1999-05-22 11:41:38 +00:00
Marcus Meissner
ddca315388
Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
...
GetSystemMetrics(SM_xx), removed no longer needed includes of
sysmetrics.h.
1999-05-22 11:33:23 +00:00
Marcus Meissner
9f3eb19a12
Removed use of win.h, sysmetrics.h and associated WINE USER internal
...
variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
1999-05-22 11:22:36 +00:00
Eric Kohl
654ee2c132
Toolbar customization dialog (take one).
1999-05-22 10:52:31 +00:00
Huw D M Davies
e39b676ae9
Implement DocumentProperties, DeviceCapabilities, beginnings of
...
Open/Get/ClosePrinter. Additions to PSDRV_DeviceCapabilities.
Split off WINSPOOL into its own directory.
Several functions added to DC_Funcs.
Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
1999-05-17 16:20:51 +00:00
Juergen Schmied
fe2e7c5f3f
Prevent crash in stub of SheGetDirW.
1999-05-17 15:35:42 +00:00
Juergen Schmied
001c611136
Further implementation of the FileMenu.
1999-05-17 15:33:54 +00:00
Marcus Meissner
d7c565f5de
Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
...
removed unnecessary win.h includes, added syslevel.h to queue.c.
1999-05-14 18:39:37 +00:00
Alexandre Julliard
9fe7a2545a
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-05-14 08:17:14 +00:00
Andreas Mohr
506fb71043
Implemented InsertInASPIChain and fixed minor things.
1999-05-13 18:44:14 +00:00
Alexandre Julliard
0a277b638c
Adapted for new register functions support (ESP_reg in register
...
functions now points after the arguments).
1999-05-13 16:21:37 +00:00