Sweden-Number/dlls/comctl32
Robert Shearman 6a4d392670 - Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot
button; use plain mouse capture instead like native.
- Return only HTTRANSPARENT/HTCLIENT from WM_NCHITTEST and remove
  associated hacks of WM_SETCURSOR, WM_NCLBUTTONDOWN and
  WM_NCLBUTTONUP.
- Refactor state change code so that state changes don't happen as
  side effects from messages such as WM_NCCALCSIZE, instead only from
  user input messages like WM_MOUSEMOVE.
2004-09-16 19:06:36 +00:00
..
tests Added \n to ok() strings in the imagelist tests. 2004-09-02 20:08:15 +00:00
.cvsignore Add 16x16 error, info and warning icons. 2004-09-07 20:43:30 +00:00
Makefile.in Add 16x16 error, info and warning icons. 2004-09-07 20:43:30 +00:00
animate.c Replace GetWindowLong by GetWindowLongPtr. 2004-08-25 17:33:01 +00:00
comboex.c Fix signed/unsigned comparison warnings. 2004-09-02 23:00:53 +00:00
comctl32.h Add 16x16 error, info and warning icons. 2004-09-07 20:43:30 +00:00
comctl32.spec StrSpnW doesn't exist in comctl32.dll but StrCSpnW does. 2004-05-17 20:51:27 +00:00
comctl32undoc.c Fix signed/unsigned comparison warnings. 2004-09-02 23:00:53 +00:00
comctl_Cn.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Cs.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_De.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_En.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Es.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Fr.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_It.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Ja.rc Implemented PSH_WIZARD97_OLD and PSH_WIZARD97_NEW property sheet 2004-05-10 21:26:04 +00:00
comctl_Ko.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Nl.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Pl.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Pt.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Ru.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Si.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Th.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
comctl_Uk.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
commctrl.c Fix bug with chained messages. 2004-09-06 20:26:04 +00:00
datetime.c Fix signed/unsigned comparison warnings. 2004-09-02 23:00:53 +00:00
draglist.c - Clear data structure after dragging. 2004-09-14 01:06:11 +00:00
flatsb.c Replace GetWindowLong by GetWindowLongPtr. 2004-08-25 17:33:01 +00:00
header.c Send correct tracing notification messages. 2004-09-13 18:05:02 +00:00
hotkey.c Replace GetWindowLong by GetWindowLongPtr. 2004-08-25 17:33:01 +00:00
imagelist.c - Fix hotspot handling 2004-08-22 01:59:29 +00:00
imagelist.h Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
ipaddress.c Set class hbrBackground and style to the same as native. 2004-09-14 00:45:26 +00:00
listview.c Fix signed/unsigned comparison warnings. 2004-09-02 23:00:53 +00:00
monthcal.c Replace GetWindowLong by GetWindowLongPtr. 2004-08-25 17:33:01 +00:00
nativefont.c Replace GetWindowLong by GetWindowLongPtr. 2004-08-25 17:33:01 +00:00
pager.c - Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot 2004-09-16 19:06:36 +00:00
progress.c Replace GetWindowLong by GetWindowLongPtr. 2004-08-25 17:33:01 +00:00
propsheet.c Status update. 2004-09-14 01:06:44 +00:00
rebar.c Fix signed/unsigned comparison warnings. 2004-09-02 23:00:53 +00:00
rsrc.rc Add 16x16 error, info and warning icons. 2004-09-07 20:43:30 +00:00
smoothscroll.c Update common control function documentation. 2004-02-27 04:40:08 +00:00
status.c Set class hbrBackground and style to the same as native. 2004-09-14 00:45:26 +00:00
string.c StrSpnW doesn't exist in comctl32.dll but StrCSpnW does. 2004-05-17 20:51:27 +00:00
syslink.c Fix signed/unsigned comparison warnings. 2004-09-02 23:00:53 +00:00
tab.c - Set hbrBackground class property to same value as native. 2004-09-14 00:44:26 +00:00
toolbar.c Use Unicode window messages. 2004-09-16 19:06:12 +00:00
tooltips.c - Status update. 2004-09-09 00:26:13 +00:00
trackbar.c Set class hbrBackground and style to the same as native. 2004-09-14 00:45:26 +00:00
treeview.c CreateDCA -> CreateDCW 2004-09-13 23:22:30 +00:00
updown.c Set class hbrBackground and style to the same as native. 2004-09-14 00:45:26 +00:00