2002-10-09 |
Huw Davies | Added A3 paper size. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Michael Stefaniuc | Fix handle conversions. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Patrik Stridvall | Fixed test to not fail behind firewalls or without... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Patrik Stridvall | Reorganized the code for better support of data structu... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Alexandre Julliard | Release 20021007. wine-20021007 |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Dimitrie O... | Fixed bug that caused item texts to be empty. |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Michael Günnewig | Implemented the MS RLE video codec. |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Jukka Heinonen | Add support for interrupts in 32-bit code. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Fix nasty bug generated by UINT vs. INT (resulted in... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Cleaned up the rectangle handling, and fixed numerous... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Greg Turner | Added skeleton for rpcrt4 unit test with some UUID... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Greg Turner | Implemented UuidCompare. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Ove Kaaven | Implemented RpcBindingInqObject, RpcBindingSetObject, |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Steve Lustbader | Provide stubs for Create/DeleteTimerQueueTimer. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Paul Rupe | Fix inaccurate listview scrolling with PgUp/Down and... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Stefan Leichter | Added stubs for capCreateCaptureWindowA/W to get freeVC... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Fix silly bug in SetItemPosition (we should set it... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Maintain the item position in {,SMALL}ICON mode separat... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Cleanup the SetItemPosition interface. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Remove the COUNT_OF macro. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Fixes bug which rendered virtual listboxes always empty. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Cleanup, and clarify the handling of the various rectan... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Cleanup of the way we maintain/lookup the item count. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Fix focus handling for owner draw listviews. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Dimitrie O... | Fix potential bug in RemoveAllItems. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Steve Lustbader | Implement GetUserDefaultUILanguage and GetSystemDefault... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Jason Edmeades | Various fixes, typos corrected and clarifying trace... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Eric Pouech | Added support for several soundcard. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Eric Pouech | Got rid of recursion in sub device opening. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Eric Pouech | Let wave(Out|In)Open call the wave mapper when the... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Eric Pouech | Fixed segv when incorrect command line arguments where... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Eric Pouech | Fixed IMA ACM definition. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Eric Pouech | Minor comments cleanups. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Eric Pouech | Fixed some NULL pointer handling errors. |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Dimitrie O... | Reimplement GetSubItemRect, subitem setting optimizations. |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Dimitrie O... | Fix bug in OWNERDATA selection handling. |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Dimitrie O... | Fix onwer-draw REPORT for broken apps. |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Dimitrie O... | Streamline the GetItem usage. |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Dimitrie O... | Fix condition so we actually store the state in virtual... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Dimitrie O... | - Effective optimization in GetNextItem (speeds up... |
commit | commitdiff | tree | snapshot |
2002-10-05 |
Dimitrie O... | Rewrite the begin/end label edit procedures. |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Dimitrie O... | Fixed large item focus handling for virtual listviews... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Dimitrie O... | Do not blindly trust GetItem to succeed -- check the... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Dimitrie O... | Do not send uninitialized data in notification to appli... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Dmitry Timoshkov | Fixed atom test to work on Windows. |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Dmitry Timoshkov | Added a prototype code page test. Fixed issue regarding... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Alexandre Julliard | Fixed printf formats for -DSTRICT handles. |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Dimitrie O... | - Fix nasty bug in REPORT mode, when calculating the... |
commit | commitdiff | tree | snapshot |
2002-10-04 |
Alexandre Julliard | Implemented UuidFromString[AW] based on CLSIDFromString |
commit | commitdiff | tree | snapshot |
2002-10-03 |
György 'Nog... | Abort with error if the app uses our api to subclass... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Steve Lustbader | Implemented GetDateFormatW. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Ove Kaaven | Added UuidCreateNil, UuidEqual and UuidIsNil. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Alexandre Julliard | Moved CreateBrushIndirect16 and CreateDIBPatternBrush16... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Alexandre Julliard | Removed LPxxx handle types that don't exist under Windows. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Alexandre Julliard | Removed error message that confuses users. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Alexandre Julliard | Build tests with -DSTRICT. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Dimitrie O... | - Reorganize DrawItem. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Alexandre Julliard | Added support for multiple object namespaces, and a... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Alexandre Julliard | Fixed GDI heap selector handling broken by previous... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
György 'Nog... | Use the new Subclassing API. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Dimitrie O... | Fancy/optimized EnsureVisible method that eliminates... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
György 'Nog... | Implemented {G|S}etWindowSubClass, DefSubclassProc, |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Dimitrie O... | - Fix the subitem drawing code. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Patrik Stridvall | Added some more autogenerated tests. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Patrik Stridvall | - Minor improvements. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
György 'Nog... | Added a couple of defines. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Dimitrie O... | Fix Validate{Rect,Rgn} prototypes. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Alexandre Julliard | Preliminary support for dumping NE binaries. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Dimitrie O... | - Fix the state icon handling. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Alexandre Julliard | except_handler3: Set correct %ebp when calling exceptio... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Alexandre Julliard | Enable anti-aliasing for all font sizes. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Greg Turner | CreateDC: handle (nil, <string>, ...) gracefully if... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Dimitrie O... | - Rework the {Insert,Delete}Column functions. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Alexandre Julliard | Make sure things still work if 16-bit dlls cannot be... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Alexandre Julliard | Added --disable-win16 configure option. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Alexandre Julliard | Fixed warnings. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Alexandre Julliard | Added EUC-JP encoding as codepage 20932 (with the help... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Patrik Stridvall | - API file update. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Patrik Stridvall | Added some more useful macros. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Alexandre Julliard | Moved X flags and libraries out of Make.rules into... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Alexandre Julliard | Use correct 16-bit resources to avoid warnings. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Francois Gouget | Update documentation of how to invoke winedbg. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Patrik Stridvall | Added new autogenerated test for data structure packing. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Patrik Stridvall | - Added a new tool winapi_test for generating tests. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Patrik Stridvall | Added a GNU C implementation of some of the DECLSPEC_... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Dimitrie O... | - Fix LIST mode, broken by previous changes. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Jeff Smith | PathIsExe: corrected and added executable types. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Guy L. Albertelli | - The TTM_ message needed to be in correct order. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Paul Rupe | Prevent crash when listview trace logging is on. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Christian Costa | Implement SwapTextureHandles method. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
György 'Nog... | Define SNDMSG. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Greg Turner | Attempt at handling 'k' and 'B' symbols. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Guy Albertelli | - Eliminate extra background fills. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Alexandre Julliard | Fixed a couple of bugs in the debugger startup. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Alexandre Julliard | Don't build d3d8 if we don't have OpenGL support. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Alexandre Julliard | Added check for OpenGL. |
commit | commitdiff | tree | snapshot |
2002-09-29 |
György 'Nog... | Added {G|S}etWindowLongPtr. |
commit | commitdiff | tree | snapshot |
next |