Commit graph

27418 commits

Author SHA1 Message Date
Johannes Anderwald fc74dc4764 - fix a bug in IntGetMenuDefaultItem
svn path=/trunk/; revision=30039
2007-11-01 14:20:43 +00:00
Johannes Anderwald dc1e031efd - silence debug
svn path=/trunk/; revision=30038
2007-11-01 13:35:30 +00:00
Johannes Anderwald a2e44a6af1 - dont show Open With shell extension when a selected item is a folder or a shortcut
- add the "explore" verb only if folder has a subfolder
- always add open verb

svn path=/trunk/; revision=30037
2007-11-01 13:33:18 +00:00
Eric Kohl 1308d46688 Expand an environment variable only if its value got at least two percent characters.
svn path=/trunk/; revision=30035
2007-11-01 11:45:14 +00:00
Ged Murphy a03d9e441c Don't lock unnecessarily and don't leak a bitmap object in case of failure
svn path=/trunk/; revision=30034
2007-11-01 10:06:11 +00:00
James Tabor 7110b8e047 Fix structure storage types.
svn path=/trunk/; revision=30033
2007-11-01 01:59:05 +00:00
Johannes Anderwald fe8535447f - implement IPersistFolder2 interface for desktop object
- add a backslash when required
- fixes deleting of objects on desktop

svn path=/trunk/; revision=30032
2007-11-01 00:42:06 +00:00
Colin Finck a14b40e394 - Add an #error, when UNICODE is not defined.
Task-Manager makes use of NDK API's, which forces the application to be compiled Unicode-only.
- To make this obvious, change all TCHAR variables and functions to their Unicode counterparts and get rid of the "tchar.h" include.
- Use a Unicode entry-point and 'unicode="yes"' instead of UNICODE and _UNICODE definitions in the rbuild file
- Many indentation fixes

svn path=/trunk/; revision=30031
2007-10-31 23:26:27 +00:00
James Tabor 16ca3d0bfa Win32k/Gdi:
- The start of Gdi Batch.
- I've tested it on Qemu and Hardware.
- No improvements. I think it is running, so please check.
- Fix DcUtil code. Will fork soon.

svn path=/trunk/; revision=30030
2007-10-31 22:56:38 +00:00
Johannes Anderwald f2ff1a8c8a - refresh folder when deleting an item
- does not work for items placed on desktop yet because the desktop folder doesnot implement IPersistFolder2 interface
- avoid using ISFHelper interface

svn path=/trunk/; revision=30029
2007-10-31 22:56:24 +00:00
Aleksey Bragin c5f01afb3d - Update cached KCB values when necessary.
- Update Node Maximum values when necessary.
- Return data from the node instead of calling 3rd-party functions to loop around the entire key until they find something appropriate.
- Get rid of CmiScanForSubKey, CmiGetMaxValueDataLength, CmiGetMaxValueNameLength, CmiGetMaxClassLength, CmiGetMaxNameLength.

svn path=/trunk/; revision=30028
2007-10-31 22:33:43 +00:00
Magnus Olsen f366d38ae8 Comment out a hack in framebuf_acc, same hack should be remove from framebuf
svn path=/trunk/; revision=30027
2007-10-31 22:32:05 +00:00
Aleksey Bragin cbb2ff96a6 - Get rid of parent key member in PKEY_OBJECT, and use ParentKcb instead.
- Modify more functions to use KCB instead of PKEY_OBJECT.

svn path=/trunk/; revision=30026
2007-10-31 22:22:07 +00:00
Johannes Anderwald 0dc465de18 - implement CWM_GETISHELLBROWSER support in IShellView
- fixes desktop refreshing after a new item has been placed with ShellNew command

svn path=/trunk/; revision=30025
2007-10-31 21:25:07 +00:00
Magnus Olsen 8c669a8e79 start implement the system cache buffer.
add helper function InitSurface to determent when we need remap or not the video memory.
in DrvEnableSurface tell it use hook flags for diffent functions, add cached alloc as well 
in DrvDisableSurface, add to free the cached video memory 
rewrote DrvAssertMode to remap the video memory when it is need, and realloc the cache when it is need it
Not tested if this change can be compile, yet. but this framebuf_acc is not setup yet with rbuild build system yet
 

