2002-10-10 |
Michael Günnewig | - Move the API into a new api.c file. |
tree | commitdiff |
2002-10-10 |
Nerijus Baliunas | Better Lithuanian keyboard layout. |
tree | commitdiff |
2002-10-10 |
Alexandre Julliard | Avoid calling FindExecutable16. |
tree | commitdiff |
2002-10-10 |
Eric Pouech | Keep on moving 16 bit code out of winmm. |
tree | commitdiff |
2002-10-10 |
Christian Costa | Initialize the DDCAPS structure of the DDRAW object... |
tree | commitdiff |
2002-10-10 |
Christian Costa | Main_DirectDrawSurface_QueryInterface: enable creation... |
tree | commitdiff |
2002-10-10 |
Ove Kaaven | Added NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyIn... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix drawing bug introduced with the custom notification |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Simplify the report mode, and item drawing considerably. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Handle custom draw notifications properly. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Remove superfluous abstractions which make the code... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Move the custom draw notifications into the Draw.*Item... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Move the custom draw item notifications down into DrawL... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix silly redraw bug introduced in previous patch. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Implement WM_SETREDRAW properly. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Rework the mouse click notifications |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Use (semi)standard HitTest, rather then our own little... |
tree | commitdiff |
2002-10-10 |
Eric Pouech | Moved out 16 bit code. |
tree | commitdiff |
2002-10-10 |
Eric Pouech | Removed no longer needed list of instance data. |
tree | commitdiff |
2002-10-10 |
Lionel Ulmer | Added some TRACEs to the ddraw code. |
tree | commitdiff |
2002-10-10 |
Ove Kaaven | Implement the CStdStubBuffer methods. |
tree | commitdiff |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
tree | commitdiff |
2002-10-10 |
Ove Kaaven | IUnknown_[QAR]_Proxy implementations, VTbl construction... |
tree | commitdiff |
2002-10-10 |
Steve Lustbader | Provide a stub for GetComboBoxInfo. |
tree | commitdiff |
2002-10-10 |
Uwe Bonnes | More stubs. |
tree | commitdiff |
2002-10-10 |
Ove Kaaven | Stubby NdrClientCall2 & some header changes. |
tree | commitdiff |
2002-10-10 |
Steve Lustbader | Provide stub for SetupDiGetClassDevsW. |
tree | commitdiff |
2002-10-10 |
Paul Rupe | Scroll the listview when doing multiple selections. |
tree | commitdiff |
2002-10-10 |
Ove Kaaven | Implemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcRecei... |
tree | commitdiff |
2002-10-10 |
Alexandre Julliard | Fixed sign extension bug in EH_prolog, and made tryleve... |
tree | commitdiff |
2002-10-10 |
Alexandre Julliard | Make sure all Zw functions whose Nt equivalent is imple... |
tree | commitdiff |
2002-10-10 |
Francois Gouget | The NAS headers and libraries are sometimes stored... |
tree | commitdiff |
2002-10-10 |
Eric Pouech | Started putting all 16 bit code in separate files. |
tree | commitdiff |
2002-10-10 |
Michael Günnewig | Prevent some segfaults in msrle32. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Narrow down the items we iterate over in LIST, and... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Draw _only_ the items that are invalidated. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Reimplement FindItem (cleaner, faster, more compliant... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Rewrite HitTest to make it pretty, and very fast. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Introduce the notion of item iterators, and use them... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Separate range manipulation functions from selection... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix large item label calculation when not focused. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix focus handling when deleting items, or changing... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix large item handling focus in ICON mode. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | No need to go through the heavy duty rect computation... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Factor out owner draw code, so that it works for all... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Factor out the computation of item position, so it... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Unify LISTVIEW_UpdateLargeItemLabelRect, and GetItemMea... |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Get rid of 'goto's in GetItemMeasures. |
tree | commitdiff |
2002-10-10 |
Dimitrie O. Paun | Fix braino in calculation of LVS_LIST origin. |
tree | commitdiff |
2002-10-09 |
Eric Pouech | Fixed some multi-sound card related bugs. |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Avoid infinite SendMessage recursion, just like Windows... |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Fixed buffer size in _ultoa (spotted by Joerg Mayer). |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Fixed file descriptor corruption. |
tree | commitdiff |
2002-10-09 |
Jeff Smith | Spelling corrections. |
tree | commitdiff |
2002-10-09 |
Michael Stefaniuc | Fix handle conversions. |
tree | commitdiff |
2002-10-09 |
Patrik Stridvall | Fixed test to not fail behind firewalls or without... |
tree | commitdiff |
2002-10-08 |
Dimitrie O. Paun | Fixed bug that caused item texts to be empty. |
tree | commitdiff |
2002-10-08 |
Michael Günnewig | Implemented the MS RLE video codec. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Fix nasty bug generated by UINT vs. INT (resulted in... |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Cleaned up the rectangle handling, and fixed numerous... |
tree | commitdiff |
2002-10-07 |
Greg Turner | Added skeleton for rpcrt4 unit test with some UUID... |
tree | commitdiff |
2002-10-07 |
Greg Turner | Implemented UuidCompare. |
tree | commitdiff |
2002-10-07 |
Ove Kaaven | Implemented RpcBindingInqObject, RpcBindingSetObject, |
tree | commitdiff |
2002-10-07 |
Steve Lustbader | Provide stubs for Create/DeleteTimerQueueTimer. |
tree | commitdiff |
2002-10-07 |
Paul Rupe | Fix inaccurate listview scrolling with PgUp/Down and... |
tree | commitdiff |
2002-10-07 |
Stefan Leichter | Added stubs for capCreateCaptureWindowA/W to get freeVC... |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Fix silly bug in SetItemPosition (we should set it... |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Maintain the item position in {,SMALL}ICON mode separat... |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Cleanup the SetItemPosition interface. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Remove the COUNT_OF macro. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Fixes bug which rendered virtual listboxes always empty. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Cleanup, and clarify the handling of the various rectan... |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Cleanup of the way we maintain/lookup the item count. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Fix focus handling for owner draw listviews. |
tree | commitdiff |
2002-10-07 |
Dimitrie O. Paun | Fix potential bug in RemoveAllItems. |
tree | commitdiff |
2002-10-07 |
Steve Lustbader | Implement GetUserDefaultUILanguage and GetSystemDefault... |
tree | commitdiff |
2002-10-07 |
Jason Edmeades | Various fixes, typos corrected and clarifying trace... |
tree | commitdiff |
2002-10-07 |
Eric Pouech | Added support for several soundcard. |
tree | commitdiff |
2002-10-07 |
Eric Pouech | Got rid of recursion in sub device opening. |
tree | commitdiff |
2002-10-07 |
Eric Pouech | Let wave(Out|In)Open call the wave mapper when the... |
tree | commitdiff |
2002-10-07 |
Eric Pouech | Minor comments cleanups. |
tree | commitdiff |
2002-10-07 |
Eric Pouech | Fixed some NULL pointer handling errors. |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Reimplement GetSubItemRect, subitem setting optimizations. |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Fix bug in OWNERDATA selection handling. |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Fix onwer-draw REPORT for broken apps. |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Streamline the GetItem usage. |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Fix condition so we actually store the state in virtual... |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | - Effective optimization in GetNextItem (speeds up... |
tree | commitdiff |
2002-10-05 |
Dimitrie O. Paun | Rewrite the begin/end label edit procedures. |
tree | commitdiff |
2002-10-04 |
Dimitrie O. Paun | Fixed large item focus handling for virtual listviews... |
tree | commitdiff |
2002-10-04 |
Dimitrie O. Paun | Do not blindly trust GetItem to succeed -- check the... |
tree | commitdiff |
2002-10-04 |
Dimitrie O. Paun | Do not send uninitialized data in notification to appli... |
tree | commitdiff |
2002-10-04 |
Dmitry Timoshkov | Fixed atom test to work on Windows. |
tree | commitdiff |
2002-10-04 |
Dmitry Timoshkov | Added a prototype code page test. Fixed issue regarding... |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Fixed printf formats for -DSTRICT handles. |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
tree | commitdiff |
2002-10-04 |
Dimitrie O. Paun | - Fix nasty bug in REPORT mode, when calculating the... |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Implemented UuidFromString[AW] based on CLSIDFromString |
tree | commitdiff |
2002-10-03 |
György 'Nog' Jeney | Abort with error if the app uses our api to subclass... |
tree | commitdiff |
2002-10-03 |
Ove Kaaven | Added UuidCreateNil, UuidEqual and UuidIsNil. |
tree | commitdiff |
next |