Commit graph

18184 commits

Author SHA1 Message Date
James Tabor 8ced6754fb Rename file.
svn path=/trunk/; revision=19432
2005-11-21 22:53:25 +00:00
Magnus Olsen 19d51450c2 french translation by bulio
svn path=/trunk/; revision=19431
2005-11-21 22:45:00 +00:00
Magnus Olsen 38785d9b05 small cleanup and bugfix
svn path=/trunk/; revision=19430
2005-11-21 22:16:31 +00:00
Gé van Geldorp 05c9aefc02 Clean zlib host files
svn path=/trunk/; revision=19429
2005-11-21 22:05:22 +00:00
Magnus Olsen c1846c1208 implement soundSetData
svn path=/trunk/; revision=19428
2005-11-21 22:01:13 +00:00
Magnus Olsen e6e2bc6ac8 implement soundGetData and WaveThreadSetState
svn path=/trunk/; revision=19427
2005-11-21 21:51:30 +00:00
Filip Navara cfdaa3b11d Be consistent and change #if DBG to #ifdef DBG.
svn path=/trunk/; revision=19426
2005-11-21 21:22:13 +00:00
Magnus Olsen 8b4bd72ee1 Implement WaveThreadGetData
svn path=/trunk/; revision=19425
2005-11-21 21:14:07 +00:00
Christoph von Wittich c902c40ab5 implemented CreateActCtxA, FindActCtxSectionStringA
svn path=/trunk/; revision=19424
2005-11-21 21:09:30 +00:00
Casper Hornstrup a09fa8cc1c Revert 19411
svn path=/trunk/; revision=19423
2005-11-21 20:59:32 +00:00
Magnus Olsen 632b022f53 implement WaveThreadSetData
svn path=/trunk/; revision=19422
2005-11-21 20:56:50 +00:00
Filip Navara d3b6316e84 Generate .dsp files with matching !IF/!ELSEIF and !ENDIF directives to make NMAKE accept them.
svn path=/trunk/; revision=19421
2005-11-21 20:46:55 +00:00
Magnus Olsen 5b5d2b5fd6 waveThread is not longer stub it is alive and do not have all case implement
svn path=/trunk/; revision=19420
2005-11-21 20:41:34 +00:00
Gé van Geldorp 3dd0788855 avifil32 vendor import
svn path=/trunk/; revision=19419
2005-11-21 19:19:13 +00:00
Gé van Geldorp 658fc24476 Remove avifil32 in preparation of vendor import
svn path=/trunk/; revision=19418
2005-11-21 19:15:37 +00:00
Gé van Geldorp 03e2b1ec91 Linux doesn't understand VOID
svn path=/trunk/; revision=19415
2005-11-21 18:58:20 +00:00
Magnus Olsen fb715cbd19 adding code for waveTheard it is not complete yet
svn path=/trunk/; revision=19414
2005-11-21 18:49:41 +00:00
Alex Ionescu 3533bfc92c - Misc janitorial fixes by Brezenbak to fix some MSVC compile errors.
svn path=/trunk/; revision=19413
2005-11-21 18:38:09 +00:00
Brandon Turner 90f9ace5cf don't skip whitespace in echo command. patch by irc:ravelo. bug #1042.
svn path=/trunk/; revision=19412
2005-11-21 18:10:55 +00:00
Casper Hornstrup 34baac2c5c Parse <compilationunit>
svn path=/trunk/; revision=19411
2005-11-21 18:02:28 +00:00
Brandon Turner 76eec82fec update todo with things i have finished.
svn path=/trunk/; revision=19410
2005-11-21 17:53:11 +00:00
Brandon Turner e0c275453f Make all directories in a path that do not already exist. Code in MakeFullPath() based on WINE code.
svn path=/trunk/; revision=19409
2005-11-21 17:50:05 +00:00
Magnus Olsen d03263175a implement some part of waveopen
svn path=/trunk/; revision=19408
2005-11-21 17:44:57 +00:00
Thomas Bluemel 44d01ccfdb Patch by Michael Fritscher <michael@fritscher.net>
- support for more/less lines
- support page up/down and pos1/end keys
- added numeration
- added german translation

