2009-11-11 |
Johannes Anderwald | - Fix building of cmidriver |
commit | commitdiff | tree |
2009-11-11 |
Aleksey Bragin | [rosapps] |
commit | commitdiff | tree |
2009-11-11 |
Sylvain Petreolle | forgot that one |
commit | commitdiff | tree |
2009-11-11 |
Sylvain Petreolle | [12:14] <Usurp> kjk_hyperion: i dont understand where... |
commit | commitdiff | tree |
2009-11-11 |
KJK::Hyperion | modified regtests/crt/crt_regtest.rbuild |
commit | commitdiff | tree |
2009-11-11 |
KJK::Hyperion | More _CRTIMP love for non-ANSI symbols |
commit | commitdiff | tree |
2009-11-11 |
Johannes Anderwald | - Fix problem with ASSERT & ASSERTMSG when compiled... |
commit | commitdiff | tree |
2009-11-11 |
Johannes Anderwald | [KS] |
commit | commitdiff | tree |
2009-11-11 |
Christoph von... | return TRUE in ReadFile if there is nothing to read |
commit | commitdiff | tree |
2009-11-11 |
Christoph von... | sync shell32 winetest to wine 1.1.32 |
commit | commitdiff | tree |
2009-11-11 |
KJK::Hyperion | modified Makefile |
commit | commitdiff | tree |
2009-11-11 |
KJK::Hyperion | modified lib/3rdparty/mingw/mingw.rbuild |
commit | commitdiff | tree |
2009-11-11 |
KJK::Hyperion | Non-ANSI names need _CRTIMP too |
commit | commitdiff | tree |
2009-11-10 |
Stefan Ginsberg | - Missed in previous commit: Fix VideoPortEnable/Disabl... |
commit | commitdiff | tree |
2009-11-10 |
Stefan Ginsberg | - Fix HalDisableSystemInterrupt -- it doesn't return... |
commit | commitdiff | tree |
2009-11-10 |
Dmitry Gorbachev | Fix Japanese bug #4776. |
commit | commitdiff | tree |
2009-11-10 |
Christoph von... | sync shlwapi to wine 1.1.32 |
commit | commitdiff | tree |
2009-11-10 |
Christoph von... | sync SHGetFileInfo and CommandLineToArgvW to wine 1... |
commit | commitdiff | tree |
2009-11-10 |
Christoph von... | partial shell32 sync to wine 1.1.32 |
commit | commitdiff | tree |
2009-11-10 |
Christoph von... | fix ILCreateControlPanel and ILCreatePrinters |
commit | commitdiff | tree |
2009-11-10 |
Christoph von... | sync shell32/shelllink to wine 1.1.32 |
commit | commitdiff | tree |
2009-11-10 |
Stefan Ginsberg | - Correct author of freeze.c (code was copied from... |
commit | commitdiff | tree |
2009-11-10 |
Stefan Ginsberg | - Fix missing initialization of KdComPortInUse, contain... |
commit | commitdiff | tree |
2009-11-10 |
Johannes Anderwald | [KS] |
commit | commitdiff | tree |
2009-11-10 |
Johannes Anderwald | - Remove ASSERT && add param checks |
commit | commitdiff | tree |
2009-11-10 |
Johannes Anderwald | [PORTCLS] |
commit | commitdiff | tree |
2009-11-10 |
Timo Kreuzer | fix a preprocessor bug |
commit | commitdiff | tree |
2009-11-09 |
Stefan Ginsberg | - Add KCALLOUT_FRAME to define the kernel callback... |
commit | commitdiff | tree |
2009-11-09 |
Stefan Ginsberg | - Fix unsigned/signed compare, spotted by Christoph |
commit | commitdiff | tree |
2009-11-09 |
Stefan Ginsberg | - Implement the generic bus handler support and initial... |
commit | commitdiff | tree |
2009-11-09 |
KJK::Hyperion | ... on the other hand, O_BINARY is a Win32 thing |
commit | commitdiff | tree |
2009-11-09 |
KJK::Hyperion | modified base/shell/explorer/notifyhook/notifyhook.def |
commit | commitdiff | tree |
2009-11-09 |
KJK::Hyperion | modified tools/pefixup.c |
commit | commitdiff | tree |
2009-11-09 |
Stefan Ginsberg | - Set and check for the correct PTE write bits on x86... |
commit | commitdiff | tree |
2009-11-09 |
Stefan Ginsberg | - Fix build with neither KDBG or _WINKD_ defined -... |
commit | commitdiff | tree |
2009-11-09 |
Johannes Anderwald | - Fix bug introduced 18942 revisions ago |
commit | commitdiff | tree |
2009-11-09 |
Dmitry Gorbachev | Simple optimization in RApps. Patch by Love Nystrom... |
commit | commitdiff | tree |
2009-11-08 |
Stefan Ginsberg | - HAL uses HARDWARE_PTE, not MMPTE_HARDWARE, so remove... |
commit | commitdiff | tree |
2009-11-08 |
Stefan Ginsberg | - Fix work around for the cmpxchg8b lock errata work... |
commit | commitdiff | tree |
2009-11-08 |
Stefan Ginsberg | - Add freeze.c to the build too |
commit | commitdiff | tree |
2009-11-08 |
Stefan Ginsberg | - Move processor freeze support out from x86 cpu.c... |
commit | commitdiff | tree |
2009-11-08 |
Stefan Ginsberg | - Make WinLdr's loading screen display the boot method... |
commit | commitdiff | tree |
2009-11-08 |
Stefan Ginsberg | - Fix _WINKD_ build breakage from 44023 -- missed to... |
commit | commitdiff | tree |
2009-11-08 |
Stefan Ginsberg | - Disable the MiCacheImageSymbols call in MmLoadSystemI... |
commit | commitdiff | tree |
2009-11-08 |
Stefan Ginsberg | - Add HAL PCI tables required for future work. |
commit | commitdiff | tree |
2009-11-07 |
Cameron Gutman | - Stop using the TCPLock to protect all entries into... |
commit | commitdiff | tree |
2009-11-07 |
Aleksey Bragin | - Add defines needed by explorer-new. Fixes build. |
commit | commitdiff | tree |
2009-11-07 |
Aleksey Bragin | - Remove accidentally committed Wineisms. Build is... |
commit | commitdiff | tree |
2009-11-07 |
Aleksey Bragin | [comctl32] |
commit | commitdiff | tree |
2009-11-07 |
Aleksey Bragin | - Update commctrl.h to Wine-1.1.31. |
commit | commitdiff | tree |
2009-11-07 |
KJK::Hyperion | Fix keyboard navigation of menus (up/down keys) |
commit | commitdiff | tree |
2009-11-07 |
Cameron Gutman | - Remove TCPSleep and TCPWakeup (we make all oskittcp... |
commit | commitdiff | tree |
2009-11-07 |
KJK::Hyperion | Unbreak build |
commit | commitdiff | tree |
2009-11-07 |
KJK::Hyperion | globally-defined CFLAGS, CXXFLAGS, etc. will now work... |
commit | commitdiff | tree |
2009-11-07 |
KJK::Hyperion | Don't uppercase module name in _TARGET macros. This... |
commit | commitdiff | tree |
2009-11-07 |
Johannes Anderwald | [DSOUND] |
commit | commitdiff | tree |
2009-11-07 |
Johannes Anderwald | - Add a few constants and types required event handling |
commit | commitdiff | tree |
2009-11-07 |
Sylvain Petreolle | Report spoolsv service status at startup. |
commit | commitdiff | tree |
2009-11-07 |
Johannes Anderwald | [DSOUND_NEW] |
commit | commitdiff | tree |
2009-11-06 |
Stefan Ginsberg | - Refactor stubbed HAL resource report slightly. |
commit | commitdiff | tree |
2009-11-06 |
Arch Blackmann | Whiners... |
commit | commitdiff | tree |
2009-11-06 |
Arch Blackmann | Implement printout the the state tables. It seems to... |
commit | commitdiff | tree |
2009-11-06 |
Johannes Anderwald | - Fix check |
commit | commitdiff | tree |
2009-11-06 |
Arch Blackmann | Implement support for writing the virtual key to WCHAR... |
commit | commitdiff | tree |
2009-11-06 |
Arch Blackmann | Add table of shift state combinations, and add table... |
commit | commitdiff | tree |
2009-11-05 |
Arch Blackmann | Print out more state-related tables and information... |
commit | commitdiff | tree |
2009-11-05 |
Michael Martin | [cdfs] |
commit | commitdiff | tree |
2009-11-05 |
Arch Blackmann | Add more support for shift state output. The tool now... |
commit | commitdiff | tree |
2009-11-05 |
Arch Blackmann | Generate modifier table. Generate extended scancode... |
commit | commitdiff | tree |
2009-11-05 |
Arch Blackmann | Add table of modifiers. |
commit | commitdiff | tree |
2009-11-05 |
Arch Blackmann | Create layout entries for built-in non-redefined scanco... |
commit | commitdiff | tree |
2009-11-05 |
Aleksey Bragin | [shell32] |
commit | commitdiff | tree |
2009-11-05 |
Aleksey Bragin | [shell32] |
commit | commitdiff | tree |
2009-11-05 |
Arch Blackmann | The tool now generates 75% of a typical keyboard layout... |
commit | commitdiff | tree |
2009-11-05 |
Arch Blackmann | Now write out the DEF file (okay that was too easy). |
commit | commitdiff | tree |
2009-11-05 |
Arch Blackmann | Kbdtool can now create the resource (RC) file as well! |
commit | commitdiff | tree |
2009-11-04 |
Stefan Ginsberg | - Convert one more __invlpg to KeInvalidateTlbEntry |
commit | commitdiff | tree |
2009-11-04 |
Stefan Ginsberg | - Oh snap. KDBG is not dead yet. |
commit | commitdiff | tree |
2009-11-04 |
Arch Blackmann | Holy shit Batman! KbdTool can now write out the keyboar... |
commit | commitdiff | tree |
2009-11-04 |
Stefan Ginsberg | - Implement support for reading and writing physical... |
commit | commitdiff | tree |
2009-11-04 |
Arch Blackmann | Refactoring and cleanup. Start fleshing out the output... |
commit | commitdiff | tree |
2009-11-04 |
Stefan Ginsberg | - Finish the work around for the Pentium cmpxchg8b... |
commit | commitdiff | tree |
2009-11-04 |
Arch Blackmann | Add some helpful debug output to LAYOUT parsing, and... |
commit | commitdiff | tree |
2009-11-04 |
Arch Blackmann | Implement getCharacterInfo so the tool can now handle... |
commit | commitdiff | tree |
2009-11-04 |
Christoph von... | sync wininet with wine 1.1.32 |
commit | commitdiff | tree |
2009-11-04 |
Arch Blackmann | Started adding support for reading the different charac... |
commit | commitdiff | tree |
2009-11-04 |
Johannes Anderwald | - Add sanity checks |
commit | commitdiff | tree |
2009-11-04 |
Johannes Anderwald | [KS] |
commit | commitdiff | tree |
2009-11-03 |
Arch Blackmann | Start implementing the long task of DoLAYOUT to process... |
commit | commitdiff | tree |
2009-11-03 |
Johannes Anderwald | - Fix checking of flags found by Ged |
commit | commitdiff | tree |
2009-11-03 |
Johannes Anderwald | - Implement IDirectSoundCaptureBuffer8::Lock, IDirectSo... |
commit | commitdiff | tree |
2009-11-03 |
Johannes Anderwald | - Fix one more dsound_winetest dsound8 failure |
commit | commitdiff | tree |
2009-11-03 |
Aleksey Bragin | [csrss] |
commit | commitdiff | tree |
2009-11-03 |
Aleksey Bragin | [csrss] |
commit | commitdiff | tree |
2009-11-03 |
Johannes Anderwald | [DSOUND] |
commit | commitdiff | tree |
2009-11-03 |
Johannes Anderwald | - Partially revert 43747 |
commit | commitdiff | tree |
2009-11-03 |
Johannes Anderwald | - Add a few sanity checks |
commit | commitdiff | tree |
2009-11-02 |
Stefan Ginsberg | - There is no reason to use the Kf* routines for IRQL... |
commit | commitdiff | tree |
2009-11-02 |
Stefan Ginsberg | - Document what the 'NoBuses' member in the PCI_REGISTR... |
commit | commitdiff | tree |
2009-11-02 |
Cameron Gutman | - Rework our oskittcp signalling |
commit | commitdiff | tree |
next |