wine
2002-10-18  Alexandre JulliardAdded wine_memcpy_unaligned function to avoid gcc memcpy
2002-10-18  Michael Günnewig- Add FIND_* constants.
2002-10-18  Michael Günnewig- Add wavefile handler.
2002-10-18  Michael GünnewigFixed memory leak (release AVI stream).
2002-10-18  Stefan LeichterBuildCommDCBAndTimeoutsA: Made the argument parsing...
2002-10-18  Patrik Stridvall- Better .dsp file generation for .exe outputs
2002-10-18  Martin FuchsRemoved warning "SetWindowText(0, ...)" when opening...
2002-10-18  Martin FuchspszText is stored as Unicode, so call DrawTextW() inste...
2002-10-17  Dimitrie O... Instrument SetItemT to change only _one_ item at a...
2002-10-17  Dimitrie O... Unify set_{owner,main}_item functions.
2002-10-17  Dimitrie O... More, better tracing to help nail down some crashes.
2002-10-17  Dimitrie O... Deal with sparsely populated listviews.
2002-10-17  Dimitrie O... Add ability to create an iterator over a range list.
2002-10-17  Dimitrie O... Change the definition of ranges to exclude the upper...
2002-10-17  Dimitrie O... Handle range tracing in a consistent fashion.
2002-10-17  Dimitrie O... Remove dated comments.
2002-10-17  Dimitrie O... Better encapsulation of the ranges concept.
2002-10-17  Alexandre JulliardUse the WOWHandle functions to convert between task...
2002-10-17  Alexandre JulliardBuild a default command-line if the one we received...
2002-10-17  Alexandre JulliardFixed typo in EnumThreadWindows.
2002-10-17  Alexandre JulliardFixed compilation for non-i386.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-17  Malte StarostikAdded progress messages while building font metrics.
2002-10-17  Jason Edmeades- Dont set lighting during draw primitive, rely on...
2002-10-17  Christian CostaImplement OpenGL overriding of surface's flip method.
2002-10-17  Dimitrie O... Notification code cleanup, more traces, etc.
2002-10-17  Dimitrie O... Add/update the listview structures to version 6.0.
2002-10-17  Malte StarostikInitialize winearts's volume level to full, so applicat...
2002-10-17  Jerry JenkinsAdded missing RemoveProp calls.
2002-10-17  Martin FuchsCorrect initial display of file listing.
2002-10-16  Dimitrie O... We need to provide focus info always in ICON mode ...
2002-10-16  Mike McCormackDuplicate selected items list in LISTVIEW_RemoveAllSele...
2002-10-16  Dimitrie O... Remember the global colors in custom draw mode.
2002-10-16  Dimitrie O... Compute only the old state that we're gonna look at.
2002-10-16  Dimitrie O... Instrument SetItemT to avoid repainting if nothing...
2002-10-16  Dimitrie O... Fix bug in edit label when sending the text to the...
2002-10-16  Dimitrie O... Edit label cleanup.
2002-10-16  Dimitrie O... Fix bug in ranges_shift which was corrupting selections.
2002-10-16  Bill MedlandAdd a section on using ODBC.
2002-10-16  Alexandre JulliardImplemented _seh_longjmp_unwind.
2002-10-16  Huw D M DaviesFix the ofn flags setup.
2002-10-16  Christian CostaAssociate texture to the device when GetHandle is calle...
2002-10-16  Dimitrie O... Add comment on what is known about the current state...
2002-10-16  Greg TurnerUse the msvc way to return a struct, fixing wierd problems.
2002-10-16  Martin FuchsImplemented program launching by double click.
2002-10-15  Dimitrie O... Fix iterator creation for LVS_LIST mode.
2002-10-15  Dimitrie O... No longer compute the ill-defined bounds in GetItemMetrics.
2002-10-15  Dimitrie O... Teach GetItemMetrics to deal with subitems in report...
2002-10-15  Dimitrie O... Fix iterator creation for LVS_LIST mode.
2002-10-15  Dimitrie O... Fix iterators to properly deal with LVS_{,SMALL}ICON...
2002-10-15  Dimitrie O... Iterator updates:
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
2002-10-15  Alexandre JulliardFixed reference count handling to support LoadLibrary...
2002-10-15  Martin Fuchs- Fixed building unter native WIN32.
2002-10-15  György 'Nog... Implement [ format specifier.
2002-10-15  Gerald PfeiferSilence warning in hex_from0().
2002-10-15  David HammertonGet descriptor should return correct segment limit.
2002-10-15  Steve LustbaderFix off-by-one error in determining number of arguments.
2002-10-15  Patrik Stridvall- Fixed broken winapi_extract options --{pseudo-,}stub...
2002-10-15  Dimitrie O... Do not merge image with garbage background. Based on...
2002-10-15  Christian NeumairStub for the CryptRegisterOIDFunction function.
2002-10-15  Patrik StridvallUpdated the generated tests.
2002-10-15  Patrik StridvallDon't use a special header file for macros used in...
2002-10-15  Michael GünnewigFixed division by zero, when range is 0.
2002-10-15  Vincent BéronActually compile Wine even if not installing as root.
2002-10-13  Roderick ColenbranderSet DirectX version to 8.1.
2002-10-13  Uwe BonnesAdd function to get size of in-memory resource and...
2002-10-13  Vincent BéronAllow wineinstall to be run from tools/ or from the...
2002-10-13  Jason Edmeades- ClipPlanes work better.
2002-10-13  CarlosAvoid crashes when ofnW->lpstrFile is null.
2002-10-12  Alexandre JulliardRemove no longer used PERQUEUEDATA structure and functions.
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-12  Alexandre JulliardReimplemented GetLastActivePopup to get the information...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Dimitrie O... Rename GetItemHeight to CalculateMaxHeight, for consistency
2002-10-11  Dimitrie O... Use the item box rather than the bounds when invalidating.
2002-10-11  Jason EdmeadesSignificantly improve the lighting code.
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-10-11  Dimitrie O... Unify DrawLargeItem with DrawItem.
2002-10-11  Dimitrie O... Use GetItemMetrics instead of GetItemMeasures.
2002-10-11  Ove KaavenAdded NdrOleAllocate, NdrOleFree, NdrInterfacePointerBu...
2002-10-11  Dimitrie O... Be real tough on internal programming errors.
2002-10-11  Dimitrie O... Remove support for owner drawn listviews in non-REPORT...
2002-10-11  Dimitrie O... Use GetItemMetrics instead of GetItemMeasures when...
2002-10-11  Dimitrie O... Make use of the new GetItemMetrics in HitTest, to avoid...
2002-10-11  Dimitrie O... Separate item metrics computation from positioning
2002-10-11  Patrik Stridvall- Improved alignment and offset calculations.
2002-10-11  Ove KaavenReimplement several RpcServer.* methods in rpc_server.c.
2002-10-11  Greg TurnerAdded missing kernel32 import.
2002-10-11  Alexandre JulliardLVS_OWNERDRAWFIXED should only take effect in REPORT...
2002-10-10  Ove KaavenAdded NdrDllCanUnloadNow, NdrDllGetClassObject, NdrDllR...
2002-10-10  Michael Günnewig- Move the API into a new api.c file.
2002-10-10  Nerijus BaliunasBetter Lithuanian keyboard layout.
2002-10-10  Alexandre JulliardAvoid calling FindExecutable16.
2002-10-10  Eric PouechKeep on moving 16 bit code out of winmm.
2002-10-10  Christian CostaInitialize the DDCAPS structure of the DDRAW object...
2002-10-10  Christian CostaMain_DirectDrawSurface_QueryInterface: enable creation...
2002-10-10  Ove KaavenAdded NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyIn...
2002-10-10  Dimitrie O... Fix drawing bug introduced with the custom notification
next