- 17 Oct, 2002 22 commits
-
-
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
-
Alexandre Julliard authored
id. Stop exporting TASK_GetPtr and THREAD_IdToTEB from kernel.
-
Alexandre Julliard authored
string.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
avoid some duplication of the handle conversion macros.
-
Alexandre Julliard authored
-
Malte Starostik authored
-
Jason Edmeades authored
- Small fix for alpha testing. - Add support to enable/disable clipping as a whole. - Allow D3DRS_TEXTUREFACTOR to be changed once texture stage arg set up. - D3DTOP_DISABLE initial implementation.
-
Christian Costa authored
Remove broken code.
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
-
Malte Starostik authored
set the volume are audible.
-
Jerry Jenkins authored
-
Martin Fuchs authored
-
- 16 Oct, 2002 15 commits
-
-
Dimitrie O. Paun authored
Davies).
-
Mike McCormack authored
prevent infinite loops.
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
Teach RemoveAllSelections to skip an item, so we can eliminate the flicker when we click on a selected item.
-
Dimitrie O. Paun authored
Cleanup the handling of nEditLabelItem.
-
Dimitrie O. Paun authored
-
Dimitrie O. Paun authored
Fix click notification (found and fixed by Alexandre Julliard). Fix bug in setting item's state (some selection changes were lost). Simplify selection code substantially. Add a lot of debug tracing.
-
Bill Medland authored
-
Alexandre Julliard authored
-
Huw D M Davies authored
-
Christian Costa authored
the appropriate AddRef/Release. Fix 3_3_2 pixel format. Move some ENTER_GL() calls to the right place. Fix some FIXME/TRACE calls.
-
Dimitrie O. Paun authored
relative to comctl32.dll version 6.0.
-
Greg Turner authored
-
Martin Fuchs authored
-
- 15 Oct, 2002 3 commits
-
-
Dimitrie O. Paun authored
Do not update the infoPtr->nItemWidth in set_main_item. Better handling of text bk colour in custom draw. Rename GetItemListOrigin to GetItemOrigin. A bunch of code cleanups, simplifications, etc.
-
Dimitrie O. Paun authored
Fix a bunch of bug in subitem metrics computation. Properly implement GetSubItemRect in terms of GetItemMetrics. Documentation updates, and code cleanups.
-
Dimitrie O. Paun authored
Unify Draw{,Sub}Item, simplify RefreshReport.
-