• Andreas Mohr's avatar
    - *don't* MoveWindow() the status bar if CCS_NORESIZE is specified, · 6d09bf77
    Andreas Mohr authored
      and use SetWindowPos instead for one of the MoveWindow()s
    - call STATUSBAR_GetInfoPtr *once* like Windows does, not twice (used to be
      in every sub function, too)
    - remember hwndParent from create struct to use in at least WM_CREATE and
      WM_SIZE instead of GetParent() like in Windows
    - added DefWindowProc call to WM_SIZE like in Windows
    - added InvalidateRect, UpdateWindow to WM_CREATE like in Windows
    - much more verbose +statusbar output
    - rename part_num to nPart for consistency
    - added nclm.cbSize to SystemParametersInfoA call
    - added FIXME to STATUSBAR_SetParts
    6d09bf77
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile.in Loading commit data...
animate.c Loading commit data...
comboex.c Loading commit data...
comctl32.h Loading commit data...
comctl32.spec Loading commit data...
comctl32undoc.c Loading commit data...
comctl_De.rc Loading commit data...
comctl_En.rc Loading commit data...
commctrl.c Loading commit data...
datetime.c Loading commit data...
draglist.c Loading commit data...
flatsb.c Loading commit data...
header.c Loading commit data...
hotkey.c Loading commit data...
imagelist.c Loading commit data...
imagelist.h Loading commit data...
ipaddress.c Loading commit data...
listview.c Loading commit data...
monthcal.c Loading commit data...
nativefont.c Loading commit data...
pager.c Loading commit data...
progress.c Loading commit data...
propsheet.c Loading commit data...
rebar.c Loading commit data...
rsrc.rc Loading commit data...
smoothscroll.c Loading commit data...
status.c Loading commit data...
tab.c Loading commit data...
toolbar.c Loading commit data...
tooltips.c Loading commit data...
trackbar.c Loading commit data...
treeview.c Loading commit data...
updown.c Loading commit data...