From 5c65e6d7fa831e7f252c2548f4c65b80bbd26d6e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 31 Aug 2019 19:33:33 -0400 Subject: [PATCH] More notes. --- _notes/misc | 4 ++++ _notes/winBlurBehind | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 _notes/winBlurBehind diff --git a/_notes/misc b/_notes/misc index bbfbdcf0..46b4b0ac 100644 --- a/_notes/misc +++ b/_notes/misc @@ -211,3 +211,7 @@ whatever this is seems to have no documentation... it appears to be related to unreachable code optimizations https://docs.microsoft.com/en-us/cpp/intrinsics/assume?view=vs-2017 https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html + + +(#gtk) [01:57:47] I have a question about blocking signal handlers from emission when using a GtkSearchEntry. As i did it in the past with signal emissions is to block the handler, set anything on the Entry, unblock the handler. But the search entry emits after 150 ms therefore this does not work for GtkSearchEntrys. Is there a good way to archieve the same? + diff --git a/_notes/winBlurBehind b/_notes/winBlurBehind new file mode 100644 index 00000000..918f70f2 --- /dev/null +++ b/_notes/winBlurBehind @@ -0,0 +1,34 @@ +https://stackoverflow.com/questions/27787966/winapi-dwmapi-blur-behind-window-with-irregular-shape +https://archive.codeplex.com/?p=glassui +https://stackoverflow.com/questions/17246206/wpf-glass-window-with-no-border-and-no-resize-out-of-focus +https://github.com/rust-windowing/winit/issues/260 +https://stackoverflow.com/questions/31778017/blur-behind-transparent-wpf-window +https://web.archive.org/web/20170701081532/http://withinrafael.com/adding-the-aero-glass-blur-to-your-windows-10-apps/ +https://stackoverflow.com/questions/32335945/blur-behind-window-with-titlebar-in-windows-10-stopped-working-after-windows-up +https://stackoverflow.com/questions/32335945/blur-behind-window-with-titlebar-in-windows-10-stopped-working-after-windows-up +https://web.archive.org/web/20170628221023/https://blogs.windows.com/windowsexperience/2015/04/29/new-windows-10-insider-preview-build-10074-now-available/ +http://undoc.airesoft.co.uk/user32.dll/SetWindowCompositionAttribute.php +https://gist.github.com/ysc3839/b08d2bff1c7dacde529bed1d37e85ccf +https://gist.github.com/ethanhs/0e157e4003812e99bf5bc7cb6f73459f +http://undoc.airesoft.co.uk/user32.dll/GetWindowCompositionAttribute.php +https://withinrafael.com/2015/07/08/adding-the-aero-glass-blur-to-your-windows-10-apps/ +http://www.classicshell.net/forum/viewtopic.php?f=10&t=6444 +https://www.autoitscript.com/forum/topic/183488-_winapi_dwmenableblurbehindwindow-in-windows-10/ +https://stackoverflow.com/questions/31151539/native-aero-blur-without-glass-effect-on-borderless-wpf-window +https://stackoverflow.com/questions/35736399/uwp-app-with-background-blurred-setwindowcompositionattribute +https://www.autoitscript.com/forum/topic/189638-win10-dwm-blur-with-rounded-corners-help/ +https://www.reddit.com/r/Windows10/comments/5xa13h/is_there_any_way_i_can_make_my_command_prompt/ +https://social.msdn.microsoft.com/Forums/vstudio/en-US/ff875100-718f-473b-acf3-e2724339999f/blur-behind-option-for-wpf-controls-within-the-application?forum=wpf +https://docs.microsoft.com/en-us/windows/win32/dwm/composition-ovw +https://github.com/rust-windowing/winit/issues/538 +http://winclassic.boards.net/thread/39/extended-glass-borders-fix +https://stackoverflow.com/questions/27787966/winapi-dwmapi-blur-behind-window-with-irregular-shape +https://coldjackle.wordpress.com/2012/07/17/c-aero-glass/ +https://stackoverflow.com/questions/52735048/rounded-window-corners-with-transparent-blurred-form +https://books.google.com/books?id=Z3g8PuyLsTMC&pg=PT149&lpg=PT149&dq=aero+glass+guide&source=bl&ots=Fg99AzeDai&sig=ACfU3U0vKunGz2-l3hykLmX6iyhMrzNv6w&hl=en&sa=X&ved=2ahUKEwjRzJz7l67kAhURYcAKHe1HDYEQ6AEwG3oECAgQAQ#v=onepage&q=aero%20glass%20guide&f=false +https://stackoverflow.com/questions/3822609/documentation-and-api-samples-for-drawing-on-windows-aero-glass-dwm-gdi-gdi +https://stackoverflow.com/questions/1870139/windows-aero-what-color-to-paint-to-make-glass-appear +http://forums.codeguru.com/showthread.php?499073-Win32-Aero-glass-and-drawing-transparent-gdi-shapes +https://archive.msdn.microsoft.com/VistaBridge/Release/ProjectReleases.aspx?ReleaseId=2230 +http://blog.delphi-jedi.net/2008/05/01/translucent-windows-with-aero/ +https://delphihaven.wordpress.com/2010/08/19/custom-drawing-on-glass-1/