October 2007 Archives by thread
Starting: Mon Oct 1 02:32:54 CEST 2007
Ending: Wed Oct 31 23:56:39 CET 2007
Messages: 708
- [ros-diffs] [tkreuzer] 29321: move last syscalls with wrong number of params into the correct position in the list, so all other syscalls are now xp compatible, at least according their number ; -)
tkreuzer at svn.reactos.org
- [ros-diffs] [hpoussin] 29322: Add NdisMIndicateReceivePacket
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29323: - Rewrite IntVideoPortGetProcAddress() implementation to use a lookup table instead of doing a wrong call to ZwQuerySystemInformation() which always returned STATUS_IMAGE_ALREADY_LOADED (it's supposed to return this). MS's VideoPort seems to do it in a similar way, because it doesn't import neither ZwQSI() nor MmLoadSystemImage(). - VMWare's video driver now calls VideoPortCreateSecondaryDisplay(), without much success though (it's unimplemented).
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 29324: Disable debug output
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29325: - Make VideoPortCreateSecondaryDisplay() return an error instead of success, so that driver does not assume the SecondaryDeviceExtension was created for it. - Add one more DPRINT() to show the size of Device Extension miniport has asked for. See issue #2672 for more details.
fireball at svn.reactos.org
- [ros-diffs] [gedmurphy] 29326: - partial rewrite of NtGdiGetDIBitsInternal - wrap all usermode read/writes in seh - make it more compatible with XP. We now pass all current GetDIBits tests and win32k tests
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29327: remove some debug output I missed
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29328: It's not pretty, but get desk.cpl building in msvc again.
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29329: use w3seek's control for single monitors displays
gedmurphy at svn.reactos.org
- [ros-diffs] [hpoussin] 29330: Rename 'base' to 'installbase' for CdFile, InstallFile and Bootstrap Patch by Marc Piulachs, marc dot piulachs at codexchange dot net See issue #2706 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [gedmurphy] 29331: - half implement support for multiple monitors to desk.cpl - people with more than one monitor can now use this applet in windows without it crashing
gedmurphy at svn.reactos.org
- [ros-diffs] [fireball] 29332: - KeRosCaptureUserStackBackTrace is now created, which calls RtlWalkFrameChain with the user-mode flag, meaning that bugchecks finally show the user-mode stack again! - KeRosDumpStackFrames is fixed so that if the EIP can't be found in a module list, it's still displayed (just without the module name). Previously the EIP would not be shown, resulting in code running on the heap/stack/somewhere else not being shown as part of the trace.
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 29333: Display error location when possible
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29334: - Almost completely fix the hack in IopParseDevice which was resulting in "FIXME: Broken Parse due to invalid DesiredAccess" messages, by changing some calls to IoGetDeviceObjectPointer to use FILE_READ_ATTRIBUTES instead of FILE_READ_DATA (so that the volume doesn't get mounted).
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 29335: Prepare import of browseui.dll
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29336: Autosyncing with Wine HEAD
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29337: - Forgot to hit "CTRL+S" in the editor :) (add a FIXME comment about small hack).
fireball at svn.reactos.org
- [ros-diffs] [martinf] 29338: update explorer/xmlstorage
martinf at svn.reactos.org
- [ros-diffs] [hpoussin] 29339: Fix build
hpoussin at svn.reactos.org
- [ros-diffs] [martinf] 29340: remove <alloca.h>
martinf at svn.reactos.org
- [ros-diffs] [martinf] 29341: restore ignore settings
martinf at svn.reactos.org
- [ros-diffs] [fireball] 29342: - Finally move MmInit1 to MmInitSystem where it should belong, since FreeLdr now properly sets up SharedUserData. (Thanks to Alex for the hint)
fireball at svn.reactos.org
- [ros-diffs] [janderwald] 29343: - fix typo
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29344: - start implementing a few shell property dialogs (shelllink, file, drive) and corresponding shell objects (i.e. Desktop properties opens sysdm cpl) etc
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29345: - remove previously added DRIVE_SHARE_DLG and DRIVE_CONTINGENT_DLG - the drive share dialog is implemented in rshx32.dll - the contigent dialog is implemented in dskquoui.dll - start implementing german general drive dialog
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29346: - add GUID_DEVCLASS_DISKDRIVE
janderwald at svn.reactos.org
- [ros-diffs] [gedmurphy] 29347: remove the bitmap stuff, we won't be using this for now
gedmurphy at svn.reactos.org
- [ros-diffs] [jimtabor] 29348: Win32k/User32: - Moved NtUserGetCursorIconInfo to NtUserGetIconInfo, update header. - GetIconInfo is correctly called now.
jimtabor at svn.reactos.org
- [ros-diffs] [janderwald] 29349: - improve drive property dialog a bit
janderwald at svn.reactos.org
- [ros-diffs] [jimtabor] 29350: Fix NtUserGetIconSize prototype.
jimtabor at svn.reactos.org
- [ros-diffs] [hpoussin] 29351: Add a default debug channel
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29352: Do not hardcode cdrom directory
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29353: Support "i386" as an alternative name for cdrom directory
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29354: Simplify code. Spotted by Pablo Menichini, pablo at menichini dot com dot ar
hpoussin at svn.reactos.org
- [ros-diffs] [janderwald] 29355: - draw drive dialog static controls - use rtl library for calculating [free|used] diskspace - add german resource strings
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29356: - perform all boot tests in one launch of sysreg - check for timeouts in windows version to see if qemu has hung
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29357: - remove superflious calls to sysreg
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29358: - implement drive extra dialog
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29359: - enable cleanup button - start cleanmgr process on request
janderwald at svn.reactos.org
- [ros-diffs] [fireball] 29360: - Temporary revert 29342. See issue #2715 for more details.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29361: Bug 2708: Ukrainian translation update (temarez at yandex.ru) Bug 2712: Lithuanian translation (cman at cman.us) Bug 2713: Italian translation for FIND (folleinvasato at yahoo.it) Bug 2714: Italian translation for MORE (folleinvasato at yahoo.it)
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29362: Bug 2716: Italian translation for Logoff (folleinvasato at yahoo.it)
dreimer at svn.reactos.org
- [ros-diffs] [janderwald] 29363: - remove small hack - enhance debug statement - port the drive general / tools property dialog to all languages (english translation)
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29364: - start implementing create shortcut wizard
janderwald at svn.reactos.org
- [ros-diffs] [dreimer] 29365: You forgot something in your Translation janderwald.
dreimer at svn.reactos.org
- [ros-diffs] [jimtabor] 29366: Add dprint to debug the change to ownership for shutdown. Also free fake save DC if all window DCE are free.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29367: Move DCX_EXCLUDEUPDATE to the psdk where it belongs.
jimtabor at svn.reactos.org
- [ros-diffs] [fireball] 29368: - Fix a typo in shell32 resources. See issue #2717 for more details.
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 29369: Separe right code from hack
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29370: - NtLoadDriver APIs refactor/improvent: * Move loading of a driver to the common (in future) routine IopLoadUnloadDriver (name taken from http://wasm.ru/forum/viewtopic.php?pid=166891). * Fix a bug: NtLoadDriver should always load drivers in a context of the system process, explanation here: http://www.osronline.com/showthread.cfm?link=114687 * Reformat NtLoadDriver's code.
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 29371: Support custom C and C++ compilers, by variables HOST_CC, HOST_CPP, TARGET_CC and TARGET_CPP Simplify usage of ROS_PREFIX variable
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29372: Try to fix Linux build
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29373: - Use IopLoanUnloadDriver() for calling unload routine too, in the context of system process, when needed.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29374: - Silence badly placed debug message. DPRINT1 equals FIXME and ERR, but not TRACE!
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 29375: Implement NdisMWriteLogData, enough to see something
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29376: Remove hack added in r28961. It seems that wrc works well now.
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29377: Remove usewrc attribute in rbuild files ; wrc should be able to compile all resources
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29378: Add back windres, it is still used after wrc invocation
hpoussin at svn.reactos.org
- [ros-diffs] [cwittich] 29379: fix some of the build errors
cwittich at svn.reactos.org
- [ros-diffs] [janderwald] 29380: - fix linux build
janderwald at svn.reactos.org
- [ros-diffs] [fireball] 29381: Dmitry Chapyshev <lentind at yandex.ru> - Change listbox to listview - Draw icons - Add a find bar (it works, but will work better in future) - "Install" button moved to a separate tab, also buttons "Download!" and "Find in the Internet" are added there too - Applet's width increased - "Modify/Remove" button will become active only when an application is selected
fireball at svn.reactos.org
- [ros-diffs] [janderwald] 29382: - deactivate signal handler for linux
janderwald at svn.reactos.org
- [ros-diffs] [gbrunmar] 29383: * Fixed bug 2456 (propsheet's apply button enabling at the wrong time) See issue #2456 for more details.
gbrunmar at svn.reactos.org
- [ros-diffs] [gbrunmar] 29384: Added context menu on right click in treeviews
gbrunmar at svn.reactos.org
- [ros-diffs] [fireball] 29385: - Fix ExAllocatePoolWithTag with a 0 tag.
fireball at svn.reactos.org
- [ros-diffs] [gbrunmar] 29386: Fixed bug 2555 (Calendar window does not close automaticaly) See issue #2555 for more details.
gbrunmar at svn.reactos.org
- [ros-diffs] [fireball] 29387: - Don't try to copy an uninitialized bitmap's contents (it worked only because it was zeroed, and thus zero-size RtlCopy and ExFreePool(NULL)).
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29388: - Change strange greatlord-like sentences to a short and clear one.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29389: - Comments, debug prints translation into readable english.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29390: Update to Support CCache 2.4. Update Changelog.
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29391: - Update two doxyfiles to the newest version and fix paths. Many other doxyfiles remain...
fireball at svn.reactos.org
- [ros-diffs] [janderwald] 29392: - fix a bug and warning
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29393: - implement create shortcut wizard (works currently only for files)
janderwald at svn.reactos.org
- [ros-diffs] [jimtabor] 29394: Fixed an old typo bug from rev 3450 by dwelch. Add support for DCX_NORESETATTRS and fixed up IntWindowFromDC.
jimtabor at svn.reactos.org
- [ros-diffs] [fireball] 29395: - Fix a bug with wrong handling of an ALT key pressed together with a mouse click.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29396: - Fix DBG=0 build
fireball at svn.reactos.org
- [ros-diffs] [janderwald] 29397: - fix english SHELL_EXTENDED_SHORTCUT_DLG resource dialog - add runas dialog resource definition (not yet used) - store runas settings in shortcut properties
janderwald at svn.reactos.org
- [ros-diffs] [fireball] 29398: - Fix a mistake, led to usage of unitialized memory and then freeing it.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29399: - Free BusInterface only if it was really alloc'd - Remove svn:needs-lock property from this [stub]-driver
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29400: - Don't allocate pool with a NULL tag, use ExAllocatePool instead.
fireball at svn.reactos.org
- [ros-diffs] [jimtabor] 29401: No need to stop APC when looping.
jimtabor at svn.reactos.org
- [ros-diffs] [janderwald] 29402: sync to Wine-0_9_46
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29403: - add missing definitions required for wine shell32
janderwald at svn.reactos.org
- [ros-diffs] [fireball] 29404: - Those two are not needed anymore.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29405: - Fix an awful memory-overwrite bug. Buggy code written by Eugene Ingerman, 04-Aug-1988. - Alex is awarded ReactOS Medal-of-Honour for the great achievement (fix of the oldest bug ever in ReactOS).
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29406: - Implement KiTrap19 handler (XMMI exceptions, mostly copied KiTrap7 handler and used mxcsr status word and exceptions there). There will be no weird 0xF BSODs anymore, however I need to investigate about exceptions masking. - Dynamically enable it, if CPU supports XMMI (was already done in the kernel, but #if0-ed).
fireball at svn.reactos.org
- [ros-diffs] [arty] 29407: All remaining changes from the PPC branch. Not well tested yet. Many things are indeed still stubs or WIP code. Some people have been interested in helping out from some time and I'm sorry I haven't been able to do this merge finally for a while.
arty at svn.reactos.org
- [ros-diffs] [arty] 29408: Flipped increment/decrement. Noticed by encoded.
arty at svn.reactos.org
- [ros-diffs] [arty] 29409: Added missing file.
arty at svn.reactos.org
- [ros-diffs] [arty] 29410: Added to trunk.
arty at svn.reactos.org
- [ros-diffs] [fireball] 29411: Dmitry Chapyshev <lentind at yandex.ru> - Fix a typo in russian translation of intl.cpl
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29412: Dmitry Chapyshev <lentind at yandex.ru> - Add a temporary icon (should be changed to a better one), so that it's displayed in the taskbar and window title.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29413: Dmitry Chapyshev <lentind at yandex.ru> - Add russian translation to clb. - Regedit's icons: remove 4bit icons, add 16bit icons.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29414: Dmitry Chapyshev <lentind at yandex.ru> - Update the icons for sysdm and netid.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29415: Dmitry Chapyshev <lentind at yandex.ru> - Fix a typo in the russian translation of taskmgr. - Improve explorer icons (as usual, remove 4bits, add 16bits, and very slightly edit). - Add some missing icons to setupapi.dll.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29416: Dmitry Chapyshev <lentind at yandex.ru> - Add some more dialogs to input.dll, and even some functionality, but it still needs a lot of work. - Add input.dll and systeminfo.exe to the bootcd
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29417: - Fix build.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29418: - Fix incorrect DPRINT.
fireball at svn.reactos.org
- [ros-diffs] [gedmurphy] 29419: fix painting of alpha channels in 32bpp icons onto windows/dialogs
gedmurphy at svn.reactos.org
- [ros-diffs] [hpoussin] 29420: Rename _REACTOS_ to __REACTOS__
hpoussin at svn.reactos.org
- [ros-diffs] [cwittich] 29421: remove double controls from the resource
cwittich at svn.reactos.org
- [ros-diffs] [peterw] 29422: - Fix build.
peterw at svn.reactos.org
- [ros-diffs] [hpoussin] 29423: Do not define __REACTOS__ twice
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29424: Do not define structures twice
hpoussin at svn.reactos.org
- [ros-diffs] [cwittich] 29425: replace non-existant SUBLANG_PORTUGUESE_PORTUGAL with SUBLANG_PORTUGUESE
cwittich at svn.reactos.org
- [ros-diffs] [fireball] 29426: - Create a branch for some Win32 subsystem work, aimed at getting a "stable" implementation.
fireball at svn.reactos.org
- [ros-diffs] [tkreuzer] 29427: add missing gdi object type
tkreuzer at svn.reactos.org
- [ros-diffs] [hpoussin] 29428: Do not call DllInstall, it is a stub See issue #2719 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29429: - Take win32k, gdi32 and user32 from revision 21459 and fix their kernel interface and internal Ob-related routines so that they work with the modern kernel. - Interface looks ugly, and it's mainly intended for regression testing (what worked "back then", and what does not work "now"). - OS installs and runs, AbiWord installs and runs.
fireball at svn.reactos.org
- [ros-diffs] [cwittich] 29430: -fix a warning in charmap.c -use LocalFree when memory was allocated by LocalAlloc
cwittich at svn.reactos.org
- [ros-diffs] [cwittich] 29431: -fix a resource leak and two memory leaks
cwittich at svn.reactos.org
- [ros-diffs] [cwittich] 29432: fix a resource leak
cwittich at svn.reactos.org
- [ros-diffs] [hpoussin] 29433: ntdll.dll is a native dll
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29434: Add mingw and msvcrt implicit libraries only if it is a Win32 target
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29435: Oops, forgot to save the file before committing ; )
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29436: - Inspired by 22169: * Update GetRegistryPath * Get SetupDevMode from trunk's 29435 dc.c * Copy GetVideoDeviceName and IntChangeDisplaySettings from trunk's 29435 dc.c - This solves the weird font + video mode issues (vmware video driver, for example) in this branch.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29437: Another nice Patch by Pierre Schweitzer. - Save button is disabled until a parameter is changed - Definitively fixed resources IDs - Added check to see if MingW dir is right (look up gcc) - Added check to test if log dir exists and if it doesn't, it's created - Added check to avoid writing in a non-existant file - Updated todo list
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29438: Translate the new stuff in the German RC File and remove two wrong set spaces.
dreimer at svn.reactos.org
- [ros-diffs] [cfinck] 29439: Updated italian translations for access.cpl and ncpa.cpl by Paolo Devoti (devotip AT tiscali DOT it) See issue #2727 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [fireball] 29440: - 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).
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 29441: Do not delete section extension when storing it in the structure See issue #1147, 1845 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29442: - Remove excessive debug output.
fireball at svn.reactos.org
- [ros-diffs] [janderwald] 29444: - improve debugging
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29445: - improve error checking - fix a memory leak
janderwald at svn.reactos.org
- [ros-diffs] [cwittich] 29446: fix some memory leaks
cwittich at svn.reactos.org
- [ros-diffs] [cwittich] 29447: used autoformat in MSVC to get the code readable again
cwittich at svn.reactos.org
- [ros-diffs] [cwittich] 29448: fix building with VS2005
cwittich at svn.reactos.org
- [ros-diffs] [dreimer] 29449: Update Changelog with Pierre Schweitzer's News and cleanup the RC Files a bit.
dreimer at svn.reactos.org
- [ros-diffs] [janderwald] 29450: - 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
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29451: - remove non required specialization
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29452: - forgot one thing
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29453: - randomize named pipe name - remove hardcoded path in named pipe reader class
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29454: - fix linux compilation
janderwald at svn.reactos.org
- [ros-diffs] [hpoussin] 29455: Fix rgenstat compilation
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29456: - Don't try to free a pointer if it was not allocated.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29457: - Merge 29405 (memory-overwrite in region.c bugfix) from trunk.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29458: Dmitry Chapyshev <lentind at 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
fireball at svn.reactos.org
- [ros-diffs] [cwittich] 29459: -fix compilation with msvc -fix some memory leaks
cwittich at svn.reactos.org
- [ros-diffs] [janderwald] 29460: - 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
janderwald at svn.reactos.org
- [ros-diffs] [cfinck] 29461: Force the initial state of bugs to be UNCONFIRMED. After this update has been applied to the Web server, the new workflow for our Bugzilla will be UNCONFIRMED --> NEW --> ASSIGNED --> RESOLVED. If you want to try this yourself, please note that "usevotes" needs to be enabled in the Bugzilla Parameters and all products need "Confirmation threshold" set to 1.
cfinck at svn.reactos.org
- [ros-diffs] [janderwald] 29462: -include errno.h - temporarly deactivate -vnc 0 option
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29463: - fix linux build for build server trial #2
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29464: - use -nographic option
janderwald at svn.reactos.org
- [ros-diffs] [hpoussin] 29465: Put .asm files at the end of the module See issue #2702 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29466: Patch by Carlo Bramini, carlo dot bramix at libero dot it Fixes for non unicode build See issue #2711 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [gedmurphy] 29467: Add a much more complete wordpad from one of Wine's SOC projects
gedmurphy at svn.reactos.org
- [ros-diffs] [hpoussin] 29468: Fix indentation
hpoussin at svn.reactos.org
- [ros-diffs] [gedmurphy] 29469: add wine's wordpad as the default
gedmurphy at svn.reactos.org
- [ros-diffs] [fireball] 29470: - Null-terminate the ArcBoot path, so that it doesn't contain garbage. Makes winldr be able to boot WinNT 4.0 (but it still hangs shortly after booting in qemu).
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29471: 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.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29472: Backup WordPad to RosApps
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29473: Try to remove the old wordpad and prepare fr the new one
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29474: This should fix the build
dreimer at svn.reactos.org
- [ros-diffs] [hpoussin] 29475: Do not skip executable name, it is not sent to WinMain command line argument
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29476: Cleanup the LinkerScript class and use it Patch by Marc Piulachs, marc dot puilachs at codexchange dot net See issue #2721 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29477: - Copy kernel's IDT entries to the IDT we've got from the bootloader. Fixes boot-process initiated by ntldr-compatible loaders.
fireball at svn.reactos.org
- [ros-diffs] [cfinck] 29478: Update to MediaWiki 1.10.2 The new release contains many security fixes.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29479: - Set all Bugzilla text files to svn:eol-style "LF". As far as I know, Bugzilla can get into trouble, when another line-ending style is used. - Remove the unneeded "CVS" subdirectories and ".cvsignore" files from the "bugzilla" directory.
cfinck at svn.reactos.org
- [ros-diffs] [janderwald] 29480: - add __MINGW_NOTHROW macro (required for shell32 sync used in dirent.h)
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29481: - add ntquery.h from Wine (rev 1.3)
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29482: - fix RegLoadMUIStringA|W prototype
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29483: - fix RegLoadMUIStringA|W prototype
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29484: sync to wine head Andrew Talbot <Andrew.Talbot at talbotville.com> Exclude unused headers. Mikoaj Zalewski <mikolaj at zalewski.pl> autocomplete: Don't use sel uninitialized.
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29485: ----------------------------------------------------- autocomplete.c: Andrew Talbot <Andrew.Talbot at talbotville.com> Exclude unused headers Constify some variables. ----------------------------------------------------- dde.c: Jonathan Ernst <jonathan at ernstfamily.ch> Update the address of the Free Software Foundation. ----------------------------------------------------- dragdrophelper.c: Jonathan Ernst <jonathan at ernstfamily.ch> Update the address of the Free Software Foundation. Hans Leidekker <hans at it.vu.nl> Win64 printf format warning fixes. ----------------------------------------------------- enumidlist.c: Jonathan Ernst <jonathan at ernstfamily.ch> Update the address of the Free Software Foundation. Hans Leidekker <hans at it.vu.nl> Win64 printf format warning fixes. ----------------------------------------------------- enumidlist.h: Jonathan Ernst <jonathan at ernstfamily.ch> Update the address of the Free Software Foundation. ----------------------------------------------------- shellreg.c: Andrew Talbot <Andrew.Talbot at talbotville.com> Exclude unused headers. Detlef Riekenberg <wine.dev at web.de> Implement SHRegQueryValueA with RegQueryValueA. Jonathan Ernst <jonathan at ernstfamily.ch> Update the address of the Free Software Foundation. ----------------------------------------------------- shellstring.c: Jonathan Ernst <jonathan at ernstfamily.ch> Update the address of the Free Software Foundation. Hans Leidekker <hans at it.vu.nl> Win64 printf format warning fixes. Andrew Talbot <Andrew.Talbot at talbotville.com> Exclude unused headers. ----------------------------------------------------- shlfsbind.c Jonathan Ernst <jonathan at ernstfamily.ch> Update the address of the Free Software Foundation. Hans Leidekker <hans at it.vu.nl> shell32: Win64 printf format warning fixes. Andrew Talbot <Andrew.Talbot at talbotville.com> shell32: Exclude unused headers. ----------------------------------------------------- shlmenu.c: Dmitry Timoshkov <dmitry at codeweavers.com> Switch to using 'long' for INT_PTR type for 64-bit compatibility. Andrew Talbot <Andrew.Talbot at talbotville.com> Exclude unused headers. Hans Leidekker <hans at it.vu.nl> Win64 printf format warning fixes. James Hawkins <truiken at gmail.com> janitorial: Remove redundant NULL checks before SHFree. Francois Gouget <fgouget at free.fr> Fix spelling of a local variable. Jonathan Ernst <jonathan at ernstfamily.ch> Update the address of the Free Software Foundation. ----------------------------------------------------- shpolicy.c: Dmitry Timoshkov <dmitry at codeweavers.com> Make some data static and const. Jonathan Ernst <jonathan at ernstfamily.ch> Update the address of the Free Software Foundation.
janderwald at svn.reactos.org
- [ros-diffs] [peterw] 29486: - Two small Ldr cleanup patches (ntdll and kernel32) by: Mike Nordell
peterw at svn.reactos.org
- [ros-diffs] [janderwald] 29487: -------------------------------------------------- shfldr_mycomp.c: Rob Shearman <rob at codeweavers.com> Return Unicode strings from all of the IShellFolder::GetDisplayNameOf functions in not running in Win9x mode. Hans Leidekker <hans at it.vu.nl> shell32: Win64 printf format warning fixes. James Hawkins <truiken at gmail.com> janitorial: Remove redundant NULL checks before SHFree. Robert Shearman <rob at codeweavers.com> shell32: Convert ISF_MyComputer_fnGetDisplayNameOf to Unicode. -------------------------------------------------- - ReactOS specific: - return always in unicode
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29488: Andrew Talbot <Andrew.Talbot at talbotville.com> - Exclude unused headers. Hans Leidekker <hans at it.vu.nl> - Add a stub implementation for SHMapIDListToImageListIndexAsync. Jonathan Ernst <jonathan at ernstfamily.ch> - Update the address of the Free Software Foundation. Martin Fuchs <martin-fuchs at gmx.net> - Fix folder icon index when read from registry. - Change "DWORD dwNr" into "int icon_idx" at several places. ----------------------------------------- ReactOS specific: - PrivateExtractIconW is an undocumented user32 function. Dynamically get the function with GetProcAddress at runtime (readd)
janderwald at svn.reactos.org
- [ros-diffs] [gedmurphy] 29489: add some old code I had floating around. no real in functionality
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29490: remove some test code which shouldn't have been added.
gedmurphy at svn.reactos.org
- [ros-diffs] [janderwald] 29491: Mikoaj Zalewski <mikolaj at zalewski.pl> - Make the shell view control Unicode - Change some more ANSI calls to Unicode
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29492: Jonathan Ernst <jonathan at ernstfamily.ch> - Update the address of the Free Software Foundation. Andrew Talbot <Andrew.Talbot at talbotville.com> - Exclude unused headers. Aric Stewart <aric at codeweavers.com> - Update the debug functions to handle Unicode value pidl. - Add _ILIsUnicode as a simple pidl test. Michael Stefaniuc <mstefani at redhat.de> - The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility. Hans Leidekker <hans at it.vu.nl> - Win64 printf format warning fixes.
janderwald at svn.reactos.org
- [ros-diffs] [cwittich] 29493: Disabled service has start button enabled (patch by gabrielilardi at hotmail dot it) - modified by myself (HeapFree, formatting) See issue #2519 for more details.
cwittich at svn.reactos.org
- [ros-diffs] [hpoussin] 29494: Do not change dependancy root directory if not needed
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29495: Add list of source files in generated makefile
hpoussin at svn.reactos.org
- [ros-diffs] [gedmurphy] 29496: a better fix for bug 2519
gedmurphy at svn.reactos.org
- [ros-diffs] [cwittich] 29497: disable redrawing of the ListView window before updating the service list
cwittich at svn.reactos.org
- [ros-diffs] [hpoussin] 29498: Remove unneeded comment (__REACTOS__ is always defined)
hpoussin at svn.reactos.org
- [ros-diffs] [janderwald] 29499: Dmitry Timoshkov <dmitry at codeweavers.com> - Switch to using 'long' for INT_PTR type for 64-bit compatibility. Andrew Talbot <Andrew.Talbot at talbotville.com> - Exclude unused headers. Hans Leidekker <hans at it.vu.nl> - Win64 printf format warning fixes. James Hawkins <truiken at gmail.com> - Remove redundant NULL checks before SHFree. Jonathan Ernst <jonathan at ernstfamily.ch> - Update the address of the Free Software Foundation. ------------------------ - readd ReactOS changes (the properties menu item was removed, readd it + code to show properties dialogs)
janderwald at svn.reactos.org
- [ros-diffs] [gedmurphy] 29500: improve the button states in relation to the service
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29501: only run the change code when we have the changed struct to work with.
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29502: use ChangeListViewText to fill out the service info
gedmurphy at svn.reactos.org
- [ros-diffs] [fireball] 29503: - Insert back the "ugly hack for cut&paste files" (removed by 29499 commit).
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29504: We need a rule that updating a RC File forces the dev to do it on ALL Files, not only the English one. German one missed two Dialogs again. Updated the German RC File of shell32.dll and fixed a typo in the English one. (Nice Work with your new Dialogs For Shortcuts and co, Johannes :-))
dreimer at svn.reactos.org
- [ros-diffs] [cfinck] 29505: Change "base" to "installbase" for the <bootstrap> element of "green.rbuild" (the older syntax is no longer valid) See issue #2706 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [janderwald] 29506: Jonathan Ernst <jonathan at ernstfamily.ch> - Update the address of the Free Software Foundation. Stefan Leichter <Stefan.Leichter at camline.com> - Fix the file version string of the version resource.
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29507: - sync rest of shell32 excluding resources to wine
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29508: - fix build
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29509: - add checkAlarms function - this function will be used to determine wether expiration alarms are active. If qemu dies or terminates unexpectly, this function will check if it was before an timeout. In that case alarms will be active. Note: if qemu is killed purposely, OsSupport::cancelAlarms must be called to prevent automatic termination of sysreg process
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29510: - forgot one file
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29511: - update doc
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29512: - remove old wine sync
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29513: Copied remotely
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29514: - update shell32_ros.diff
janderwald at svn.reactos.org
- [ros-diffs] [cfinck] 29515: Replace the hard-coded menu in the Wiki skin by readfile() statements, which include autogenerated menu files of RosCMS (getbuilds does it the same)
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29516: Updated Ukrainian translation by Artem Reznikov (temarez AT yandex DOT ru) See issue #2731 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [weiden] 29517: Display a context menu for the selected monitor
weiden at svn.reactos.org
- [ros-diffs] [fireball] 29518: - Mm-rewrite: * Get rid of a hack-based heap allocation in FreeLdr, which makes real data interleaved with temporary data, all that unfreeable and unmanageable. * Introduce new APIs MmHeapAlloc / MmHeapFree to alloc/free memory from a pre-allocated heap. * Add BGET (public domain heap implementation), hook it up to the MmHeapAlloc / MmHeapFree APIs. * MmAllocateMemory still is a backward-compatibility API, will be removed soon. - Change most of allocations to the heap-based routines, add frees where necessary (I must admit Brian already used MmFreeMemory in a lot of places, so I just had to change those to the corresponding MmHeapFree API). - Remove unneeded and wrong IDT filling, which was commented out. - Temporary disable caching support, because it needs a standalone place to keep its data in. For compatibility's sake it's better to leave it when WinLdr is more mature.
fireball at svn.reactos.org
- [ros-diffs] [mnordell] 29519: Make cabman build warning-free
mnordell at svn.reactos.org
- [ros-diffs] [fireball] 29520: - Fix a long standing bug, which prevented NT to work stable (in fact, it died very soon after booting). The bug was in occasional placing Gdt and Idt into a temporary heap, instead of MemoryData marked area of memory. The possibility of this bug was suggested long time ago by Alex, but I didn't believe him back then :) - Now Windows NT works quite good after booting via WinLdr in QEMU.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29521: Added German Translation of one missed Dialog. Fixed tons of coordinates and sizes to fit all Text of the German and English Translation into the Buttons, Checkboxes and Text Fields. Moved some stuff to better fit into the Dialog. I mainly kept Johannes's nice small format for the Shortcut etc Dialogs, because it looks nice. This only helps to fit in the Text.
dreimer at svn.reactos.org
- [ros-diffs] [mnordell] 29522: Prevent SEGV
mnordell at svn.reactos.org
- [ros-diffs] [dreimer] 29523: (Very)Small code cleanup for my Cards.dll
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29524: Translated the few new lines in this RC.
dreimer at svn.reactos.org
- [ros-diffs] [gedmurphy] 29525: Send the right number of bytes when setting an env var spotted by Christian Fasshauer <chrfas at googlemail dot com>
gedmurphy at svn.reactos.org
- [ros-diffs] [janderwald] 29526: - start implementing recyclebin (based on Wine's recycle bin implemenation)
janderwald at svn.reactos.org
- [ros-diffs] [jimtabor] 29527: Add notes for NtGdiResetDC and NtGdiOpenDCW.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29528: Sorry for this! Shell32 should be a Sync->Port not 100% sync. We needed this for a long time too! Good job janderwald!
jimtabor at svn.reactos.org
- [ros-diffs] [mnordell] 29529: NTSHChangeNotifyRegister completed and to spec
mnordell at svn.reactos.org
- [ros-diffs] [mnordell] 29530: Added some descriptive comments for otherwise hard-to-understand bitwise operations
mnordell at svn.reactos.org
- [ros-diffs] [fireball] 29531: Johannes Anderwald - Fix the msvcrt exception (because vlc first calls _getmainargs. This function sets the __argc to 1. Afterwards vlc calls again __wgetmainargs where __argc is now one. When entering the function _wadd, it doesnot allocate the __wargv because __argc is 1. Therefore it crashes). See issue #821 for more details.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29532: Dmitry Chapyshev <lentind at yandex.ru> - Make the "Information" tab work. - Improve overall applet's behavior (more correct and more "smart"). - Fixed a bug when switching between tabs. - Small improvements in the UI, other small fixes. - If no apps or no updates are installed, then the controls in the respective tabs will be grayed out, and a respective information message will be shown instead of the empty list.
fireball at svn.reactos.org
- [ros-diffs] [mnordell] 29533: Beginnings of enabling THREAD_SET_THREAD_TOKEN, to allow ROS to actually be shut down. Mostly skeleton and junk, but the basic infrastructure is at least in place.
mnordell at svn.reactos.org
- [ros-diffs] [peterw] 29534: Patch by Marc Piulachs (Issue 2737) - Imported write.exe plus small fix to compile it as unicode. (Added to rosapps instead of base/applications though)
peterw at svn.reactos.org
- [ros-diffs] [janderwald] 29535: - fix warning
janderwald at svn.reactos.org
- [ros-diffs] [peterw] 29536: - Fix build.
peterw at svn.reactos.org
- [ros-diffs] [janderwald] 29537: - explictely use PROPSHEETHEADERW - implement _ILIsBitBucket function - implement a IContextMenu for recycle bin interface but is currently unused see notes shv_item_cmenu.c - implement recycle property dialog resources in vista style
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29538: - fix build - set control ids
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29539: - add PickIconDlg declaration
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29540: - fix PickIconDlg prototype
janderwald at svn.reactos.org
- [ros-diffs] [fireball] 29541: - Don't free a NULL pointer.
fireball at svn.reactos.org
- [ros-diffs] [janderwald] 29542: - dont allow creating a link to a shortcut See issue #2735 for more details.
janderwald at svn.reactos.org
- [ros-diffs] [cwittich] 29543: LdrpLoadModule called with LOAD_LIBRARY_AS_DATAFILE returns SUCCESS and a valid BaseAddress but no Module
cwittich at svn.reactos.org
- [ros-diffs] [dreimer] 29544: Add German Translation and Fix English SUBLANG to our Defaults.
dreimer at svn.reactos.org
- [ros-diffs] [mnordell] 29545: Just some more notes about what (likely) is required to make it possible for users to cleanly shut down ROS.
mnordell at svn.reactos.org
- [ros-diffs] [jimtabor] 29546: Dc_Attr with DCE: - Fixed problem with dcattr read and write access in user mode. - Dcattr data only flows from Kernel to User ATM. - Cleaned up code. - Enable GetDCObject for testing. - Tested with Qemu both Linux and XP, and real hardware.
jimtabor at svn.reactos.org
- [ros-diffs] [cfinck] 29547: Add an Event Log Viewer coded by Marc Piulachs (marc DOT piulachs AT codexchange DOT net) The icons were taken from the comctl32.dll. I did not add it to the "reactos.dff" as ReactOS doesn't support Event Logs yet. See issue #2602 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29548: - Hardcode the Window class name, there is no need for it to be translated - Remove all this VS stuff from the english resource file - Move the icons to "rsrc.rc" as they will be shared between all translations - Fix a typo
cfinck at svn.reactos.org
- [ros-diffs] [dreimer] 29549: Fix a FixMe (FIXME : Fails with IShellFolder interface) (Pierre Schweitzer)
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29550: German Translation for Event Viewer. Updated SVN:Ignore for WordPad.
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29551: - Move Teb's StaticUnicodeString initialisation from ntdll to MmCreateTeb (it's better to initialize it early, and all at once, instead of something here now and something there later).
fireball at svn.reactos.org
- [ros-diffs] [janderwald] 29552: - add prototype for SHCreateDefaultContextMenu and CDefFolderMenu_Create2 These functions are responsible for creating the right context menu for the requested shell item.
janderwald at svn.reactos.org
- [ros-diffs] [dreimer] 29553: Another nice Patch by Pierre Schweitzer: - Reorganized resources - Added a basic font preview
dreimer at svn.reactos.org
- [ros-diffs] [janderwald] 29554: - halfplement CDefFolderMenu_Create2
janderwald at svn.reactos.org
- [ros-diffs] [fireball] 29555: - Delete the branch by Magnus Olsen's request.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29556: - Branch ReactX from 29555 trunk.
fireball at svn.reactos.org
- [ros-diffs] [greatlrd] 29557: This change can not compile win32k for they are not complete, and it is start on the loading process of dxg.sys FIXED : One wrong protyped accoding MSDN ADD : Load process of DXG.SYS (not completed) Redrirect : Allot DirectX api from win32k to dxg.sys (allot of code that have been remove will be readdit in new api or in dxg.sys, when it being commit) Allot cleanup as well
greatlrd at svn.reactos.org
- [ros-diffs] [fireball] 29558: - Fixed a typo in the line which lead to actual zeroing of mxcsr, instead of zeroing only reserved bits (spotted by Kamil Hornicek aka "Pigglesworth"). - Improved the fix by actually applying the mask prepared earlier during kernel init (this is a more proper way to clear reserved bits of mxcsr). - SSE/SSE2/etc is not broken anymore. See issue #2748 for more details.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29559: Update SVN:Ignore
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29560: Update SVN:Ignore
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29561: - Commit changes made to doxygen config by Marc Piulachs. See issue #2709 for more details.
fireball at svn.reactos.org
- [ros-diffs] [greatlrd] 29562: dxtn License GPL Need it by OpenGL / DirectX compress textures, at moment for mesa32 Got Alesky aka Fireball permits to add it, so long it use the patent flag. Some part in this library can contain patent, thing in USA This library will not be build directly, you are force to change the patent flags in the config.rbuild file to 1 But todo so, you need check you country patent.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29563: Redirect all dx mocomp api (done)
greatlrd at svn.reactos.org
- [ros-diffs] [cfinck] 29564: Add a Czech (QWERTY) keyboard layout by Kamil Hornicek (tykef at atlas dot cz) I renamed the "kbdcz" files from the patch to "kbdcz1" to match the name of this DLL under Windows See issue #2720 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [greatlrd] 29565: redirect whole dd interface to dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29566: add empty file for directx video port control interface
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29567: move all dvp stub to dvp.c start redirect all to dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29568: adding more redirect for dvp interface to dxg
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29569: finish the redirect of dxg.sys for the d3d part
greatlrd at svn.reactos.org
- [ros-diffs] [cfinck] 29570: - Use #define's for setting the borders between elements. - Don't use some values, which are based on hardcoded card metrics. Compute them using the #define's for the borders and the card metrics instead. This way we can use the Bavarian cards.dll (cardsbav) now and theoretically cards in any size :-) - Set the minimum window height and width by computing the size of all used elements using the new #define's and the card metrics. - Some indentation changes
cfinck at svn.reactos.org
- [ros-diffs] [greatlrd] 29571: start move out logic stuff that should have been move to ddsurf and d3d from ddraw.c remove the old start up code for dx, it will be in in dxg.sys later. win32k only redirect it to dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29572: more redirect from win32k to dxg.sys btw no old code exists in current file.
greatlrd at svn.reactos.org
- [ros-diffs] [cfinck] 29573: Compute the card offset for the row stack based on the height of the card. Otherwise the numbers of larger cards (like in cardsbav) are not visible.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29574: Silence a warning
cfinck at svn.reactos.org
- [ros-diffs] [greatlrd] 29575: delete stub.c from ntddraw folder it is not longer need it add more redirect to dxg.sys smaller cleanup as well
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29576: cleanup from old interface and move new info to right header. it still can not be build. for not all api have been redirect yet
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29577: fixed export of EngLockDirectDrawSurface at 4, EngUnlockDirectDrawSurface at 4, EngDxIoctl at 12, EngAllocPrivateUserMem at 12, HeapVidMemAllocAligned at 20, VidMemFree at 8, EngFreePrivateUserMem at 8 and add them to ntddraw/eng.c no code yet
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29578: do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the orginal dllmain will not be run
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29579: do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the orginal dllmain will not be run
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29580: entrypoint="0" do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the orginal dllmain will not be run
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29581: do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the original dllmain will not be run
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29582: do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the original dllmain will not be run
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29583: do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the original dllmain will not be run
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29584: do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the original dllmain will not be run
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29585: do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the original dllmain will not be run
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29586: do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the original dllmain will not be run
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29587: do not use entrypoint="0" when dll have dllmain only when dll does not have dllmain we should use entrypoint="0" other wise the original dllmain will not be run
greatlrd at svn.reactos.org
- [ros-diffs] [arty] 29588: Add simple GDB stub. Fix reported kernel address returned to reactos.c Make MachVtbl fully formed for all subarch Add simple gdb stub at this layer, wired to exception handlers Simplify and unkludge trap handlers Adapt trap frame to gdb style Add proper swapping to image.c Adapt other code for the more general trap handler now available in ppcmmu.
arty at svn.reactos.org
- [ros-diffs] [arty] 29589: Make a more complete entry in the normal path so we can enter GDB at will.
arty at svn.reactos.org
- [ros-diffs] [arty] 29590: Slight Adjustment. __DECLSPEC_SUPPORTED is an output.
arty at svn.reactos.org
- [ros-diffs] [arty] 29591: Fix quirks for building PPC on windows.
arty at svn.reactos.org
- [ros-diffs] [greatlrd] 29592: adding more redirect to dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29593: finish redirect dvp interface to dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29594: adding more redirect to dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29595: rename 3 INDEX to diffent name to more logic names. add comment which part being syscall, export list and internal use from win32k.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29596: add one more redirect to dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29597: Start Build the next header we need, see https://www.openrce.org/forums/posts/535 only avail docs for it on the net.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29598: add two empty folder for now, it si for dxg.sys and dxapi.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29599: start implement the dxeng driver api that are need it for dxg.sys I manger kill of some local tree with this commit. ReactX can not be build
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29600: comment some protypes and how they work.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29601: adding one more api to dxeng.c
greatlrd at svn.reactos.org
- [ros-diffs] [hpoussin] 29602: Update msvc backend, so Colin Finck will maybe stop complaining...
hpoussin at svn.reactos.org
- [ros-diffs] [dreimer] 29603: Bug 2747: French translations by Pierre Schweitzer (heis_spiter at hotmail.com)
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29604: Bug 2747: French translations by Pierre Schweitzer (heis_spiter at hotmail.com) Bug 2722: Desk.cpl : Italian translation (carlo.bramix at libero.it)
dreimer at svn.reactos.org
- [ros-diffs] [greatlrd] 29605: fixing few compiling issue with this new header.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29606: fixing few compiling issue with this new header.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29607: fixing few compiling issue with this new header. add few more redirect in ddraw.c to dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [dreimer] 29608: Bug 2753, 2754 Ukrainian translation update (rstzab at yandex.ru) Bug 2728 Bulgarian language update for ReactOS. Fix for the Patch (sstpr at narod.ru)
dreimer at svn.reactos.org
- [ros-diffs] [greatlrd] 29609: wrong protype in MSDN, the protypes is VOID APIENTRY NtGdiDdUnattachSurface(HANDLE hSurface, HANDLE hSurfaceAttached); and the text in msdn talk it can return either DDHAL_DRIVER_HANDLED or DDHAL_DRIVER_NOTHANDLED, see http://msdn2.microsoft.com/en-us/library/ms648703.aspx, so I change the protype to DWORD APIENTRY NtGdiDdUnattachSurface(HANDLE hSurface, HANDLE hSurfaceAttached);
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29610: smaller cleanup in thuse two new header
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29611: fixing few compiling issue.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29612: fixing few compiling issue.
greatlrd at svn.reactos.org
- [ros-diffs] [fireball] 29613: Dmitry Chapyshev <lentind at yandex.ru> - Add russian translation for evenvwr. - Slightly improve eventvwr.ico (as I did with other icons).
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29614: Dmitry Chapyshev <lentind at yandex.ru> - Get rid of hardcoded path to downloader.xml, it properly gets the path now. Also changed the logic slightly: now the file is firstly being searched in the local folder, and only then in system32. - Do a Settings dialog (choose a directory where to download files to, if a user wants to remove installation files after the app has been installed), all options are stored / loaded from the registry. Only the "Update server" option does not work now. - A few GUI/designs fixes and improvements, now it looks better. - Add a button for Settings in the main waindow. - Fixed code formatting in a few places. - Change bitmap to icons on the Update and Help buttons, imho it's the proper way. - Add 3 new categories to the list. - Other misc fixes. - All translated resources are updated, so no translations are lost!
fireball at svn.reactos.org
- [ros-diffs] [greatlrd] 29615: fixing few compiling issue.
greatlrd at svn.reactos.org
- [ros-diffs] [dreimer] 29616: Fix a typo in en-US.rc and translate the new stuff in de-DE.rc. (If I interfere a running update process once more, I am sorry :-P)
dreimer at svn.reactos.org
- [ros-diffs] [tkreuzer] 29617: If cmd was started from a shortcut, use the shortcut's name as window title, else use executable name, like on windows. Doesn't work on ros atm, due to bug 2743, but works on win XP. So if'ed out atm.
tkreuzer at svn.reactos.org
- [ros-diffs] [mnordell] 29618: Fixes the registry loop bug. No more bugchecks after exactly ten minutes. Do not try to insert an entry into a list it's already inserted into.
mnordell at svn.reactos.org
- [ros-diffs] [mnordell] 29619: Debugging helper functions added, to verify hive list integrity. Grab hive lock for insertion in EnlistKeyBodyWithKCB. Some comments added.
mnordell at svn.reactos.org
- [ros-diffs] [dreimer] 29620: Fix the size of the new Dialog and make it non-resizeable. Add the Icon to the "Download..." Dialog. Fix some typos. Fixed some formatting stuff. Added a manifest File.
dreimer at svn.reactos.org
- [ros-diffs] [mnordell] 29621: Attempt to make Cm API at least a little const-correct.
mnordell at svn.reactos.org
- [ros-diffs] [weiden] 29622: Check if reading theme settings from the registry was successful
weiden at svn.reactos.org
- [ros-diffs] [mnordell] 29623: Unbreak build. The code is used from user-mode too, so CONST can not be used. Use plain 'const' instead.
mnordell at svn.reactos.org
- [ros-diffs] [greatlrd] 29624: fixing few compiling issue.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29625: commit layout for allot functions that need be redirected to dxg.sys the code are not finish
greatlrd at svn.reactos.org
- [ros-diffs] [mnordell] 29626: const-correctness cleanup. 'CONST UNICODE_STRING*' -> PCUNICODE_STRING
mnordell at svn.reactos.org
- [ros-diffs] [greatlrd] 29627: all redirect are done, for syscall and export api to dxg.sys left todo fix compiling issue and fix all stub for dxeng.c
greatlrd at svn.reactos.org
- [ros-diffs] [hpoussin] 29628: Display a simple bootlogo, instead of a black screen if /SOS option is not provided
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29629: Dmitry Gorbachev <hs26332 at mail.cnt.ru> - NtSetInformationFile() could be done before asynchronously called NtWriteFile is completed. Fix this by sending the synchronous flag. - Check return status of the second NtSetInformationFile() call. See issue #2071 for more details.
fireball at svn.reactos.org
- [ros-diffs] [cfinck] 29630: Merge the cards of "cardsbav" to our cards.dll and specify, which cards shall be compiled into the cards.dll, with preprocessor definitions in cards.rbuild. This change obsoletes the old cardsbav.dll, so I removed it.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29631: Get the language for the top and left menu of the Wiki from the RosCMS Cookie. Fixes a part of bug 1590. See issue #1590 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [mnordell] 29632: Probe arguments if coming from usermode. Use previous mode when referencing process handle. Actually specify PsProcessType for process handle. Some minor cleanup (less compiled code and some speedup).
mnordell at svn.reactos.org
- [ros-diffs] [mnordell] 29633: Fix PAGE_ROUND_DOWN, PAGE_ROUND_UP, and a user of them (correctness and speedup)
mnordell at svn.reactos.org
- [ros-diffs] [hpoussin] 29634: Add missing WINAPI keyword
hpoussin at svn.reactos.org
- [ros-diffs] [mnordell] 29635: proper PSEH return usage (thanks janderwald)
mnordell at svn.reactos.org
- [ros-diffs] [fireball] 29636: - LdrpAttachToProcess() should be called only once per process, so added the check. This fixes a crash when trying to start any app using MFC42.DLL, including 1C. See issue #2730 for more details.
fireball at svn.reactos.org
- [ros-diffs] [gedmurphy] 29637: silence stray debug message
gedmurphy at svn.reactos.org
- [ros-diffs] [hpoussin] 29638: Commit again changes of r25834, which were reverted in r29507. See issue #1918 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29639: Implement ProfileItems support in .inf files See issue #2738 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29641: Fix typo
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29642: Add Lithuanian keyboard layout option in 1st stage Patch by Vytis Girdzijauskas, "CMan", cman[at]cman[dot]us See issue #2750 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [dreimer] 29643: Bug 2749: Small fixes to eventvwr (marc.piulachs at codexchange.net)
dreimer at svn.reactos.org
- [ros-diffs] [janderwald] 29644: - fix a bug - fix identation - only register hotkeys when not being in setup See issue #2684 for more details.
janderwald at svn.reactos.org
- [ros-diffs] [peterw] 29645: - Added a very simple makefile for the RosBE tools. - Fix a warning in echoh.c.
peterw at svn.reactos.org
- [ros-diffs] [frik85] 29646: Add two new MediaWiki groups to our ReactOS Wiki: * moderator (protect, move) * super moderator (protect, move, delete) More information can be found there: http://de.wikibooks.org/wiki/MediaWiki/_Benutzergruppen_und_Rechte#Default_Group_Permission_Values_from_DefaultSettings.php
frik85 at svn.reactos.org
- [ros-diffs] [peterw] 29647: - Fix options.exe compile with RosBE 0.3.8.1
peterw at svn.reactos.org
- [ros-diffs] [frik85] 29648: improve group-rights, suggested by Colin Finck
frik85 at svn.reactos.org
- [ros-diffs] [mnordell] 29649: Implement functionality for ctrl-home and ctrl-end
mnordell at svn.reactos.org
- [ros-diffs] [dreimer] 29650: Fix Bug 2756 thx to towerr for explaining how to fix it.
dreimer at svn.reactos.org
- [ros-diffs] [hpoussin] 29651: Better resource freeing Fix a bug introduced in r29644, when WM_CREATE was sometimes leaking to WM_DESTROY
hpoussin at svn.reactos.org
- [ros-diffs] [peterw] 29652: - Add dwnl.exe utility to the bootcd, patch by Cameron Gutman (aicommander).
peterw at svn.reactos.org
- [ros-diffs] [mnordell] 29653: Patch from aicommander. Actually copy uniata.sys from the installation media, and disable VGA resolution selection as VGA is broken.
mnordell at svn.reactos.org
- [ros-diffs] [weiden] 29654: Display basic download status
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29655: Fix status output
weiden at svn.reactos.org
- [ros-diffs] [mnordell] 29656: Feeble attempt at getting NT4 vga.sys working by implementing HalFrameBufferCachingInformation case for HaliQuerySystemInformation.
mnordell at svn.reactos.org
- [ros-diffs] [mnordell] 29657: Move variable definition to before first code statement. GCC did not catch this due to its language extensions.
mnordell at svn.reactos.org
- [ros-diffs] [arty] 29658: Break in at will. Fix trap handler a bit, allowing setting of MSR. Make packet code work properly when serial output is interrupted by a packet from gdb.
arty at svn.reactos.org
- [ros-diffs] [hpoussin] 29659: Export GetDefaultPrinterA/W also by ordinal
hpoussin at svn.reactos.org
- [ros-diffs] [tkreuzer] 29660: revert my useless hack.
tkreuzer at svn.reactos.org
- [ros-diffs] [mnordell] 29661: Fix logical error in a hack.
mnordell at svn.reactos.org
- [ros-diffs] [janderwald] 29662: - only register hotkey when setup is active - should fix bug 2684 See issue #2684 for more details.
janderwald at svn.reactos.org
- [ros-diffs] [cfinck] 29663: - Fix a bug in Solitaire: When you used the 1-card-mode before, there never was a card behind the one, which you drag from the pile. Now Solitaire collects all the cards from the deck in the 1-card-mode like Windows Solitaire does. - Make it possible to use CS_EI_CIRC (the O sign) and CS_EI_X (the X sign) as empty images for a deck. Actually make use of CS_EI_CIRC for the Solitaire deck.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29664: Use StretchBlt with fixed values for drawing the card backs in the Deck Options dialog. This way the dialog looks normally, also with bigger cards like the Bavarian ones.
cfinck at svn.reactos.org
- [ros-diffs] [weiden] 29665: Add very basic dragging support to the monitor selection control
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29666: Allow selecting monitors using the keyboard
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29667: Initialize the COM library
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29668: Port RegLoadMUIStringA/W from WINE HEAD and adjust parameter names
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29669: Extend hack in NtUserEnumDisplayDevices to fail enumerating monitors. Fixes an infinite loop in deskmon.dll
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29670: Tweak the ScrollDC implementation a bit so that it produces a better output. The implementation still is completely incorrect as it should call the driver for this operation instead of doing a BitBlt operation...
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29671: Destroy created pen after use (fixes a GDI object leak)
weiden at svn.reactos.org
- [ros-diffs] [arty] 29672: Debug DbgBreakPoint and drop to GDB on program trap.
arty at svn.reactos.org
- [ros-diffs] [arty] 29673: Uncaught error when moving to trunk. Thanks gdb.
arty at svn.reactos.org
- [ros-diffs] [mnordell] 29674: [FORMATTING] Misuse of TAB. Converted to spaces.
mnordell at svn.reactos.org
- [ros-diffs] [dreimer] 29675: Update Russian LangFile of options.exe (thx to towerr once more) STILL a problem which causes the resources to be displayed wrong. Set EOL:Style native Remove trailing Spaces
dreimer at svn.reactos.org
- [ros-diffs] [janderwald] 29676: - load dynamic IContextMenu extensions from registry - it uses the key shellex\ContextMenuHandlers\{CLSID} to load extensions - make SHCreateDefaultContextMenu use default IContextMenu implementation - TBD for static IContextMenu extensions and for creating a new object of that type (ShellNew) - code currently if 0' out
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29677: - add printer folder - patch by Huw D M Davies (http://www.winehq.org/pipermail/wine-patches/2005-April/016926.html) - register bitbucket context menu extension
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29678: Author: Evan Teran <evan.teran at gmail.com> - Fix typo in GlobalAlloc parameters.
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29679: - fix creating context menu entry for shortcut - add static context menu entry (under windows xp sp2 it is defined under ".lnk", however this is a little mess to define static handlers in one place and dynamic in another)
janderwald at svn.reactos.org
- [ros-diffs] [hpoussin] 29680: Const-ify Define class
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29681: Support define overriding in child .rbuild files See issue #2745 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29682: Ignore compiler flags when generating resource macro
hpoussin at svn.reactos.org
- [ros-diffs] [mnordell] 29683: Deleted definition of a variable named ScsiPortIsr that was directly followed by the declaration of the function with the same name.
mnordell at svn.reactos.org
- [ros-diffs] [hpoussin] 29684: Add an 'overridable' attribute on defines. Suggestion by Marc Piulachs
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29685: Activate define override check in rbuild Cleanup some .rbuild files Set __REACTOS__ as overridable ; it should be removed after next winesync
hpoussin at svn.reactos.org
- [ros-diffs] [janderwald] 29686: - implement loading of shell new items in context menus - these are responsible for showing creating "new file type extension" item
janderwald at svn.reactos.org
- [ros-diffs] [dreimer] 29687: Modify options.exe to enable and disable strpping and ccache. Add this to cmds too.
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29688: Delete all Trailing spaces in code.
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29689: Delete all Trailing spaces in code.
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29690: Delete all Trailing spaces in code.
dreimer at svn.reactos.org
- [ros-diffs] [janderwald] 29691: - provide a name for shellnew command (required)
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29692: - add a create shellnew option for textfiles
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29693: - store lnk extension - store shellnew command range - implement shellnew commands for type "Command" and type "NullFile"
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29694: - implement shellnew operations for type "Data" and "FileName"
janderwald at svn.reactos.org
- [ros-diffs] [peterw] 29695: - Merge the three build.cmd files into one and start cleaning up the .cmd files, unfinished.
peterw at svn.reactos.org
- [ros-diffs] [peterw] 29696: - Make variable names more consistent and continue with a bit more cleanup, unfinished.
peterw at svn.reactos.org
- [ros-diffs] [peterw] 29697: - Merged the NSIS files back together.
peterw at svn.reactos.org
- [ros-diffs] [peterw] 29698: - Renamed options.cmd -> rosbe-options.cmd.
peterw at svn.reactos.org
- [ros-diffs] [arty] 29699: Protect access to the physical map.
arty at svn.reactos.org
- [ros-diffs] [mnordell] 29700: [COMMENT] Added comment explaining how this code, which at first glance simply couldn't work, indeed can work. Much code (55 lines to be precise) is hidden inside a macro.
mnordell at svn.reactos.org
- [ros-diffs] [peterw] 29701: - Fix some typos, bit more cleanup.
peterw at svn.reactos.org
- [ros-diffs] [mnordell] 29702: Don't try to open a harddisk for reading when checking for it to create the PhysicalDriveN links. Instead, request FILE_READ_ATTRIBUTES. This silences a hack-warning in IopParseDevice, that now possibly can be removed.
mnordell at svn.reactos.org
- [ros-diffs] [peterw] 29703: - Update the variable names in the RosBE.mac file.
peterw at svn.reactos.org
- [ros-diffs] [janderwald] 29704: - fix param spotted by James Tabor - see http://www.reactos.org/archives/public/ros-dev/2007-October/009952.html for more details
janderwald at svn.reactos.org
- [ros-diffs] [fireball] 29705: Dmitry Chapyshev <lentind at yandex.ru> - Implement a joy.cpl applet. Works good on Windows XP.
fireball at svn.reactos.org
- [ros-diffs] [ekohl] 29706: Fix indentation (TABs --> Spaces). Use BEGIN and END instead of { and } in resource scripts.
ekohl at svn.reactos.org
- [ros-diffs] [frik85] 29707: add new Gnome-HIG book URI
frik85 at svn.reactos.org
- [ros-diffs] [fireball] 29708: - Merge 21563, 21589, 21652, 21794.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29709: Make options.exe startable from cmd window. After exiting rosbe resets to use the new settings.
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29710: - Sync Win32k's DIB code with trunk.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29711: Small modification to guarantee that it runs the way it should on ALL PCs, not only mine.
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29712: Readd chdefdir due to popular Demand :-)
dreimer at svn.reactos.org
- [ros-diffs] [ekohl] 29713: Make it UNICODE-safe.
ekohl at svn.reactos.org
- [ros-diffs] [fireball] 29714: Dmitry Chapyshev <lentind at yandex.ru> - Fully implement tapiui.dll, compatible with Windows. - Icons come from SUSE's yast2-industrial; 203,202.ico and 301,302.bmp are done by me based on Tango.
fireball at svn.reactos.org
- [ros-diffs] [greatlrd] 29715: Optimze : the NtGdiDdCanCreateD3DBuffer and NtGdiDdCanCreateD3DBuffer , with the new optimze method. Add : doxgen tags for how NtGdiDdCanCreateD3DBuffer and NtGdiDdCanCreateD3DBuffer works Add : a sort code for the DxEngDrv so we getting the driver functions in sorted list in DxDdStartupDxGraphics, this will be part of optimize the dx code in directx it will allow us call function with gpDxFuncs[DXG_INDEX_DxD3dContextCreate].pfn instead first to search after it. Fix few bugs, as well. rember u can not still build ReactX I have not commit thuse part yet.
greatlrd at svn.reactos.org
- [ros-diffs] [fireball] 29716: - Remove entrypoint="0" from DLLs which actually need their DllMain to be exported and run. Some of them are Wine-autosynced, so the offer is to alter winesync.cmd to remove "entrypoint="0" from autocreated .rbuild files.
fireball at svn.reactos.org
- [ros-diffs] [greatlrd] 29717: This header are need it for our owm dxg.h, This stuct can not be found in msdn. This struct are documented partly or full in Feng Yuan - Windows Graphics Programming Win32 Gdi And Directdraw. I am great full to Alex to help figut and fill in the missing parts. Thank you.
greatlrd at svn.reactos.org
- [ros-diffs] [fireball] 29718: - Use "windows" module to hold native dlls, which can be legally used in different operating systems (for now, it's mfc42.dll). Put it into reactos\modules\windows directory and "makex bootcd".
fireball at svn.reactos.org
- [ros-diffs] [weiden] 29719: tapiui.dll doesn't have an entry point
weiden at svn.reactos.org
- [ros-diffs] [janderwald] 29720: - add joy.cpl and tapiui.dll to bootcd - patch by Cameron Gutman (aicommander[at]gmail[dot]com)
janderwald at svn.reactos.org
- [ros-diffs] [greatlrd] 29721: update some docs with info that is correct, this info can not be found in msdn, msdn is wrong in this part. that why people can not check see if they can create a surface.
greatlrd at svn.reactos.org
- [ros-diffs] [weiden] 29722: Enable the code to determine the time zone from the default system language
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29723: Fixes updating default character attributes when calling SetConsoleTextAttribute(). See issue #2705 for more details.
weiden at svn.reactos.org
- [ros-diffs] [greatlrd] 29724: Add documentations : how NtGdiD3dContextDestroyAll works, MSDN docs is wrong Optimize : NtGdiD3dContextDestroyAll
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29725: Add documentations : how NtGdiDdCreateD3DBuffer works, did nott add full docs, but egunt for people start using it if they read msdn as well Optimize : NtGdiDdCreateD3DBuffer
greatlrd at svn.reactos.org
- [ros-diffs] [hpoussin] 29726: Replace DDKAPI call convention by APIENTRY, as specified in winddi.h for driver function pointers
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29727: - When adding new items into a submenu, they are placed incorrectly. Fix this.
fireball at svn.reactos.org
- [ros-diffs] [cfinck] 29728: - Apply the spanish translation for eventvwr by Marc Piulachs (marc DOT piulachs AT codexchange DOT net, bug 2758) - Use a consistent indentation in all resource files - Change the metrics of some controls to make the full text visible - Add a manifest file to enable visual styles See issue #2758 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [ekohl] 29729: - Keep the value type of each environment variable that was read from the registry and assign the right type for new and modified variables. - Read and write the the raw (non-expanded) environment variables and display the cooked (expanded) ones only.
ekohl at svn.reactos.org
- [ros-diffs] [hpoussin] 29730: Replace STDCALL by APIENTRY Remove keywords property
hpoussin at svn.reactos.org
- [ros-diffs] [dreimer] 29731: Updates to Config by Pierre Schweitzer. Changes: - Continue dralnix code cleanup. - Added checks to avoid buffers overflow. - Updated french translation.
dreimer at svn.reactos.org
- [ros-diffs] [ekohl] 29732: Fixed indentation (TABs --> Spaces) No code changes.
ekohl at svn.reactos.org
- [ros-diffs] [ekohl] 29733: Simplify a lot of code (e.g.: SendMessage(GetDlgItem(...)...) --> SendDlgItemMessage(...))
ekohl at svn.reactos.org
- [ros-diffs] [greatlrd] 29734: fixed allot compiling issue
greatlrd at svn.reactos.org
- [ros-diffs] [dreimer] 29735: Remove Trailing spaces. Add German Translations for joy and tapiui.rc. Fix a typo in en-US of tapiui.
dreimer at svn.reactos.org
- [ros-diffs] [greatlrd] 29736: make ReactX compile again, it can not load dxg.sys yet.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29737: add driver functions list that are need it for dxg.c startup process. dxeng.c are not finish and the drv list are not either finish allot is comment out for now
greatlrd at svn.reactos.org
- [ros-diffs] [peterw] 29738: - Fix a typo/bug.
peterw at svn.reactos.org
- [ros-diffs] [janderwald] 29739: - fix memory leak
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29740: - fix a typo - may fix bug 2732
janderwald at svn.reactos.org
- [ros-diffs] [peterw] 29741: - A little bit more cleanup.
peterw at svn.reactos.org
- [ros-diffs] [greatlrd] 29742: add correct prototypes for DxEngLockDC and DxEngUnlockDC add comment how DxEngLockDC and DxEngUnlockDC works
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29743: implement DxEngLockDC and DxEngUnlockDC Documented DxEngLockDC and DxEngUnlockDC
greatlrd at svn.reactos.org
- [ros-diffs] [janderwald] 29744: - use SHGetSpecialFolderPath if used on desktop when creating new file objects
janderwald at svn.reactos.org
- [ros-diffs] [dreimer] 29745: More Code Cleanup by Pierre Schweitzer
dreimer at svn.reactos.org
- [ros-diffs] [greatlrd] 29746: add stub for all dxeng so the dxg.sys does not crash, but we see where the problem are. now we can start play with dxg.sys in ReactX
greatlrd at svn.reactos.org
- [ros-diffs] [dreimer] 29747: Fix missing "" n build.cmd Make helpfile entries dependant on the installed optional files.
dreimer at svn.reactos.org
- [ros-diffs] [hpoussin] 29748: [FORMATTING] General cleanup (indentation, headers...). No code change
hpoussin at svn.reactos.org
- [ros-diffs] [janderwald] 29749: - fix a few bugs
janderwald at svn.reactos.org
- [ros-diffs] [greatlrd] 29750: forget remove a smaller hack i the drv functions list that being pass to dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29751: fix compilng forget implement stub for DxEngIncDispUniq
greatlrd at svn.reactos.org
- [ros-diffs] [weiden] 29752: Load libraries as data files in RegLoadMUIString
weiden at svn.reactos.org
- [ros-diffs] [cfinck] 29753: Shell32 resource file cleanup - Part 1/2 for today - Move all language-dependent resource files to a "lang" subdirectory and rename them appropriately - Rename "shres.rc" to "shell32.rc" - Make all translations consistent, if some elements were missing I copied the english ones. Also use a consistent indentation. All resource files from "bg-BG.rc" to "fi-FI.rc" (alphabetically) should be consistent now, I'll do the rest later. - Fix some mistakes in the german translation
cfinck at svn.reactos.org
- [ros-diffs] [peterw] 29754: - Small chdefdir cleanup and change _VER to _ROSBE_VERSION.
peterw at svn.reactos.org
- [ros-diffs] [peterw] 29755: - Make sure banner is displayed when rosbe.cmd is called without parameters.
peterw at svn.reactos.org
- [ros-diffs] [janderwald] 29756: - use RegLoadMUIString for a translated keys - insert shortcut assitent in front of shellnew list - adjust item id for create shortcut action
janderwald at svn.reactos.org
- [ros-diffs] [dreimer] 29757: - Updated ChangeLog.txt and readme.txt - Completely rewrote scut to work without grep sed cut and co and added a edit function. thx to Peter Ward for his help. - Updated help. - Successfully removed two of three workarounds in cutz.cmd.
dreimer at svn.reactos.org
- [ros-diffs] [peterw] 29758: - Remove unneeded file.
peterw at svn.reactos.org
- [ros-diffs] [dreimer] 29759: Fixed chdefdir. Now it should work. Updated options. It now checks if the .exe exists. If not, it throws an error. Updated echo Messages a bit.
dreimer at svn.reactos.org
- [ros-diffs] [peterw] 29760: - Updated patches to the latest ones.
peterw at svn.reactos.org
- [ros-diffs] [greatlrd] 29761: start adding dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [dreimer] 29762: Started to Update the Documentation. Some more fixes to changelog. Sorted and fixed parts of the help. Added echo Messages which tell a sucessful process.
dreimer at svn.reactos.org
- [ros-diffs] [janderwald] 29763: - load dynamic shell extensions with IContextMenu interface
janderwald at svn.reactos.org
- [ros-diffs] [peterw] 29764: - Fix a typo and do a bit of cleanup.
peterw at svn.reactos.org
- [ros-diffs] [weiden] 29765: Process window messages while the (un)installer is running and disable it
weiden at svn.reactos.org
- [ros-diffs] [dreimer] 29766: Fix a typo in RosBE.cmd Make sure that loading chdefdir more than once does not overwrite the Backup.
dreimer at svn.reactos.org
- [ros-diffs] [peterw] 29767: - Fix up chdefdir.cmd a bit and more cleanup.
peterw at svn.reactos.org
- [ros-diffs] [peterw] 29768: - Move the definition of _ROSBE_PREVIOUSSOURCEDIR into chdefdir.cmd where it belongs.
peterw at svn.reactos.org
- [ros-diffs] [peterw] 29769: - Revert my last commit as it is wrong.
peterw at svn.reactos.org
- [ros-diffs] [hpoussin] 29770: Fix typo
hpoussin at svn.reactos.org
- [ros-diffs] [mnordell] 29771: [COMMENT] Document array indices for EPROCESS.Quota* members.
mnordell at svn.reactos.org
- [ros-diffs] [peterw] 29772: - Remove the sed dependency from RosBE.cmd.
peterw at svn.reactos.org
- [ros-diffs] [dreimer] 29773: Set the gcc Version automatically by calling gcc -v instead of coding it into the cmd file.
dreimer at svn.reactos.org
- [ros-diffs] [peterw] 29774: - Make options actually wait for the options dialog to finish.
peterw at svn.reactos.org
- [ros-diffs] [peterw] 29775: - Missed this.
peterw at svn.reactos.org
- [ros-diffs] [hpoussin] 29776: Always declare SetLogonNotifyWindow
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29777: Remove outdated file
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29778: __USE_W32API is always defined nowadays
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29779: Add SHCreateDefaultExtractIcon prototype and IDefaultExtractIconInit interface. IID_IDefaultExtractIconInit is not correct, it has to be fixed later
hpoussin at svn.reactos.org
- [ros-diffs] [greatlrd] 29780: Adding code from 2004, DxDdStartupDxGraphics, DxDdCleanupDxGraphics(), DdHmgDestroy()
greatlrd at svn.reactos.org
- [ros-diffs] [cfinck] 29781: Shell32 resource file cleanup - Part 2 All resource files contain the same elements now, so translators know what they have to translate. If elements are added or changed, please do that for all translations now to avoid such a mess in the future.
cfinck at svn.reactos.org
- [ros-diffs] [fireball] 29782: - Create a branch for Marc's work on rbuild.
fireball at svn.reactos.org
- [ros-diffs] [gbrunmar] 29783: Added first stub of svchost - not included in the build yet.
gbrunmar at svn.reactos.org
- [ros-diffs] [greatlrd] 29784: make dxg.sys to compile
greatlrd at svn.reactos.org
- [ros-diffs] [mpiulachs] 29785: Initial commit :D Auto generate part of the module's most common resources , currently things like manifest.xml , defines like REACTOS_VERSION_DLL and specially localizations are created and synchronized by hand. Now module localizations are created in a declarative way which makes trivial tasks like listing non existent or outdated language localizations in real time for example : http://www.codexchange.net/rosdoc/localizations.htm .No more rsrc.rc required as it is now auto generated on the intermediate folder. Still work in progress so would like to hear your ideas or comments , specially those from translators.
mpiulachs at svn.reactos.org
- [ros-diffs] [greatlrd] 29786: Moved remotely dc.h from win32k/include to include/reactos/win32k
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29787: Moved remotely win32k/include/driver to include/reactos/win32k
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29788: rename dc.h to win32kdc.h rename driver.h to win32kdriver.h
greatlrd at svn.reactos.org
- [ros-diffs] [mpiulachs] 29789: - Minor fixes to the es-ES localization for eventvwr - Add it to the build
mpiulachs at svn.reactos.org
- [ros-diffs] [greatlrd] 29790: start activate code in dxg.sys fixed compiling issue with win32kdc.h FIXME : win32k.sys and dxg.sys compiling are broken at moment
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29791: fix the build for win32k.sys
greatlrd at svn.reactos.org
- [ros-diffs] [peterw] 29792: - Remove the rosbe-options.cmd check from Build.cmd, it doesn't need to be here.
peterw at svn.reactos.org
- [ros-diffs] [gbrunmar] 29793: More svchost stub, end-of-the-day checkin.
gbrunmar at svn.reactos.org
- [ros-diffs] [mpiulachs] 29794: Wine imported xcopy command line tool
mpiulachs at svn.reactos.org
- [ros-diffs] [greatlrd] 29795: adding dxgthk.sys stub we need it for dxg.sys
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29796: rename dxg.def to dxgthk.def
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29797: dxgthk 100% finish, it should work now in windows, complete replacement for ms dxgthk.sys now. not tested yet in windows.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29798: actvate more code and slash away more notes to the trachcan, and smaller cleanup
greatlrd at svn.reactos.org
- [ros-diffs] [dreimer] 29799: Translate xcopy into German and fix the SUBLANGs of the rest. Update German Shell32 Translation
dreimer at svn.reactos.org
- [ros-diffs] [peterw] 29800: - Make some error messages a bit more consistent.
peterw at svn.reactos.org
- [ros-diffs] [dreimer] 29801: Added more Error Messages to prevent confusion and stupid mistakes. Edited some Errors.
dreimer at svn.reactos.org
- [ros-diffs] [mpiulachs] 29802: Add xcopy and maginify to bootcd to make aicom happy
mpiulachs at svn.reactos.org
- [ros-diffs] [greatlrd] 29803: puting back dc.h and driver.h to win32k/include as jimtablor requested. we need move PDC only to ntgdihdl.h.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29804: move in DC/PDC to ntgdihdl and all neasry struct that are need it.
greatlrd at svn.reactos.org
- [ros-diffs] [peterw] 29805: - Remove the need for cutz.cmd and delete it.
peterw at svn.reactos.org
- [ros-diffs] [peterw] 29806: - Remove the doskey macro for a component if it is not actually present.
peterw at svn.reactos.org
- [ros-diffs] [dreimer] 29807: Get rid of svnversion.exe and its need in ssvn.cmd. Now we call cut two times, but there seems to be NO way to get around it. If you try to do it without cut, then it wont load anything useful into the Variables, because the Variables are filled even before svn outputs anything. I even tried "cmd /V:ON /K" no way...
dreimer at svn.reactos.org
- [ros-diffs] [janderwald] 29808: - add a member to shlview to able to track the current context menu - make the background menu use owner drawn items to show icon (icon not yet shown) - let the shell item menu also accept owner drawn images - this makes winrar shellextension appear however the language is _not_ correct in most cases and executing a command is at your own risk :)
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29809: - silence wine debug messages
janderwald at svn.reactos.org
- [ros-diffs] [peterw] 29810: - Remove the dependency on cut from sSVN.cmd.
peterw at svn.reactos.org
- [ros-diffs] [jimtabor] 29811: Sync with Wine: Edit controls.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29813: Sync with Wine: Combo controls. Checked Button and no changes.
jimtabor at svn.reactos.org
- [ros-diffs] [hpoussin] 29814: _