Commit graph

27046 commits

Author SHA1 Message Date
Johannes Anderwald fd1c983af4 -----------------------------------------------------
autocomplete.c:
Andrew Talbot <Andrew.Talbot@talbotville.com>
Exclude unused headers Constify some variables.
-----------------------------------------------------
dde.c:
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
-----------------------------------------------------
dragdrophelper.c:
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
Hans Leidekker <hans@it.vu.nl>
Win64 printf format warning fixes.
-----------------------------------------------------
enumidlist.c:
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
Hans Leidekker <hans@it.vu.nl>
Win64 printf format warning fixes.
-----------------------------------------------------
enumidlist.h:
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shellreg.c:
Andrew Talbot <Andrew.Talbot@talbotville.com>
Exclude unused headers.
Detlef Riekenberg <wine.dev@web.de>
Implement SHRegQueryValueA with RegQueryValueA.
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shellstring.c:
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
Hans Leidekker <hans@it.vu.nl>
Win64 printf format warning fixes.
Andrew Talbot <Andrew.Talbot@talbotville.com>
Exclude unused headers.
-----------------------------------------------------
shlfsbind.c
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
Hans Leidekker <hans@it.vu.nl>
shell32: Win64 printf format warning fixes.
Andrew Talbot <Andrew.Talbot@talbotville.com>
shell32: Exclude unused headers.
-----------------------------------------------------
shlmenu.c:
Dmitry Timoshkov <dmitry@codeweavers.com>
Switch to using 'long' for INT_PTR type for 64-bit compatibility.
Andrew Talbot <Andrew.Talbot@talbotville.com>
Exclude unused headers.
Hans Leidekker <hans@it.vu.nl>
Win64 printf format warning fixes.
James Hawkins <truiken@gmail.com>
janitorial: Remove redundant NULL checks before SHFree.
Francois Gouget <fgouget@free.fr>
Fix spelling of a local variable.
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shpolicy.c:
Dmitry Timoshkov <dmitry@codeweavers.com>
Make some data static and const.
Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.

svn path=/trunk/; revision=29485
2007-10-10 22:39:44 +00:00
Johannes Anderwald a0e410976f sync to wine head
Andrew Talbot <Andrew.Talbot@talbotville.com>
Exclude unused headers.
Mikoaj Zalewski <mikolaj@zalewski.pl>
autocomplete: Don't use sel uninitialized.

svn path=/trunk/; revision=29484
2007-10-10 21:52:22 +00:00
Johannes Anderwald 5bbed73d42 - fix RegLoadMUIStringA|W prototype
svn path=/trunk/; revision=29483
2007-10-10 21:19:05 +00:00
Johannes Anderwald 3d621cf578 - fix RegLoadMUIStringA|W prototype
svn path=/trunk/; revision=29482
2007-10-10 21:18:59 +00:00
Johannes Anderwald 96f724824c - add ntquery.h from Wine (rev 1.3)
svn path=/trunk/; revision=29481
2007-10-10 21:03:27 +00:00
Johannes Anderwald 8dd3300304 - add __MINGW_NOTHROW macro (required for shell32 sync used in dirent.h)
svn path=/trunk/; revision=29480
2007-10-10 20:53:47 +00:00
Aleksey Bragin 5257ae8196 - Copy kernel's IDT entries to the IDT we've got from the bootloader. Fixes boot-process initiated by ntldr-compatible loaders.
svn path=/trunk/; revision=29477
2007-10-10 12:39:54 +00:00
Hervé Poussineau 336b29de42 Cleanup the LinkerScript class and use it
Patch by Marc Piulachs, marc dot puilachs at codexchange dot net
See issue #2721 for more details.

svn path=/trunk/; revision=29476
2007-10-10 08:44:45 +00:00
Hervé Poussineau bc653c4422 Do not skip executable name, it is not sent to WinMain command line argument
svn path=/trunk/; revision=29475
2007-10-09 19:01:12 +00:00
Daniel Reimer f187392e6c This should fix the build
svn path=/trunk/; revision=29474
2007-10-09 18:37:48 +00:00
Daniel Reimer a647e4e19c Try to remove the old wordpad and prepare fr the new one
svn path=/trunk/; revision=29473
2007-10-09 18:35:38 +00:00
Daniel Reimer 2165bf4b96 Backup WordPad to RosApps
svn path=/trunk/; revision=29472
2007-10-09 18:25:19 +00:00
Aleksey Bragin 414b4db8ac Mike Nordell <tamlin>
- 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
2007-10-09 17:00:11 +00:00
Ged Murphy 461c0ad2d1 add wine's wordpad as the default
svn path=/trunk/; revision=29469
2007-10-09 09:00:56 +00:00
Hervé Poussineau d620fa11c7 Fix indentation
svn path=/trunk/; revision=29468
2007-10-09 09:00:04 +00:00
Ged Murphy 66c3c85e36 Add a much more complete wordpad from one of Wine's SOC projects
svn path=/trunk/; revision=29467
2007-10-09 09:00:02 +00:00
Hervé Poussineau 8b17e00a0e Patch by Carlo Bramini, carlo dot bramix at libero dot it
Fixes for non unicode build
See issue #2711 for more details.

svn path=/trunk/; revision=29466
2007-10-09 08:53:25 +00:00
Hervé Poussineau c57a4482c2 Put .asm files at the end of the module
See issue #2702 for more details.

