projects
/
wine
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wine
2003-06-13
Marcus Meissner
Fixed index handling for multi dimensional arrays.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Tom Wickline
- cosmetic fixes
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Sylvain Petreolle
Show that TCP/IP is installed to windows apps, like...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Eric Pouech
Added support for overlapped ioctl requests (and a...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Eric Pouech
If (n)curses wasn't available at compile time:
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Paul Bain
Put IID_IDirectInputDevice2A back in
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Lionel Ulmer
Be more stringent in the 'Lock' invalid RECT check.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Lionel Ulmer
Upgrade OpenGL thunks with latest version of OpenGL...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Robert Shearman
- Make button text centre correctly when dropdown arrow...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Francois Gouget
Add stubs for some new WinXP APIs.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Francois Gouget
Add a stub for CompareSecurityIds (new in WinXP).
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Lionel Ulmer
Fix the BLT COLOR_FILL case.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Jukka Heinonen
Split timer code into separate source file.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-13
Gregory M....
- paranoia: eliminate some global variables
commit
|
commitdiff
|
tree
|
snapshot
2003-06-07
Rok Mandeljc
- added debug
commit
|
commitdiff
|
tree
|
snapshot
2003-06-07
Arjen Nienhuis
New implementation of GdiGradientFill using integer...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-07
Christian Costa
Fix SetDataFormat and implement GetDeviceInfo for mouse...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-07
Mike Hearn
Add a drive mapping for root to the default configurati...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-07
Mike Hearn
Check for /lib/tls directory for Red Hat 9.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-07
Kester Maddock
Check for a null pointer in WS_setsockopt.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-07
Mike Hearn
Protect WDML_GetConv against null handles.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-07
Steven Edwards
Separate Win16 and Win32 font dialog support.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-07
Eric Pouech
Correctly convert into EXCEPTION_RECORD SIGTRAPs receiv...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-06
Sylvain Petreolle
Implemented wininet.InternetGetConnectedStateEx.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-06
Dimitrie O...
Align the text vertically in single line labels (spotte...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-06
Raphael Junqueira
Fixed compilation problems.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-06
Martin Fuchs
Stub implementation for _Gettnames.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-06
Mike McCormack
Always return FALSE when doing an overlapped ConnectNam...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-06
Ingmar Thiemann
Implemented PolyTextOutA/PolyTextOutW.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-06
Robert Shearman
- Support a few more flags
commit
|
commitdiff
|
tree
|
snapshot
2003-06-06
Jukka Heinonen
Pending timer interrupts no longer deadlock DOSVM_Wait.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- fix the texture upload code when RECT is actually...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- Viewport hack to get some old D3D1 games to work
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- small TRACEing fix
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- fix (stupid) regressions introduced by last series...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- some GL critical section fixes
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- proper (tested on Win2K) reference counting for Direc...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
Fixed a bug in the FrameBuffer => Texture blits.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- added RECT support to the texture upload code
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- some clean-ups (extension code to be added soon)
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
Refactoring of the texture upload code.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
Fix texture parameters handling on texture change.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- remove some extraneous saving of the read buffer...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- protect viewport setting with GL lock
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
Some threading fixes (prevents some dead-locks).
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- implement FB => Texture blits
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Raphael Junqueira
- cleaning of volume.c/volumetexture.c as done previous...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Raphael Junqueira
- add a new private header d3dcore_gl.h that declares...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Raphael Junqueira
- some cleanup and warning fixes
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Jason Edmeades
Fix the glRead call when pRect != NULL, resolve the...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Raphael Junqueira
- fix another time the stupid locking bug (i had alread...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Raphael Junqueira
- pixel shader program dump code
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Jason Edmeades
Add support for a lot of the remaining texture ops...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Raphael Junqueira
- some cleanups
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Jason Edmeades
Correct specular enable renderstate.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Jason Edmeades
Avoid the use of glGet when we know the information...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Jason Edmeades
Opengl 1.4 added stencil wrap support as per directx...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Raphael Junqueira
- implemented render to surfaces (and render to new...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
- do not search for attached surfaces if the texture...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Yorick Hardy
Added the D3DTBLEND_DECAL render state.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Francois Gouget
Fix some typos.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Robert Reif
Added a dynamically growing ring buffer for oss, alsa...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Tom Wickline
Updated my e-mail address.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Paul Laufer
Work around for flex brain damage.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Marcus Meissner
Implemented localeconv() with libc function.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Antonio Larrosa...
Added CLOCKS_PER_SEC.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Antonio Larrosa...
Added WSASetEvent forward.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Tom Wickline
Added 10 new mci extensions.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Mike Hearn
Update listbox directory mode to new FindFirstFile...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Vitaliy Margolen
DrawTextEx: honor clipping for underscores.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Robert Reif
Added DirectSound entries.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Jason Edmeades
With >256 colours, there is no need to realize a palett...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Dimitrie O...
Remove bFirstPain funky optimization, it is causing...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Jukka Heinonen
Migrate most int21 ioctl routines to winedos.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Lionel Ulmer
Implemented a semi-stub for GetProcessPriorityBoost.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Dmitry Timoshkov
Revert some really unwanted changes to the DDE code.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Yorick Hardy
Improve CDROM_GetIdeInterface (becomes CDROM_GetInterfa...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Yorick Hardy
Include sys/time.h for struct timeval definition.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Yorick Hardy
Use SA_RESTART on NetBSD.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Jukka Heinonen
Wineconsole curses backend now works even if terminal...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Jukka Heinonen
Timer routines must check for NULL timer name.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Eric Pouech
- added some missing strings to resources
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Alexandre Julliard
Authors: Mike McCormack <mike@codeweavers.com>, Lionel...
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Mark Westcott
DInput keyboard handling checks for incoming X11 events.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Ove Kaaven
Preliminary support for COM apartments.
commit
|
commitdiff
|
tree
|
snapshot
2003-06-04
Jason Edmeades
Fill in lots of unimplemented render states.
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Duane Clark
Fix compile error.
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Alexandre Julliard
Start to make use of the proper PEB structure for process
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Alexandre Julliard
Warning fix.
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Alexandre Julliard
Beep() is still needed in ntdll, move it back to some...
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Alexandre Julliard
Added dependency on libntdll to make sure that everythi...
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Robert Reif
Add 3d primary and secondary buffer tests.
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Robert Reif
- make parameter checking and error notification consistent
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Lionel Ulmer
- remove fogging too when doing the flush of the frame...
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Maxime Bellengé
Fix listview custom draw notification for CDDS_ITEMPREP...
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Ove Kaaven
DCOM IDL file based on the DCOM specification.
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Ove Kaaven
Initial support for RPC call failures, by catching...
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Jason Edmeades
Avoid setting and resetting the same values when there...
commit
|
commitdiff
|
tree
|
snapshot
2003-05-22
Robert Shearman
Update ordering on insertion of an item.
commit
|
commitdiff
|
tree
|
snapshot
2003-05-21
Mike McCormack
Remove code that starts wineshelllink, instead create...
commit
|
commitdiff
|
tree
|
snapshot
next