Gé van Geldorp
6cb32a5274
No use in building the targets just to immediately clean them again
...
svn path=/trunk/; revision=19723
2005-11-28 19:36:57 +00:00
Royce Mitchell III
da6392a74f
append "_auto" to dsp and vcproj filenames to not conflict with any manually created project files
...
svn path=/trunk/; revision=19722
2005-11-28 18:23:25 +00:00
Brandon Turner
1b33a918b6
devmgr.exe changed to devmgrapp.exe
...
svn path=/trunk/; revision=19721
2005-11-28 14:16:39 +00:00
Thomas Bluemel
45cbca82e7
also scroll the selection
...
svn path=/trunk/; revision=19720
2005-11-28 11:00:01 +00:00
Thomas Bluemel
8da9b240f0
scroll the console properly instead of repainting it
...
svn path=/trunk/; revision=19719
2005-11-28 10:38:04 +00:00
Thomas Bluemel
72a514b6e6
fix no newline at end of file warning
...
svn path=/trunk/; revision=19718
2005-11-28 10:20:44 +00:00
Royce Mitchell III
73691feb45
fix linux builds - sorry
...
svn path=/trunk/; revision=19717
2005-11-28 03:46:16 +00:00
Thomas Bluemel
3adce7fbe1
fixed some warnings
...
svn path=/trunk/; revision=19716
2005-11-28 01:22:52 +00:00
Thomas Bluemel
7c2d655e6c
minor fixes
...
svn path=/trunk/; revision=19715
2005-11-28 01:10:49 +00:00
Brandon Turner
ce6ccd9bb5
fix wallpaper style center and implement tile.
...
svn path=/trunk/; revision=19714
2005-11-28 01:09:27 +00:00
Art Yerkes
305379b387
Case changes for file names to unbreak unix build.
...
svn path=/trunk/; revision=19713
2005-11-27 23:36:55 +00:00
Nathan Woods
fb9556e7b7
Regedit: Partially implemented Find/Find Next
...
Currently only implemented "Search Key Names"; searching key values and data not yet implemented. Also, the searching algorithm is pretty crude right now.
svn path=/trunk/; revision=19712
2005-11-27 23:23:38 +00:00
Thomas Bluemel
08d15d11e3
more light-weight gui consoles that don't double-buffer the console screen
...
svn path=/trunk/; revision=19710
2005-11-27 23:18:12 +00:00
Brandon Turner
731c8ee507
fall back to .default values aren't found. ntclose -> zwclose thanks to thomas.
...
svn path=/trunk/; revision=19709
2005-11-27 23:15:07 +00:00
Royce Mitchell III
b915cad72c
move xml.h/cpp and ssprintf.h/cpp up a directory, make both rbuild and buildno use these same files
...
svn path=/trunk/; revision=19708
2005-11-27 23:04:51 +00:00
Gé van Geldorp
2100afe705
Tell others to leave our port alone
...
svn path=/trunk/; revision=19707
2005-11-27 23:04:05 +00:00
Royce Mitchell III
ee6b7f5296
add simplified version of XMLLoadFile() - preparation to move up a directory
...
svn path=/trunk/; revision=19706
2005-11-27 23:01:38 +00:00
Royce Mitchell III
6f9b454171
remove dependance on rbuild's headers - preparation to move up a directory
...
svn path=/trunk/; revision=19705
2005-11-27 22:59:20 +00:00
Thomas Bluemel
861c2e6fd6
fixed uninitialized variable warning
...
svn path=/trunk/; revision=19704
2005-11-27 22:45:01 +00:00
Thomas Bluemel
b0c50c3529
Patch by encoded <samcharly@hotmail.com>:
...
- added some Spanish translations
svn path=/trunk/; revision=19703
2005-11-27 22:33:18 +00:00
Gé van Geldorp
d9e5e3f7a4
Auto-register DLLs during 2nd stage setup
...
svn path=/trunk/; revision=19702
2005-11-27 22:27:35 +00:00
Hervé Poussineau
a4e94fa84b
Keep remote machine name in device info set. Use it when needed
...
svn path=/trunk/; revision=19701
2005-11-27 22:13:00 +00:00
Brandon Turner
7e1e9ef483
Structure member name changes. Alex just told me what to do. ;)
...
svn path=/trunk/; revision=19700
2005-11-27 21:31:35 +00:00
Hervé Poussineau
568f5a31a2
Write connection name at the right place in registry.
...
Add PnpInstanceId and ShowIcon values
svn path=/trunk/; revision=19699
2005-11-27 21:00:09 +00:00
Hervé Poussineau
e9ec5f234e
Small cleanup/fixes:
...
- Don't open registry keys with full access rights
- Replace OutputDebugString by DPRINT
svn path=/trunk/; revision=19698
2005-11-27 20:59:09 +00:00
Alex Ionescu
85320084c1
- Add the real NT Object Callbacks and #ifdef out the ReactOS ones.
...
- Add the real NT Loader Parameter Block structures & friends and #ifdef out the ReactOS ones (thanks to Filip Navara for some work on these).
svn path=/trunk/; revision=19697
2005-11-27 20:18:33 +00:00
Alex Ionescu
f45815ea12
- Forgot to add the define which enables _REACTOS_
...
svn path=/trunk/; revision=19696
2005-11-27 20:01:57 +00:00
Hervé Poussineau
2a40c47f4e
Implement most of SetupDiGetClassDevPropertySheetsW
...
svn path=/trunk/; revision=19695
2005-11-27 19:40:46 +00:00
Alex Ionescu
c06fa82588
- Fix compile issues caused by previous patch.
...
- Fix KPROFILE definition.
- Protect ReactOS-only members of EPROCESS, OBJECT_HEADER, W32_CALLOUT_DATA.
- Protect MADDRESS_SPACE for ReactOS only.
svn path=/trunk/; revision=19694
2005-11-27 19:21:19 +00:00
Alex Ionescu
125b0fa6a3
- Remove KTSS_NOIOMP from NDK.
...
- Fix KTSS definition.
- Fix KTRAP_FRAME definition.
- Fix RTL_PROCESS_BACKTRACE_INFORMATION and RTL_PROCESS_BACKTRACES definitions.
- Fix/rename RUNDOWN_DESCRIPTOR definition.
- Rename PPF_ definitions to RTL_USER_PROCESS_PARAMETERS_
- Setup a global _REACTOS_ define when code is compiled.
- #ifdef out the multiboot flags from the NDK so they'll only be available for ReactOS. Dirty 'hack' until we stop using them.
- Update NDK Fixme list, since all major bugs are fixed now.
svn path=/trunk/; revision=19693
2005-11-27 18:24:32 +00:00
Hervé Poussineau
bdd569bc33
Fix part of bug 1053, by adding other hardware IDs that don't need a driver
...
svn path=/trunk/; revision=19692
2005-11-27 17:05:37 +00:00
Hartmut Birr
30321765c2
Lock the MainResource from fcb, if we are trying to write back a modified cache segment.
...
Usually we have to call the callback function from FSD.
svn path=/trunk/; revision=19691
2005-11-27 15:59:32 +00:00
Hartmut Birr
0c068e7775
Use the calculated cluster/offset pair if we extend a file.
...
svn path=/trunk/; revision=19690
2005-11-27 15:53:46 +00:00
Hartmut Birr
2229e54a12
- Lock the MainResource if we overwrite or supersede an existing file.
...
- Use given allocation size, if we overwrite or supersede an existing file.
svn path=/trunk/; revision=19689
2005-11-27 15:44:36 +00:00
Filip Navara
420ab98250
Use inflib.
...
svn path=/trunk/; revision=19688
2005-11-27 15:37:06 +00:00
Hervé Poussineau
095fec0699
Add math coprocessor PNP id. Fixes bug 1052.
...
svn path=/trunk/; revision=19687
2005-11-27 14:51:06 +00:00
Thomas Bluemel
c7fb28f9ee
fixed uninitialized variables warnings
...
svn path=/trunk/; revision=19686
2005-11-27 14:02:58 +00:00
Magnus Olsen
4482ce98c3
Fix so reactos can boot to gui again Thx W3seek for his small patch
...
svn path=/trunk/; revision=19685
2005-11-27 13:51:28 +00:00
Casper Hornstrup
3f78e39940
Speed up compilation of gdiplus
...
svn path=/trunk/; revision=19684
2005-11-27 13:02:25 +00:00
Casper Hornstrup
aa79785ba3
Speed up compilation of advapi32
...
svn path=/trunk/; revision=19683
2005-11-27 12:57:35 +00:00
Ged Murphy
9bbfe7a86c
remove my changes to Elronds patch. RtlNtStatusToDosError does the job for us.
...
svn path=/trunk/; revision=19682
2005-11-27 12:28:45 +00:00
Magnus Olsen
37dcb74cca
Translaton and keyboard driver by Robert Horvath - Talley (talley_replace_this_by_at_cubeclub.hu), Gergely Risko - Cake Peter Nagy - Kritika (nagylakas_replace_this_by_at_gmail.com), Peter Lukacs - Hungi (lukacs.peter_replace_this_by_at_rtk.pte.hu) small bugfix in kbdhu by me and add it to bootcd menu.
...
\reactos\lib\cmdlg32\ Robert Horvath
\reactos\lib\comctl32\ Robert Horvath
\reactos\lib\shell32\ Robert Horvath
\reactos\subsys\ntvdm\ Robert Horvath
\reactos\subsys\system\calc\ Peter Nagy
\reactos\subsys\system\expand\ Peter Nagy
\reactos\subsys\system\explorer\ Robert Horvath
\reactos\subsys\system\format\ Peter Nagy
\reactos\subsys\system\notepad\ Peter Nagy
\reactos\subsys\system\reactos\ Robert Horvath
\reactos\subsys\system\regsrv32\ Peter Nagy
\reactos\subsys\system\reporterror\ Robert Horvath
\reactos\subsys\system\rundll32\ Peter Nagy
\reactos\subsys\system\sm\ Robert Horvath
\reactos\subsys\system\taskmgr\ Robert Horvath
\reactos\subsys\system\userinit\ Peter Nagy
\reactos\subsys\system\winefile\ Peter Nagy
\reactos\subsys\system\vmwinst\ Robert Horvath
\reactos\lib\winmm\ Peter Nagy
\reactos\lib\cpl\ Peter Lukacs
svn path=/trunk/; revision=19681
2005-11-27 12:23:02 +00:00
Magnus Olsen
35aa0b6f6c
Translaton and keyboard driver by Robert Horvath - Talley (talley_replace_this_by_at_cubeclub.hu), Gergely Risko - Cake Peter Nagy - Kritika (nagylakas_replace_this_by_at_gmail.com), Peter Lukacs - Hungi (lukacs.peter_replace_this_by_at_rtk.pte.hu) small bugfix in kbdhu by me and add it to bootcd menu.
...
\reactos\lib\cmdlg32\ Robert Horvath
\reactos\lib\comctl32\ Robert Horvath
\reactos\lib\shell32\ Robert Horvath
\reactos\subsys\ntvdm\ Robert Horvath
\reactos\subsys\system\calc\ Peter Nagy
\reactos\subsys\system\expand\ Peter Nagy
\reactos\subsys\system\explorer\ Robert Horvath
\reactos\subsys\system\format\ Peter Nagy
\reactos\subsys\system\notepad\ Peter Nagy
\reactos\subsys\system\reactos\ Robert Horvath
\reactos\subsys\system\regsrv32\ Peter Nagy
\reactos\subsys\system\reporterror\ Robert Horvath
\reactos\subsys\system\rundll32\ Peter Nagy
\reactos\subsys\system\sm\ Robert Horvath
\reactos\subsys\system\taskmgr\ Robert Horvath
\reactos\subsys\system\userinit\ Peter Nagy
\reactos\subsys\system\winefile\ Peter Nagy
\reactos\subsys\system\vmwinst\ Robert Horvath
\reactos\lib\winmm\ Peter Nagy
\reactos\lib\cpl\ Peter Lukacs
svn path=/trunk/; revision=19680
2005-11-27 12:18:52 +00:00
Casper Hornstrup
3d52261f75
Speed up compilation of msconfig
...
svn path=/trunk/; revision=19679
2005-11-27 12:03:48 +00:00
Casper Hornstrup
c0133aeb66
Speed up compilation of cmd
...
svn path=/trunk/; revision=19678
2005-11-27 11:59:02 +00:00
Ged Murphy
9ef2cd74d6
forgot to remove debugging
...
svn path=/trunk/; revision=19677
2005-11-27 11:30:44 +00:00
Ged Murphy
cb203ac20a
Add more debug info and better error control, from Elrond.
...
A few minor changes by me.
svn path=/trunk/; revision=19676
2005-11-27 11:29:07 +00:00
Steven Edwards
9741e018d3
XML.cpp -> xml.cpp, XML.h -> xml.h. Sorry Windows users, if you make sure your stuff is in the correct case the first time then you wont have problems when doing a svn update.
...
svn path=/trunk/; revision=19675
2005-11-27 06:48:34 +00:00
Royce Mitchell III
dccb79c6ac
remove xml.h/cpp's dependancy on exception.h/cpp - in preparation to move xml.h/cpp and ssprintf.h/ccp out of rbuild directory since buildno uses them too
...
svn path=/trunk/; revision=19674
2005-11-27 06:34:50 +00:00
Steven Edwards
d80446e3a9
more crt, crtdll and msvcrt cleanup
...
svn path=/trunk/; revision=19673
2005-11-27 06:20:33 +00:00