2002-10-28 |
Eric Pouech | Move driver message mapping out of 32 bit code.
|
commit | commitdiff | tree |
2002-10-28 |
Jason Edmeades | Handle texture FVF formats when no texture is bound.
|
commit | commitdiff | tree |
2002-10-28 |
Greg Turner | - Distinguish between actual paranoia and meaningful...
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | We should always have a main item in report mode.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Properly fill lParam in NMLISTVIEW.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Fix crash-inducing typo/thinko.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Mark immutable objects as const. Fix inconsistent ...
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Add LVHITTESTINFO debug helper. More tracing.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Despite what the docs say, we have to invalidate the...
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Eliminate flicker when resizing, docs updates.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Cleanup, and simplification of UpdateSize.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Handle focus item properly in SetItemCount.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Remove only the necessary selections when setting the...
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Rewrite of the SetItemCount: bugs got squashed,
|
commit | commitdiff | tree |
2002-10-28 |
Jukka Heinonen | Add routines for manipulating protected mode interrupt...
|
commit | commitdiff | tree |
2002-10-28 |
Andreas Mohr | Make GetFreeSystemResources16 print its values on TRACE.
|
commit | commitdiff | tree |
2002-10-28 |
Michael Stefaniuc | Some fixes for the compilation of the user dll with...
|
commit | commitdiff | tree |
2002-10-28 |
Jason Edmeades | Add copyrects support.
|
commit | commitdiff | tree |
2002-10-28 |
Greg Turner | - Clean up and enhance some traces.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Add proper support for the SHCONTF_INCLUDEHIDDEN flag.
|
commit | commitdiff | tree |
2002-10-28 |
Matthew Davison | Made lzexpand compile with STRICT defined.
|
commit | commitdiff | tree |
2002-10-28 |
Eric Pouech | Fixed mciSendString debug reporting when an error occurs...
|
commit | commitdiff | tree |
2002-10-28 |
Alexandre Julliard | Moved a few remaining 16-bit window functions to wnd16...
|
commit | commitdiff | tree |
2002-10-28 |
Jason Edmeades | - Initialize the texture state information.
|
commit | commitdiff | tree |
2002-10-28 |
Carlos | lParam was not properly sent in TTM_ADDTOOLW.
|
commit | commitdiff | tree |
2002-10-28 |
Carlos | lParam was not properly sent in CBEN_GETDISPINFOW.
|
commit | commitdiff | tree |
2002-10-28 |
György 'Nog' Jeney | Copy the necessary data from the unicode struct to...
|
commit | commitdiff | tree |
2002-10-28 |
Jaco Greeff | - Implementation of [Internet|Ftp]*W functions to extend...
|
commit | commitdiff | tree |
2002-10-28 |
Greg Turner | Fix endianness dependency in the (there is only one...
|
commit | commitdiff | tree |
2002-10-28 |
Carlos | The function SHGetFileInfoA wasn't supporting the flag
|
commit | commitdiff | tree |
2002-10-25 |
Greg Turner | Avoid X11 error during DGA detection.
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Compile the kernel dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-25 |
Greg Turner | - Use memset instead of ZeroMemory, just to be consistent...
|
commit | commitdiff | tree |
2002-10-25 |
Alberto Massari | Don't touch the This pointer after it has been freed.
|
commit | commitdiff | tree |
2002-10-25 |
Alexandre Julliard | Install the shell hook as a 32-bit hook.
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Compile the advapi32 dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-25 |
Alexandre Julliard | Made the ntdll registry functions use HKEY instead...
|
commit | commitdiff | tree |
2002-10-25 |
Andreas Mohr | - fix some pselling
|
commit | commitdiff | tree |
2002-10-25 |
Sylvain Petreolle | Added DirectPlayLobby CLSID entries.
|
commit | commitdiff | tree |
2002-10-25 |
Greg Turner | - Make explicit some missing include dependencies.
|
commit | commitdiff | tree |
2002-10-25 |
Bill Medland | Fix OLE_GetFormatW so that GetDateFormatW works.
|
commit | commitdiff | tree |
2002-10-25 |
Jeff Smith | Fixed behaviour of "x /s ...".
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Compile the ttydrv dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-25 |
Eric Pouech | Simplify the global internal data handling.
|
commit | commitdiff | tree |
2002-10-25 |
Eric Pouech | Unify the constant used for error codes reporting mapping...
|
commit | commitdiff | tree |
2002-10-25 |
Jason Edmeades | Define the main directx8 entrypoint.
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Some small cleanups.
|
commit | commitdiff | tree |
2002-10-25 |
Andreas Mohr | - correct German strings to what they're really supposed...
|
commit | commitdiff | tree |
2002-10-25 |
Andreas Mohr | Tiny int17 printer fix.
|
commit | commitdiff | tree |
2002-10-25 |
Andreas Mohr | Added CertOpenStore stub.
|
commit | commitdiff | tree |
2002-10-25 |
Alexandre Julliard | Get rid of FILE_ATTRIBUTE_SYMLINK (based on a patch...
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Do not invalidate list on WM_SETREDRAW.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | We can avoid flicker on column resize only if it's...
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Always draw the main item in full row select.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Use iterators to render over the columns, in report...
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Small iterator-over-range[s] cleanup.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Eliminate most of the flicker when resizing columns.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Fix subitem background color in full row select.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | We should callback for inexistent subitems.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Fix crash when computing the item width of a report...
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Keep autoarranging items until one is moved.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Abstract autoarranging decision to a helper function.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Do not do screen work if refreshing is disabled.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Rewrite the UpdateScroll function: simpler, faster.
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Compile the oleaut32 dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Compile the shlwapi dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-25 |
Michael Stefaniuc | Compile the msvcrt dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-25 |
Andreas Mohr | - check for root user
|
commit | commitdiff | tree |
2002-10-25 |
Andreas Mohr | Added some comments.
|
commit | commitdiff | tree |
2002-10-25 |
Andreas Mohr | - add "ProductId" key
|
commit | commitdiff | tree |
2002-10-23 |
Greg Turner | Implemented NdrClientInitializeNew.
|
commit | commitdiff | tree |
2002-10-23 |
Greg Turner | Whitespace cleanup.
|
commit | commitdiff | tree |
2002-10-23 |
Greg Turner | Fixed a tiny trace bug.
|
commit | commitdiff | tree |
2002-10-23 |
Chris Morgan | Call CreateProcessA() when executing non-dos applications...
|
commit | commitdiff | tree |
2002-10-23 |
Gerald Pfeifer | Also remove configure.lineno when performing distclean.
|
commit | commitdiff | tree |
2002-10-23 |
Vincent Béron | Bring some French resources in sync with English ones.
|
commit | commitdiff | tree |
2002-10-23 |
Michael Stefaniuc | Compile the msvideo dll with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Avoid division by 0 by initializing the item size in...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Append to the end of the DPA, if insert index is too...
|
commit | commitdiff | tree |
2002-10-23 |
Carlos | Fixed duplicated arrows in header control.
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Fix thinko that slipped in with the prev patch (reenables...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Do not invalidate the window before the first paint...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Use InvalidateItem instead of explicit InvalidateRect...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Transform the invalidation macros to proper functions.
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Delay some size computations until after first paint.
|
commit | commitdiff | tree |
2002-10-23 |
Rein Klazes | Reorganize the item size calculation (a bit simpler...
|
commit | commitdiff | tree |
2002-10-23 |
Rein Klazes | Search through all items when LISTVIEW_FindItemW is...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Delete the items if we actually own them.
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Do not callback to the parent for lParam when in LVS_OWNERDATA.
|
commit | commitdiff | tree |
2002-10-23 |
Jukka Heinonen | Move interrupt emulation code from INSTR_EmulateInstruction...
|
commit | commitdiff | tree |
2002-10-23 |
Michael Stefaniuc | Compile the dplayx dll with STRICT defined.
|
commit | commitdiff | tree |
2002-10-23 |
Michael Stefaniuc | - fix the "int format, HANDLE arg" type of warnings...
|
commit | commitdiff | tree |
2002-10-23 |
Michael Stefaniuc | Add casts to compile with -DSTRICT.
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Do not crash if callback text is not filled (behave...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Collect all bugs, missing features, etc in the header...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Do not autoarrange if we insert/delete from the end...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Rework SetItemPosition, bunch of bugs squashed in the...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Rename LISTVIEW_ITEM to ITEM_INFO for consistency.
|
commit | commitdiff | tree |
2002-10-23 |
Sylvain Petreolle | Added valid entries to specify if an app should be...
|
commit | commitdiff | tree |
2002-10-23 |
Alexandre Julliard | Moved network.c to 16-bit sources.
|
commit | commitdiff | tree |