svn path=/trunk/; revision=30024
2007-10-31 20:07:12 +00:00
Hervé Poussineau 273ddbf9fd Repair TCP/IP service installation
svn path=/trunk/; revision=30022
2007-10-31 18:17:00 +00:00
Thomas Bluemel 596a6762cf Fix abusing the heap by using strdupW instead of _wcsdup
svn path=/trunk/; revision=30021
2007-10-31 18:14:16 +00:00
Thomas Bluemel d624225717 Don't call SHBrowseForFolder() with random pointers
svn path=/trunk/; revision=30020
2007-10-31 17:13:52 +00:00
Ged Murphy 01e884dc2d remove a sneaky little bugger
svn path=/trunk/; revision=30019
2007-10-31 16:27:40 +00:00
Ged Murphy 9c27060580 - Fix param checking and don't send negative values in the SIZEL struct of IntCreateBitmap.
- Fixes displaying of menu bitmaps in apps such as abiword

svn path=/trunk/; revision=30018
2007-10-31 16:22:59 +00:00
Hervé Poussineau db07c0df92 Remove LIST_ITEM structure, and replace it by well-known LIST_ENTRY
Do according changes in callers
Fix a bug in IniGetSectionSettingNameSize/IniGetSectionSettingValueSize, which were expecting memory to be allocated contiguously

svn path=/trunk/; revision=30016
2007-10-31 15:31:46 +00:00
Aleksey Bragin be175a2797 - Dispatch all symbol loads to a single function, which determines type of passed name, and calls worker function.
- Print source file:line in stack traces if possible, when KDBG is enabled
- if KDBG is not defined, behaviour of the mainstream code is completely untouched.

svn path=/trunk/; revision=30014
2007-10-31 14:41:27 +00:00
Magnus Olsen 793d6f38e6 copy frambuf to framebuf_acc
it will use system memory as cache, it will reduce the reading access of video memory, for reading video memory directly is slow and cost allot speed. 

svn path=/trunk/; revision=30013
2007-10-31 14:35:38 +00:00
Hervé Poussineau 3368037169 Remove debug/useless code
svn path=/trunk/; revision=30012
2007-10-31 13:41:31 +00:00
Hervé Poussineau 29478d2983 Silent debug messages
svn path=/trunk/; revision=30011
2007-10-31 13:17:42 +00:00
Hervé Poussineau ce94228341 Allocate enough memory to keep file details
svn path=/trunk/; revision=30010
2007-10-31 13:10:07 +00:00
Hervé Poussineau 7af600178a Add traces
Fix typo in EnumerateRecycleBinW

svn path=/trunk/; revision=30009
2007-10-31 13:04:47 +00:00
Aleksey Bragin e521c5d62a - By default, #define YDEBUG should be generally commented out.
svn path=/trunk/; revision=30008
2007-10-31 10:02:10 +00:00
Hervé Poussineau ebefd9dc2b We're using combo channel here...
svn path=/trunk/; revision=30007
2007-10-31 09:59:26 +00:00
Hervé Poussineau 05672570e0 Fix typo
svn path=/trunk/; revision=30006
2007-10-31 09:49:30 +00:00
Hervé Poussineau f169cf332d Clean some header mess
svn path=/trunk/; revision=30005
2007-10-31 09:45:15 +00:00
Hervé Poussineau d5426e5dc0 Clean up method which assigns groups to logged on user
We have now a compile time switch to test ReactOS with a non-administrator account

