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 |
2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include...
|
commit | commitdiff | tree |
2002-10-23 |
Alexandre Julliard | Avoid redefinition warning.
|
commit | commitdiff | tree |
2002-10-23 |
Michael Stefaniuc | Add needed casts for a "no warnings" compile of comctl32.
|
commit | commitdiff | tree |
2002-10-23 |
Patrik Stridvall | Fix for platforms not supporting DOS mode.
|
commit | commitdiff | tree |
2002-10-23 |
Patrik Stridvall | Add pragma to eliminate MS C warnings.
|
commit | commitdiff | tree |
2002-10-23 |
Patrik Stridvall | - Added proper parsing of the Makefile.in's to find...
|
commit | commitdiff | tree |
2002-10-23 |
Sylvain Petreolle | Implemented NLS in progman.
|
commit | commitdiff | tree |
2002-10-23 |
Alexandre Julliard | Store thread id instead of queue handle in timer structure.
|
commit | commitdiff | tree |
2002-10-23 |
Alexandre Julliard | Implemented GetWindowTask16 on top of GetWindowThreadProcessId.
|
commit | commitdiff | tree |
2002-10-23 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Microsoft...
|
commit | commitdiff | tree |
2002-10-23 |
Michael Günnewig | Added dialog for AVISaveOptions.
|
commit | commitdiff | tree |
2002-10-23 |
Michael Günnewig | Implemented AVIBuildFilterW and AVISaveOptions.
|
commit | commitdiff | tree |
2002-10-23 |
Michael Günnewig | Fixed bug that prevented ICCompressorChoose from working.
|
commit | commitdiff | tree |
2002-10-23 |
Rein Klazes | MessageBoxIndirectW: call FindResourceEx with arguments...
|
commit | commitdiff | tree |
2002-10-23 |
Patrik Stridvall | Updated the generated tests.
|
commit | commitdiff | tree |
2002-10-23 |
Patrik Stridvall | Minor modifications and improvements.
|
commit | commitdiff | tree |
2002-10-23 |
Stefan Leichter | Do not break quoted strings in Control_DoLaunch.
|
commit | commitdiff | tree |
2002-10-23 |
Christian Neumair | Collect all bugs, missing features, etc in the header...
|
commit | commitdiff | tree |
2002-10-23 |
Eric Pouech | Moved 16 bit digital structs to include/wine/mmsystem16.h.
|
commit | commitdiff | tree |
2002-10-22 |
Michael Stefaniuc | Compile the winspool dll with STRICT defined.
|
commit | commitdiff | tree |
2002-10-22 |
Michael Stefaniuc | Compile the tapi32 dll with STRICT defined.
|
commit | commitdiff | tree |
2002-10-22 |
Michael Stefaniuc | Compile the psapi dll with STRICT defined.
|
commit | commitdiff | tree |
2002-10-22 |
Michael Stefaniuc | Compile the msacm dll with STRICT defined.
|
commit | commitdiff | tree |
2002-10-22 |
Michael Stefaniuc | Compile the mpr dll with STRICT defined.
|
commit | commitdiff | tree |
2002-10-22 |
Michael Stefaniuc | Compile the imagehlp dll with STRICT defined.
|
commit | commitdiff | tree |
2002-10-22 |
Michael Stefaniuc | Compile the imm32 dll with STRICT defined.
|
commit | commitdiff | tree |
2002-10-22 |
Alexandre Julliard | Avoid reference to glibc internal __libc_fork function.
|
commit | commitdiff | tree |
2002-10-22 |
Dmitry Timoshkov | Restore setting of caption "Error".
|
commit | commitdiff | tree |
2002-10-22 |
Jason Edmeades | Beginnings of Stencil support.
|
commit | commitdiff | tree |
2002-10-22 |
Dimitrie O. Paun | Bring header's height more inline with native's.
|
commit | commitdiff | tree |
2002-10-22 |
Greg Turner | - Use Ove-style macros for NdrConformantStringMarshall...
|
commit | commitdiff | tree |
2002-10-22 |
Greg Turner | - ClientCall2 still deserves a FIXME.
|
commit | commitdiff | tree |
2002-10-21 |
Alexandre Julliard | Fixed the WINE_NO_STRICT #ifdefs to do the right thing...
|
commit | commitdiff | tree |
2002-10-21 |
Greg Turner | Fix return types of NdrConformantStringMarshall, NdrGetBuffe...
|
commit | commitdiff | tree |
2002-10-21 |
Greg Turner | Stubs for RpcServerUseProtseqA, RpcServerUseProtseqW.
|
commit | commitdiff | tree |
2002-10-21 |
Michael Günnewig | New AVI streamhandlers for audio and video streams.
|
commit | commitdiff | tree |
2002-10-21 |
Michael Günnewig | - Fixed usage of handler instead of type in AVIMakeCompresse...
|
commit | commitdiff | tree |
2002-10-21 |
Michael Günnewig | - Fixed many bugs which prevents writing.
|
commit | commitdiff | tree |
2002-10-21 |
Michael Günnewig | Added macros for AVIFileClose and AVIStreamClose.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | DPAs can't have more than 0x8000 elements (fixed with...
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | No need to increment item size, it's already adjusted...
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Do not rely on HeapReAlloc to allocate a NULL pointer.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Rewrite DPA_InsertPtr in terms on DPA_SetPtr, so that...
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Do not send uninitialized lParams on notification msgs...
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Complete rewrite of the rcView implementation.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Split ranges_destroy in ranges_clear, and ranges_destroy.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Updated header documentation to the latest, and greatest.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Optimize invalidation on insert.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Rewrite DeleteItemT: cleaner, a lot faster.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Implement most of LVM_ARRANGE.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Proper (type wise) return types.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Reorganize header notifications.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Crash on internal NULL pointers, don't test all over...
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | When removing focus, no need to go through all elements.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Fix colors for selected items in full row select mode.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Fix computation of subitem box, when invalidating it.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Assert on inconsistent range list states.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Do not grow the item list to arbritary index: if requested...
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | SetColumnWidth rewrite: simpler, cleaner code. Bugs...
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Handle generic column width changes.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Assert on internal invariants, rather than fail gracefully.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | More docs compliant alignment handling for subitems.
|
commit | commitdiff | tree |
2002-10-21 |
Vincent Béron | Run regedit even if not installed.
|
commit | commitdiff | tree |
2002-10-21 |
Eric Pouech | No longer using explicit values for resource identification.
|
commit | commitdiff | tree |
2002-10-21 |
Dimitrie O. Paun | Fix notification from header, on item changed.
|
commit | commitdiff | tree |
2002-10-21 |
Duane Clark | Set the return value of the PD_PAGENUMS flag.
|
commit | commitdiff | tree |
2002-10-21 |
Duane Clark | Implement printing in notepad.
|
commit | commitdiff | tree |
2002-10-21 |
Jason Edmeades | Add the basic support for volume textures / volumes...
|
commit | commitdiff | tree |
2002-10-21 |
Eric Pouech | Keep on moving 16 bit code out of winmm, now only using...
|
commit | commitdiff | tree |
2002-10-21 |
Eric Pouech | Implemented a few more macros for button manipulation
|
commit | commitdiff | tree |
2002-10-21 |
Eric Pouech | Improved a bit link handling (a few more link types...
|
commit | commitdiff | tree |
2002-10-21 |
Dmitry Timoshkov | Actually use language identifier.
|
commit | commitdiff | tree |
2002-10-21 |
Duane Clark | Correct the behavior for disabled toolbar buttons.
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | Do not create a range list for an empty range.
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | Store the entire format bitmap in the column info.
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | Column zero has the image enabled always, irrespective...
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | Unify {Insert,Set}ColumnT as much as possible.
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | Fix function header documentation.
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | Better report mode.
|
commit | commitdiff | tree |
2002-10-19 |
Dmitry Timoshkov | Convert MessageBox family functions to unicode.
|
commit | commitdiff | tree |
2002-10-19 |
Greg Turner | Patch cruft removal.
|
commit | commitdiff | tree |
2002-10-19 |
Greg Turner | Super-crude implementation for NdrClientCall2.
|
commit | commitdiff | tree |
2002-10-19 |
Greg Turner | Fix up RpcMgmtWaitServerListen to be less incorrect.
|
commit | commitdiff | tree |
2002-10-19 |
Greg Turner | Some MIDL constants and structures (should eventually...
|
commit | commitdiff | tree |
2002-10-19 |
Alexandre Julliard | Get/SetFastQueue16 should use HQUEUE16 handles.
|
commit | commitdiff | tree |
2002-10-19 |
Alexandre Julliard | Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
|
commit | commitdiff | tree |
2002-10-19 |
Uwe Bonnes | demangle_datatype: delete superflous free().
|
commit | commitdiff | tree |
2002-10-19 |
Lionel Ulmer | Add 3D support at the User driver level.
|
commit | commitdiff | tree |
2002-10-19 |
Malte Starostik | Fixed IWebBrowser::Navigate() parameter type.
|
commit | commitdiff | tree |
2002-10-19 |
Martin Fuchs | Corrected the alignment of unicode message table strings...
|
commit | commitdiff | tree |
2002-10-19 |
Alexandre Julliard | Converted the server to -DSTRICT.
|
commit | commitdiff | tree |
2002-10-19 |
Bill Medland | Add documentation on how to modify what --debugmsg...
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | When deleting an item, remove selection, don't add it!
|
commit | commitdiff | tree |
2002-10-19 |
Alexandre Julliard | Changed the USER_HEAP_* macros to use HANDLEs instead...
|
commit | commitdiff | tree |
2002-10-19 |
Michael Stefaniuc | Silence some warnings due to casts between pointer...
|
commit | commitdiff | tree |
2002-10-19 |
Michael Stefaniuc | Fix warnings when converting between an ATOM and a...
|
commit | commitdiff | tree |
2002-10-19 |
Dimitrie O. Paun | More traces to help us make sense of the output.
|
commit | commitdiff | tree |