[krbdev.mit.edu #7249] SVN Commit

Benjamin Kaduk via RT rt at krbdev.mit.edu
Fri Aug 24 12:24:11 EDT 2012



Use ListView; add ViewColumn abstraction

Punting FormView since we really only need ListCtrl and using
ListView makes the header column and window resizing work.
The ViewColumn abstraction eliminates some copy/paste code blocks.
HDN_ITEMCHANGED tracks user changes to column widths.
Remove CTreeCtrl-related code.
Also remove some unused code that was generating warnings.

Signed-off-by: Kevin Wasserman <kevin.wasserman at painless-security.com>

https://github.com/krb5/krb5/commit/9bb69f8f328c763fb5f91e7a0198232eea0c2beb
Author: Kevin Wasserman <kevin.wasserman at painless-security.com>
Committer: Ben Kaduk <kaduk at mit.edu>
Commit: 9bb69f8f328c763fb5f91e7a0198232eea0c2beb
Branch: master
 src/windows/leash/Leash.rc      |   12 +-
 src/windows/leash/LeashView.cpp |  371 +++++++++++----------------------------
 src/windows/leash/LeashView.h   |   32 +++-
 src/windows/leash/StdAfx.h      |    1 +
 4 files changed, 139 insertions(+), 277 deletions(-)


More information about the kfwdev mailing list