projects
/
reactos.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
reactos.git
2005-10-14
Hervé Poussineau
Process AddReg directive in main section to install
commit
|
commitdiff
|
tree
2005-10-14
Hervé Poussineau
Transform ReactOS to a Plug-and-Play system. Step 1...
commit
|
commitdiff
|
tree
2005-10-14
Hervé Poussineau
Implement SetupDiCreateDevRegKeyW and SetupDiOpenDevRegKey
commit
|
commitdiff
|
tree
2005-10-14
Gé van Geldorp
Fix tab/space mess
commit
|
commitdiff
|
tree
2005-10-14
Hervé Poussineau
Don't always return STATUS_BUFFER_TOO_SMALL when an...
commit
|
commitdiff
|
tree
2005-10-14
Gé van Geldorp
Identify the process in ThreadExtraInfo
commit
|
commitdiff
|
tree
2005-10-14
Gé van Geldorp
tsk <tsk_n@mail.goo.ne.jp>:
commit
|
commitdiff
|
tree
2005-10-14
Gé van Geldorp
Don't install Winefile icon on desktop, it's already...
commit
|
commitdiff
|
tree
2005-10-14
Gé van Geldorp
Mike <mikeonthecomputer@gmail.com>:
commit
|
commitdiff
|
tree
2005-10-13
Magnus Olsen
removed hard-coded comdlg filter from desk.cpl and...
commit
|
commitdiff
|
tree
2005-10-13
Aleksey Bragin
cmd, taskmgr and userinit translations by FooDerGrosse...
commit
|
commitdiff
|
tree
2005-10-13
Gunnar Dalsnes
make classes use session wide atom table. should fix...
commit
|
commitdiff
|
tree
2005-10-13
Hervé Poussineau
Call specified class installer (if any) in SetupDiCallC...
commit
|
commitdiff
|
tree
2005-10-13
Thomas Bluemel
properly reset the reference counter in ExReInitializeR...
commit
|
commitdiff
|
tree
2005-10-13
Gé van Geldorp
Use the pitch provided by FreeType. Fixes bug 894.
commit
|
commitdiff
|
tree
2005-10-13
Hervé Poussineau
Fix sublang IDs:
commit
|
commitdiff
|
tree
2005-10-13
Hervé Poussineau
IopGetBusTypeGuidIndex: Fix an infinite loop
commit
|
commitdiff
|
tree
2005-10-12
Gunnar Dalsnes
add comment about KeCancelTimer pitfall
commit
|
commitdiff
|
tree
2005-10-12
Gé van Geldorp
Send window-bound timers to the correct message queue
commit
|
commitdiff
|
tree
2005-10-12
Thomas Bluemel
set eol-style to native
commit
|
commitdiff
|
tree
2005-10-12
Gunnar Dalsnes
add stubs to make clamwin run. by Christoph_vW
commit
|
commitdiff
|
tree
2005-10-12
Martin Fuchs
zoomin:
commit
|
commitdiff
|
tree
2005-10-12
Thomas Bluemel
fixed difference in signedness warning
commit
|
commitdiff
|
tree
2005-10-12
Hervé Poussineau
In DevInstallW:
commit
|
commitdiff
|
tree
2005-10-12
Gé van Geldorp
Workaround for bug 899
commit
|
commitdiff
|
tree
2005-10-12
Gé van Geldorp
Terminate the new environment with a NULL pointer
commit
|
commitdiff
|
tree
2005-10-12
Martin Fuchs
Fix for Bugzilla Entry 641 - patch from j_anderw at...
commit
|
commitdiff
|
tree
2005-10-12
Hervé Poussineau
Fix SetupDiGetDeviceRegistryPropertyA, which should...
commit
|
commitdiff
|
tree
2005-10-11
Hervé Poussineau
Send the right LocaleId to device stack when querying...
commit
|
commitdiff
|
tree
2005-10-11
Gunnar Dalsnes
nullterm correct string in strndup
commit
|
commitdiff
|
tree
2005-10-11
Gregor Anich
vdmdbg.dll (stubs only) by Christoph v.W. - thanks!
commit
|
commitdiff
|
tree
2005-10-10
Gunnar Dalsnes
alloc at minimum 16 bytes (spotted by WaxDragon)
commit
|
commitdiff
|
tree
2005-10-10
Gunnar Dalsnes
alloc multiple of 16 bytes
commit
|
commitdiff
|
tree
2005-10-10
Brandon Turner
set to eol-style native ;)
commit
|
commitdiff
|
tree
2005-10-10
Brandon Turner
Added a more technical readme for people that want...
commit
|
commitdiff
|
tree
2005-10-10
Ged Murphy
remove a header no longer needed too
commit
|
commitdiff
|
tree
2005-10-10
Ged Murphy
remove uneeded text out of the .rc file.
commit
|
commitdiff
|
tree
2005-10-10
Ged Murphy
forgot the eol-style again.
commit
|
commitdiff
|
tree
2005-10-10
Ged Murphy
Start of a rewrite for netstat.exe
commit
|
commitdiff
|
tree
2005-10-10
Thomas Bluemel
fixed a typo in the NtAccessCheck declaration
commit
|
commitdiff
|
tree
2005-10-10
Andrew Munger
MiTestCard is only used in DBG=1, surround with ifdef...
commit
|
commitdiff
|
tree
2005-10-10
Thomas Bluemel
convert DefaultSetInfoBufferCheck and DefaultQueryInfoB...
commit
|
commitdiff
|
tree
2005-10-10
Thomas Bluemel
don't jump outside _SEH_TRY with goto in ObpCaptureObje...
commit
|
commitdiff
|
tree
2005-10-10
Thomas Bluemel
some fixes for CheckTokenMembership:
commit
|
commitdiff
|
tree
2005-10-09
Magnus Olsen
Comment out a fixme, it make a user mode crash (ntoskrn...
commit
|
commitdiff
|
tree
2005-10-09
Thomas Bluemel
don't try to free the ansi strings passed by the caller
commit
|
commitdiff
|
tree
2005-10-09
Brandon Turner
Updated more cmd documentation. This included changing...
commit
|
commitdiff
|
tree
2005-10-09
Thomas Bluemel
fixed difference in signedness warning in MulDiv()
commit
|
commitdiff
|
tree
2005-10-09
Magnus Olsen
Fix DD_Cleanup that will make Contry Strike not crashin...
commit
|
commitdiff
|
tree
2005-10-09
Gunnar Dalsnes
Fix MulDiv. This fixes almost any progress-bar to stop...
commit
|
commitdiff
|
tree
2005-10-09
Thomas Bluemel
use the correct down-level scope filter flag for the...
commit
|
commitdiff
|
tree
2005-10-09
Thomas Bluemel
add a not yet complete tool to dump the recycle bin...
commit
|
commitdiff
|
tree
2005-10-09
Eric Kohl
First shot at CreateServiceW. It crashes due to a bug...
commit
|
commitdiff
|
tree
2005-10-09
Brandon Turner
Make sure that FileList is not empty. fixes bug #884.
commit
|
commitdiff
|
tree
2005-10-09
Thomas Bluemel
added missing ansi/unicode definitions
commit
|
commitdiff
|
tree
2005-10-09
Martin Fuchs
remove binary attribute from japanese resource file
commit
|
commitdiff
|
tree
2005-10-09
Martin Fuchs
Fix for Bugzilla Entry 330: Correctly handle WM_COMMAND...
commit
|
commitdiff
|
tree
2005-10-09
Martin Fuchs
fix crash because of NULL command line pointer
commit
|
commitdiff
|
tree
2005-10-09
Martin Fuchs
Fix from watz@gmx.net for Bugzilla Entry 862: When...
commit
|
commitdiff
|
tree
2005-10-09
Martin Fuchs
replace "search computer" start menu entry by a "not...
commit
|
commitdiff
|
tree
2005-10-09
Martin Fuchs
german patch for cmd.exe from Bugzilla Entry 872
commit
|
commitdiff
|
tree
2005-10-09
Martin Fuchs
fix access violation in SaveBoard()
commit
|
commitdiff
|
tree
2005-10-09
Martin Fuchs
display source rectangle
commit
|
commitdiff
|
tree
2005-10-09
Eric Kohl
- Support [out, unique] base type parameters.
commit
|
commitdiff
|
tree
2005-10-09
Eric Kohl
- Support [out, unique] base type parameters.
commit
|
commitdiff
|
tree
2005-10-09
Gregor Anich
Add /BREAK option.
commit
|
commitdiff
|
tree
2005-10-09
Gregor Anich
Add KDBinit to the installation.
commit
|
commitdiff
|
tree
2005-10-08
Brandon Turner
start of removing #ifdef __Reactos__ in cmd. __Reactos...
commit
|
commitdiff
|
tree
2005-10-08
Emanuele Aliberti
Fix startup code for native NT processes.
commit
|
commitdiff
|
tree
2005-10-08
Emanuele Aliberti
Fix startup code for native NT processes.
commit
|
commitdiff
|
tree
2005-10-08
Emanuele Aliberti
Minor change.
commit
|
commitdiff
|
tree
2005-10-08
Emanuele Aliberti
Fix startup code for native NT processes.
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Martin Fuchs
basic implementation of zoomin functionality
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Vendor import of shfolder
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Remove old shfolder in preparation for vendor import
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Brandon Turner
Bring it up to date.
commit
|
commitdiff
|
tree
2005-10-08
Brandon Turner
DisplayBuffer is only used when DBG=1
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Fix EOLs
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Magnus Olsen
sync to Wine-20050930 dsound does not have hardware...
commit
|
commitdiff
|
tree
2005-10-08
Magnus Olsen
remove to file that was mistake by commit by me thx
commit
|
commitdiff
|
tree
2005-10-08
Magnus Olsen
Dsound from win 2004 month 12 or month 11. It is workin...
commit
|
commitdiff
|
tree
2005-10-08
Martin Fuchs
update change list
commit
|
commitdiff
|
tree
2005-10-08
Hervé Poussineau
Restart the device after its installation
commit
|
commitdiff
|
tree
2005-10-08
Hervé Poussineau
Update section names
commit
|
commitdiff
|
tree
2005-10-08
Hervé Poussineau
NtPlugPlayControl: Implement PlugPlayControlResetDevice...
commit
|
commitdiff
|
tree
2005-10-08
Magnus Olsen
prepare for dsound add MAXWAVEDRIVERS and remove #ifdef...
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
2005-10-08
Gé van Geldorp
Sync to Wine-20050930:
commit
|
commitdiff
|
tree
next