From 686458cdb78907560ed722284f71bc8aafaa638a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 17 Feb 2018 11:01:50 -0500 Subject: [PATCH] Added notes stuff. The TODO.md file will eventually wind up moving there. --- _notes/caretWidths | 1 + _notes/darwinNSAlertIcons | 8 ++++++++ _notes/misc | 2 ++ _notes/windowsHighDPI | 6 ++++++ _notes/windowsPrinting | 7 +++++++ 5 files changed, 24 insertions(+) create mode 100644 _notes/caretWidths create mode 100644 _notes/darwinNSAlertIcons create mode 100644 _notes/misc create mode 100644 _notes/windowsHighDPI create mode 100644 _notes/windowsPrinting diff --git a/_notes/caretWidths b/_notes/caretWidths new file mode 100644 index 00000000..e9eef62b --- /dev/null +++ b/_notes/caretWidths @@ -0,0 +1 @@ +UWP has this (TODO check its implementation to see if it matches ours) https://docs.microsoft.com/en-us/uwp/api/windows.ui.viewmanagement.uisettings#Windows_UI_ViewManagement_UISettings_CaretWidth diff --git a/_notes/darwinNSAlertIcons b/_notes/darwinNSAlertIcons new file mode 100644 index 00000000..5e8acfed --- /dev/null +++ b/_notes/darwinNSAlertIcons @@ -0,0 +1,8 @@ +https://www.google.com/search?q=nsalert+error+icon&client=firefox-b&tbm=isch&source=iu&ictx=1&fir=2iRctS5fJByN0M%253A%252Cw324MTzjHa1bAM%252C_&usg=__x3wpwdNN1L8VI2kHtkKAXFMtpj4%3D&sa=X&ved=0ahUKEwjJzpjN2qDZAhVjw1kKHfOHDoQQ9QEIMTAB#imgrc=2iRctS5fJByN0M: +http://0xced.blogspot.com/2009/11/clalert-nsalert-done-right.html +https://gist.github.com/0xced/228140 +http://editra.org/uploads/code/artmac.html +http://mirror.informatimago.com/next/developer.apple.com/documentation/Carbon/Reference/IconServices/index.html +http://www.cocoabuilder.com/archive/cocoa/15427-iconref-to-nsimage.html +https://github.com/lukakerr/Swift-NSUserNotificationPrivate +https://stackoverflow.com/questions/32943220/the-sidebar-icon-image-name-in-osx diff --git a/_notes/misc b/_notes/misc new file mode 100644 index 00000000..72381721 --- /dev/null +++ b/_notes/misc @@ -0,0 +1,2 @@ +windows data types, "open specifications" on msdn https://msdn.microsoft.com/en-us/library/cc230321.aspx + (I usually use https://msdn.microsoft.com/en-us/library/windows/desktop/aa383751(v=vs.85).aspx for windows data types) diff --git a/_notes/windowsHighDPI b/_notes/windowsHighDPI new file mode 100644 index 00000000..bafa40f9 --- /dev/null +++ b/_notes/windowsHighDPI @@ -0,0 +1,6 @@ +https://msdn.microsoft.com/en-us/library/windows/desktop/mt843498(v=vs.85).aspx +https://msdn.microsoft.com/library/windows/desktop/mt791579(v=vs.85).aspx +https://blogs.windows.com/buildingapps/2017/04/04/high-dpi-scaling-improvements-desktop-applications-windows-10-creators-update/ +https://channel9.msdn.com/Events/Windows/Windows-Developer-Day-Creators-Update/High-DPI-Improvements-for-Desktop-Developers +https://social.msdn.microsoft.com/Forums/vstudio/en-US/31d2a89f-3518-403e-b1e4-bbe37ac1b0f0/per-monitor-high-dpi-awareness-wmdpichanged?forum=vcgeneral +https://stackoverflow.com/questions/36864894/scaling-the-non-client-area-title-bar-menu-bar-for-per-monitor-high-dpi-suppo/37624363 diff --git a/_notes/windowsPrinting b/_notes/windowsPrinting new file mode 100644 index 00000000..c5d0b6c7 --- /dev/null +++ b/_notes/windowsPrinting @@ -0,0 +1,7 @@ +https://msdn.microsoft.com/en-us/library/windows/desktop/ff686805(v=vs.85).aspx +https://msdn.microsoft.com/en-us/library/windows/desktop/dn495653(v=vs.85).aspx +https://msdn.microsoft.com/en-us/library/windows/desktop/hh448422(v=vs.85).aspx +https://msdn.microsoft.com/en-us/library/windows/desktop/dd316975(v=vs.85).aspx +https://msdn.microsoft.com/en-us/library/windows/desktop/dd372919(v=vs.85).aspx +https://msdn.microsoft.com/en-us/library/windows/desktop/ee264335(v=vs.85).aspx +https://msdn.microsoft.com/en-us/library/windows/desktop/dd145198(v=vs.85).aspx