Francois Gouget
|
351d907bbd
|
shell32: Remove unneeded NONAMELESSXXX directives.
|
2015-03-20 17:50:06 +09:00 |
Damjan Jovanovic
|
0f64ffd91f
|
shell32: Fix non-BOOL returns in BOOL functions.
|
2013-01-11 18:14:08 +01:00 |
Piotr Caban
|
93c001b0a9
|
shell32: Fixed SHCNRF_NewDelivery flag support in SHChangeNotify.
|
2011-09-21 11:35:44 +02:00 |
Piotr Caban
|
155fb98306
|
shell32: Don't call SendMessage inside critical section.
|
2011-09-21 11:35:44 +02:00 |
Andrew Eikum
|
b75b9fab2f
|
shell32: PIDLs should be checked recursively in SHChangeNotify.
|
2010-11-15 12:59:05 +01:00 |
Alexandre Julliard
|
8bfc89ee7c
|
shell32: Store an id in change notifications to avoid invalid pointer conversions.
|
2010-04-09 14:42:29 +02:00 |
Alexandre Julliard
|
7d19601012
|
shell32: Convert the change notifications list to a standard list.
|
2010-04-09 14:28:26 +02:00 |
Michael Stefaniuc
|
6f36945f2b
|
shell32: Remove some superfluous LPARAM/WPARAM casts.
|
2009-12-28 12:27:15 +01:00 |
Alexandre Julliard
|
d72e7af9b1
|
shell32: Specify the full application path when starting winemenubuilder.exe.
|
2009-10-27 11:21:34 +01:00 |
Damjan Jovanovic
|
f612ed1fcb
|
shell32: Update file type associations when requested.
|
2009-06-12 17:33:01 +02:00 |
Michael Stefaniuc
|
6c54ad3dba
|
shell32: Remove superfluous pointer casts.
|
2009-02-19 12:52:02 +01:00 |
Andrew Talbot
|
52db721a69
|
shell32: Remove unneeded casts.
|
2008-01-21 11:38:59 +01:00 |
Lei Zhang
|
cb99cd331d
|
shell32: Only notify immediate parent.
|
2007-11-21 12:05:27 +01:00 |
Andrew Talbot
|
c333402b7f
|
shell32: Constify some variables.
|
2007-09-11 12:37:48 +02:00 |
Andrew Talbot
|
0ad8ef0772
|
shell32: Exclude unused headers.
|
2007-05-21 12:31:23 +02:00 |
Hans Leidekker
|
89e1d29482
|
shell32: Win64 printf format warning fixes.
|
2006-10-09 12:45:02 +02:00 |
James Hawkins
|
7b89ff88e8
|
janitorial: Remove redundant NULL checks before SHFree.
|
2006-10-07 17:52:59 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
20a1a203c6
|
Use a more portable scheme for storing the name of a critical
section.
|
2005-09-09 10:19:44 +00:00 |
Jon Griffiths
|
f82272c92f
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-16 14:35:55 +00:00 |
Eric Pouech
|
0a258964c2
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
Ulrich Czekalla
|
ed3d86f9be
|
When we send out a notification to a registered window with
SHCNRF_NewDelivery, we should send a LPNOTIFICATIONLIST and the
process id of the caller.
|
2004-06-02 21:33:47 +00:00 |
Ulrich Czekalla
|
a91b2efc74
|
Fix SHChangeNotify to send correct lParam and wParam values.
|
2004-02-02 23:08:54 +00:00 |
Francois Gouget
|
6b6ed724ae
|
Add missing '\n's to debug traces.
|
2004-01-27 00:01:43 +00:00 |
Rolf Kalbermatter
|
58c0561bad
|
Added declarations for newly documented SHChangeNotify API and fixed
some prototypes.
|
2003-09-22 19:24:13 +00:00 |
Rolf Kalbermatter
|
2a493336bd
|
SHChangeNotify should use SHSimpleIDListFromPath as this function
should not fail on paths that do not exist anymore.
|
2003-09-15 22:09:46 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Martin Fuchs
|
63fecde98b
|
Declare LPCITEMIDLIST as 'const' pointer and adjust shell32
implementation to the corrected type.
|
2003-09-02 01:01:06 +00:00 |
Rolf Kalbermatter
|
c6670526ad
|
Change protoype of SHChangeNotifyRegister to what MSDN says.
Remove an unsigned mismatch warning.
|
2003-08-29 22:11:23 +00:00 |
Alexandre Julliard
|
19b6a49845
|
Allocate DebugInfo field for all critical sections (based on a patch
by Alex Pasadyn).
Get rid of the Wine-specific CRITICAL_SECTION_INIT macro.
|
2003-08-12 23:50:54 +00:00 |
Francois Gouget
|
3ca761220a
|
Spelling fixes (s/occured/occurred/ and variants).
|
2003-07-15 20:53:39 +00:00 |
Mike McCormack
|
1351e23b05
|
Change notification fixes.
|
2003-06-23 19:49:40 +00:00 |
Rolf Kalbermatter
|
49e1b69172
|
Change SHChangeNotify to be Unicode and ANSI indifferent, as the type
of parameters is really defined by uFlags parameter.
|
2003-01-21 19:36:24 +00:00 |
Rolf Kalbermatter
|
a96447160b
|
Fixed some signed/unsigned comparison warnings.
|
2002-12-13 00:36:52 +00:00 |
Johan Dahlin
|
991fd85d2f
|
Make shell32 compile with -DSTRICT.
|
2002-11-21 23:56:42 +00:00 |
Knut St. Osmundsen
|
886bdb0dbc
|
Do not access memory that has just been freed.
|
2002-06-28 17:34:35 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +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 |
Francois Gouget
|
070e749cfb
|
Don't prefix %p with 0x.
Various English fixes.
|
2001-11-06 21:01:32 +00:00 |
Guy Albertelli
|
60b59bef9f
|
Implemented dummy stub for SHChangeNotifyUpdateEntryList and
functional CIDLData_CreateFromIDArray.
|
2001-10-02 17:25:36 +00:00 |
Alexandre Julliard
|
3954117ce4
|
Moved undocshell.h to dlls/shell32. Removed shell16.h.
|
2001-08-16 18:49:56 +00:00 |
Alexandre Julliard
|
301df6b5cd
|
Added names to standard critical sections (suggested by Andreas
Mohr).
|
2001-08-16 18:12:56 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
Alexandre Julliard
|
d586dc99be
|
Replaced VERSION_* calls by exported API equivalents.
|
2000-08-14 14:35:01 +00:00 |
Alexandre Julliard
|
227a0894d4
|
Removed a number of global handle allocations and critical section
initializations.
|
2000-04-08 21:06:06 +00:00 |
Uwe Bonnes
|
260cab4284
|
SHChangeNotify[A|W]: free only items we allocated.
|
2000-03-26 18:15:26 +00:00 |
Patrik Stridvall
|
fcfacb95a7
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-24 20:46:04 +00:00 |
Juergen Schmied
|
50f067b726
|
Basic implementation of shell notifications.
|
2000-02-26 18:44:08 +00:00 |