Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | |
|\| | ||||
* | | Merge svn changes up to r30848 | Uoti Urpala | 2010-03-10 | |
|\ \ | ||||
* \ \ | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | |
|\ \ \ | ||||
* \ \ \ | Merge svn changes up to r30702 | Uoti Urpala | 2010-03-10 | |
|\ \ \ \ | ||||
* \ \ \ \ | Merge svn changes up to r30694 | Uoti Urpala | 2010-03-10 | |
|\ \ \ \ \ | ||||
* \ \ \ \ \ | Merge svn changes up to r30675 | Uoti Urpala | 2010-03-10 | |
|\ \ \ \ \ \ | ||||
* \ \ \ \ \ \ | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | |
|\ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | |
|\ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ | Merge svn changes up to r30595 | Uoti Urpala | 2010-03-09 | |
|\ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ | Merge svn changes up to r30550 | Uoti Urpala | 2010-03-09 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ | Merge svn changes up to r30529 | Uoti Urpala | 2010-03-09 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ | Merge svn changes up to r30514 | Uoti Urpala | 2010-03-09 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge svn changes up to r30494 | Uoti Urpala | 2010-03-09 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | | | | | * | Fix a syntax error in graph.h. | sesse | 2010-03-09 | |
| | | | | | | | | | | | | * | Add copyright headers. | sesse | 2010-03-09 | |
| | | | | | | | | | | | | * | Style changes as requested by Diego. | sesse | 2010-03-09 | |
| | | | | | | | | | | | | * | Commit files by Steinar Gunderson, forgotten in r30866. | cehoyos | 2010-03-09 | |
| | | | | | | | | | | | | * | Implement DirectShow filter graph. | sesse | 2010-03-08 | |
| | | | | | | | | | | | | * | Correct QuickTime dpi output. | sesse | 2010-03-08 | |
| | | | | | | | | | | | | * | Implement ResumeThread and SignalObjectAndWait. | sesse | 2010-03-08 | |
* | | | | | | | | | | | | | | Restore collapsed whitespace in output messages | Uoti Urpala | 2010-03-07 | |
| | | | | | | | | | | | | * | Fix QuickTime emulated OSErr type. | sesse | 2010-03-06 | |
| | | | | | | | | | | | | * | Implement Win32 mutexes. | sesse | 2010-03-06 | |
| | | | | | | | | | | | | * | Fix semaphore behavior in WaitForSingleObject. | sesse | 2010-03-06 | |
| | | | | | | | | | | | | * | Make Win32 mutex and thread linked lists thread safe. | sesse | 2010-03-06 | |
| | | | | | | | | | | | |/ | ||||
| | | | | | | | | | | | * | Make GetModuleHandle(NULL) return a valid pointer. | sesse | 2010-03-05 | |
| | | | | | | | | | | | * | Partial revert of r30843. | sesse | 2010-03-05 | |
| | | | | | | | | | | | * | Support thread handles in WaitForSingleObject. | sesse | 2010-03-05 | |
| | | | | | | | | | | | * | Make emulated Win32 critical sections thread safe. | sesse | 2010-03-04 | |
| | | | | | | | | | | | * | Fix crashes in CreatePalette by fixing the LOGPALETTE struct. | sesse | 2010-03-04 | |
| | | | | | | | | | | | * | Fix manual reset behavior of Win32 events. | sesse | 2010-03-04 | |
| | | | | | | | | | | | * | Fix return values of WaitForSingleObject when checking an event. | sesse | 2010-03-04 | |
| | | | | | | | | | | |/ | ||||
| | | | | | | | | | | * | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | |
| | | | | | | | | | |/ | ||||
| | | | | | | | | | * | Remove pointless '#if 1' preprocessor directive. | diego | 2010-02-22 | |
| | | | | | | | | | * | Add declaration for exp_EH_prolog_dummy(). | diego | 2010-02-22 | |
| | | | | | | | | |/ | ||||
| | | | | | | | | * | Add public function VideoForWindowsVersion() to the appropriate header file. | diego | 2010-02-21 | |
| | | | | | | | | * | Only #define WIN32_LOADER if it has not been #defined already, fixes warning: | diego | 2010-02-21 | |
| | | | | | | | |/ | ||||
| | | | | | | | * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | |
| | | | | | | |/ | ||||
| | | | | | | * | Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | |
| | | | | | |/ | ||||
| | | | | | * | Add a InitializeCriticalSectionAndSpinCount function. | reimar | 2010-02-18 | |
| | | | | | * | Add a GetModuleHandleW implementation. | reimar | 2010-02-18 | |
| | | | | | * | Use snprintf to ensure we do not write outside the buffer bounds | reimar | 2010-02-18 | |
| | | | | | * | Add header #include for print_wave_header() instead of a forward declaration. | diego | 2010-02-18 | |
| | | | | |/ | ||||
| | | | | * | Directly mark structs as WINE_PACKED where all members are marked as packed. | diego | 2010-02-14 | |
| | | | |/ | ||||
| | | | * | Explain WIN32_LOADER definition hack. | diego | 2010-02-12 | |
| | | | * | Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection. | diego | 2010-02-12 | |
| | | | * | Fix linking of loader test programs when loader is disabled. | diego | 2010-02-12 | |
| | | | * | Add win32 loader support for OS/2 | komh | 2010-02-12 | |
| | | | * | Remove pointless egcs #ifdefs; that compiler was never supported. | diego | 2010-02-11 | |
| | | | * | Remove extern "C" declarations from loader code. | diego | 2010-02-11 |