- 19 Oct, 2002 14 commits
-
-
Dimitrie O. Paun authored
-
Alexandre Julliard authored
-
Michael Stefaniuc authored
different size.
-
Michael Stefaniuc authored
-
Dimitrie O. Paun authored
Faster, cleaner ranges_{add,del}.
-
Dimitrie O. Paun authored
Add a lot of assert-ed consistency checks. Add bunch of trace messages.
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
o some bugs have been fixed o cleaner, simpler code Fix some corner case, icon size computation bugs. Assorted docs updates.
-
Dimitrie O. Paun authored
Cache header rectangles. Used the cached info instead of calling to the header each time. Update the listview as we track column width changes. Unify column handling between {Insert,Delete}Column, and width changes. Simplify RefreshReport, by using the new column info.
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
each item. Small comments update.
-
Eric Pouech authored
Fixed bogus palette length computation while reading bitmap. Fixed rendering while starting a page with a bitmap.
-
Michael Günnewig authored
- Corrected AVIFILEINFOW structure updates. - Implemented saving of wave files.
-
Michael Günnewig authored
-
- 18 Oct, 2002 17 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Added -DWINE_NO_STRICT flag to dlls that don't support STRICT yet.
-
Alexandre Julliard authored
supported properly yet.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
pfnRealizePalette so that USER doesn't have to import them.
-
Greg Turner authored
- remove duplicate RpcServerListen declaration in rpcdce.h - some TRACEs
-
Alexandre Julliard authored
-
Alexandre Julliard authored
function.
-
Alexandre Julliard authored
optimizations.
-
Michael Günnewig authored
- Add AVISAVECALLBACK declaration. - Add declaration for some AVI functions. - Add some AVI macros.
-
Michael Günnewig authored
- Add implementation for IGetFrame. - Implemented loading and writing of AVIs. - Add some more stubs for some API functions. - Add resources to avifil32.dll. - Implemented AVISaveOptionsFree. - Declared IID_* as extern in avifil32.spec (avoids linker problem).
-
Michael Günnewig authored
-
Stefan Leichter authored
-
Patrik Stridvall authored
- Added generation of winetest.dsw for building wine tests under Windows (currently very kludgy, but it works to some extent).
-
Martin Fuchs authored
-
Martin Fuchs authored
DrawTextA().
-
- 17 Oct, 2002 9 commits
-
-
Dimitrie O. Paun authored
we have to change focus, we call it recursively to first remove the focus from the item that has it. This allows simpler, and more correct invalidation handling.
-
Dimitrie O. Paun authored
Fix {old,new}state and lParam reporting in LVN_ITEMCHANG{ING,ED}. Fix sanity check conditions for LVS_OWNERDATA.
-
Dimitrie O. Paun authored
Fix typo in GetItemT (found, and fixed by Huw Davies). Exit right away from GetItemT if nothing is asked (mask == 0). Assorted code cleanups.
-
Dimitrie O. Paun authored
Crash on internal corruption.
-
Dimitrie O. Paun authored
Fix memory leak when destroying ranges. Add function that will to a 'deep' clone of a range list. Add function that will subtract a range list from another. Do not crash on NULL ranges (similar in spirit to HDPAs). Fancy deselection routines uses the above infrastructure to deselect the minimum possible. Modify SetGroupSelection to take advantage of all this new infrastructure, to avoid flicker on selection extension.
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
-