svn path=/trunk/; revision=30004
2007-10-31 09:41:56 +00:00
Hervé Poussineau 3c7eb9f6d5 Partially implement ElfrReportEventW
svn path=/trunk/; revision=30003
2007-10-31 09:33:16 +00:00
Hervé Poussineau e11f608e8f Fix two typos
svn path=/trunk/; revision=30002
2007-10-31 09:31:06 +00:00
Hervé Poussineau e6a393c3ad Replace drive letter by a root path
svn path=/trunk/; revision=30001
2007-10-31 09:10:20 +00:00
Hervé Poussineau e7e959fb0d Change i8042prt to a PnP driver
Support power keys
Support ctrl+scroll+scroll on debug builds
Add support for driver filters
Take care of more registry settings
A lot of other changes

svn path=/trunk/; revision=30000
2007-10-31 08:58:04 +00:00
Hervé Poussineau 8d1924094f Implement SHEmptyRecycleBinA/W
Implement SHQueryRecycleBinA

svn path=/trunk/; revision=29999
2007-10-31 08:57:48 +00:00
Hervé Poussineau 25e2d0f59e Fix some bugs which were preventing enumeration of all deleted files
Add a system-wide recycle bin, which federates all individual recycle bins
Add a COM interface to the recycle bin library
Use COM ref counting instead of a house-made system

svn path=/trunk/; revision=29998
2007-10-31 08:57:35 +00:00
Hervé Poussineau 61edd081e9 Add .ndi extension as it is usually done in network driver .inf files
Clean up TCP/IP service installation, by letting setupapi do most of the work

svn path=/trunk/; revision=29997
2007-10-31 08:57:13 +00:00
Hervé Poussineau 94aa3722c5 Fix typo: "SourceDiskFiles" -> "SourceDisksFiles"
Add more drivers to load in txtsetup.sif

svn path=/trunk/; revision=29996
2007-10-31 08:56:24 +00:00
Hervé Poussineau e03cad60ce Fix indentation
svn path=/trunk/; revision=29995
2007-10-31 08:40:46 +00:00
Hervé Poussineau defe8031fb Link xcopy to wine library, as it is using wine debug macros
svn path=/trunk/; revision=29994
2007-10-31 08:08:00 +00:00
James Tabor b45ddf2209 Fix gdi init so it can support batch. Used wrong limit source.
svn path=/trunk/; revision=29993
2007-10-31 02:48:54 +00:00
James Tabor bb884beb4a - Add gdi batching command structures.
- Add additional region clipping data types to Dc_Attr.

svn path=/trunk/; revision=29992
2007-10-31 01:47:54 +00:00
Thomas Bluemel 2923c32e1f Fix freeing callproc handles when freeing window classes
svn path=/trunk/; revision=29991
2007-10-31 01:25:42 +00:00
Thomas Bluemel ed30ce9375 Remove unused code
svn path=/trunk/; revision=29990
2007-10-30 22:56:59 +00:00
Thomas Bluemel 4b146b2b27 Silence possible uninitialized variable warning when compiled with full optimizations
svn path=/trunk/; revision=29989
2007-10-30 22:38:43 +00:00
Thomas Bluemel 0f9c8e1dcc fix compilation with full optimizations
svn path=/trunk/; revision=29988
2007-10-30 22:03:37 +00:00
Colin Finck 5e02be2e6d Try to unbreak build by adding the -Iinclude/psdk line again.
Build has been broken by hpoussin's commit in r29976.

As stated before, Wine components like the "winnt.h" file in include/reactos/wine still refer to include/psdk components (in this case by an #include_next "winnt.h" line). This has to be fixed first.

Build probably worked successfully with older RosBE-Windows versions, since they put the include directory to the bundled w32api header files in the global C_INCLUDE_PATH environment variable.

svn path=/trunk/; revision=29987
2007-10-30 21:23:11 +00:00
Aleksey Bragin aa1bc628b3 - Start using members inside the KCB instead of the PKEY_OBJECT.
- Remove DummyKcb hacks since we now have a real, valid KCB.
- Get rid of the cm worker thread and related code, this should fix a couple of random registry bugchecks and corruption.
- This is a slow transition to using CM_KEY_BODY and KCB.

svn path=/trunk/; revision=29986
2007-10-30 20:50:18 +00:00