From d53ab65589e126bb9bf40c99d67ca1d94bbff738 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 4 Apr 2018 11:27:59 -0400 Subject: [PATCH] More notes. --- _notes/tableNotes | 4 ++++ _notes/windowsHighDPI | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 _notes/tableNotes diff --git a/_notes/tableNotes b/_notes/tableNotes new file mode 100644 index 00000000..b894d5a3 --- /dev/null +++ b/_notes/tableNotes @@ -0,0 +1,4 @@ +https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Protocols/NSOutlineViewDataSource_Protocol/index.html#//apple_ref/occ/intfm/NSOutlineViewDataSource/outlineView:child:ofItem: +https://developer.apple.com/library/mac/documentation/Cocoa/Reference/NSOutlineViewDelegate_Protocol/index.html#//apple_ref/occ/intfm/NSOutlineViewDelegate/outlineView:didAddRowView:forRow: + https://developer.apple.com/documentation/appkit/nsoutlineviewdelegate/1528320-outlineview?language=objc +https://github.com/mity/mctrl/blob/master/mctrl/treelist.c around treelist_set_subitem() diff --git a/_notes/windowsHighDPI b/_notes/windowsHighDPI index 14397b67..0f69a507 100644 --- a/_notes/windowsHighDPI +++ b/_notes/windowsHighDPI @@ -9,3 +9,10 @@ https://social.msdn.microsoft.com/Forums/vstudio/en-US/31d2a89f-3518-403e-b1e4-b https://stackoverflow.com/questions/36864894/scaling-the-non-client-area-title-bar-menu-bar-for-per-monitor-high-dpi-suppo/37624363 https://stackoverflow.com/questions/41448320/dlgtemplateex-and-ds-shellfont-what-about-point-size http://stackoverflow.com/questions/41917279/do-child-windows-have-the-same-dpi-as-their-parents-in-a-per-monitor-aware-appli + +https://msdn.microsoft.com/en-us/library/windows/desktop/dn469266(v=vs.85).aspx + https://msdn.microsoft.com/library/windows/desktop/mt843498(v=vs.85).aspx(d=robot) +https://msdn.microsoft.com/en-us/library/windows/desktop/dn469266(v=vs.85).aspx#appendix_c_common_high_dpi_issues + https://msdn.microsoft.com/library/windows/desktop/mt843498(v=vs.85).aspx(d=robot)#appendix_c_common_high_dpi_issues +https://msdn.microsoft.com/en-us/library/windows/desktop/dn469266(v=vs.85).aspx#addressing_high_dpi_issues + https://msdn.microsoft.com/library/windows/desktop/mt843498(v=vs.85).aspx(d=robot)#addressing_high_dpi_issues