goma /
wine /
3f44167715917bdb7971e0def2417c9f9dd3e36f - 3f44167 Corrected the alignment of unicode message table strings in wmc, and by Martin Fuchs · 22 years ago
- b3332d7 Converted the server to -DSTRICT. by Alexandre Julliard · 22 years ago
- 8417027 Add documentation on how to modify what --debugmsg +relay reports. by Bill Medland · 22 years ago
- 0dbab63 When deleting an item, remove selection, don't add it! by Dimitrie O. Paun · 22 years ago
- 7521a42 Changed the USER_HEAP_* macros to use HANDLEs instead of HANDLE16s. by Alexandre Julliard · 22 years ago
- 61d9256 Silence some warnings due to casts between pointer and integers of by Michael Stefaniuc · 22 years ago
- bd6590a Fix warnings when converting between an ATOM and a HSZ. by Michael Stefaniuc · 22 years ago
- 0ba3dc7 More traces to help us make sense of the output. by Dimitrie O. Paun · 22 years ago
- c79eb2d Fix ranges insertion bug (specify DPAS_SORTED when searching). by Dimitrie O. Paun · 22 years ago
- a2dd8ec Inspect style bits independently on style change. by Dimitrie O. Paun · 22 years ago
- b50692e Rewrite StyleChanged procedure by Dimitrie O. Paun · 22 years ago
- 323f9c2 Keep track of per-column information inside the listview. by Dimitrie O. Paun · 22 years ago
- a72e9f6 Do not query items that are just being inserted. by Dimitrie O. Paun · 22 years ago
- f8f559f Reorganize things a bit so that we no longer need the 'valid' flag on by Dimitrie O. Paun · 22 years ago
- c07f4cb Added support for BTrees in file header reading. by Eric Pouech · 22 years ago
- 45af492 - Fixed loading of wave files. by Michael Günnewig · 22 years ago
- 6b953ff Fixed very slow loading of index. by Michael Günnewig · 22 years ago
- b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
- 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
- 1682843 Added FIXMEs for metafile and fullhwnd handle conversions that aren't by Alexandre Julliard · 22 years ago
- fdd6db2 Moved EnumObjects16, LineDDA16 and associated glue code to gdi16.c. by Alexandre Julliard · 22 years ago
- 9a8de13 Split out some 16-bit GDI code. by Alexandre Julliard · 22 years ago
- 0ccb9fe Store the original GDI palette functions in pfnSelectPalette and by Alexandre Julliard · 22 years ago
- 034e4df - (try to) implement RpcMgmtWaitServerListen by Greg Turner · 22 years ago
- 15b9ed9 Converted PlayMetaFileRecord and related functions to 32-bit. by Alexandre Julliard · 22 years ago
- 7aee907 Merged wine_call_to_16_long and wine_call_to_16_short into a single function. by Alexandre Julliard · 22 years ago
- 9534d4f Added wine_memcpy_unaligned function to avoid gcc memcpy optimizations. by Alexandre Julliard · 22 years ago
- b26206d - Add FIND_* constants. by Michael Günnewig · 22 years ago
- 4c04e1f - Add wavefile handler. by Michael Günnewig · 22 years ago
- 9af06a4 Fixed memory leak (release AVI stream). by Michael Günnewig · 22 years ago
- acbb639 BuildCommDCBAndTimeoutsA: Made the argument parsing case insensitive. by Stefan Leichter · 22 years ago
- 724c1a6 - Better .dsp file generation for .exe outputs by Patrik Stridvall · 22 years ago
- 4ff0a69 Removed warning "SetWindowText(0, ...)" when opening new windows. by Martin Fuchs · 22 years ago
- fe7d46a pszText is stored as Unicode, so call DrawTextW() instead of DrawTextA(). by Martin Fuchs · 22 years ago
- c18c733 Instrument SetItemT to change only _one_ item at a time. That is, if by Dimitrie O. Paun · 22 years ago
- 8f38417 Unify set_{owner,main}_item functions. by Dimitrie O. Paun · 22 years ago
- 96dca36 More, better tracing to help nail down some crashes. by Dimitrie O. Paun · 22 years ago
- 305fb4c Deal with sparsely populated listviews. Crash on internal corruption. by Dimitrie O. Paun · 22 years ago
- ef4a6fc Add ability to create an iterator over a range list. by Dimitrie O. Paun · 22 years ago
- fa81ec6 Change the definition of ranges to exclude the upper bound. by Dimitrie O. Paun · 22 years ago
- bac3500 Handle range tracing in a consistent fashion. by Dimitrie O. Paun · 22 years ago
- 58b2ad9 Remove dated comments. by Dimitrie O. Paun · 22 years ago
- 66dd824 Better encapsulation of the ranges concept. by Dimitrie O. Paun · 22 years ago
- 011605e Use the WOWHandle functions to convert between task handle and thread by Alexandre Julliard · 22 years ago
- 43701b9 Build a default command-line if the one we received is an empty string. by Alexandre Julliard · 22 years ago
- 4f71615 Fixed typo in EnumThreadWindows. by Alexandre Julliard · 22 years ago
- 54ba29a Fixed compilation for non-i386. by Alexandre Julliard · 22 years ago
- 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
- 11e3523 Rewrote caret implementation to store the information in the server. by Alexandre Julliard · 22 years ago
- f9a486b Added progress messages while building font metrics. by Malte Starostik · 22 years ago
- 6fc8f9f - Dont set lighting during draw primitive, rely on the render state. by Jason Edmeades · 22 years ago
- b47c14a Implement OpenGL overriding of surface's flip method. Remove broken code. by Christian Costa · 22 years ago
- be8189b Notification code cleanup, more traces, etc. by Dimitrie O. Paun · 22 years ago
- 9a01be4 Add/update the listview structures to version 6.0. by Dimitrie O. Paun · 22 years ago
- 41a9b1b Initialize winearts's volume level to full, so applications that don't by Malte Starostik · 22 years ago
- 7d78959 Added missing RemoveProp calls. by Jerry Jenkins · 22 years ago
- 605e7a1 Correct initial display of file listing. by Martin Fuchs · 22 years ago
- 89eb8fd We need to provide focus info always in ICON mode (spotted by Huw Davies). by Dimitrie O. Paun · 22 years ago
- bcfffe7 Duplicate selected items list in LISTVIEW_RemoveAllSelections to by Mike McCormack · 22 years ago
- 3dd4dab Remember the global colors in custom draw mode. by Dimitrie O. Paun · 22 years ago
- ef9adbb Compute only the old state that we're gonna look at. by Dimitrie O. Paun · 22 years ago
- 8d2f722 Instrument SetItemT to avoid repainting if nothing changed. by Dimitrie O. Paun · 22 years ago
- 3c9591b Fix bug in edit label when sending the text to the app. by Dimitrie O. Paun · 22 years ago
- 07a6a39 Edit label cleanup. by Dimitrie O. Paun · 22 years ago
- 6b4a11a Fix bug in ranges_shift which was corrupting selections. by Dimitrie O. Paun · 22 years ago
- 11c8763 Add a section on using ODBC. by Bill Medland · 22 years ago
- acea9d1 Implemented _seh_longjmp_unwind. by Alexandre Julliard · 22 years ago
- 2dcc6f0 Fix the ofn flags setup. by Huw D M Davies · 22 years ago
- b44822a Associate texture to the device when GetHandle is called and perform by Christian Costa · 22 years ago
- da9bac4 Add comment on what is known about the current state of the controls by Dimitrie O. Paun · 22 years ago
- 686b845 Use the msvc way to return a struct, fixing wierd problems. by Greg Turner · 22 years ago
- b5960a1 Implemented program launching by double click. by Martin Fuchs · 22 years ago
- db14dbf Fix iterator creation for LVS_LIST mode. by Dimitrie O. Paun · 22 years ago
- 17dce17 No longer compute the ill-defined bounds in GetItemMetrics. by Dimitrie O. Paun · 22 years ago
- 3a5105c Teach GetItemMetrics to deal with subitems in report mode as well. by Dimitrie O. Paun · 22 years ago
- f378bbd Fix iterator creation for LVS_LIST mode. Use assert() instead of hand-made hack. by Dimitrie O. Paun · 22 years ago
- 3baa344 Fix iterators to properly deal with LVS_{,SMALL}ICON modes. by Dimitrie O. Paun · 22 years ago
- 50b4688 Iterator updates: by Dimitrie O. Paun · 22 years ago
- 9444dd2 Compile fix when all handles are converted to a void*. by Michael Stefaniuc · 22 years ago
- c5c48eb Fixed reference count handling to support LoadLibrary during a process attach. by Alexandre Julliard · 22 years ago
- 3d8820e - Fixed building unter native WIN32. - Fixed display of filenames in tree pane. by Martin Fuchs · 22 years ago
- e022026 Implement [ format specifier. by György 'Nog' Jeney · 22 years ago
- 28a7d3c Silence warning in hex_from0(). by Gerald Pfeifer · 22 years ago
- 14e81e8 Get descriptor should return correct segment limit. by David Hammerton · 22 years ago
- 3bdfc9f Fix off-by-one error in determining number of arguments. by Steve Lustbader · 22 years ago
- cff9058 - Fixed broken winapi_extract options --{pseudo-,}stub-statistics. by Patrik Stridvall · 22 years ago
- 0bc4b56 Do not merge image with garbage background. Based on a patch by Carlos by Dimitrie O. Paun · 22 years ago
- 0ee7073 Stub for the CryptRegisterOIDFunction function. by Christian Neumair · 22 years ago
- ebf582c Updated the generated tests. by Patrik Stridvall · 22 years ago
- 90fb046 Don't use a special header file for macros used in generated tests. by Patrik Stridvall · 22 years ago
- 2cf9256 Fixed division by zero, when range is 0. by Michael Günnewig · 22 years ago
- fc144ad Actually compile Wine even if not installing as root. by Vincent Béron · 22 years ago
- 16ae4e6 Set DirectX version to 8.1. by Roderick Colenbrander · 22 years ago
- e14cfc4 Add function to get size of in-memory resource and used this function by Uwe Bonnes · 22 years ago
- 0e668bb Allow wineinstall to be run from tools/ or from the main Wine directory. by Vincent Béron · 22 years ago
- 37d4078 - ClipPlanes work better. - Culling now configures itself properly. by Jason Edmeades · 22 years ago
- cfc4082 Avoid crashes when ofnW->lpstrFile is null. by Carlos · 22 years ago
- 618c184 Remove no longer used PERQUEUEDATA structure and functions. by Alexandre Julliard · 22 years ago
- a9e8f59 Moved mouse capture handling into the server. by Alexandre Julliard · 22 years ago
- 0b850f9 Reimplemented GetLastActivePopup to get the information from the server. by Alexandre Julliard · 22 years ago