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