svn path=/trunk/; revision=19407
2005-11-21 13:46:20 +00:00
Thomas Bluemel d631c67e57 fixed the ProbeForWriteLargeInteger and ProbeForWriteUlargeInteger macros
svn path=/trunk/; revision=19406
2005-11-21 11:20:11 +00:00
Thomas Bluemel dd2be60406 fixed uninitialized variables warnings by not using/returning totally random data. The code still has a lot of totally broken DWORD->Pointer casts that are going to be a problem on 64 bit architectures...
svn path=/trunk/; revision=19405
2005-11-21 10:49:48 +00:00
Christoph von Wittich d5691f048e added stubs for Wow64DisableWow64FsRedirection, Wow64RevertWow64FsRedirection
svn path=/trunk/; revision=19404
2005-11-21 10:26:27 +00:00
Christoph von Wittich c7aae26f12 import avifil32 from WINE 0.9.1
svn path=/trunk/; revision=19403
2005-11-21 09:51:12 +00:00
Magnus Olsen 237518aa3e prepareing for waveopendevice code adding waveThread as stub
svn path=/trunk/; revision=19400
2005-11-21 01:16:29 +00:00
Magnus Olsen f0327a5b69 remove stub for CallbackWaveDevice, Left todo WODM_OPEN, WODM_WRITE, WODM_GETPOS, WODM_SETVOLUME, WODM_GETVOLUME some code exists but not checked if it is complete or it contain some stub
svn path=/trunk/; revision=19399
2005-11-21 00:56:13 +00:00
Magnus Olsen ec258db7d4 remove the stub of ThreadCallWaveDevice and implement it there it need it.
svn path=/trunk/; revision=19398
2005-11-21 00:16:30 +00:00
Magnus Olsen fa1eae0697 correct some bugs
svn path=/trunk/; revision=19397
2005-11-20 23:25:16 +00:00
Magnus Olsen 529a616638 implement more case to widMessage
svn path=/trunk/; revision=19396
2005-11-20 22:30:01 +00:00
Magnus Olsen b6e3594ee9 implement AUXDM_SETVOLUME now the auxMessage are complete
svn path=/trunk/; revision=19395
2005-11-20 21:59:21 +00:00
Magnus Olsen 55050b7b0d Implement AUXDM_GETVOLUME
svn path=/trunk/; revision=19394
2005-11-20 21:42:23 +00:00
Thomas Bluemel ff5070b1f7 added stub for SetupDiGetClassImageIndex
svn path=/trunk/; revision=19393
2005-11-20 21:29:42 +00:00
Gé van Geldorp 80b04bfdd6 New netapi32 vendor import
svn path=/trunk/; revision=19391
2005-11-20 21:19:17 +00:00
Gé van Geldorp 9cd483ca8e Remove old netapi32 in preparation for a new vendor import
svn path=/trunk/; revision=19390
2005-11-20 21:13:09 +00:00
Magnus Olsen 2898175429 Remove hardcode of Find one device of midiout and wavout now scan for WaveOutXX, WaveInXX, MidiInXX, MidiOutXX, AuxXX.
svn path=/trunk/; revision=19389
2005-11-20 21:12:43 +00:00
Alex Ionescu 81932981fe Fix really stupid typo (thanks Hartmut)
svn path=/trunk/; revision=19388
2005-11-20 20:48:38 +00:00
Hartmut Birr 7619aa3f45 Waiting for a fast mutex should be done in kernel mode.
svn path=/trunk/; revision=19387
2005-11-20 20:45:35 +00:00
Hervé Poussineau 2b72127451 - Fix some error codes
- Add stubs for SetupDiGetClassImageList, SetupDiGetClassImageListExA/W, SetupDiDestroyClassImageList

svn path=/trunk/; revision=19386
2005-11-20 20:19:05 +00:00
Eric Kohl 840ca0f27e - Prepare to delete marked services upon startup.
- ControlService: Implement unloading of drivers.

svn path=/trunk/; revision=19385
2005-11-20 20:18:00 +00:00
Magnus Olsen 5488776a17 implement GetDeviceCapabilities and GetDeviceCount for midMessage
svn path=/trunk/; revision=19383
2005-11-20 19:28:28 +00:00
Thomas Bluemel 096266737b disable defining ntstatus codes in windows.h/winnt.h when using ndk
svn path=/trunk/; revision=19382
2005-11-20 18:54:55 +00:00
Magnus Olsen bf60481a6b auxMessage
implement 
GetDeviceCapabilities
GetDeviceCount

modMessage
implement 
GetDeviceCapabilities

svn path=/trunk/; revision=19381
2005-11-20 17:52:53 +00:00
Gé van Geldorp 118663036e Implement hardware breakpoints and watchpoints
svn path=/trunk/; revision=19380
2005-11-20 17:51:09 +00:00
Gé van Geldorp 9721d43340 Update status
svn path=/trunk/; revision=19379
2005-11-20 17:48:30 +00:00
Alex Ionescu 3fddfc3d33 Beware of the alt+fs slippery finger
svn path=/trunk/; revision=19376
2005-11-20 17:42:44 +00:00
Alex Ionescu ada897443b - Update NDK with proper (when possible) RTL structure names that were previously "under review".
- Update relevant source files to new names.

svn path=/trunk/; revision=19375
2005-11-20 17:16:11 +00:00