svn path=/trunk/; revision=29465
2007-10-09 07:10:05 +00:00
Johannes Anderwald 719694a6b2 - use -nographic option
svn path=/trunk/; revision=29464
2007-10-08 22:08:29 +00:00
Johannes Anderwald bb471e5852 - fix linux build for build server trial #2
svn path=/trunk/; revision=29463
2007-10-08 21:59:49 +00:00
Johannes Anderwald cc2d1bffe8 -include errno.h
- temporarly deactivate -vnc 0 option

svn path=/trunk/; revision=29462
2007-10-08 21:38:14 +00:00
Johannes Anderwald 596003e53b - remove stdio debugging (not efficient and unused)
- call mkfifo for randomly created named pipes (linux only)
- sysreg hangs in 2nd stage due to the -vnc 0 option


svn path=/trunk/; revision=29460
2007-10-08 21:22:57 +00:00
Christoph von Wittich d576ff0223 -fix compilation with msvc
-fix some memory leaks

svn path=/trunk/; revision=29459
2007-10-08 19:18:42 +00:00
Aleksey Bragin 73b6c28cf8 Dmitry Chapyshev <lentind@yandex.ru>
- 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
2007-10-08 15:56:31 +00:00
Aleksey Bragin db598dfdbb - Don't try to free a pointer if it was not allocated.
svn path=/trunk/; revision=29456
2007-10-08 12:37:44 +00:00
Hervé Poussineau c736d81fff Fix rgenstat compilation
svn path=/trunk/; revision=29455
2007-10-08 11:19:46 +00:00
Johannes Anderwald e4fa627016 - fix linux compilation
svn path=/trunk/; revision=29454
2007-10-08 09:28:04 +00:00
Johannes Anderwald 6cd6fc2c8c - randomize named pipe name
- remove hardcoded path in named pipe reader class

svn path=/trunk/; revision=29453
2007-10-08 09:01:33 +00:00
Johannes Anderwald 1d1547fcc3 - forgot one thing
svn path=/trunk/; revision=29452
2007-10-08 08:17:43 +00:00
Johannes Anderwald 8fe2c38364 - remove non required specialization
svn path=/trunk/; revision=29451
2007-10-08 00:22:39 +00:00
Johannes Anderwald 59f7546716 - remove unicode support (it was mess, a few places only accepting char and then another using wchar compatibel)
- 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
2007-10-08 00:18:01 +00:00
Christoph von Wittich 66b7980abf fix building with VS2005
svn path=/trunk/; revision=29448
2007-10-07 23:37:15 +00:00
Christoph von Wittich b958e36122 used autoformat in MSVC to get the code readable again
svn path=/trunk/; revision=29447
2007-10-07 22:51:05 +00:00
Christoph von Wittich e907d2737c fix some memory leaks
svn path=/trunk/; revision=29446
2007-10-07 22:43:18 +00:00
Johannes Anderwald 616c7f2be3 - improve error checking
- fix a memory leak

svn path=/trunk/; revision=29445
2007-10-07 20:17:54 +00:00
Johannes Anderwald 44be754751 - improve debugging
svn path=/trunk/; revision=29444
2007-10-07 20:05:27 +00:00
Colin Finck 911a564d4b Some Bulgarian translation updates by Ñòàíåâ (sstpr AT narod DOT ru)
See issue #2728 for more details.

svn path=/trunk/; revision=29443
2007-10-07 19:19:27 +00:00
Hervé Poussineau 14a4a98b96 Do not delete section extension when storing it in the structure
See issue #1147,1845 for more details.

svn path=/trunk/; revision=29441
2007-10-07 17:13:06 +00:00
Aleksey Bragin 2012ccfc2f - Get rid of incompatible strtoull export in msvcrt.dll
- 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
2007-10-07 16:42:10 +00:00
Colin Finck 69fd113200 Updated italian translations for access.cpl and ncpa.cpl by Paolo Devoti (devotip AT tiscali DOT it)
See issue #2727 for more details.

svn path=/trunk/; revision=29439
2007-10-07 15:38:04 +00:00
Hervé Poussineau 1cf5e31c3b Oops, forgot to save the file before committing ;)
svn path=/trunk/; revision=29435
2007-10-07 12:29:46 +00:00
Hervé Poussineau 147f7c934c Add mingw and msvcrt implicit libraries only if it is a Win32 target
svn path=/trunk/; revision=29434
2007-10-07 12:28:18 +00:00
Hervé Poussineau c24dcf1da0 ntdll.dll is a native dll
svn path=/trunk/; revision=29433
2007-10-07 12:14:02 +00:00
Christoph von Wittich 278c4a1b03 fix a resource leak
svn path=/trunk/; revision=29432
2007-10-07 00:43:43 +00:00
Christoph von Wittich 25cde1b38b -fix a resource leak and two memory leaks
svn path=/trunk/; revision=29431
2007-10-07 00:21:58 +00:00
Christoph von Wittich 8565a1aab5 -fix a warning in charmap.c
-use LocalFree when memory was allocated by LocalAlloc

svn path=/trunk/; revision=29430
2007-10-07 00:03:57 +00:00
Hervé Poussineau 40fa2a585a Do not call DllInstall, it is a stub
See issue #2719 for more details.

svn path=/trunk/; revision=29428
2007-10-06 21:13:48 +00:00
Timo Kreuzer 2ddf628afc add missing gdi object type
svn path=/trunk/; revision=29427
2007-10-06 21:13:24 +00:00
Christoph von Wittich f57c7260c2 replace non-existant SUBLANG_PORTUGUESE_PORTUGAL with SUBLANG_PORTUGUESE
svn path=/trunk/; revision=29425
2007-10-06 20:06:11 +00:00
Hervé Poussineau 1962ee8f23 Do not define structures twice
svn path=/trunk/; revision=29424
2007-10-06 19:28:04 +00:00