Commit graph

37053 commits

Author SHA1 Message Date
Dmitry Gorbachev 8e9da0a8f0 Do not assign twice to the same variable.
svn path=/trunk/; revision=41153
2009-05-27 20:27:09 +00:00
Colin Finck d3f761e829 Don't use a dereferencing operator when incrementing the pointer here.
Doesn't change the actual logic, but should avoid confusions ;-)

See issue #4557 for more details.

svn path=/trunk/; revision=41152
2009-05-27 20:13:36 +00:00
Matthias Kupfer 5907aba3f0 new rosdbg icon
svn path=/trunk/; revision=41151
2009-05-27 19:12:41 +00:00
Johannes Anderwald e57f479b22 - return error code when there is a timeout
- improve error check in PcNewInterruptSync
- write an error log entry when a device fails to start

svn path=/trunk/; revision=41149
2009-05-27 18:42:56 +00:00
Johannes Anderwald 7e126c8427 - define PORT_MAXIMUM_MESSAGE_LENGTH
svn path=/trunk/; revision=41148
2009-05-27 18:32:39 +00:00
Dmitry Gorbachev 2d3b058e33 Change Paint to use Unicode
svn path=/trunk/; revision=41147
2009-05-27 17:56:50 +00:00
Aleksey Bragin 73bb488c7a Mikhail Denisenko <denisenkom@gmail.com>
- Destroy proper windows, fixes one more memory leak.

See issue #2012 for more details.

svn path=/trunk/; revision=41146
2009-05-27 17:37:35 +00:00
Aleksey Bragin bc373b83fc Mikhail Denisenko <denisenkom@gmail.com>
- RegisterDragDrop should be coupled with a RevokeDragDrop, so add that.
- Remove _pDropTarget from class members, it's a var local to DesktopShellView::InitDragDrop() method.
See issue #2012 for more details.

svn path=/trunk/; revision=41145
2009-05-27 17:35:02 +00:00
Aleksey Bragin b943ea64cf Mikhail Denisenko <denisenkom@gmail.com>
- Free subentries in Entry destructor. Fixes QuickLaunch entries leak.
See issue #2012 for more details.

svn path=/trunk/; revision=41144
2009-05-27 17:28:59 +00:00
Stefan Ginsberg e6b91f9ede - IntEmptyClipboardData: Check before freeing a potential null pointer
svn path=/trunk/; revision=41143
2009-05-27 16:39:24 +00:00
Dmitry Gorbachev acf1233799 Fix some bugs in Paint.
svn path=/trunk/; revision=41141
2009-05-27 12:03:18 +00:00
Dmitry Gorbachev 1692e98b17 Fix build, part 2.
svn path=/trunk/; revision=41140
2009-05-27 11:50:52 +00:00
Dmitry Gorbachev 1acfeeec78 Trying to fix build.
svn path=/trunk/; revision=41139
2009-05-27 11:42:18 +00:00
Dmitry Gorbachev db320e7765 Fix warnings that are issued by new GCC versions.
svn path=/trunk/; revision=41138
2009-05-27 10:55:41 +00:00
James Tabor 718fea97dd - Add more missing structures to winddiui.h.
svn path=/trunk/; revision=41136
2009-05-27 07:19:31 +00:00
James Tabor d343246821 - Implementation of gdi printing support. Work in progress. Added StartDocW plus others and fixed some defines. Found the initialization bug again, yes it was never fixed, but worked around. The debug spam has a purpose, just read it.
svn path=/trunk/; revision=41135
2009-05-27 04:49:29 +00:00
Cameron Gutman 623370604d - Add definition of NDIS_TASK_OFFLOAD_HEADER
svn path=/trunk/; revision=41134
2009-05-27 00:33:55 +00:00
Johannes Anderwald 0b648bb995 - Don't release resource list
- May fix 4551

svn path=/trunk/; revision=41131
2009-05-26 21:18:28 +00:00
Aleksey Bragin d41ad9a51b - Make memcpy a duplicate of a memmove (confirmed by testing), there is a dependency on this behaviour. One less "msvcrt_winetest.exe string" failure.
svn path=/trunk/; revision=41126
2009-05-26 16:35:01 +00:00
Christoph von Wittich 878b219c0c sync LISTBOX_DeleteItem and LISTBOX_RemoveItem with wine 1.1.22
svn path=/trunk/; revision=41125
2009-05-26 15:57:17 +00:00
Daniel Reimer b74916cb57 Bug 4535: Dutch translation for userinit by wouterdevlieger@gmail.com
Bug 4539: slovak translation update by Mario Kacmar
Bug 4540: Romanian translation patch by Petru Dimitriu

svn path=/trunk/; revision=41124
2009-05-26 12:10:58 +00:00
James Tabor 4d5af8524b - restore missing functions, fix build.
svn path=/trunk/; revision=41123
2009-05-26 06:36:57 +00:00
James Tabor bac0137f97 - Implementation of gdi printing support. Work in progress. Losts of updates, including missing functions in the winspool spec file.
svn path=/trunk/; revision=41122
2009-05-26 05:50:15 +00:00
Timo Kreuzer 6ec8db72ea MmGrowKernelStack: go back to the ASSERT and add a fixed check
svn path=/trunk/; revision=41121
2009-05-25 22:38:00 +00:00
Michael Martin 434caf81e7 - i8042MouInternalDeviceControl: Implement IoControlCode of IOCTL_INTERNAL_I8042_HOOK_MOUSE.
- ForwardIrpAndWait: Don't use IoForwardIrpSynchronously to Forward IRPs as it fails if no next stack location is available, which prevents the mouse from initializing. Changed it to match implementation of our other input drivers. Mouse pointer now works with VBoxMouse driver loaded.

