2002-10-25 |
Alberto Massari | Don't touch the This pointer after it has been freed. |
tree | commitdiff |
2002-10-25 |
Alexandre Julliard | Install the shell hook as a 32-bit hook. |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Compile the advapi32 dll with -DSTRICT. |
tree | commitdiff |
2002-10-25 |
Alexandre Julliard | Made the ntdll registry functions use HKEY instead... |
tree | commitdiff |
2002-10-25 |
Andreas Mohr | - fix some pselling |
tree | commitdiff |
2002-10-25 |
Greg Turner | - Make explicit some missing include dependencies. |
tree | commitdiff |
2002-10-25 |
Bill Medland | Fix OLE_GetFormatW so that GetDateFormatW works. |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Compile the ttydrv dll with -DSTRICT. |
tree | commitdiff |
2002-10-25 |
Eric Pouech | Simplify the global internal data handling. |
tree | commitdiff |
2002-10-25 |
Eric Pouech | Unify the constant used for error codes reporting mappi... |
tree | commitdiff |
2002-10-25 |
Jason Edmeades | Define the main directx8 entrypoint. |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Some small cleanups. |
tree | commitdiff |
2002-10-25 |
Andreas Mohr | Tiny int17 printer fix. |
tree | commitdiff |
2002-10-25 |
Andreas Mohr | Added CertOpenStore stub. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Do not invalidate list on WM_SETREDRAW. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | We can avoid flicker on column resize only if it's... |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Always draw the main item in full row select. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Use iterators to render over the columns, in report... |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Small iterator-over-range[s] cleanup. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Eliminate most of the flicker when resizing columns. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Fix subitem background color in full row select. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | We should callback for inexistent subitems. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Fix crash when computing the item width of a report... |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Keep autoarranging items until one is moved. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Abstract autoarranging decision to a helper function. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Do not do screen work if refreshing is disabled. |
tree | commitdiff |
2002-10-25 |
Dimitrie O. Paun | Rewrite the UpdateScroll function: simpler, faster. |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Compile the oleaut32 dll with -DSTRICT. |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Compile the shlwapi dll with -DSTRICT. |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Compile the msvcrt dll with -DSTRICT. |
tree | commitdiff |
2002-10-25 |
Andreas Mohr | Added some comments. |
tree | commitdiff |
2002-10-23 |
Greg Turner | Implemented NdrClientInitializeNew. |
tree | commitdiff |
2002-10-23 |
Greg Turner | Whitespace cleanup. |
tree | commitdiff |
2002-10-23 |
Greg Turner | Fixed a tiny trace bug. |
tree | commitdiff |
2002-10-23 |
Chris Morgan | Call CreateProcessA() when executing non-dos applicatio... |
tree | commitdiff |
2002-10-23 |
Vincent Béron | Bring some French resources in sync with English ones. |
tree | commitdiff |
2002-10-23 |
Michael Stefaniuc | Compile the msvideo dll with -DSTRICT. |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Avoid division by 0 by initializing the item size in... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Append to the end of the DPA, if insert index is too... |
tree | commitdiff |
2002-10-23 |
Carlos | Fixed duplicated arrows in header control. |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Fix thinko that slipped in with the prev patch (reenabl... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Do not invalidate the window before the first paint... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Use InvalidateItem instead of explicit InvalidateRect... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Transform the invalidation macros to proper functions. |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Delay some size computations until after first paint. |
tree | commitdiff |
2002-10-23 |
Rein Klazes | Reorganize the item size calculation (a bit simpler... |
tree | commitdiff |
2002-10-23 |
Rein Klazes | Search through all items when LISTVIEW_FindItemW is... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Delete the items if we actually own them. |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Do not callback to the parent for lParam when in LVS_OW... |
tree | commitdiff |
2002-10-23 |
Jukka Heinonen | Move interrupt emulation code from INSTR_EmulateInstruc... |
tree | commitdiff |
2002-10-23 |
Michael Stefaniuc | Compile the dplayx dll with STRICT defined. |
tree | commitdiff |
2002-10-23 |
Michael Stefaniuc | - fix the "int format, HANDLE arg" type of warnings... |
tree | commitdiff |
2002-10-23 |
Michael Stefaniuc | Add casts to compile with -DSTRICT. |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Do not crash if callback text is not filled (behave... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Collect all bugs, missing features, etc in the header... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Do not autoarrange if we insert/delete from the end... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Rework SetItemPosition, bunch of bugs squashed in the... |
tree | commitdiff |
2002-10-23 |
Dimitrie O. Paun | Rename LISTVIEW_ITEM to ITEM_INFO for consistency. |
tree | commitdiff |
2002-10-23 |
Alexandre Julliard | Moved network.c to 16-bit sources. |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
tree | commitdiff |
2002-10-23 |
Michael Stefaniuc | Add needed casts for a "no warnings" compile of comctl32. |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Fix for platforms not supporting DOS mode. |
tree | commitdiff |
2002-10-23 |
Alexandre Julliard | Store thread id instead of queue handle in timer structure. |
tree | commitdiff |
2002-10-23 |
Alexandre Julliard | Implemented GetWindowTask16 on top of GetWindowThreadPr... |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
tree | commitdiff |
2002-10-23 |
Michael Günnewig | Added dialog for AVISaveOptions. |
tree | commitdiff |
2002-10-23 |
Michael Günnewig | Implemented AVIBuildFilterW and AVISaveOptions. |
tree | commitdiff |
2002-10-23 |
Michael Günnewig | Fixed bug that prevented ICCompressorChoose from working. |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-23 |
Stefan Leichter | Do not break quoted strings in Control_DoLaunch. |
tree | commitdiff |
2002-10-23 |
Christian Neumair | Collect all bugs, missing features, etc in the header... |
tree | commitdiff |
2002-10-22 |
Michael Stefaniuc | Compile the winspool dll with STRICT defined. |
tree | commitdiff |
2002-10-22 |
Michael Stefaniuc | Compile the tapi32 dll with STRICT defined. |
tree | commitdiff |
2002-10-22 |
Michael Stefaniuc | Compile the psapi dll with STRICT defined. |
tree | commitdiff |
2002-10-22 |
Michael Stefaniuc | Compile the msacm dll with STRICT defined. |
tree | commitdiff |
2002-10-22 |
Michael Stefaniuc | Compile the mpr dll with STRICT defined. |
tree | commitdiff |
2002-10-22 |
Michael Stefaniuc | Compile the imagehlp dll with STRICT defined. |
tree | commitdiff |
2002-10-22 |
Michael Stefaniuc | Compile the imm32 dll with STRICT defined. |
tree | commitdiff |
2002-10-22 |
Dmitry Timoshkov | Restore setting of caption "Error". |
tree | commitdiff |
2002-10-22 |
Jason Edmeades | Beginnings of Stencil support. |
tree | commitdiff |
2002-10-22 |
Dimitrie O. Paun | Bring header's height more inline with native's. |
tree | commitdiff |
2002-10-22 |
Greg Turner | - Use Ove-style macros for NdrConformantStringMarshall... |
tree | commitdiff |
2002-10-22 |
Greg Turner | - ClientCall2 still deserves a FIXME. |
tree | commitdiff |
2002-10-21 |
Greg Turner | Fix return types of NdrConformantStringMarshall, NdrGet... |
tree | commitdiff |
2002-10-21 |
Greg Turner | Stubs for RpcServerUseProtseqA, RpcServerUseProtseqW. |
tree | commitdiff |
2002-10-21 |
Michael Günnewig | New AVI streamhandlers for audio and video streams. |
tree | commitdiff |
2002-10-21 |
Michael Günnewig | - Fixed usage of handler instead of type in AVIMakeComp... |
tree | commitdiff |
2002-10-21 |
Michael Günnewig | - Fixed many bugs which prevents writing. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | DPAs can't have more than 0x8000 elements (fixed with... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | No need to increment item size, it's already adjusted... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Do not rely on HeapReAlloc to allocate a NULL pointer. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Rewrite DPA_InsertPtr in terms on DPA_SetPtr, so that... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Do not send uninitialized lParams on notification msgs... |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Complete rewrite of the rcView implementation. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Split ranges_destroy in ranges_clear, and ranges_destroy. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Updated header documentation to the latest, and greatest. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Optimize invalidation on insert. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Rewrite DeleteItemT: cleaner, a lot faster. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Implement most of LVM_ARRANGE. |
tree | commitdiff |
2002-10-21 |
Dimitrie O. Paun | Proper (type wise) return types. |
tree | commitdiff |
next |