2002-10-19 |
Dimitrie O... | Column zero has the image enabled always, irrespective... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | Unify {Insert,Set}ColumnT as much as possible. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | Fix function header documentation. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | Better report mode. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dmitry Timoshkov | Convert MessageBox family functions to unicode. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Greg Turner | Patch cruft removal. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Greg Turner | Super-crude implementation for NdrClientCall2. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Greg Turner | Fix up RpcMgmtWaitServerListen to be less incorrect. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Greg Turner | Some MIDL constants and structures (should eventually... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Alexandre Julliard | Get/SetFastQueue16 should use HQUEUE16 handles. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Alexandre Julliard | Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Uwe Bonnes | demangle_datatype: delete superflous free(). |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Lionel Ulmer | Add 3D support at the User driver level. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Malte Starostik | Fixed IWebBrowser::Navigate() parameter type. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Martin Fuchs | Corrected the alignment of unicode message table string... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Alexandre Julliard | Converted the server to -DSTRICT. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Bill Medland | Add documentation on how to modify what --debugmsg... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | When deleting an item, remove selection, don't add it! |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Alexandre Julliard | Changed the USER_HEAP_* macros to use HANDLEs instead... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Michael Stefaniuc | Silence some warnings due to casts between pointer... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Michael Stefaniuc | Fix warnings when converting between an ATOM and a... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | More traces to help us make sense of the output. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | Fix ranges insertion bug (specify DPAS_SORTED when... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | Inspect style bits independently on style change. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | Rewrite StyleChanged procedure |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | Keep track of per-column information inside the listview. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | Do not query items that are just being inserted. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Dimitrie O... | Reorganize things a bit so that we no longer need the... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Eric Pouech | Added support for BTrees in file header reading. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Michael Günnewig | - Fixed loading of wave files. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Michael Günnewig | Fixed very slow loading of index. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Alexandre Julliard | Fixed warnings caused by conversion to -DSTRICT. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Alexandre Julliard | Added FIXMEs for metafile and fullhwnd handle conversio... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Alexandre Julliard | Moved EnumObjects16, LineDDA16 and associated glue... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Alexandre Julliard | Split out some 16-bit GDI code. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Alexandre Julliard | Store the original GDI palette functions in pfnSelectPa... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Greg Turner | - (try to) implement RpcMgmtWaitServerListen |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Alexandre Julliard | Converted PlayMetaFileRecord and related functions... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Alexandre Julliard | Merged wine_call_to_16_long and wine_call_to_16_short... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Alexandre Julliard | Added wine_memcpy_unaligned function to avoid gcc memcpy |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Michael Günnewig | - Add FIND_* constants. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Michael Günnewig | - Add wavefile handler. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Michael Günnewig | Fixed memory leak (release AVI stream). |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Stefan Leichter | BuildCommDCBAndTimeoutsA: Made the argument parsing... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Patrik Stridvall | - Better .dsp file generation for .exe outputs |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Martin Fuchs | Removed warning "SetWindowText(0, ...)" when opening... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Martin Fuchs | pszText is stored as Unicode, so call DrawTextW() inste... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | Instrument SetItemT to change only _one_ item at a... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | Unify set_{owner,main}_item functions. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | More, better tracing to help nail down some crashes. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | Deal with sparsely populated listviews. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | Add ability to create an iterator over a range list. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | Change the definition of ranges to exclude the upper... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | Handle range tracing in a consistent fashion. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | Remove dated comments. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | Better encapsulation of the ranges concept. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Alexandre Julliard | Use the WOWHandle functions to convert between task... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Alexandre Julliard | Build a default command-line if the one we received... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Alexandre Julliard | Fixed typo in EnumThreadWindows. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Alexandre Julliard | Fixed compilation for non-i386. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Alexandre Julliard | Rewrote caret implementation to store the information... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Malte Starostik | Added progress messages while building font metrics. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Jason Edmeades | - Dont set lighting during draw primitive, rely on... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Christian Costa | Implement OpenGL overriding of surface's flip method. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | Notification code cleanup, more traces, etc. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Dimitrie O... | Add/update the listview structures to version 6.0. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Malte Starostik | Initialize winearts's volume level to full, so applicat... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Jerry Jenkins | Added missing RemoveProp calls. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Martin Fuchs | Correct initial display of file listing. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Dimitrie O... | We need to provide focus info always in ICON mode ... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Mike McCormack | Duplicate selected items list in LISTVIEW_RemoveAllSele... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Dimitrie O... | Remember the global colors in custom draw mode. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Dimitrie O... | Compute only the old state that we're gonna look at. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Dimitrie O... | Instrument SetItemT to avoid repainting if nothing... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Dimitrie O... | Fix bug in edit label when sending the text to the... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Dimitrie O... | Edit label cleanup. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Dimitrie O... | Fix bug in ranges_shift which was corrupting selections. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Bill Medland | Add a section on using ODBC. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Alexandre Julliard | Implemented _seh_longjmp_unwind. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Huw D M Davies | Fix the ofn flags setup. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Christian Costa | Associate texture to the device when GetHandle is calle... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Dimitrie O... | Add comment on what is known about the current state... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Greg Turner | Use the msvc way to return a struct, fixing wierd problems. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Martin Fuchs | Implemented program launching by double click. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Dimitrie O... | Fix iterator creation for LVS_LIST mode. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Dimitrie O... | No longer compute the ill-defined bounds in GetItemMetrics. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Dimitrie O... | Teach GetItemMetrics to deal with subitems in report... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Dimitrie O... | Fix iterator creation for LVS_LIST mode. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Dimitrie O... | Fix iterators to properly deal with LVS_{,SMALL}ICON... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Dimitrie O... | Iterator updates: |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Michael Stefaniuc | Compile fix when all handles are converted to a void*. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Alexandre Julliard | Fixed reference count handling to support LoadLibrary... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Martin Fuchs | - Fixed building unter native WIN32. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
György 'Nog... | Implement [ format specifier. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Gerald Pfeifer | Silence warning in hex_from0(). |
commit | commitdiff | tree | snapshot |
2002-10-15 |
David Hammerton | Get descriptor should return correct segment limit. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Steve Lustbader | Fix off-by-one error in determining number of arguments. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Patrik Stridvall | - Fixed broken winapi_extract options --{pseudo-,}stub... |
commit | commitdiff | tree | snapshot |
next |