Ros-diffs May 2007

ros-diffs@reactos.org
  • 17 participants
  • 322 discussions

[fireball] 26878: - Add tracing DPRINTs to all public APIs.
by fireball@svn.reactos.org
17 years, 4 months

[jimtabor] 26877: - Fixed arithmetic semantics. Making it more Windows compatible. - This example work now. double F2F(PFLOATOBJ f) { if(SIGN(f->ul1)) // negate mant return (double) -(-f->ul1 * pow(2,(double)f->ul2-32)); else return (double) f->ul1 * pow(2,(double)f->ul2-32); }
by jimtabor@svn.reactos.org
17 years, 4 months

[hpoussin] 26876: Specify W suffix when possible Don't allocate unneeded memory in SetupDiCreateDeviceInfoListExW Replace strings by array of WCHARs
by hpoussin@svn.reactos.org
17 years, 4 months

[fireball] 26875: - Merge Revision: 25668 Author: dgorbachev Date: 11:04:23, 1 February 2007. Message: Commit attachment #1151 ---- Modified : /trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c - Merge Revision: 25745 Author: dgorbachev Date: 3:29:50, 7 February 2007. Message: Fix "keyboard does not respond" bug. Thanks to Peter Krawies (breakoutbox /AT/ web /DOT/ de) ---- Modified : /trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c
by fireball@svn.reactos.org
17 years, 4 months

[fireball] 26874: - Merge 25417 by hpoussin (Disable some boot options on non-x86 platforms. You can enable them again for specific platforms if needed). - Minor: Add debug_filesystem into DEBUG_CUSTOM, but commented out.
by fireball@svn.reactos.org
17 years, 4 months

[greatlrd] 26873: Fixing CreateDirectDraw crash
by greatlrd@svn.reactos.org
17 years, 4 months

[greatlrd] 26872: comment out GetDOURCC data from DDHALINFO for it seam some strang crash.
by greatlrd@svn.reactos.org
17 years, 4 months

[tkreuzer] 26871: - make fontview look closer to MS fontview, patch by roytam1, modified by me. - Create fonts only once - Remove possibility to get page height without drawing See issue #2260 for more details.
by tkreuzer@svn.reactos.org
17 years, 4 months

[gedmurphy] 26870: re-enable ACPI
by gedmurphy@svn.reactos.org
17 years, 4 months

[mbosma] 26869: Fix two oversights in GetDisplayMode.
by mbosma@svn.reactos.org
17 years, 4 months
Results per page: