September 2007 Archives by thread
Starting: Sat Sep 1 00:15:37 CEST 2007
Ending: Sun Sep 30 23:04:50 CEST 2007
Messages: 595
- [ros-diffs] [greatlrd] 28724: implement stub for NtGdiGetStringBitmapW
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28725: implement GetStringBitmapW (left todo, implement it in win32k)
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28726: implement GetStringBitmapA (left todo implement it in win32k.sys)
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28727: redirect GetTextCharsetInfo to win32k implement GetTextExtentPointI
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28728: implement GetTextExtentExPointWPri
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28729: implement GetTextExtentExPointI
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28730: fix implement of GetTextFaceW checking if the param is vaild or not
greatlrd at svn.reactos.org
- [ros-diffs] [jimtabor] 28731: - Removed NtGdiPaintRgn and renamed NtGdiGetCurrentObject to NtGdiGetDCObject and NtGdiSetPixelV to GdiSetPixelV, w32ksvc.db and updated ntgdibad.h. - Full use of painting.c, imp GetCurrentObject and update gdi32.def.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 28732: Remove fixme in GetCurrentObject.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 28733: - Removed NtGdiPoly/Bezier/To and lineTo/Polyline/line. Updated w32ksvc.db and ntgdibad.h. - Update gdi32.def.
jimtabor at svn.reactos.org
- [ros-diffs] [greatlrd] 28734: implement GetTextFaceAliasW <- the win32k part was already implement :)
greatlrd at svn.reactos.org
- [ros-diffs] [arty] 28735: Don't check inherit flags when checking access.
arty at svn.reactos.org
- [ros-diffs] [ekohl] 28736: Make all "OK" buttons default push buttons.
ekohl at svn.reactos.org
- [ros-diffs] [arty] 28737: Set needed sizes for return buffers when we return an insufficient buffer error.
arty at svn.reactos.org
- [ros-diffs] [greatlrd] 28738: add stub for : IsValidEnhMetaRecord and IsValidEnhMetaRecordOffExt, I have not search after any info about thuse api follow api need have some part done in user mode : OffsetRgn, GetTextCharsetInfo, IntersectClipRect, OffsetClipRgn. Implement partly NamedEscape we need metadc support to finish full implement follow api have been move from redirect to smaller code into hacks.c for they are ros own syscall and does not exists in windows, GetStretchBltMode, GetTextAlign, GetTextColor, MoveToEx, OffsetViewportOrgEx, OffsetWindowOrgEx. redirect HT_Get8BPPMaskPalette, HT_Get8BPPFormatPalette, GetSystemPaletteUse to win32k
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28739: fast bugfix, NtGdiExtEscape should accpect a NULL hdc.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28740: fix two typo thx ged
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28741: update the good api list
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28742: implement stub for NtGdiPATHOBJ_bEnum, NtGdiPATHOBJ_bEnumClipLines
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28743: implement stub for NtGdiPATHOBJ_vGetBounds, NtGdiPATHOBJ_vEnumStart, NtGdiPATHOBJ_vEnumStartClipLines
greatlrd at svn.reactos.org
- [ros-diffs] [janderwald] 28744: - load resources from the dll handle - loop untill the real stop condition is found - this makes the console properties menu working again See issue #1827 for more details.
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28745: - load icon from the right HINSTANCE handle
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28746: - fix loading of resources
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28747: - dont show same wallpaper twice - bug report + patch by Vytis Girdzijauskas, "CMan", cman[at]cman[dot]us See issue #2601 for more details.
janderwald at svn.reactos.org
- [ros-diffs] [tkreuzer] 28748: fix AddFontResourceExAW parameter check
tkreuzer at svn.reactos.org
- [ros-diffs] [cwittich] 28749: set eol-style:native
cwittich at svn.reactos.org
- [ros-diffs] [greatlrd] 28750: revert 28748 that change are incorrect, it shall only check if the bits are set or not, if no flag are set we shall fail, if one flag are set we shall doing the call.
greatlrd at svn.reactos.org
- [ros-diffs] [fireball] 28751: - Finish the memory map code, so it now actually creates a real memory map, with all reserved, unusable pages marked - Add a memory type enum and use it in memory descriptors - Improvements in KiRosFrldrLpbToNtLpb() (separate the code into different functions, bugfixes)
fireball at svn.reactos.org
- [ros-diffs] [greatlrd] 28752: add PatBlt, PolyPatBlt to user mode redirect PATHOBJ_bEnum at 8 to NtGdiPATHOBJ_bEnum at 8, PATHOBJ_bEnumClipLines at 12 to NtGdiPATHOBJ_bEnumClipLines at 12, PATHOBJ_vEnumStart at 4 to NtGdiPATHOBJ_vEnumStart at 4, PATHOBJ_vEnumStartClipLines at 16 to NtGdiPATHOBJ_vEnumStartClipLines at 16, PATHOBJ_vGetBounds at 8 to NtGdiPATHOBJ_vGetBounds at 8 update the good api list
greatlrd at svn.reactos.org
- [ros-diffs] [tkreuzer] 28753: - Add test for AddFontResourceEx showing that the function accepts 0 as flags. - remove header inclusion in test files
tkreuzer at svn.reactos.org
- [ros-diffs] [tkreuzer] 28754: Revert wars! ; -) I talked with GL, he agrees, it is correct.
tkreuzer at svn.reactos.org
- [ros-diffs] [jimtabor] 28755: Fix BootCD!!!!! Watch your commit GL! LOL!
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 28756: Working Dc_Attr support, tested and it worked. Will plugin the rest later.
jimtabor at svn.reactos.org
- [ros-diffs] [arty] 28757: Add interface generator for open firmware calls.
arty at svn.reactos.org
- [ros-diffs] [arty] 28758: Adding misc ppc tools.
arty at svn.reactos.org
- [ros-diffs] [arty] 28759: Remove hack-coff and le2be. We make an elf booter now.
arty at svn.reactos.org
- [ros-diffs] [arty] 28760: Small change to make OARCH optional.
arty at svn.reactos.org
- [ros-diffs] [arty] 28761: Empty OARCH.
arty at svn.reactos.org
- [ros-diffs] [greatlrd] 28762: Implement stub for NtGdiGetServerMetaFileBits, NtGdiGetStats, NtGdiPolyTextOutW, NtGdiRemoveFontResourceW, NtGdiRemoveFontMemResourceEx, NtGdiSetBrushAttributes, NtGdiSetupPublicCFONT, NtGdiSetVirtualResolution, NtGdiSetSizeDevice, NtGdiXLATEOBJ_cGetPalette, NtGdiXLATEOBJ_iXlate, NtGdiXLATEOBJ_hGetColorTransform, NtGdiXFORMOBJ_bApplyXform, NtGdiXFORMOBJ_iGetXform
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28763: implement stub for NtGdiGetEmbUFI, NtGdiGetUFIPathname, NtGdiGetEmbedFonts, NtGdiChangeGhostFont, NtGdiAddEmbFontToDC, NtGdiGetWidthTable, NtGdiSTROBJ_bEnum, NtGdiSTROBJ_bEnumPositionsOnly, NtGdiSTROBJ_bGetAdvanceWidths, NtGdiSTROBJ_vEnumStart, NtGdiSTROBJ_dwGetCodePage, NtGdiGetDhpdev
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28764: implement stub for NtGdiIcmBrushInfo, NtGdiInit, NtGdiMakeFontDir, NtGdiMakeInfoDC, NtGdiMonoBitmap, NtGdiMoveTo
greatlrd at svn.reactos.org
- [ros-diffs] [arty] 28765: Ignore elf executables.
arty at svn.reactos.org
- [ros-diffs] [arty] 28766: Ignore elf.
arty at svn.reactos.org
- [ros-diffs] [greatlrd] 28767: implement stub for NtGdiSelectBitmap, NtGdiSelectBrush, NtGdiSelectFont, NtGdiSelectPen, NtGdiSetBitmapAttributes, NtGdiSetFontEnumeration, NtGdiSetFontXform, NtGdiSetLinkedUFIs, NtGdiSetMagicColors, NtGdiGetDeviceWidth, NtGdiMirrorWindowOrg, NtGdiSetLayout, NtGdiStretchDIBitsInternal, NtGdiUnloadPrinterDriver, NtGdiUnmapMemFont
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28768: implement RemoveFontMemResourceEx (left todo fix it in win32k)
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28769: fix smaller bug in SelectClipRgn
greatlrd at svn.reactos.org
- [ros-diffs] [hpoussin] 28770: Search a property by its name
hpoussin at svn.reactos.org
- [ros-diffs] [greatlrd] 28771: implement SelectBrushLocal
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28772: implement SelectFontLocal
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28773: partly implement SetBoundsRect
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28774: sorry fix the the build
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28775: add smaller check to SetDIBColorTable
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28776: implement SetDeviceGammaRamp in gdi32 (leftdo check win32k if it implement or not)
greatlrd at svn.reactos.org
- [ros-diffs] [hpoussin] 28777: Fix warnings, and compilation of dib24bppc.c/dib32bppc.c
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28778: Make some i386 code conditional Add missing svn:eol-style=native property
hpoussin at svn.reactos.org
- [ros-diffs] [janderwald] 28779: - implement screenbuffer resizing(required for console scrolling support) - still quite buggy :)
janderwald at svn.reactos.org
- [ros-diffs] [greatlrd] 28780: update ntgdibad.h before I forget thuse details that are need be done.
greatlrd at svn.reactos.org
- [ros-diffs] [ekohl] 28781: - Add the repeat key settings dialog. It does not work yet. - Update the bounce key settings dialog. - Update the general page.
ekohl at svn.reactos.org
- [ros-diffs] [hpoussin] 28782: Do not disable asserts
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28783: Use typedefs_host.h header when building inflib for host
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28784: Remove local header debug.h, and use the global one
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28785: Fix Linux build
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 28786: Dmitry Chapyshev <lentind at yandex.ru>: - Improve intl.cpl, include almost all code from intl_new branch (it's pending for deletion now) - ReactOS's intl.cpl now works and behaves similar to Windows XP's intl.cpl, only the last tab is unfinished - Tested in Windows and ReactOS (in ROS it obviously has reduced functionality, since some of needed registry entries are absent) - As a result, all other languages (other than en-us) need to be re-translated.
fireball at svn.reactos.org
- [ros-diffs] [janderwald] 28787: - hardcode the bios directory on linux system to /usr/share/qemu - store the pid.txt in ROS_OUTPUT - check on linux system if the emulator was successfully launched
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28788: - verify provided boot_cmd - create also hdd images for manual boot cmds
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28789: - improve error checking - add hasQemuNoRebootOption stub
janderwald at svn.reactos.org
- [ros-diffs] [dreimer] 28790: Updated German Resource File. I was NOT able to test it, because intl seems to be broken, but before anybody else commits a translation...
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 28791: I missed a Dialog in my Translation :-P
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 28792: Activated German RC File. Add BS_MULTILINE to one Checkbox. Fixed some Text Lengths to fit.
dreimer at svn.reactos.org
- [ros-diffs] [arty] 28793: Added freeldr and hal from PPC branch, along with needed headers and build changes. Next ntoskrnl and add ppc dir under libcntptr, which didn't exist when I forked.
arty at svn.reactos.org
- [ros-diffs] [janderwald] 28794: - add hActiveBuffer member to struct to ensure that modifying the screenbuffer is secured - fix a bugs in the screen buffer resize code - resizing now "works" (unfortunately a few drawing bugs show up)
janderwald at svn.reactos.org
- [ros-diffs] [arty] 28795: Straggler edits.
arty at svn.reactos.org
- [ros-diffs] [janderwald] 28796: - halfplement console scrolling support
janderwald at svn.reactos.org
- [ros-diffs] [jimtabor] 28797: - Win32k: DC_ATTR: Moved to it. - We need to decide how to optimize the syncing. CreateD/IC/CompatibleDC, GetDCState and SelectObject use the sync in one form. This can become ugly. Some DC handles do not belong to the current process. We need to reorder the mess in dc.c and clean it up. - Gdi32: The only ones using it are GetCurrentObject and with out updates Get/SetDCBrush/PenColor. - Implemented an example of RealizePalette. Moved SetBk/TextColor into dc.c, don't use them. - Update gdi32.def.
jimtabor at svn.reactos.org
- [ros-diffs] [janderwald] 28798: - scroll window with ScrollWindowEx - fix a bug in GuiConsoleWndProc - scrolling does not work yet
janderwald at svn.reactos.org
- [ros-diffs] [hpoussin] 28799: Supports a few more ACPI devices Patch by Cameron Gutman (aicommander at gmail dot com)
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28800: Few indentation fixes Generate again boot programs in output directory
hpoussin at svn.reactos.org
- [ros-diffs] [arty] 28801: Move mismerged segment to the right place; claim from openfirmware if we don't have enough reserve.
arty at svn.reactos.org
- [ros-diffs] [jimtabor] 28802: Turn off support for now due to user land exception.
jimtabor at svn.reactos.org
- [ros-diffs] [arty] 28803: Fix building of libcntpr on ppc. We now get a proper bootcd image.
arty at svn.reactos.org
- [ros-diffs] [arty] 28804: Fix swapping for fat recognition.
arty at svn.reactos.org
- [ros-diffs] [hpoussin] 28805: Add missing svn:eol-style=native properties
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28806: Swap boot sector on big endian systems, even if DEBUG is not defined. Debug and release builds should behave the same
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28807: Add a generic implementation of InterlockedBitTestAndSet/InterlockedBitTestAndReset/BitScanReverse
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28808: Fix build
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28809: Fix build #2
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28810: Align stack to 16 bytes on mips
hpoussin at svn.reactos.org
- [ros-diffs] [arty] 28811: Add 16-byte alignment for ppc (required by eabi too)
arty at svn.reactos.org
- [ros-diffs] [dreimer] 28812: Updated access.cpl German Translation. Some texts don't fit, but I have absolutely NO Idea how this RC File works. Eric, explain me. :-P
dreimer at svn.reactos.org
- [ros-diffs] [hpoussin] 28813: Check a Windows host by _WIN32 define, not WINDOWS_HOST
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28814: Build openfirmware interface tool only if target is powerpc
hpoussin at svn.reactos.org
- [ros-diffs] [ekohl] 28815: - Convert RADIOBUTTONs to AUTORADIOBUTTONs. - Replace Trackbars by Comboboxes in the filter keys dialogs. - Fix some typos and minor translation issues in the german dialogs. - Add missing functionality for the repeat key dialog. @dreimer: Did I fix all bugs?
ekohl at svn.reactos.org
- [ros-diffs] [gedmurphy] 28816: - load icon resources using LoadImage. ExtractIcon loads sequential numbers, not resource numbers. - fixes the device image list
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 28817: set the correct icon image for the Keyboard class
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 28818: Add the icon mask to the imagelist. The device manager icons now look correct
gedmurphy at svn.reactos.org
- [ros-diffs] [janderwald] 28819: - improve error checking
janderwald at svn.reactos.org
- [ros-diffs] [gedmurphy] 28820: add a new serial port icon. I'll do the hard disk controller one later
gedmurphy at svn.reactos.org
- [ros-diffs] [cwittich] 28821: fix a small bug in set and added missing german translations
cwittich at svn.reactos.org
- [ros-diffs] [cfinck] 28822: Build fixes for MSVC, now mkhive can be built with MSVC again
cfinck at svn.reactos.org
- [ros-diffs] [gedmurphy] 28823: fix serial icon
gedmurphy at svn.reactos.org
- [ros-diffs] [cfinck] 28824: Lithuanian translations for several base applications by Vytis Girdzijauskas (cman AT cman DOT us) See issue #2532 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [gedmurphy] 28825: add a new tango style usb icon which better matches the reactos icon theme
gedmurphy at svn.reactos.org
- [ros-diffs] [cfinck] 28826: Make these two "registry_callback() failed" messages different, so it is easier to see where our 64-Bit Buildslave fails
cfinck at svn.reactos.org
- [ros-diffs] [gedmurphy] 28827: fix the icon licence notes
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 28828: add an IDE disk controller icon. All basic device manager items should now have an icon. If anyone comes across anything that doesn't, let me know as we still have a few more icons to add yet.
gedmurphy at svn.reactos.org
- [ros-diffs] [arty] 28829: My hack isn't needed anymore.
arty at svn.reactos.org
- [ros-diffs] [cwittich] 28830: fix some issues found by prefast
cwittich at svn.reactos.org
- [ros-diffs] [janderwald] 28831: - rename sleep to delayExecution - delayExecution accepts the value now in seconds - should fix the linux crash
janderwald at svn.reactos.org
- [ros-diffs] [dreimer] 28832: Massive Translations commit: Bug 2628: New intl.cpl italian translation by Gabirel Ilardi (gabrielilardi at hotmail.it) Bug 2626: Modifications for solitaire catalan translation by Marc Tormo i Bochaca (mtbochaca at ya.com) Bug 2625: Catalan translation for msconfig by Marc Tormo i Bochaca (mtbochaca at ya.com) Bug 2612: Spanish translation for explorer_new and updated translation for explorer by Marc Piulachs (marc.piulachs at codexchange.net) Bug 2606: Bulgarian translation of ReactOS. (sstpr at narod.ru) Bug 2603: userenv es-ES localization by Marc Piulachs (marc.piulachs at codexchange.net) Bug 2534: Few translations (temarez at yandex.ru)
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 28833: Luckily I forgot these files. So I can add a missing line in the commit message :-P Bug 2534: Few translations (temarez at yandex.ru)
dreimer at svn.reactos.org
- [ros-diffs] [janderwald] 28834: Copied remotely
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28835: - include unattend.inf per default in the bootcd - unattend setup is disabled by the key UnattendSetupEnabled - to enable set key to "yes" without quotes
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28836: - silence debug message - dont hardcode paths in regression testing code
janderwald at svn.reactos.org
- [ros-diffs] [cwittich] 28837: fix compilation on linux
cwittich at svn.reactos.org
- [ros-diffs] [jimtabor] 28838: Fix processid mask, update gdi handle entry, shift mask and VM memory alloc.
jimtabor at svn.reactos.org
- [ros-diffs] [janderwald] 28839: - fix serious bug in createHDDImage - delay reading if requested
janderwald at svn.reactos.org
- [ros-diffs] [cwittich] 28840: -fix build
cwittich at svn.reactos.org
- [ros-diffs] [janderwald] 28841: - add disk param when booting from cdrom - hardcode vnc 0 option to linux build - make -no-reboot option available for windows hosts only
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28842: - fix target
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28843: - remove dbgprint from tools - dbgprint needs to be win32 application and must be moved
janderwald at svn.reactos.org
- [ros-diffs] [cfinck] 28844: Correctly define LONG_PTR, ULONG_PTR and SIZE_T in "typedefs_host.h". This should silence many warnings and might fix the Live-CD build problems of our 64-bit Buildslave.
cfinck at svn.reactos.org
- [ros-diffs] [cwittich] 28845: re-add dbgprint - now as win32 module
cwittich at svn.reactos.org
- [ros-diffs] [cwittich] 28846: add dbgprint to bootcd until a better solution is found
cwittich at svn.reactos.org
- [ros-diffs] [dreimer] 28847: Bug 2528: Few updates to Italian rc files (devotip at tiscali.it) except access.cpl, which was not diffed to HEAD.
dreimer at svn.reactos.org
- [ros-diffs] [cwittich] 28848: changed path to dbgprint.exe
cwittich at svn.reactos.org
- [ros-diffs] [cwittich] 28849: forgot to commit this file
cwittich at svn.reactos.org
- [ros-diffs] [jimtabor] 28850: Moved code. Finding out when changing ownership, it will require the deallocation and allocation of old and new dcattr.
jimtabor at svn.reactos.org
- [ros-diffs] [cfinck] 28851: Silence two warnings in cmlib. This makes the livecd part compiling warning-free on 32-bit systems. On 64-bit hosts, we still need to squash out this __cdecl warning.
cfinck at svn.reactos.org
- [ros-diffs] [fireball] 28852: - Use real NT KPCR address (0xFFDFF000). - Remove all hacked KPCR_BASE definitions. - Make FreeLDR give address of PageDirectoryStart/End addresses. This was being ignored/incorrect until now and the page directory could've gotten overwritten. - Properly setup the HAL PDE, instead of having different PDEs for KUSER_SHARED_DATA, KPCR and ACPI I/O. - Do not over-write shared user data with ACPI I/O anymore. This was probably a bad idea. - Do not mark almost a meg of space as KPCR_USERD_SHARED data anymore, and don't mess up the CPU TLB anymore. - Give a dedicated page to KUSER_SHARED_DATA (Page 2, physical address 0x2000) right after the KPCR, isntead of a random address that probably ended up overwritten later during the OS's lifetime. - Fix FS selector in the GDT. - Remove hack in Trap Fault Handler. - Add a little hack to allow mapping Page 2 into user-space even though it's marked as used, this is for the Shared User Data page.
fireball at svn.reactos.org
- [ros-diffs] [janderwald] 28853: - fix a bug
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28854: - readd named pipe support for linux by Christoph_vW - simplify named pipe code - only allocate buffer for reading once - dont format default hdd if it exists - delay read at right position - fix ROS_DELAY_READ option in config file - value is expected to be in seconds not milliseconds
janderwald at svn.reactos.org
- [ros-diffs] [gedmurphy] 28855: - read ClassGUID from the registry instead of sending GUID_NULL - fixes part of SetupDiOpenDeviceInfo which now allows loading of icons in the devmgr.dll property sheets
gedmurphy at svn.reactos.org
- [ros-diffs] [cwittich] 28856: fix some of the linux build issues
cwittich at svn.reactos.org
- [ros-diffs] [janderwald] 28857: - finish immediately on unattended second stage install
janderwald at svn.reactos.org
- [ros-diffs] [gedmurphy] 28858: preset in case of failure
gedmurphy at svn.reactos.org
- [ros-diffs] [cwittich] 28859: fix linux build
cwittich at svn.reactos.org
- [ros-diffs] [gedmurphy] 28860: - fix SetupDiLoadClassIcon to load 32x22 for the large icon - fix SetupDiGetClassImageList to load 16x16 icons for the device image list. - devmgmt now loads up the correct sizes for both the treeview and the property page
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 28861: add 24 and 8 bit bitmaps
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 28862: - merge all the setupapi changes between 28816 and 28860 - can someone test these, we're looking for correct devmgmt icons in both the treeview and the properties dialog
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 28863: remove 4bpp bitmaps, add 24bpps and clean them all up.
gedmurphy at svn.reactos.org
- [ros-diffs] [janderwald] 28864: - split boot cmd into tokens
janderwald at svn.reactos.org
- [ros-diffs] [cwittich] 28865: fix linux build
cwittich at svn.reactos.org
- [ros-diffs] [janderwald] 28866: - no comment
janderwald at svn.reactos.org
- [ros-diffs] [fireball] 28867: - Apply 28852 changes to setupldr.c (fixes bootcd).
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28868: - Fix a typo in the code (thanks to "zimme" for spotting).
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 28869: Let tools including the version number depend of buildno.h Remove useless tool tools-check (replaced by a rbuild check) Add .phony targets for gendib and nci
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28870: Finally let Wine package version depend of ReactOS version
hpoussin at svn.reactos.org
- [ros-diffs] [gedmurphy] 28871: sync rpcrt4_new to Wine 0.9.44
gedmurphy at svn.reactos.org
- [ros-diffs] [hpoussin] 28872: Duplicate widl tool to widl_new
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28873: Synchronize with Wine WIDL 0.9.44 (and a few patches by Dan Hipschman found on wine-patches ML)
hpoussin at svn.reactos.org
- [ros-diffs] [cfinck] 28874: Merge in 28862 and 28817 (Device Manager icon stuff)
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 28875: Delete the old 0.3.3 branch
cfinck at svn.reactos.org
- [ros-diffs] [ekohl] 28876: - Replace the hardcoded calls to Unicode-Functions. Use the module configuration to build a Unicode version instead. - Cleaned up a lot of coding-style and indentation issues. - No code changes.
ekohl at svn.reactos.org
- [ros-diffs] [ekohl] 28877: - Forgot to enable the GeoId code. - Fixed another hardcoded Unicode string. - More indentation fixes. - No code changes.
ekohl at svn.reactos.org
- [ros-diffs] [gedmurphy] 28878: fix description spelling
gedmurphy at svn.reactos.org
- [ros-diffs] [hpoussin] 28879: Fix ReactOS temporary directory name
hpoussin at svn.reactos.org
- [ros-diffs] [cwittich] 28880: fix some bugs in the linux version (not working yet)
cwittich at svn.reactos.org
- [ros-diffs] [cwittich] 28881: -allocate the buffer for the NamedPipeReader on Linux too -use linux path as default in txtmode.cfg
cwittich at svn.reactos.org
- [ros-diffs] [tkreuzer] 28882: different implementation of ENUMFONTDATA structure
tkreuzer at svn.reactos.org
- [ros-diffs] [tkreuzer] 28883: New implementation of EnumFontFamiliesExW, based on NtGdiEnumFontXxx, does not work on ros, because those apis are not implemented yet, but it works on Windows XP.
tkreuzer at svn.reactos.org
- [ros-diffs] [janderwald] 28884: - delete pidfile if it exists before launching emulator - delete pidfile on exit - close pidfile on failure
janderwald at svn.reactos.org
- [ros-diffs] [fireball] 28885: UINT -> ULONG
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28886: - Fix IntEaLength's type (ULONG -> LONG), so it could actually become negative, and corresponding check will be performed.
fireball at svn.reactos.org
- [ros-diffs] [gedmurphy] 28887: - Implement the RPC server calls for QueryServiceConfig2 and ChangeServiceConfig2 (SmcrChangeServiceConfig2 is untested) - This fixes the retrieval of the service description in servman
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 28888: don't try to free a NULL pointer
gedmurphy at svn.reactos.org
- [ros-diffs] [tkreuzer] 28889: - move dx gdi object type definitions from intddraw.h to ntgdihdl.h, change 2 type values to make them match windows, comment out 2 unused types for now. - add pool tags for gdi objects - add a bitmask for basic type (0x01 - 0x1f)
tkreuzer at svn.reactos.org
- [ros-diffs] [tkreuzer] 28890: - use NtDd api directly instead of using old syscall function. - remove some old definitions - fix build to make Wax happy
tkreuzer at svn.reactos.org
- [ros-diffs] [tkreuzer] 28891: - cleanup EXTPENS and PENS in BRUSH_Cleanup, remove EXTPEN_Cleanup - add new new ObjectTypeInfo structure. It's unused atm, but it will be soon.
tkreuzer at svn.reactos.org
- [ros-diffs] [tkreuzer] 28892: - use the new ObjectType list with fixed indices
tkreuzer at svn.reactos.org
- [ros-diffs] [hpoussin] 28893: As described in documentation, default TEMPORARY variable to current directory (".") instead of nothing ("") This permits TEMPORARY followed by the directory separator to be "./" instead of "/" (root dir) Spotted by Andrew Munger on IRC
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28894: Add method to get target arch in rbuild
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28895: Explain why some binutils are blacklisted
hpoussin at svn.reactos.org
- [ros-diffs] [gedmurphy] 28896: add the account name to the QueryServiceConfig RPC call
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 28897: Add a hack to fix the build. Timo, can you revert this and add the missing macro when you can please.
gedmurphy at svn.reactos.org
- [ros-diffs] [amunger] 28898: Remove Byte-Order-Mark from rc file. Fixes my solitaire. ; 0)
amunger at svn.reactos.org
- [ros-diffs] [amunger] 28899: Gracefully handle the case where the BIOS insists there is a floppy drive, but there is no controller. Patch by Cameron Gutman (aicommander at gmail dot com) from Bug 1508.
amunger at svn.reactos.org
- [ros-diffs] [tkreuzer] 28900: - add the missing macro What the last change does and I missed last commit: - use individual pool tags for each gdi object type - allow object allocation w/o lookaside list - don't search for the lookaside list/cleanup proc, the index into the lists is now calculated from type
tkreuzer at svn.reactos.org
- [ros-diffs] [janderwald] 28901: - end the configuration commit war
janderwald at svn.reactos.org
- [ros-diffs] [gedmurphy] 28902: - Shutdown services when the SCM is terminated - Add basic code for shutting down of the SCM - Fix the headers
gedmurphy at svn.reactos.org
- [ros-diffs] [fireball] 28903: - Fix LoaderPagesSpanned calculation.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 28904: Get ready for 0.3.8. (once more)
dreimer at svn.reactos.org
- [ros-diffs] [janderwald] 28905: - there can be only one instance of the device manager
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28906: - fix memory leak in GetCPFileNameFromRegistry - bug report + patch by Daniel Zimmermann / netzimme at aol.com See issue #2637 for more details.
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28907: - terminate comment by Marc Puilachs See issue #2611 for more details.
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28908: - fix bug in GetCPFileNameFromRegistry spotted by Daniel Zimmermann ; )
janderwald at svn.reactos.org
- [ros-diffs] [gedmurphy] 28909: silence debug output
gedmurphy at svn.reactos.org
- [ros-diffs] [janderwald] 28910: - format hdd images with raw format - improve error checking
janderwald at svn.reactos.org
- [ros-diffs] [tkreuzer] 28911: - add NTMW_INTERNAL structure - better structure implementation for ENUMFONTDATAW - change NewEnumFontFamiliesEx to use the new structure - some fixes and comments
tkreuzer at svn.reactos.org
- [ros-diffs] [fireball] 28912: - Remove FF2.0 from Downloader (it doesn't work in 0.3.3).
fireball at svn.reactos.org
- [ros-diffs] [gedmurphy] 28913: Fix the client side of the ChangeServiceConfig2 RPC call to send the text in the lpDescription pointer of SERVICE_DESCRIPTION tagged onto the end of the struct. This fixes setting service descriptions
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 28914: adjust the pointers on the server side to match what the client is sending
gedmurphy at svn.reactos.org
- [ros-diffs] [ekohl] 28915: Delete the bulgarian translation and revert the polish one because they are outdated. Dialogs and controls are missing or were removed by dreimers latest patch!
ekohl at svn.reactos.org
- [ros-diffs] [janderwald] 28916: - use raw hdd image for linux and use vmdk for windows hosts
janderwald at svn.reactos.org
- [ros-diffs] [ekohl] 28917: Add the serial keys settings dialog.
ekohl at svn.reactos.org
- [ros-diffs] [jimtabor] 28918: - Reordered IntGdiGet/SetDCState and separated the copy sections. - When creating DCE for window handles, allocate a DC structure for the default window DC. - Return Dhpdev if not zero for NtGdiOpenDCW. - Reordered the DC object.
jimtabor at svn.reactos.org
- [ros-diffs] [cfinck] 28919: - Revert fireball's change in r28912 - HACK: Create the "Mozilla Firefox\chrome" directory by syssetup now, so Firefox 2.0 can be installed. The installation still shows an error message about the Talkback component at the end, but when you click "Cancel" then, Firefox 2.0 is installed and works. - Update Firefox 1.5 to 1.5.0.12 and Thunderbird 1.5 to 1.5.0.13 - Change the links to the Mozilla apps. They are downloaded from ftp.mozilla.org now instead of ftp-mozilla.netscape.com. The ftp-mozilla.netscape.com URLs for the 1.5 apps are broken, but the old versions are still available at ftp.mozilla.org.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 28920: Also change the download URLs to the Mozilla apps in trunk (see r28919)
cfinck at svn.reactos.org
- [ros-diffs] [dreimer] 28921: Bug 2638: Ukrainian translation update (temarez at yandex.ru) Bug 2640: MSCONFIG: fixes to italian translation by Carlo Bramix (carlo.bramix at libero.it) This time with RECENT RC Files only. :-)
dreimer at svn.reactos.org
- [ros-diffs] [gedmurphy] 28922: fix 1 description and add a new one See issue #2639 for more details.
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 28923: - We shouldn't use the same text as Windows does for descriptions - Add display names for each service
gedmurphy at svn.reactos.org
- [ros-diffs] [hpoussin] 28924: Some rbuild cleanup: - Move AutoRegister class to its own file - Add an enum to replace strings "$(OUTPUT)", "$(INTERMEDIATE)"..., except when writing them to makefile.auto - Add the FileLocation class to identify a file (root dir, relative path and name) - Use it to simplify CDFile and InstallFile classes - Use the FileLocation class when possible This leads also to good things which were unexpected, like not creating unneeded directories in output directory, removal of some hardcoded strings and a few fixusp in the generated makefile.auto
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28925: Fix bootcd / livecd
hpoussin at svn.reactos.org
- [ros-diffs] [spetreolle] 28926: fix LANGUAGE directive
spetreolle at svn.reactos.org
- [ros-diffs] [fireball] 28927: Dmitry Chapyshev <lentind at yandex.ru>: - Fix icon to contain 24bpp and 16bpp images (as all other icons in this directory do)
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28928: Dmitry Chapyshev <lentind at yandex.ru>: - Fix small thing in russian translation of explorer-ru.rc - Add russian translation of intl.cpl
fireball at svn.reactos.org
- [ros-diffs] [janderwald] 28929: - store setting BootCDRegtestActive - only show dbgprint when required
janderwald at svn.reactos.org
- [ros-diffs] [fireball] 28930: Dmitry Chapyshev <lentind at yandex.ru>: - Implement basics of input.dll (does not work yet, just has dialogs/resources).
fireball at svn.reactos.org
- [ros-diffs] [cwittich] 28931: use the same version number for the dx libraries
cwittich at svn.reactos.org
- [ros-diffs] [jimtabor] 28932: - Reordered IntGdiGet/SetDCState and separated the copy sections. - When creating DCE for window handles, allocate a DC structure for the default window DC. - Return Dhpdev if not zero for NtGdiOpenDCW. - Reordered the DC object.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 28933: - Remove DCU_UpdateUserXForms from files for now. - 28932: Wrong Meta Tag! - Starting the implementation of thread locking of GDI objects. - Ref: http://www.winehq.org/pipermail/wine-cvs/2007-August/035810.html
jimtabor at svn.reactos.org
- [ros-diffs] [cwittich] 28934: -fix a bug in GetDisplayNumberFromDeviceName -don't overwrite memory in IntEnumDisplaySettings
cwittich at svn.reactos.org
- [ros-diffs] [cfinck] 28935: Add a "logevent" utility for adding an event to the EventLog, developed by Marc Piulachs (marc DOT piulachs AT codexchange DOT net) See issue #2598 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 28936: - Accept the parameters case-insensitive - Replace the "/h" option by a "/?" option as described in the Usage text - Use a consistent indentation - Change the Usage text a bit
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 28937: Accept the parameters case-insensitive in shutdown as well
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 28938: Change some prompts in the German translation of Explorer and Shell32, the previous ones sounded a bit strange
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 28939: - Merge 28587:28928 (only the stuff from the base/shell/explorer folder) - "Restart" button and corresponding translations - Merge 28938 - German translation changes in Explorer and Shell32
cfinck at svn.reactos.org
- [ros-diffs] [jimtabor] 28940: Fix bootcd problem and found another one.
jimtabor at svn.reactos.org
- [ros-diffs] [fireball] 28941: - NTLPC always 1 now, remove deprecated code - Unlock SMSS: authors are clearly known, history of smss goes to the beginnings of the project. Code needs cleaning up (headers, formatting).
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28942: - Get rid of NTLPC configuration var completely.
fireball at svn.reactos.org
- [ros-diffs] [cwittich] 28943: handle CachedMode->dmSize
cwittich at svn.reactos.org
- [ros-diffs] [janderwald] 28944: - add input.dll baseaddress
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 28945: - add input.dll baseaddress
janderwald at svn.reactos.org
- [ros-diffs] [cfinck] 28946: - Change "CharMap" to "Character Map" in the english translation - Translate "System Tools" and "Character Map" to german
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 28947: Forgot to change the names of the actual .lnk files
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 28948: Merge 28463, 28946 and 28947 (Character Map shortcut in the start menu)
cfinck at svn.reactos.org
- [ros-diffs] [jimtabor] 28949: Reset DC if MemoryDC or SaveLevelDC.
jimtabor at svn.reactos.org
- [ros-diffs] [ekohl] 28950: - Update language samples upon selection of a new language. - Add a workaround for a special case: "Spanish (Spain)" uses two sorting methods but two sublang ids are used to distinguish them instead of two sort ids. Ensure they don't appear twice in the language list. - Add "Spanish (Spain)" as a translatable string resource.
ekohl at svn.reactos.org
- [ros-diffs] [cfinck] 28951: Merge french translation for syssetup from r28646
cfinck at svn.reactos.org
- [ros-diffs] [fireball] 28952: - Remove intl_new.cpl
fireball at svn.reactos.org
- [ros-diffs] [cfinck] 28953: Enable the Windows Server 2003 behaviour for SetTimer. Finally, Matrix Screensaver does not work anymore under ReactOS, so we are compatible with Windows XP SP2 and Windows Server 2003 in this case :-D
cfinck at svn.reactos.org
- [ros-diffs] [fireball] 28954: - Don't unlock a not locked TEXTOBJ. Solves booting issue under vmware.
fireball at svn.reactos.org
- [ros-diffs] [cfinck] 28955: - Set g_nMatrixSpeed to 10 as the default value (150 is higher than the maximum value). Same fix is also found in Version 3.0 of the original Matrix ScreenSaver. Under Windows NT, 2000 and XP up to SP1, this fix is not needed as the SetTimer behaviour is different there, but XP SP2 and Server 2003 have a different SetTimer behaviour (which now also applies to ReactOS). See http://msdn2.microsoft.com/en-us/library/ms644906.aspx for more details. - Remove all the MSVC stuff from the translation files to get them to compile with MSVC ^^ Sounds stupid, but the files include a non-existing "afxres.h", which lead to an error in MSVC. - Include <stdlib.h> in "settings.c" for malloc. - Use UCHAR values instead of int's for ParseCommandLine and chOption. MSVC has an assertion (ch >= 0 && ch <= 255) in the isdigit function, so negative values would lead to an error here. (for example, when no arguments are given and the variable contains lots of crap) We still need to "merge" the cool new stuff from Matrix 3.0 :-)
cfinck at svn.reactos.org
- [ros-diffs] [hpoussin] 28956: Let ImportLibrary class use the FileLocation concept. I disabled def files in codeblocks and msvc backends, someone will have to update them
hpoussin at svn.reactos.org
- [ros-diffs] [cfinck] 28957: - Solve our wchar_t host problems the easy way by defining WCHAR to "unsigned short" (thx KJK for the hint) - Revert my changes to the "unicode" module in r28411 and r28423 - Include "typedefs_host.h" instead of the Windows headers in "wine/unicode.h", this component doesn't depend on target headers anymore. To get it to work completely without Windows headers, I also had to copy some definitions from <winnls.h> to the "wine/unicode.h" file.
cfinck at svn.reactos.org
- [ros-diffs] [dreimer] 28958: Removed NTLPC Setting from Config.cmd. Its not useful anymore.
dreimer at svn.reactos.org
- [ros-diffs] [cfinck] 28959: - Revert my previous attempts to fix the "wmc" and "wrc" builds - Use "typedefs_host.h" in both components now - wrc needs *MANY* definitions from the Windows headers, therefore I created a new file "wrcrostypes.h", which contains all these definitions.
cfinck at svn.reactos.org
- [ros-diffs] [ekohl] 28960: - Add sorting page and show it if a language that supports multiple sorting methods has been selected.
ekohl at svn.reactos.org
- [ros-diffs] [cfinck] 28961: Temporary "fix" to get explorer to build again. Someone please look why wrc fails for this particular file (logov.bmp). I'm out of ideas.
cfinck at svn.reactos.org
- [ros-diffs] [arty] 28962: Add 2-byte packing for the DWORD size that follows the 'BM' signature.
arty at svn.reactos.org
- [ros-diffs] [arty] 28963: Fix inverted logic in suspending process. Now this is symmetric with the corresponding thaw.
arty at svn.reactos.org
- [ros-diffs] [hpoussin] 28964: Continue rbuild cleanup (Module class)
hpoussin at svn.reactos.org
- [ros-diffs] [greatlrd] 28965: comment out ESPERANTO languishes file, for it is not supported in windows
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 28966: comment out ESPERANTO and WALON languishes file, for it is not supported in windows
greatlrd at svn.reactos.org
- [ros-diffs] [arty] 28967: Correct size of KAPC_STATE to fit in the [23] window of PKTHREAD. This is neccessary, otherwise the APC booleans interfere with FreezeCount.
arty at svn.reactos.org
- [ros-diffs] [fireball] 28968: - Fix build by adding Wine-specific language definitions to WRC - Revert 28965 and 28966 as unnecessary
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28969: - Fix typos in debug messages.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28970: Changes partly based on a patch and ideas by Gregor Brunmar <gregor.brunmar at home.se>: - Fix size argument in calls to RegQueryValueEx() (if some fails, it may not be equal to sizeof(DWORD)). - If it's impossible to read settings from vmware's registry key, obtain current screen settings and pass them.
fireball at svn.reactos.org
- [ros-diffs] [arty] 28971: Don't dereference the object unless we actually referenced it. Cygwin apps no longer bugcheck reactos when abnormally terminating.
arty at svn.reactos.org
- [ros-diffs] [cfinck] 28972: Remove the references to the "include/psdk" directory from "unicode", "wmc" and "wrc". Due to recent changes, they are not needed anymore.
cfinck at svn.reactos.org
- [ros-diffs] [arty] 28973: Mask values that control inheritability of the handle, and don't affect access.
arty at svn.reactos.org
- [ros-diffs] [cfinck] 28974: svn:ignore changes - Add "versionreport.xml" to the ignore list for trunk/reactos - Add *.ncb, *.suo, *.sln to the ignore list for base, boot, dll, drivers, hal, include, lib, media, modules, ntoskrnl, subsystems - Change the ignore list of "tools" to only include GNUmakefile, *.user, *.ncb and *.suo. The components in this directory are not processed by rbuild, so there won't be autogenerated project files for them. Therefore it should be possible to add manually created project files (as already done for some components)
cfinck at svn.reactos.org
- [ros-diffs] [fireball] 28975: - Improve videoprt's debug messages when accessing registry parameters.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28976: - HACK: Create a missing VRefresh key when installing VMWare's video driver. This solution was proposed long time ago by Herve Poussineau and very recently by Gregor Brunmar. Now VMWare's video driver finally can work as expected, resolution setting works also (tested up to 1400x1050). - TODO: VRefresh key is absent in the installation .inf, and should be somehow either ignored, or created by something else (not the installer).
fireball at svn.reactos.org
- [ros-diffs] [ekohl] 28977: - Remove the WS_SORT style from all comboboxes but the language and location lists in order to display list items in the desired order.
ekohl at svn.reactos.org
- [ros-diffs] [fireball] 28978: - Revert 28967, and fix the real issue where an overwrite occured (in KiMoveApcState()).
fireball at svn.reactos.org
- [ros-diffs] [cfinck] 28979: Revert r28972, the pshpack*.h and poppack.h headers are in "include/psdk". So we're still sharing some small headers with host and target :-(
cfinck at svn.reactos.org
- [ros-diffs] [fireball] 28980: - Revert 27476: another attempt (previously, dgorbachev tried to "fix" this code) to double-release spinlocks. There are even comments in some uncertain cases about this. For future generations: Have a look at SpiGetNextLunRequest(), it's full of KeReleaseSpinLock()s.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28981: Merge 28980.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28982: - IoMapTransfer(NULL, ..) is an old-fashioned way, for DMA master. Changing this back to NULL, since ReactOS's implementation seem to take this into account.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28983: - Make sure CLASS2 driver returns STATUS_UNSUCCESSFUL if receiving a RESET_DEVICE ioctl.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 28984: - Use IoBuildAsynchronousFsdRequest() instead of IoBuildDeviceIoControlRequest() - Use completion routine for completing that type of requests
fireball at svn.reactos.org
- [ros-diffs] [jimtabor] 28985: We are using it now, , , so clean up before use.
jimtabor at svn.reactos.org
- [ros-diffs] [hpoussin] 28986: Continue rbuild cleanup (Include class)
hpoussin at svn.reactos.org
- [ros-diffs] [dreimer] 28987: Bug 2643: Ukrainian translation update (temarez at yandex.ru) Fixes in English RC file of Input and a German Translation by myself.
dreimer at svn.reactos.org
- [ros-diffs] [hpoussin] 28988: Fix rbuild files
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28989: Disable german resource file as it breaks build
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28990: Continue rbuild cleanup (File class)
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 28991: Fix File::GetFullPath()
hpoussin at svn.reactos.org
- [ros-diffs] [ekohl] 28992: Add missing quotation mark and enable the german translation again.
ekohl at svn.reactos.org
- [ros-diffs] [fireball] 28993: - Separate creating partitions objects into a different function (CreatePartitionsObject()). - Slightly improve the logic of accessing the partitions list.
fireball at svn.reactos.org
- [ros-diffs] [cfinck] 28994: Hey everyone, here is the 0.3.3 Release :-)
cfinck at svn.reactos.org
- [ros-diffs] [ekohl] 28995: - Change the currently selected locale id instead of LOCALE_USER_DEFAULT. - Let the user choose between 0 and 9 fractional digits. - Fix a typo: SendMesssgeW --> SendMessage.
ekohl at svn.reactos.org
- [ros-diffs] [ekohl] 28996: - Enumerate time formats. - The user must able to change the locale id. Move it into a global structure. - User the selected locale id instead of LOCALE_USER_DEFAULT.
ekohl at svn.reactos.org
- [ros-diffs] [ekohl] 28997: Add missing definitions of EnumDateFormats.
ekohl at svn.reactos.org
- [ros-diffs] [ekohl] 28998: - Enumerate short and long date formats. - Use the currently selected locale id instead of LOCALE_USER_DEFAULT.
ekohl at svn.reactos.org
- [ros-diffs] [gedmurphy] 28999: fix the service name to match the registry key
gedmurphy at svn.reactos.org
- [ros-diffs] [hpoussin] 29000: Rename strFile/strDirectory to a more meaningful name, and move them to appropriate place
hpoussin at svn.reactos.org
- [ros-diffs] [dreimer] 29001: RosBE 0.3.8 is released. Update and Clean up the Changelog and wipe the Subreleases out of the history.
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29002: - When media is changed, set VolumeDevice's DO_VERIFY_VOLUME flag so it actually gets verified. - IoVerifyVolume() actually gives two successful statuses - STATUS_SUCCESS and STATUS_WRONG_VOLUME. Respect that when processing an device ioctl. - "Inability to change CD after boot" issue is fixed.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29003: - Merge 29002.
fireball at svn.reactos.org
- [ros-diffs] [gedmurphy] 29004: - store the SERVICE_STATUS_HANDLE and use it for setting service status - add functionality for controlling services
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29005: - Send the SERVICE_STATUS_HANDLE to the SCM so SetServiceStatus has something to work with - Add control code to stop, pause and resume services and forward it onto the service control handler
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29006: delete comments
gedmurphy at svn.reactos.org
- [ros-diffs] [fireball] 29007: - Delete old vmwinst.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29008: - Import new, unchanged vmwinst from trunk.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29009: - Disable NHF dialog for VMWare SCSI controller's driver (if user clicks "Yes", drivers are installed but currently unsupported by ReactOS).
fireball at svn.reactos.org
- [ros-diffs] [gedmurphy] 29010: make the apps icon a bit neater
gedmurphy at svn.reactos.org
- [ros-diffs] [silverblade] 29011: Modified WINE's winmm.dll to support loading of user-installable drivers from the registry 'Drivers' and 'Drivers32' keys, as Windows does. Also silenced the beep-MIDI driver (which is supported by winmm! - but doesn't seem to do much, at least under vmware.) Added some Drivers32 entries to be loaded by default, to the hivesft.inf file.
silverblade at svn.reactos.org
- [ros-diffs] [hpoussin] 29012: Cleanup GetDirectory(), GetFilename() and GetExtension() usage
hpoussin at svn.reactos.org
- [ros-diffs] [gedmurphy] 29013: Receive a client service handle from advapi32 so we can get a permenant link between the SCM and the service
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29014: - Share a client service handle with the SCM and use it to identify services. - This fixes the problem where a service name created via CreateService (reg key name) can be different than the one supplied in the call to StartServiceCtrlDispatcher. Windows can still start services in this situation, previously we would fail to find the right service.
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29015: add a client handle to the private interface
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29016: silence a couple of debug messages I missed
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29017: Use the handle for ControlService too. This allows me to start and stop my test service (but tcpsvcs hangs on stop)
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29018: - rewrite the Control code - smooth the progress bar movement - clean up various other bits
gedmurphy at svn.reactos.org
- [ros-diffs] [dreimer] 29019: Translate the Keyboard Settings too.
dreimer at svn.reactos.org
- [ros-diffs] [cfinck] 29020: Check for the Makefile instead of the ".svn" directory, when "Build-Shared.cmd" is executed. The ".svn" directory does not exist, when you try to build an SVN Export. (and all "src" Release packages are SVN Exports)
cfinck at svn.reactos.org
- [ros-diffs] [janderwald] 29021: - start implementing sound scheme dialog
janderwald at svn.reactos.org
- [ros-diffs] [gedmurphy] 29022: Set the main icon resource number to 3004. This should ensure SetupDiLoadClassIcon loads it correctly.
gedmurphy at svn.reactos.org
- [ros-diffs] [janderwald] 29023: - implement loading of sound items
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29024: - implement reading/displaying audio schemes
janderwald at svn.reactos.org
- [ros-diffs] [dreimer] 29025: Reformat the RC Files of the cpls to use rsrc.rc for including additional languages. *Nameofcpl*.rc should be LANG_NEUTRAL SUBLANG_NEUTRAL. Add manifest.xml to all CPLs to support skinning from now on.
dreimer at svn.reactos.org
- [ros-diffs] [jimtabor] 29026: Add window client information structure to TEB.
jimtabor at svn.reactos.org
- [ros-diffs] [tkreuzer] 29027: make upper 16 bit of gdi table entries type field more windows compatible
tkreuzer at svn.reactos.org
- [ros-diffs] [jimtabor] 29028: Fix typo, add extra entry to the structure.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29029: Vitaliy Margolen: Dont exit when double-clicking with right button held.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29030: Need to update or sync with wine.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29031: It does work. There is another bug in the tree!
jimtabor at svn.reactos.org
- [ros-diffs] [hpoussin] 29032: Autosyncing with Wine HEAD
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29033: Add imm.h header (enough to let Wine imm.dll compile)
hpoussin at svn.reactos.org
- [ros-diffs] [winesync] 29034: Autosyncing with Wine HEAD
winesync at svn.reactos.org
- [ros-diffs] [jimtabor] 29035: - Setting up for the User32 part of the win32k rewrite. - Pass window handle and pointer to the current teb callback. This will allow easy and fast read access for user space programs. - Next will be ValidateHwnd and the rest. - https://www.microsoft.com/msj/0397/hood/hood0397.aspx - http://www.winterdom.com/dev/ui/wnd.html - http://www.mvps.org/user32/modal.html - http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.kernel/2006-05/msg00522.html
jimtabor at svn.reactos.org
- [ros-diffs] [hpoussin] 29036: Clean up .rbuild files and make them xml compliant Inspired by bug 2627
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29037: Add missing svn:eol-style=native property
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29038: Delete useless files
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29039: Update README.WINE after revision 29034
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29040: Update project dtd file based on usage (doesn't mean it is good and can't be changed anymore)
hpoussin at svn.reactos.org
- [ros-diffs] [cfinck] 29041: Revert the changes in r29036 to the file "ReactOS-i386.rbuild". They broke build and look like test code for me.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29042: - Create a new "include/host" directory for host-only includes. - Copy the "pshpack*.h", "poppack.h" and "typedefs_host.h" (renamed to "typedefs.h") files to this directory - Modify the Makefiles of cmlib_host, inflib_host, mkhive, unicode, wmc and wrc to remove the "include/psdk" dependency - Remove the inclusion of "ntstatus.h" in cmlib_host and mkhive
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29043: Forgot to change these ones
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29044: Forgot to change these ones as well. But somehow it compiled fine under Windows, even without these changes.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29045: And here comes the next fix, this time for fixing the LiveCD build
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29046: Small change in the slovak translation of Solitaire (patch by Mario Kacmar, kario AT szm DOT sk)
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29047: This is hopefully the last fix needed to build LiveCD on Unix hosts again
cfinck at svn.reactos.org
- [ros-diffs] [janderwald] 29048: - include intermediate path for msvc projects since buildno.h and friends are now generated there
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29049: - remove a non working hack
janderwald at svn.reactos.org
- [ros-diffs] [janderwald] 29050: - reenable module definition
janderwald at svn.reactos.org
- [ros-diffs] [tkreuzer] 29051: revert 29027, because it breaks context menus.
tkreuzer at svn.reactos.org
- [ros-diffs] [hpoussin] 29052: Continue rbuild cleanup (Directory class)
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29053: Fix typo
hpoussin at svn.reactos.org
- [ros-diffs] [winesync] 29054: Autosyncing with Wine HEAD
winesync at svn.reactos.org
- [ros-diffs] [cfinck] 29055: Tag ReactOS 0.3.3 release
cfinck at svn.reactos.org
- [ros-diffs] [ekohl] 29057: Use the currently selected locale id instead of LOCALE_USER_DEFAULT to display and modify currency settings.
ekohl at svn.reactos.org
- [ros-diffs] [janderwald] 29058: - move VolumeDlgProc function to own file volume.c - read default waveout device (thanks to Silverbade) - improve volume dialog proc - update all languages resources which current code changes
janderwald at svn.reactos.org
- [ros-diffs] [ekohl] 29059: Use the unicode="yes" attribute in the module element instead of defining UNICODE and _UNICODE.
ekohl at svn.reactos.org
- [ros-diffs] [cfinck] 29060: [FORMATTING] - Use TABs instead of spaces in some more .rbuild files - No code changes
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29061: Add a slovak translation for "desk.cpl" and fix a small mistake in the translation for "timedate.cpl" Patch by Mario Kacmar (kario AT szm DOT sk)
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29062: Rename "Properties::" to "Properties" in the context menu (patch by Mario Kacmar, kario AT szm DOT sk)
cfinck at svn.reactos.org
- [ros-diffs] [winesync] 29063: Autosyncing with Wine HEAD
winesync at svn.reactos.org
- [ros-diffs] [hpoussin] 29064: Add back support for files not in the root of the module directory Patch by Gregor Brunmar, gregor (dot) brunmar (at) home (dot) se
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29065: Gregor Brunmar <gregor.brunmar at home.se>: - Don't include files that aren't in the source directory to the project generation. - Fix tab indentation in generated files.
fireball at svn.reactos.org
- [ros-diffs] [ekohl] 29066: Enable the filter keys settings when the test area EDITTEXT control gets the focus and disable the settings when the focus leaves the control.
ekohl at svn.reactos.org
- [ros-diffs] [ekohl] 29067: Indentation clean-up. No code changes.
ekohl at svn.reactos.org
- [ros-diffs] [jimtabor] 29068: Fix def and size for NtUserValidateHandleSecure.
jimtabor at svn.reactos.org
- [ros-diffs] [fireball] 29069: - Move W32CLTINFO_TEB structure out of NDK, since it's module-internal structure. - Add a define for easier accessing this field.
fireball at svn.reactos.org
- [ros-diffs] [frik85] 29070: RosCMS update: * fixed save function (dynamic content number save bug fixed) * fixed stable button function (also related to dynamic content number) * various other minor glitches fixed
frik85 at svn.reactos.org
- [ros-diffs] [arty] 29071: Fix build for new rosbe-ppc.
arty at svn.reactos.org
- [ros-diffs] [arty] 29072: Fixen for PPC. Exclude relocation. We'll be situated properly by the ELF layer anyway, and it's x86 specific. Tweak definitions in _mingw.h
arty at svn.reactos.org
- [ros-diffs] [arty] 29073: Microsoft and the open group both specify towupper and towlower as taking int and returning int of some flavor. Make this true of ours. http://msdn2.microsoft.com/en-us/library/45119yx3(VS.80).aspx http://opengroup.org/onlinepubs/007908799/xsh/towupper.html
arty at svn.reactos.org
- [ros-diffs] [arty] 29074: Add missing include path.
arty at svn.reactos.org
- [ros-diffs] [fireball] 29075: Cameron Gutman <aicommander at gmail.com> - Use /SOS to disable bootlogo in the LiveCD too.
fireball at svn.reactos.org
- [ros-diffs] [frik85] 29076: RosCMS update: * additional group check-code added * new dynamic entry function fixed * improved alertbox information
frik85 at svn.reactos.org
- [ros-diffs] [frik85] 29077: RosCMS update: * added "version" entry to "order" and "column" filters * improved archive view (sorting by name and version)
frik85 at svn.reactos.org
- [ros-diffs] [hpoussin] 29078: No need to create a service group only for VBE driver. By using tags, VBE driver can be installed as the first one in the "Video Save" group
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29079: Get rid of "Video Save SVGA" group. Clean up group order entries
hpoussin at svn.reactos.org
- [ros-diffs] [frik85] 29080: RosCMS update: * fixed language quick-switch combobox (bug related to the table "pages")
frik85 at svn.reactos.org
- [ros-diffs] [dreimer] 29081: Fix my stupidity on two Parameter sets...
dreimer at svn.reactos.org
- [ros-diffs] [hpoussin] 29082: Add missing svn:eol-style native properties
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29083: Add some missing definitions to PSDK Patch by Samuel Serapion, samdwise51 at gmail dot com
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29084: - Change RtlIsDosDeviceName_U() implementation to a better Wine implementation - Winesync RtlIsNameLegalDOS8Dot3() - "ntdll_winetest.exe path" reduced to 3 failures (which happen on XP too), so considering "path" done 100% now.
fireball at svn.reactos.org
- [ros-diffs] [jimtabor] 29085: Fixed Client Info structure. Moved it to the right file so user apps can access it.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29086: Fixed build.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29087: Init stock object buffer only once.
jimtabor at svn.reactos.org
- [ros-diffs] [ekohl] 29088: Merge all settings in a single struct. This is required to implement the administrative options.
ekohl at svn.reactos.org
- [ros-diffs] [silverblade] 29089: Bare-bones foundations of the ReactOS Audio Service. At present it's nothing more than a "mutex service". Some info on the planned implementation is in the included audiosrv.txt file.
silverblade at svn.reactos.org
- [ros-diffs] [jimtabor] 29090: - Implement NtUserValidateHandleSecure and most support functions moved from static and added to their respected headers.
jimtabor at svn.reactos.org
- [ros-diffs] [cwittich] 29091: fix a bug in the linux version of OsSupport::createProcess
cwittich at svn.reactos.org
- [ros-diffs] [jimtabor] 29092: - Win32k: Removed NtUserCreateMenu replacing it with NtUserCallNoParam.
jimtabor at svn.reactos.org
- [ros-diffs] [gedmurphy] 29093: - when converting from a DDB to a DIB, the palette should be the same in the resulting DIB as the original DDB. This fixes the colour issue we had in the taskbar icons. (there's still a bit position problem as highlighted in the 1-4 bitmaps) - Reformat the NtGdiGetDIBitsInternal code to a more readable state. *note, this function needs a considerable work.
gedmurphy at svn.reactos.org
- [ros-diffs] [cwittich] 29094: fix qemu vnc param
cwittich at svn.reactos.org
- [ros-diffs] [cwittich] 29095: don't use WNOHANG
cwittich at svn.reactos.org
- [ros-diffs] [dreimer] 29096: Catalan Translations by Marc Tormo i Bochaca (mtbochaca at ya.com) (Bug 2647, 2651, 2652, 2653, 2654, 2655, 2656) Fixed SUBLANG to DEFAULT and fixed missing "".
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29097: Set svn:eol-style = native
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29098: Set svn:eol-style = native
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29099: Set svn:eol-style = native. (Final, Now you can kick me :-P)
dreimer at svn.reactos.org
- [ros-diffs] [silverblade] 29100: ReactOS Audio Service. Has not been tested within ReactOS but on Windows (XP) it now detects when new devices have been attached. This information is shared via a mapped file. I have also written a utility to read the contents of the mapped file (this is not included - further work is required). Added a few missing #defines to dbt.h and also reformatted some of the WinMM code so it was clearer to read.
silverblade at svn.reactos.org
- [ros-diffs] [frik85] 29101: RosCMS update: * fixed bug, related to group checking (thanks to CCTAHEB for reporting the issue)
frik85 at svn.reactos.org
- [ros-diffs] [hpoussin] 29102: Fix an old rbuild bug: .gch file now depends of intermediate module directory, and can create it if needed
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29103: Remove rbuild stdlib="host" attribute. That was a workaround to build system deficiency. Now, base the workaround on presence of C++ files in module
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29104: Fix weird bug in Project::ResolveProperties(), which was modifying the string given in argument
hpoussin at svn.reactos.org
- [ros-diffs] [jimtabor] 29105: Win32k: - Add thread information pointer to the user handle entry. This will be useful for checking handles, if the handle is not part of the current thread. - Add a test to make sure the current process passes the gHandleTable pointer to user32. - These changes are important for allowing User32 to read-only the handle object information. Not 100% compatible, we need NtUserProcessConnect and CsrClientConnectToServer. Need a full understanding how they both work with User32. Ref: - https://www.microsoft.com/msj/0397/hood/hood0397.aspx - http://www.winterdom.com/dev/ui/wnd.html
jimtabor at svn.reactos.org
- [ros-diffs] [silverblade] 29106: Correct enumeration of Plug and Play audio devices on Windows using KSCATEGORY_AUDIO. Also detects existing audio devices in addition to dealing with device arrivals. Slight code tidy-up. Also added additional GUIDs to ks.h and ksmedia.h
silverblade at svn.reactos.org
- [ros-diffs] [hpoussin] 29107: Add missing svn:eol-style=native property
hpoussin at svn.reactos.org
- [ros-diffs] [silverblade] 29108: Set service to manual start, and implemented a quick debug-logging solution. ReactOS does not currently have RegisterDeviceNotification implemented so if this function fails the audio service will still run but won't receive plug and play event notifications (this is a temporary hack.) Service now starts but won't find any devices (we don't have any yet!)
silverblade at svn.reactos.org
- [ros-diffs] [silverblade] 29109: Fix EOL style (I think!)
silverblade at svn.reactos.org
- [ros-diffs] [hpoussin] 29110: Fix compilation Remove broken property
hpoussin at svn.reactos.org
- [ros-diffs] [silverblade] 29111: Add prototype for UnregisterDeviceNotifications() to audiosrv.h (bug 2664)
silverblade at svn.reactos.org
- [ros-diffs] [ekohl] 29112: Move the settings read code into a single function which is called before creating the property sheet.
ekohl at svn.reactos.org
- [ros-diffs] [hpoussin] 29113: Add missing svn:eol-style=native properties
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29114: - Implement a fast->slow leaf conversion (this assert was hit by OO.o setup)
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29115: Timo Kreuzer: - The debug object created by NtCreateDebugObject() is restricted to DEBUG_OBJECT_WAIT_STATE_CHANGE, change to DEBUG_OBJECT_ALL_ACCESS. See issue #2310 for more details.
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 29116: Read Characteristics and BusType keys from .inf file, and write them in registry. This will probably help for installation of 3rd party drivers
hpoussin at svn.reactos.org
- [ros-diffs] [gedmurphy] 29117: - use correct name when registering. - use unicode apis exclusively when required. - fix rbuild file
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29118: add the correct key name to match the service name
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29119: forgot to remove the lib I linked for testing
gedmurphy at svn.reactos.org
- [ros-diffs] [hpoussin] 29120: [FORMATTING] Tabs vs space, { } placement, ... No code change
hpoussin at svn.reactos.org
- [ros-diffs] [jimtabor] 29121: User32: - Implement ValidateHandle. - Copied handle_to_entry and header information from win32k. Yes I know, duplication etc. Just for now. - Add tested validation object types and as per revision 29105. Those object types now match. - In dllmain.c, the gHandleTable pointer is set from Win32k GetW32ProcessInfo. - Tested it, failed. The pointer does match with win32k gHandleTable.
jimtabor at svn.reactos.org
- [ros-diffs] [hpoussin] 29122: Do not forget to release the rundown protection. See issue #2348 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [tkreuzer] 29123: - make gdi object's type field more windows compatible, using only the basetype in the upper 16 bits - On windows deleted objects have a KernelData value != NULL, so don't check for that when validating a handle, instead check if the type field in the upper 16 bits is 0
tkreuzer at svn.reactos.org
- [ros-diffs] [cfinck] 29124: Updated Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru) See issue #2661 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29125: Change the file names of the Catalan resource files from "ca-CA" to "ca-ES". Thanks to Marc Piulachs for noticing this. Also fixed the sublang in the catalan "msconfig" resource file (thx to EmuandCo :-P) See issue #2662 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [jimtabor] 29126: - Add CMP_RegisterNotification and CMP_UnregisterNotification. Both called from User32.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29127: - Fixed CMP_UnregisterNotification. Add IN, sorry.
jimtabor at svn.reactos.org
- [ros-diffs] [hpoussin] 29129: Fix typo
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29130: Send the right inf file handle to SetupCloseInfFile().
hpoussin at svn.reactos.org
- [ros-diffs] [cfinck] 29131: Spanish translations by Javier Remacha (remialdo AT gmail DOT com) See issue #2669 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [fireball] 29132: - Print out hardware information to the debug log in case of a crash.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29133: - Print out hardware information to the debug log in case of a crash (yes, even people like me do mistakes...)
fireball at svn.reactos.org
- [ros-diffs] [cfinck] 29134: Update to Bugzilla 3.0.2
cfinck at svn.reactos.org
- [ros-diffs] [ekohl] 29135: Don't use hardcoded strings in the configuration message box. Use string resources instead.
ekohl at svn.reactos.org
- [ros-diffs] [ekohl] 29136: Don't use hardcoded strings in the configuration message box. Use string resources instead.
ekohl at svn.reactos.org
- [ros-diffs] [ekohl] 29137: Don't use hardcoded strings in the configuration message box. Use string resources instead.
ekohl at svn.reactos.org
- [ros-diffs] [ekohl] 29138: Don't use hardcoded strings in the configuration message box. Use string resources instead.
ekohl at svn.reactos.org
- [ros-diffs] [dreimer] 29139: Add German RC Files to the Screensavers.
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29140: Fix a bug I added last time.
dreimer at svn.reactos.org
- [ros-diffs] [dreimer] 29141: Speed up clean.cmd by removing "make clean". Try to bypass if you miss to type anything into the config Editor. It should write the default Value now... should...
dreimer at svn.reactos.org
- [ros-diffs] [cfinck] 29142: - Change Firefox 1.5 link to the file at svn.reactos.org (FF 1.5 isn't available anymore from Mozilla over HTTP, and our URLDownloadToFile seems to have problems with FTP links) - Update Firefox 2.0 to 2.0.0.7 - Use a more reliable link for Thunderbird 2.0.0.6
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29143: Call ShellExecute with NULL instead of "open", so the default action is used, when a file name does not support "open". (see http://msdn2.microsoft.com/en-us/library/ms647732.aspx) According to someone in the bug report, this is the behaviour used under Windows XP. See issue #1461 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29144: svn:ignore changes - Add *.ncb, *.suo, *.sln to "rosapps" - Add config.rbuild to "reactos" - Apply the svn:ignore property of the parent folder to the new "base/services/audiosrv" folder
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29145: Slovak translation for sysdm by Mario Kacmar (kario AT szm DOT sk)
cfinck at svn.reactos.org
- [ros-diffs] [weiden] 29146: - Don't change the current power scheme when displaying the dialog - Load additional pages provided by shell extensions
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29147: Fix loading pages provided by shell extensions
weiden at svn.reactos.org
- [ros-diffs] [cfinck] 29148: Slovak translations for the cylfrac, logon, scrnsave and starfield screensavers by Mario Kacmar (kario AT szm DOT sk)
cfinck at svn.reactos.org
- [ros-diffs] [ekohl] 29149: Add missing LPFILTERKEYS and LPTOGGLEKEYS types.
ekohl at svn.reactos.org
- [ros-diffs] [hpoussin] 29150: Continue rbuild cleanup (AutomaticDependency and SourceFile classes)
hpoussin at svn.reactos.org
- [ros-diffs] [cfinck] 29151: Change "ReactOS Homepage - [% title %]" to "[% title %] - ReactOS Website"
cfinck at svn.reactos.org
- [ros-diffs] [dreimer] 29152: Bug 2677: Ukrainian translation update (rstzab at yandex.ru) Bug 2678: Dutch translations for all screensavers by Joost de Meij (dreamsmsn at gmail.com) Bug 2680: Updated (french) translations (heis_spiter at hotmail.com)
dreimer at svn.reactos.org
- [ros-diffs] [cfinck] 29153: Fix the intl.cpl build
cfinck at svn.reactos.org
- [ros-diffs] [greatlrd] 29154: Fix : RemoveFontResourceA : let it call to RemoveFontResourceExA Fix : RemoveFontResourceW : let it call to RemoveFontResourceExW Fix : a comment in SetWorldTransform Fix : Redirect STROBJ_bEnum at 12 to win32k Fix : Redirect STROBJ_bEnumPositionsOnly at 12 to win32k Fix : Redirect STROBJ_bGetAdvanceWidths at 16 to win32k Fix : Redirect STROBJ_dwGetCodePage at 4 to win32k Fix : Redirect STROBJ_vEnumStart at 4 to win32k Fix : Redirect SetFontEnumeration to win32k Fix : Redirect SetMagicColors to win32k Fix : Redirect SetSystemPaletteUse to win32k Fix : Redirect SetVirtualResolution at 20 to win32k Fix : PtInRegion : Make smaller code in gdi32 for sharememory/metadc Fix : RectInRegion : Make smaller code in gdi32 for sharememory/metadc Fix : SetBrushOrgEx : Make smaller code in gdi32 for sharememory/metadc Fix : SetDIBits : Make smaller code in gdi32 for sharememory/metadc Fix : SetGraphicsMode : Make smaller code in gdi32 for sharememory/metadc Implement RemoveFontResourceExA : it is partly implement it miss flags, and pdv and we also need fix win32k Implement RemoveFontResourceExW : it is partly implement it miss flags, and pdv and we also need fix win32k and more stuff
greatlrd at svn.reactos.org
- [ros-diffs] [cfinck] 29155: Don't run "make clean" anymore, only remove the appropriate files and directories in "clean.sh". This speeds up the cleaning process significantly and should fix possible endless loops when running "clean". (same change as r29141 for RosBE-Windows)
cfinck at svn.reactos.org
- [ros-diffs] [dreimer] 29156: Fix another Build breaking Bug, I missed...
dreimer at svn.reactos.org
- [ros-diffs] [frik85] 29157: RosCMS update: * automatic page generation fixed * user page got several new search options * maintain page improved
frik85 at svn.reactos.org
- [ros-diffs] [frik85] 29158: RosCMS update: * remove minor debug output
frik85 at svn.reactos.org
- [ros-diffs] [hpoussin] 29159: Remove useless code
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29160: Open the process with enough privileges before adjusting them
hpoussin at svn.reactos.org
- [ros-diffs] [dreimer] 29161: Bug 2682: Downloader ressources update (heis_spiter at hotmail.com) (Yeah, I tested it :-P)
dreimer at svn.reactos.org
- [ros-diffs] [greatlrd] 29162: implement StartFormPage it call on StartPage(hdc); and StartPage is unimplment Fix : do not redirect TranslateCharsetInfo and StretchDIBits some stuff need be done in user mode.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29163: Fix : UnrealizeObject behoivr as windows 2000/XP see msdn http://msdn2.microsoft.com/en-us/library/ms532602.aspx Redirect : XFORMOBJ_bApplyXform at 20 to NtGdiXFORMOBJ_bApplyXform at 20 Redirect : XFORMOBJ_iGetXform at 8 to NtGdiXFORMOBJ_iGetXform at 8 Redirect : XLATEOBJ_cGetPalette at 16 to NtGdiXLATEOBJ_cGetPalette at 16 Redirect : XLATEOBJ_hGetColorTransform at 4 to NtGdiXLATEOBJ_hGetColorTransform at 4
greatlrd at svn.reactos.org
- [ros-diffs] [dreimer] 29164: Update to RosBE 0.3.8
dreimer at svn.reactos.org
- [ros-diffs] [cfinck] 29165: Add the build date and revision number to sysdm.cpl (patch by encoded) See issue #2683 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [dreimer] 29166: Download! is somehow too stupid to use the other link... Now RosBE 0.3.8 will be uploaded to SF.net anyway. And this link seems more XML conformant.
dreimer at svn.reactos.org
- [ros-diffs] [greatlrd] 29167: Start making def Windows XP gdi32 export layout.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29168: Start making def Windows XP gdi32 export layout.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29169: fix a spelling mistake
greatlrd at svn.reactos.org
- [ros-diffs] [ekohl] 29170: Fix a cut & paste bug.
ekohl at svn.reactos.org
- [ros-diffs] [jimtabor] 29171: Implement IsGUIThread.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29172: Make sure it is non zero.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29173: Turn off DcAttr updates for now.
jimtabor at svn.reactos.org
- [ros-diffs] [hpoussin] 29174: Never call TdiCloseDevice when warming up a socket
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29175: Display a message when a module has been disabled Support variables in aliased module names
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29176: Do not put .h files in object files, it causes problems at link time
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29177: Use user flags when building host tools
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29178: Copy some headers from RosBE to our include directory. These files are now considered as target headers, whereas those in RosBE are host headers.
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29179: Remove this headers set, as they already exist in include/crt
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29180: Do not use host headers anymore when building target executables/libraries
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29181: Depend again of autogenerated psdk headers (was broken in r29176)
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29182: - Small update to the plan (remove what's done already for sure)
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 29183: Fix typo
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29184: Keep standard includes when building C++ modules
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29185: Add headers dependencies for modules which declare a .idl in their rbuild file
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29186: When depending of a module, also depends of its generated headers
hpoussin at svn.reactos.org
- [ros-diffs] [dreimer] 29187: Update Variables to support recent trunk.
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29188: - Add Ex*Spinlock macros and FLUSH_MULTIPLE_MAXIMUM definitions missing from DDK - Add KeAcquireQueuedSpinLock / KeAcquireReleaseQueuedSpinLock, RtlCompareMemoryUlong definitions missing from IFS. - Add actual section object definition to NDK - More NDK fixes - Fix incorrect definition of MMPTE_LIST - Fix incorrect prototype of NtFlushVirtualMemory - Fix incorrect prototypes of KeAcquire / ReleaseQueuedSpinLock - Add a second parameter to MmCreateKernelStack to select the NUMA node on which the stack should be allocated - Avoid usage of PROS_SECTION_OBJECT in Ps where possible - Unimplement PsChargeProcessQuota. It was not working right - Use PFN_NUMBER defined in DDK instead of PFN_TYPE internal ROS Type.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29189: Recent RBUILD Changes cry for a RosBE Update. Getting Ready for 0.3.8.1
dreimer at svn.reactos.org
- [ros-diffs] [gedmurphy] 29190: Add basic tests for GetDIBits
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29191: Add basic tests for NtGdiGetDIBitsInternal
gedmurphy at svn.reactos.org
- [ros-diffs] [fireball] 29192: - Make PsChargeProcessPoolQuota returning STATUS_SUCCESS
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29193: Dmitry Chapyshev <lentind at yandex.ru> - Start implementing systeminfo system utility (it already works quite nice, but not complete yet).
fireball at svn.reactos.org
- [ros-diffs] [greatlrd] 29194: implmented EngQueryEMFInfo it always return FALSE it is historic in Windows XP, But not in Windows 2000
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29195: clean up : move EngWideCharToMultiByte from stubs.c to eng.c and mark it as implement
greatlrd at svn.reactos.org
- [ros-diffs] [dreimer] 29196: Next try. Hopefully with Vista Support.
dreimer at svn.reactos.org
- [ros-diffs] [cfinck] 29197: - Bug 2685: Ukrainian translation for "format" by Rostislav Zabolotny (rstzab AT yandex DOT ru) - Bug 2686: Ukrainian translation for "regsvr32" by Rostislav Zabolotny (rstzab AT yandex DOT ru)
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29198: Traditional chinese translation for "cacls" by Chaoming Tseng See issue #2687 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [gedmurphy] 29199: add more checks for GetDIBits
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29200: - Add usermode checks to GetDIBits - passes 21 out of 27 tests - Add GdiSetLastError to the lib instead of forwarding it straight to kernel32
gedmurphy at svn.reactos.org
- [ros-diffs] [jimtabor] 29201: IsMetaFile is an easy check used when porting wine static and listbox.
jimtabor at svn.reactos.org
- [ros-diffs] [greatlrd] 29202: Fix a stupied bug in DdAttachSurface when pSurfaceFrom->hDDSurface is NULL or pSurfaceTo->hDDSurface is null we need create them.
greatlrd at svn.reactos.org
- [ros-diffs] [greatlrd] 29203: forget commit Implement of GdiGetLocalBrush, GdiGetLocalDC, GdiGetLocalFont fix a smaller bug in GdiSetBatchLimit fix GdiSetLastError to be simluare to windows xp
greatlrd at svn.reactos.org
- [ros-diffs] [jimtabor] 29204: Implement RegisterDeviceNotificationAW and UnregisterDeviceNotification, based on Gdi32 OpenGL.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29205: Testing return as default user32 error ERROR_SERVICE_SPECIFIC_ERROR.
jimtabor at svn.reactos.org
- [ros-diffs] [jimtabor] 29206: Fix calling conventions and do not unload setupapi.dll after registering the notification. Thank you Thomas.
jimtabor at svn.reactos.org
- [ros-diffs] [weiden] 29207: Allow loading shell extensions
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29208: Fix copy&paste typo in comment
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29209: Add stub for SHCreatePropSheetExtArrayEx, temporarily
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29210: Display advanced display settings and allow shell extensions to extend it. Not yet fully functional/working
weiden at svn.reactos.org
- [ros-diffs] [jimtabor] 29211: Fix calling conventions.
jimtabor at svn.reactos.org
- [ros-diffs] [cfinck] 29212: Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru) See issue #2692 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [dreimer] 29213: Updated German Translation.
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29214: - Implement InterlockedExchangeAdd/Decrement/Increment16. - Fix MM_EXTEND_INFO definition. - Fix MMWSLE definition. - Fix EPROCESS definition. - Add quota functions to NDK. - Add one more parameter to PspMapSystemDll to support mapping large pages. - Don't make the quota functions do anything for the system process. - Add page file quota functions. - Other misc small fixes.
fireball at svn.reactos.org
- [ros-diffs] [weiden] 29215: Move desk.cpl shell extension interface definition to shared header file
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29216: Move routines that can be shared between desk.cpl shell extensions to common header as inlined functions
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29217: Add initial implementation of the display adapter desk.cpl shell extension
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29218: Add deskadp.dll to the bootcd and register the shell extension
weiden at svn.reactos.org
- [ros-diffs] [gedmurphy] 29219: - generate the netcard status information and populate the dialog with it - patch by Gregor Brunmar <gregor.brunmar - home - se>
gedmurphy at svn.reactos.org
- [ros-diffs] [gedmurphy] 29220: - add missing net card interface info to ipifcons.h - follow on patch from Gregor Brunmar <gregor.brunmar - home - se>
gedmurphy at svn.reactos.org
- [ros-diffs] [weiden] 29221: Display the display device adapter name and show device properties
weiden at svn.reactos.org
- [ros-diffs] [dreimer] 29222: Another german rc file update
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29223: - PS_UNKNOWN_VALUE determines if the process should be created with large pages: rename to PS_LARGE_PAGES - Do Address Space initialization as per "Windows Internals II" slides, either for the Boot, System, Cloned User or New User Process cases. - Rename MmCreateProcessAddressSpace to MmInitializeProcessAddressSpace, and MmCopyMmInfo to MmCreateProcessAddressSpace. What ReactOS did is correct as per "Windows Internals II", but the names were inverted. - Clone the Object Table if we are the boot process, and only initialize part of the address space (since we don't need things like guard page, TEB, etc), however, do initialize and map the shared user data section. - Make the initial system process and idle process share the same page directory instead of creating a new one. - Use the same priority class as the parent process, if the process was in the idle or below-normal priority class. - Only duplicate handles if the caller requested it, instead of always duplicating the process's handles! - Generate a null image file name for system processes. - Rename ObpCreateHandleTable to ObInitProcess and better handle race and out-of-memory conditions. Detect if auditing required, but don't do anything about it. - Initialize the Idle/System process address space much earlier in the boot process, in MmInitSystem. Thanks to Alex for providing various information, and answering all my questions.
fireball at svn.reactos.org
- [ros-diffs] [weiden] 29224: Display adapter information
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29225: Implement the "List all modes" dialog, read-only for now
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29226: Fix CLSID (accidently committed a change for testing purpose)
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29227: Fix compilation error
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29228: Select currently selected mode by default
weiden at svn.reactos.org
- [ros-diffs] [tkreuzer] 29229: Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru) See issue #2696 for more details.
tkreuzer at svn.reactos.org
- [ros-diffs] [weiden] 29230: Don't show prefix in labels filled with hardware information
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29231: Implement DevicePropertiesA/W by calling DevicePropertiesExA/W and move function prototypes to a private header
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29232: Fix implementation of DevicePropertiesA/W to show extended pages
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29233: Display the display adapter properties with extended pages
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29234: - Allow changing the screen resolution in the advanced adapter settings through desk.cpl - desk.cpl doesn't publish a monitor id
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29235: Once again change back the GUID to the real one...
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29236: Add an initial (incomplete, not functional) implementation of the display monitor shell extension for desk.cpl
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29237: Let crt parse the command line parameters
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29238: Display the resource page in device properties
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29239: Fix typo (copy&paste)
weiden at svn.reactos.org
- [ros-diffs] [fireball] 29240: Samuel Erdtman <samuel at erdtman.se> - Implement 'replace' command in cmd. - TODO: Update all translations with the new text strings for replace command.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29241: - Handle NextLuRequest and ResetDetected in ScsiPortNotification() API - Add UNIMPLEMENTED into ScsiPortGetBusData() when it's called with Length = 0. Does not happen so far, when tested with BusLogic.sys in our tree.
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29242: Bug 2697: Ukrainian translation update German Translations by me.
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29243: - Slightly cleanup the code. - Enable allocation of the adapter channel in case of Start I/O.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29244: - Fix multiple bugs in RtlWalkFrameChain and secure it against any possibility of a bugcheck while walking the stack. - Fix bugs in RtlUnwind and RtlExceptionDispatch which assumed the DPC stack size was 4KB instead of 12KB. - Fix multiple bugs in RtlpGetStackLimits and seure it against bugchecks. Properly detect DPC or invalid stacks. - PsConvertToGuiThread should acquire a guarded region, not a critical section, to stop all APCs. - Fix bug in bugzilla reporting which was making things crash. - Unlock address space before raising to HIGH_LEVEL in KeBugCheck. - Display blue screen at APC_LEVEL, to avoid the assertion in procobj.c when trying to attach to csrss. This should fix the recursive bugchecking when the GUI is up, and also take down the GUI properly. The fix is a hack. - Fix bogus implementation of IoGetStackLimits and make it work properly. - Make MmCreateKernelStack return the base of the stack, not the limit, and fix all callers appropriately. - Remove svn:needs-lock properties of various files, whose contents either changes too often or whose contents is definately clean. Bugreports and information - by Alex.
fireball at svn.reactos.org
- [ros-diffs] [weiden] 29245: Set eol-style to native
weiden at svn.reactos.org
- [ros-diffs] [jimtabor] 29246: - First try bug fix for #2698.
jimtabor at svn.reactos.org
- [ros-diffs] [fireball] 29247: - Coalesce all calls to MmUpdatePageDir through a single inlined function - MiSyncProcessThreadViews, and fix callers which assumed that the kernel stack is KERNEL_STACK_SIZE, when in fact, it may be KERNEL_LARGE_STACK_SIZE. We now detect and handle this, fixing a bug in KiAttachProcess. - Remove all old-scheduler code, it's not needed anymore, nor it's going to be ever supported.
fireball at svn.reactos.org
- [ros-diffs] [tkreuzer] 29248: Basic implementation of NtGdiSetDIBitsToDeviceInternal() todo: handle XlateObj Now apparition (open source pdf viewer) works on ros.
tkreuzer at svn.reactos.org
- [ros-diffs] [cwittich] 29249: add shell extension for displaying processor information in device manager
cwittich at svn.reactos.org
- [ros-diffs] [weiden] 29250: Set the current device mode selection to the current one if the mode was changed successfully
weiden at svn.reactos.org
- [ros-diffs] [tkreuzer] 29251: probe the pointer and some cleanup simplification
tkreuzer at svn.reactos.org
- [ros-diffs] [weiden] 29252: - Display a list of monitors if there's more than one monitor - Display a list of available refresh rates for the current mode
weiden at svn.reactos.org
- [ros-diffs] [fireball] 29253: - Vendor import uniata 0.38c2. Authorship and license are listed in the header of every source code file.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29254: - Add missing KERNEL_LARGE_STACK_COMMIT definition to DDK. - Fix typo in MMWSL. - Add RtlRandom to NDK. - Add MEMORY_PRIORITY values to NDK. - Add KeAcquireSpinLockRaiseToSynch to NDK. - Make MmInitializeProcessAddressSpace take two more parameters: one to specify flags, such as large page support, and another one to define the process being cloned, when fork() support will be added. - Add KeInvalidAccessAllowed to deal with page faults in the special S-List code. The assembly code currently handles simple faults, but our MmAccessFault handler needs to start verifying the fault too. - Mark LoaderReserve pages as LoaderFree, it seems they end up this way in Windows. - Use MmNumberOfPhysicalPages instead of MmStats.NrTotalPages. All NDK changes are discussed with Alex.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29255: - Rename to current.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29256: - Copy uniata source code to the drivers/storage/ide directory.
fireball at svn.reactos.org
- [ros-diffs] [weiden] 29257: Some fixes
weiden at svn.reactos.org
- [ros-diffs] [dreimer] 29258: Last try to fix 4 Vista...
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29259: - Wrong param was being sent to MiSyncThreadProcessViews(), fix that.
fireball at svn.reactos.org
- [ros-diffs] [fireball] 29260: - Add uniata.rbuild, adapt .rc to ReactOS - Preliminary compilation fixes. - Remove CrossNt stuff for now.
fireball at svn.reactos.org
- [ros-diffs] [tkreuzer] 29261: gdihv: - add base type mask - change my email - add deleted entries - full row selection
tkreuzer at svn.reactos.org
- [ros-diffs] [tkreuzer] 29262: remove gdihv.cbp
tkreuzer at svn.reactos.org
- [ros-diffs] [tkreuzer] 29263: add another small test for AddFontResource
tkreuzer at svn.reactos.org
- [ros-diffs] [cwittich] 29264: fix some bugs
cwittich at svn.reactos.org
- [ros-diffs] [tkreuzer] 29265: win32k compatibility update - NtUserCreateWindowEx: add 15th parameter - NtUserCreateWindowStation: add 7th parameter - rename NtUserDestroyCursorIcon to NtUserDestroyCursor - rename NtUserSetCursorIconContents to NtUserSetCursorContents - implement about 50 NtUser stubs
tkreuzer at svn.reactos.org
- [ros-diffs] [weiden] 29266: Allow changing the display refresh frequency
weiden at svn.reactos.org
- [ros-diffs] [tkreuzer] 29267: free memory before returning on failure. Thanks to Yaron Aharonson (yaron.aharonson at gmail.com) for spotting this. See issue #2694 for more details.
tkreuzer at svn.reactos.org
- [ros-diffs] [tkreuzer] 29268: add a DPRINT1, stating that HvpWriteLog doesn't work atm
tkreuzer at svn.reactos.org
- [ros-diffs] [tkreuzer] 29269: Add 5th parameter to NtUserFindWindowEx
tkreuzer at svn.reactos.org
- [ros-diffs] [hpoussin] 29270: [FORMATTING] Replace spaces by tabs No code change
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29271: Added history possibilities to right key See issue #2248 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29272: Add missing constants
hpoussin at svn.reactos.org
- [ros-diffs] [dreimer] 29273: Bug 2699: Ukrainian translation update (temarez at yandex.ru) German Translation Update too.
dreimer at svn.reactos.org
- [ros-diffs] [hpoussin] 29274: Fix some corner cases when processing <include> elements in .rbuild files
hpoussin at svn.reactos.org
- [ros-diffs] [dreimer] 29275: Forgot this translated file.
dreimer at svn.reactos.org
- [ros-diffs] [fireball] 29276: - Reenable CrossNT stuff. - Fix some #else BLAH / #endif BLAH warnings. - Change SYSTEM_INFORMATION_CLASS structure by what we have in NDK (duplication for now).
fireball at svn.reactos.org
- [ros-diffs] [hpoussin] 29277: Fix compilation (but not linking!)
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29278: RtlRandom is now part of NDK since r29254
hpoussin at svn.reactos.org
- [ros-diffs] [hpoussin] 29279: Moved shared define to header file Patch by Marc Piulachs, marc (dot) piulachs (at) codexchange.net See issue #2700 for more details.
hpoussin at svn.reactos.org
- [ros-diffs] [fireball] 29280: - Add ros_glue.cpp for implementing CrNt stubs. - Start changing CrNt to actual ReactOS functions (no need for supporting different versions / importing CrossNT lib).
fireball at svn.reactos.org
- [ros-diffs] [tkreuzer] 29281: update export list
tkreuzer at svn.reactos.org
- [ros-diffs] [weiden] 29282: Fix the dialog width
weiden at svn.reactos.org
- [ros-diffs] [dreimer] 29283: Update r29282 to all rc files
dreimer at svn.reactos.org
- [ros-diffs] [tkreuzer] 29284: - header update - add a resource
tkreuzer at svn.reactos.org
- [ros-diffs] [cfinck] 29285: Fix the uniata linking problems. Hope I did everything right :-D I still disabled building the driver, so someone else can test it first. - The i386.h, libgcc2.c, libgcc2.h, longlong.h and powerpc.h files were taken from the boot/freeldr/freeldr/math directory. They are used for 64-bit division support - Created a directory "ros_glue" for all this stuff, moved the ros_glue.cpp file there - Imported the three functions MOV_DD_SWP (the i486 version), MOV_DW2DD_SWP and MOV_DW_SWP from the misc_i386.cpp file of CrossNt into the ros_glue_asm.s file
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29286: - Add uniata to the build (it's still not copied to the ISO image) - Give it correct version information
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29287: uniata patch by encoded: - Make building with QUEUE_STATISTICS possible - Fix the best_c check. As best_c is a ULONG variable, you cannot check for -1
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29288: - Fix many warnings - Fix a bug in id_dma.cpp on line 1261: This probably shouldn't be an assignment, but a check, otherwise all ATI chips will be treated as Silicon Image chips
cfinck at svn.reactos.org
- [ros-diffs] [weiden] 29289: Add a (not yet functional) control to allow the user to arrange the monitors
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29290: Display monitor number and various bug fixes
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29291: Add ability to change/query single monitors and change/query the current selection in the monitor arrangement control
weiden at svn.reactos.org
- [ros-diffs] [frik85] 29292: vendor import sumatrapdf (0.7 beta and recent trunk), a lightweight pdf viewer app; Authorship and license are listed in the header of the source code files and the GNU GPL license file can be found in the COPYING file.
frik85 at svn.reactos.org
- [ros-diffs] [frik85] 29293: vendor import sumatrapdf (0.7 beta), a lightweight pdf viewer app; Authorship and license are listed in the header of the source code files and the GNU GPL license file can be found in the COPYING file.
frik85 at svn.reactos.org
- [ros-diffs] [frik85] 29294: vendor import sumatrapdf (recent trunk), a lightweight pdf viewer app; Authorship and license are listed in the header of the source code files and the GNU GPL license file can be found in the COPYING file.
frik85 at svn.reactos.org
- [ros-diffs] [frik85] 29295: SmartPDF - lightweight pdf viewer app for rosapps * sumatrapdf - vendor import * everything compiles (libjpeg, poppler, fitz, sumatrapdf) * does NOT link (remove the comment tags in the parent directory.rbuild file (rosapps dir) to build it)
frik85 at svn.reactos.org
- [ros-diffs] [cfinck] 29296: French translation updates by Pierre Schweitzer (heis_spiter AT hotmail DOT com) Also a small fix for the english translation of "systeminfo" See issue #2703 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29297: - Remove the unneeded "stdafx.cpp" file - Remove the files I imported from the boot/freeldr/freeldr/math directory for adding 64-bit division support and use the -lgcc linker flag instead like it's done in ntoskrnl
cfinck at svn.reactos.org
- [ros-diffs] [weiden] 29298: Allow altering the monitor arrangement control behavior flags
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29299: Fix displaying the window caption height (SM_CYCAPTION includes SM_CYBORDER)
weiden at svn.reactos.org
- [ros-diffs] [weiden] 29300: Send notification if another monitor is selected
weiden at svn.reactos.org
- [ros-diffs] [cwittich] 29301: -cmdinput.c(168) - wrong constant is used. patch by YaronAharonson <yaron dot aharonson at gmail dot com> See issue #2693 for more details.
cwittich at svn.reactos.org
- [ros-diffs] [dreimer] 29302: Updated everything to NASM 0.99.04. Added a Compatibility Mode to act like the old RosBE regarding the paths. "Simplified" some Variables. (Part 1 of Pierre Schweitzer's Patch)
dreimer at svn.reactos.org
- [ros-diffs] [gbrunmar] 29303: Removed duplicate function entry. Thanks to encoded|lap for finding it.
gbrunmar at svn.reactos.org
- [ros-diffs] [fireball] 29304: - ObReferenceObjectByHandle/ObpReferenceProcessByHandle: Properly return STATUS_INVALID_HANDLE if user-mode tries to reference a kernel-mode handle. - ObReferenceObjectByHandle: Properly validate process/thread access rights before giving a reference to the caller. - Fix definition of "SizeOfHandle" macro in the handle table implementation. Fixes handle leaks at process rundown, handle allocation, and problems with processes that use more than 512 handles. - Remove checks for "VALID_INHERIT_FLAGS". These flags have nothing to do with handle table entries and shouldn't appear in them. Please fix callers if they're attempting to send inherit flags as access masks. - Thanks to Alex! :)
fireball at svn.reactos.org
- [ros-diffs] [dreimer] 29305: Part II of Piere Schweitzer's Patch: - Added French translation. - Added the possibility to choose MingW directory. - Added support for WinXP style. - Added the support of C99. - Fixed warnings. Small Modification by me: added -s and went from -O3 to -O2 in Makefile.
dreimer at svn.reactos.org
- [ros-diffs] [greatlrd] 29306: Adding a text file call notes.txt it is some werid thing I have have not yet figout how it works. Add testcase for AddFontResourceA
greatlrd at svn.reactos.org
- [ros-diffs] [hpoussin] 29307: Reference file handle according to previous mode
hpoussin at svn.reactos.org
- [ros-diffs] [gbrunmar] 29308: * Unicode fixes to regedit * Fixed bug 2494 Patch by Carlo Bramix [carlo (dot) bramix (at) libero (dot) it]. See issue #2494 for more details.
gbrunmar at svn.reactos.org
- [ros-diffs] [gbrunmar] 29309: Changes to regedit: * Fixed updating tree view when renaming a key * Fixed a tree view refresh bug * Proper updating of the tree view when deleting keys
gbrunmar at svn.reactos.org
- [ros-diffs] [tkreuzer] 29310: reorder libs in rbuild file, reducing the number of unresolved references to 4
tkreuzer at svn.reactos.org
- [ros-diffs] [dreimer] 29311: Patch III from Pierre Schweitzer. Correct Button States and Whitespace changes.
dreimer at svn.reactos.org
- [ros-diffs] [frik85] 29312: delete unnecessary files
frik85 at svn.reactos.org
- [ros-diffs] [frik85] 29313: removed extern-link function, for the meanwhile 3 linking issues left: * _wstr_dup * _WinMain at 16 * _FT_Get_X11_Font_Format
frik85 at svn.reactos.org
- [ros-diffs] [cfinck] 29314: Apply the recent changes in the english desk.cpl resource file to all translations. I only translated them to german, the new strings of the other translations still need to be translated.
cfinck at svn.reactos.org
- [ros-diffs] [frik85] 29315: two linking issues fixed * _wstr_dup * _FT_Get_X11_Font_Format (with a work-around) one weird mingw linking issue remains: * _WinMain at 16 trunk/reactos/lib/3rdparty/mingw/main.c:73: undefined reference to `_WinMain at 16'
frik85 at svn.reactos.org
- [ros-diffs] [cfinck] 29316: - Use unicode="yes", so a Unicode entry point can be used. This fixes the last linking issue and this way we also don't need the other UNICODE defines - Add smartpdf to the "directory.rbuild" of rosapps (but commented out, as I'm not sure if it builds well for everyone now)
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29317: Oops, smartpdf was already in the rbuild file, deleted the other occurence now
cfinck at svn.reactos.org
- [ros-diffs] [cfinck] 29318: Ensure that the "Name" column in Task-Manager will always be shown, so a Registry setting can't influence it. This is necessary as the "Name" column is currently greyed out in the Column Settings dialog, so the user should have no possibility to change that. Patch by Carlo Bramini (carlo DOT bramix AT libero DOT it) See issue #2217 for more details.
cfinck at svn.reactos.org
- [ros-diffs] [tkreuzer] 29319: comment out checkbox for version display, as it isn't fully implemented See issue #2323 for more details.
tkreuzer at svn.reactos.org
- [ros-diffs] [cfinck] 29320: Updated slovak translations for desk.cpl, deskadp, deskmon and slayer by Mario Kacmar (kario AT szm DOT sk)
cfinck at svn.reactos.org
Last message date:
Sun Sep 30 23:04:50 CEST 2007
Archived on: Sun Sep 30 23:04:50 CEST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).