autocomplete.c:
Andrew Talbot <[email protected]>
Exclude unused headers Constify some variables.
-----------------------------------------------------
dde.c:
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
-----------------------------------------------------
dragdrophelper.c:
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
Hans Leidekker <[email protected]>
Win64 printf format warning fixes.
-----------------------------------------------------
enumidlist.c:
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
Hans Leidekker <[email protected]>
Win64 printf format warning fixes.
-----------------------------------------------------
enumidlist.h:
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shellreg.c:
Andrew Talbot <[email protected]>
Exclude unused headers.
Detlef Riekenberg <[email protected]>
Implement SHRegQueryValueA with RegQueryValueA.
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shellstring.c:
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
Hans Leidekker <[email protected]>
Win64 printf format warning fixes.
Andrew Talbot <[email protected]>
Exclude unused headers.
-----------------------------------------------------
shlfsbind.c
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
Hans Leidekker <[email protected]>
shell32: Win64 printf format warning fixes.
Andrew Talbot <[email protected]>
shell32: Exclude unused headers.
-----------------------------------------------------
shlmenu.c:
Dmitry Timoshkov <[email protected]>
Switch to using 'long' for INT_PTR type for 64-bit compatibility.
Andrew Talbot <[email protected]>
Exclude unused headers.
Hans Leidekker <[email protected]>
Win64 printf format warning fixes.
James Hawkins <[email protected]>
janitorial: Remove redundant NULL checks before SHFree.
Francois Gouget <[email protected]>
Fix spelling of a local variable.
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shpolicy.c:
Dmitry Timoshkov <[email protected]>
Make some data static and const.
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
svn path=/trunk/; revision=29485
- Add two checks for infinite loops. The latter gets triggered in some cases, a memory overwrite is suspected, or a race condition.
svn path=/trunk/; revision=29471
- Modify/Remove action: Wait for the process completion and only then become active again (like Windows' AppWiz does)
- Move Updates to another tab
- Move all include directives to appwiz.h
- Add context menu for applications list
- Slightly change this applet's design
- Add an icon for ReactOS setup and Update tabs
- Add a working Download! button. This button is active only if Download!.exe exists in system32 directory when appwiz.cpl starts
- Other small changes
svn path=/trunk/; revision=29458
- rewrite line extraction (currently if'0)
- add Wine gettimeofday implementation (currently if'0)
- apply sources changes to SymbolFile class
- remove unicode support class
- fix a bug in the createProcess version for windows hosts which randomly led to invalid boot hdd error messages
svn path=/trunk/; revision=29450
- Make dbghelp.dll use strtoui64 instead. Another solution would be to add it to libwine, but it will make code duplication even worse (strtoull is already implemented in two places).
svn path=/trunk/; revision=29440