svn path=/trunk/; revision=41119
2009-05-25 16:15:33 +00:00
Kamil Hornicek 9f8bb1becc - dls1.h, dmdls.h, dmusics.h: fix typos, add missing definitions
- import dmerror.h, dmplugin.h, dmusicc.h, dmusicf.h, dmusici.h from Wine

svn path=/trunk/; revision=41118
2009-05-25 14:49:04 +00:00
Dmitry Chapyshev 37ff8d0b06 - Add missed DnsFree
svn path=/trunk/; revision=41117
2009-05-25 13:17:32 +00:00
Christoph von Wittich b2f816bb35 some small reg fixes
svn path=/trunk/; revision=41116
2009-05-25 13:10:58 +00:00
Dmitry Chapyshev b9d4186258 - Stubimplement SPI_GETFONTSMOOTHINGTYPE/SPI_SETFONTSMOOTHINGTYPE
svn path=/trunk/; revision=41115
2009-05-25 13:08:57 +00:00
Dmitry Chapyshev 8ee5277636 - Add support for SPI_GETCARETWIDTH/SPI_SETCARETWIDTH
svn path=/trunk/; revision=41114
2009-05-25 12:46:44 +00:00
Dmitry Chapyshev a2c6368b2a - Disable Wow64* functions for x86 build
svn path=/trunk/; revision=41113
2009-05-25 11:01:16 +00:00
Kamil Hornicek 6e73768999 - don't discard valid pixel formats and use flags only for ranking
- patch by Robert Millan (rmh dot reactos at aybabtu dot com)

See issue #4384 for more details.

svn path=/trunk/; revision=41112
2009-05-25 10:50:03 +00:00
Dmitry Chapyshev 8e792cec37 .spec -> .pspec
svn path=/trunk/; revision=41111
2009-05-25 10:41:13 +00:00
Christoph von Wittich a6c340a5ad sync msvcrt winetest to wine 1.1.22
svn path=/trunk/; revision=41110
2009-05-25 09:16:39 +00:00
James Tabor 0b310198a9 - Move more printer functions.
svn path=/trunk/; revision=41109
2009-05-25 04:28:54 +00:00
James Tabor bdef7903ef - Move and add to print driver file for printing functions.
svn path=/trunk/; revision=41108
2009-05-25 04:22:03 +00:00
James Tabor cb9820f1c3 - AbortDoc, Clear the correct flags.
svn path=/trunk/; revision=41107
2009-05-25 03:54:34 +00:00
Timo Kreuzer ced40baa7b MmGrowKernelStack: go back to the ASSERT and add a fixed check
svn path=/trunk/; revision=41106
2009-05-24 23:17:48 +00:00
Cameron Gutman a49c349111 - Fix a bug that could result in Dma32BitAddresses being set if the caller specifies NDIS_DMA_24BITS
svn path=/trunk/; revision=41105
2009-05-24 20:25:11 +00:00
Christoph von Wittich 8ab4f0feec revert a part of r41093 - A functions should call the W functions instead of the Nt functions
svn path=/trunk/; revision=41104
2009-05-24 18:57:28 +00:00
James Tabor 802fba9409 - Implement SetAbortProc and halfplement AbortDoc.
svn path=/trunk/; revision=41103
2009-05-24 18:04:10 +00:00
Kamil Hornicek 487d3fb627 - autoregister ddraw and dplayx
svn path=/trunk/; revision=41102
2009-05-24 16:10:57 +00:00
Christoph von Wittich 0febcbbbc6 a little bit of wine syncing - no real code changes - just to make syncing a bit easier next time
svn path=/trunk/; revision=41100
2009-05-24 12:14:42 +00:00
Matthias Kupfer bc49ff78fe - better question icon in tango look (as long as tango icon set doesn't provide this icon)
- source in reactos/media/graphics

svn path=/trunk/; revision=41099
2009-05-24 11:49:03 +00:00
Christoph von Wittich 81929cedad fix secur32 main winetest crash by returning 0 packages in EmumSecurityPackagesA/W
svn path=/trunk/; revision=41096
2009-05-24 09:40:15 +00:00
Aleksey Bragin 26c55135e2 - Add missing pool allocation failure branch in NtSetInformationFile, and a missing PAGED_CODE check. Spotted by Dmitry Chapyshev.
svn path=/trunk/; revision=41095
2009-05-24 09:08:51 +00:00
Christoph von Wittich b95b9d2353 sync wintrust_winetest with wine 1.1.22
svn path=/trunk/; revision=41094
2009-05-24 09:07:56 +00:00
Christoph von Wittich 9de93bb07b sync RegQueryValueExA, RegQueryValueA, RegQueryValueW and RegSetValueExA to wine
patch by Giannis Adamopoulos <johnyadams at hotmail dot com>
See issue #4528 for more details.

svn path=/trunk/; revision=41093
2009-05-24 08:45:05 +00:00
James Tabor 3bf062d708 - Fix typo: AbortProc returns TRUE to continue the print job or FALSE to cancel the print job.
svn path=/trunk/; revision=41092
2009-05-24 04:14:48 +00:00
James Tabor e7651266fd - Implement GdiConvertAndCheckDC and Abort callback support routine.
svn path=/trunk/; revision=41091
2009-05-24 04:07:47 +00:00