{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":335864278,"defaultBranch":"master","name":"reaimgui","ownerLogin":"cfillion","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-02-04T06:44:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4297676?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726715860.0","currentOid":""},"activityList":{"items":[{"before":"3816b56eddf2710759de05277541dd1a60b28d46","after":"fa70cd49ccf9fde4035a552df8013ddf998b5556","ref":"refs/heads/master","pushedAt":"2024-09-19T02:58:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: fix KVO detection on macOS 15 [p=2809649]\n\nmacOS 15 broke the current isKVOSubclass check (and the undocumented _isKVOA too).\n\nISA-swizzling when KVO is active throws when removing observers (see 25857158a8f915f939106b88cfe6989b3f648800).\n\n[NSObject removeObserver:...] actively does this:\n\n Class klass = object_getClass(observer);\n ... = NSKeyValuePropertyForIsaAndKeyPath(klass, ...);\n\nThe exception:\n\n Cannot remove an observer for the key path \"_titlebarBackdropGroupName\" from because it is not registered as an observer.\n\n 0 CoreFoundation 0x00007ff806aed6d6 __exceptionPreprocess + 242\n 1 libobjc.A.dylib 0x00007ff8065d4c00 objc_exception_throw + 62\n 2 Foundation 0x00007ff807a96066 -[NSObject(NSKeyValueObserverRegistration) _removeObserver:forProperty:] + 659\n 3 Foundation 0x00007ff807a95d83 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:] + 129\n 4 Foundation 0x00007ff807a95a49 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:context:] + 225\n 5 AppKit 0x00007ff80af94be8 -[NSWindow removeObserver:forKeyPath:context:] + 108\n 6 AppKit 0x00007ff80b16ce32 -[NSTitlebarView viewWillMoveToWindow:] + 73\n 7 AppKit 0x00007ff80a3c61cd -[NSView _setWindow:] + 349\n 8 AppKit 0x00007ff80af75ba5 __21-[NSView _setWindow:]_block_invoke.393 + 324\n 9 AppKit 0x00007ff80a3c67f7 -[NSView _setWindow:] + 1927\n 10 AppKit 0x00007ff80af75ba5 __21-[NSView _setWindow:]_block_invoke.393 + 324\n 11 AppKit 0x00007ff80a3c67f7 -[NSView _setWindow:] + 1927\n 12 AppKit 0x00007ff80a3f92a1 __25-[NSWindow setStyleMask:]_block_invoke + 495\n 13 AppKit 0x00007ff80a3f9058 NSPerformVisuallyAtomicChange + 134\n 14 AppKit 0x00007ff80a3f8f71 -[NSWindow setStyleMask:] + 150\n 15 reaper_imgui-x86_64.dylib 0x000000010830c5e6 _ZN11CocoaWindow6updateEv + 678\n 16 reaper_imgui-x86_64.dylib 0x00000001082f9b86 _ZN17ViewportForwarderIXadL_ZN13ImGuiViewport16PlatformUserDataEEEE4wrapIXadL_ZN8Viewport6updateEvEEJEEEDaPS0_DpT0_ + 102\n 17 reaper_imgui-x86_64.dylib 0x0000000108351024 _ZN5ImGui21UpdatePlatformWindowsEv + 1492\n 18 reaper_imgui-x86_64.dylib 0x00000001082a2cde _ZN7Context8endFrameEb + 270\n 19 reaper_imgui-x86_64.dylib 0x00000001082a37e9 _ZN7Context9heartbeatEv + 73\n 20 reaper_imgui-x86_64.dylib 0x00000001082e1987 _ZN8Resource5Timer4tickEv + 135\n 21 REAPER 0x0000000100056b5b _Z13runMiscTimersv + 3243\n 22 REAPER 0x000000010075bfb1 _Z8MainProcP6HWND__jml + 5249\n 23 REAPER 0x00000001005a55bc _ZL28SwellDialogDefaultWindowProcP6HWND__jml + 444\n 24 reaper_imgui-x86_64.dylib 0x00000001082e18b9 _ZN8Resource5Timer16mainProcOverrideEP6HWND__jml + 89\n 25 Foundation 0x00007ff807ae1340 __NSFireTimer + 67\n 26 CoreFoundation 0x00007ff806a95874 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20\n 27 CoreFoundation 0x00007ff806a95422 __CFRunLoopDoTimer + 801\n 28 CoreFoundation 0x00007ff806a9504e __CFRunLoopDoTimers + 285\n 29 CoreFoundation 0x00007ff806a7ba31 __CFRunLoopRun + 2261\n 30 CoreFoundation 0x00007ff806a7ab6c CFRunLoopRunSpecific + 536\n 31 HIToolbox 0x00007ff81215afe3 RunCurrentEventLoopInMode + 292\n 32 HIToolbox 0x00007ff8121609c4 ReceiveNextEventCommon + 646\n 33 HIToolbox 0x00007ff812160b62 _BlockUntilNextEventMatchingListInModeWithFilter + 66\n 34 AppKit 0x00007ff80a3aed8b _DPSNextEvent + 902\n 35 AppKit 0x00007ff80adcb4c8 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1290\n 36 AppKit 0x00007ff80a39feb7 -[NSApplication run] + 610\n 37 AppKit 0x00007ff80a373234 NSApplicationMain + 823\n 38 dyld 0x00007ff8066092cd start + 1805","shortMessageHtmlLink":"cocoa: fix KVO detection on macOS 15 [p=2809649]"}},{"before":"88d28fc9669b93a38f9fc50089e2a74ca4d7baec","after":"3816b56eddf2710759de05277541dd1a60b28d46","ref":"refs/heads/master","pushedAt":"2024-09-19T02:47:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: fix KVO detection on macOS 15 [p=2809649]\n\nmacOS 15 broke the current isKVOSubclass check (and the undocumented _isKVOA too).\n\nSubclassing at runtime when KVO is active throws when removing observers (see 25857158a8f915f939106b88cfe6989b3f648800).\n\n[NSObject removeObserver:...] actively does this:\n\n Class klass = object_getClass(observer);\n ... = NSKeyValuePropertyForIsaAndKeyPath(klass, ...);\n\nThe exception:\n\n Cannot remove an observer for the key path \"_titlebarBackdropGroupName\" from because it is not registered as an observer.\n\n 0 CoreFoundation 0x00007ff806aed6d6 __exceptionPreprocess + 242\n 1 libobjc.A.dylib 0x00007ff8065d4c00 objc_exception_throw + 62\n 2 Foundation 0x00007ff807a96066 -[NSObject(NSKeyValueObserverRegistration) _removeObserver:forProperty:] + 659\n 3 Foundation 0x00007ff807a95d83 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:] + 129\n 4 Foundation 0x00007ff807a95a49 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:context:] + 225\n 5 AppKit 0x00007ff80af94be8 -[NSWindow removeObserver:forKeyPath:context:] + 108\n 6 AppKit 0x00007ff80b16ce32 -[NSTitlebarView viewWillMoveToWindow:] + 73\n 7 AppKit 0x00007ff80a3c61cd -[NSView _setWindow:] + 349\n 8 AppKit 0x00007ff80af75ba5 __21-[NSView _setWindow:]_block_invoke.393 + 324\n 9 AppKit 0x00007ff80a3c67f7 -[NSView _setWindow:] + 1927\n 10 AppKit 0x00007ff80af75ba5 __21-[NSView _setWindow:]_block_invoke.393 + 324\n 11 AppKit 0x00007ff80a3c67f7 -[NSView _setWindow:] + 1927\n 12 AppKit 0x00007ff80a3f92a1 __25-[NSWindow setStyleMask:]_block_invoke + 495\n 13 AppKit 0x00007ff80a3f9058 NSPerformVisuallyAtomicChange + 134\n 14 AppKit 0x00007ff80a3f8f71 -[NSWindow setStyleMask:] + 150\n 15 reaper_imgui-x86_64.dylib 0x000000010830c5e6 _ZN11CocoaWindow6updateEv + 678\n 16 reaper_imgui-x86_64.dylib 0x00000001082f9b86 _ZN17ViewportForwarderIXadL_ZN13ImGuiViewport16PlatformUserDataEEEE4wrapIXadL_ZN8Viewport6updateEvEEJEEEDaPS0_DpT0_ + 102\n 17 reaper_imgui-x86_64.dylib 0x0000000108351024 _ZN5ImGui21UpdatePlatformWindowsEv + 1492\n 18 reaper_imgui-x86_64.dylib 0x00000001082a2cde _ZN7Context8endFrameEb + 270\n 19 reaper_imgui-x86_64.dylib 0x00000001082a37e9 _ZN7Context9heartbeatEv + 73\n 20 reaper_imgui-x86_64.dylib 0x00000001082e1987 _ZN8Resource5Timer4tickEv + 135\n 21 REAPER 0x0000000100056b5b _Z13runMiscTimersv + 3243\n 22 REAPER 0x000000010075bfb1 _Z8MainProcP6HWND__jml + 5249\n 23 REAPER 0x00000001005a55bc _ZL28SwellDialogDefaultWindowProcP6HWND__jml + 444\n 24 reaper_imgui-x86_64.dylib 0x00000001082e18b9 _ZN8Resource5Timer16mainProcOverrideEP6HWND__jml + 89\n 25 Foundation 0x00007ff807ae1340 __NSFireTimer + 67\n 26 CoreFoundation 0x00007ff806a95874 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20\n 27 CoreFoundation 0x00007ff806a95422 __CFRunLoopDoTimer + 801\n 28 CoreFoundation 0x00007ff806a9504e __CFRunLoopDoTimers + 285\n 29 CoreFoundation 0x00007ff806a7ba31 __CFRunLoopRun + 2261\n 30 CoreFoundation 0x00007ff806a7ab6c CFRunLoopRunSpecific + 536\n 31 HIToolbox 0x00007ff81215afe3 RunCurrentEventLoopInMode + 292\n 32 HIToolbox 0x00007ff8121609c4 ReceiveNextEventCommon + 646\n 33 HIToolbox 0x00007ff812160b62 _BlockUntilNextEventMatchingListInModeWithFilter + 66\n 34 AppKit 0x00007ff80a3aed8b _DPSNextEvent + 902\n 35 AppKit 0x00007ff80adcb4c8 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1290\n 36 AppKit 0x00007ff80a39feb7 -[NSApplication run] + 610\n 37 AppKit 0x00007ff80a373234 NSApplicationMain + 823\n 38 dyld 0x00007ff8066092cd start + 1805","shortMessageHtmlLink":"cocoa: fix KVO detection on macOS 15 [p=2809649]"}},{"before":"ff5b7b499d257a5d43d9702f307c753cfe876866","after":"88d28fc9669b93a38f9fc50089e2a74ca4d7baec","ref":"refs/heads/master","pushedAt":"2024-09-19T02:29:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: remove ISA-swizzling on all macOS version [p=2809649]\n\nmacOS 15 broke the current isKVOSubclass check (and the undocumented _isKVOA too).\n\nSubclassing at runtime when KVO is active throws when removing observers (see 25857158a8f915f939106b88cfe6989b3f648800).\n\n[NSObject removeObserver:...] actively does this:\n\n Class klass = object_getClass(observer);\n ... = NSKeyValuePropertyForIsaAndKeyPath(klass, ...);\n\nThe exception:\n\n Cannot remove an observer for the key path \"_titlebarBackdropGroupName\" from because it is not registered as an observer.\n\n 0 CoreFoundation 0x00007ff806aed6d6 __exceptionPreprocess + 242\n 1 libobjc.A.dylib 0x00007ff8065d4c00 objc_exception_throw + 62\n 2 Foundation 0x00007ff807a96066 -[NSObject(NSKeyValueObserverRegistration) _removeObserver:forProperty:] + 659\n 3 Foundation 0x00007ff807a95d83 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:] + 129\n 4 Foundation 0x00007ff807a95a49 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:context:] + 225\n 5 AppKit 0x00007ff80af94be8 -[NSWindow removeObserver:forKeyPath:context:] + 108\n 6 AppKit 0x00007ff80b16ce32 -[NSTitlebarView viewWillMoveToWindow:] + 73\n 7 AppKit 0x00007ff80a3c61cd -[NSView _setWindow:] + 349\n 8 AppKit 0x00007ff80af75ba5 __21-[NSView _setWindow:]_block_invoke.393 + 324\n 9 AppKit 0x00007ff80a3c67f7 -[NSView _setWindow:] + 1927\n 10 AppKit 0x00007ff80af75ba5 __21-[NSView _setWindow:]_block_invoke.393 + 324\n 11 AppKit 0x00007ff80a3c67f7 -[NSView _setWindow:] + 1927\n 12 AppKit 0x00007ff80a3f92a1 __25-[NSWindow setStyleMask:]_block_invoke + 495\n 13 AppKit 0x00007ff80a3f9058 NSPerformVisuallyAtomicChange + 134\n 14 AppKit 0x00007ff80a3f8f71 -[NSWindow setStyleMask:] + 150\n 15 reaper_imgui-x86_64.dylib 0x000000010830c5e6 _ZN11CocoaWindow6updateEv + 678\n 16 reaper_imgui-x86_64.dylib 0x00000001082f9b86 _ZN17ViewportForwarderIXadL_ZN13ImGuiViewport16PlatformUserDataEEEE4wrapIXadL_ZN8Viewport6updateEvEEJEEEDaPS0_DpT0_ + 102\n 17 reaper_imgui-x86_64.dylib 0x0000000108351024 _ZN5ImGui21UpdatePlatformWindowsEv + 1492\n 18 reaper_imgui-x86_64.dylib 0x00000001082a2cde _ZN7Context8endFrameEb + 270\n 19 reaper_imgui-x86_64.dylib 0x00000001082a37e9 _ZN7Context9heartbeatEv + 73\n 20 reaper_imgui-x86_64.dylib 0x00000001082e1987 _ZN8Resource5Timer4tickEv + 135\n 21 REAPER 0x0000000100056b5b _Z13runMiscTimersv + 3243\n 22 REAPER 0x000000010075bfb1 _Z8MainProcP6HWND__jml + 5249\n 23 REAPER 0x00000001005a55bc _ZL28SwellDialogDefaultWindowProcP6HWND__jml + 444\n 24 reaper_imgui-x86_64.dylib 0x00000001082e18b9 _ZN8Resource5Timer16mainProcOverrideEP6HWND__jml + 89\n 25 Foundation 0x00007ff807ae1340 __NSFireTimer + 67\n 26 CoreFoundation 0x00007ff806a95874 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20\n 27 CoreFoundation 0x00007ff806a95422 __CFRunLoopDoTimer + 801\n 28 CoreFoundation 0x00007ff806a9504e __CFRunLoopDoTimers + 285\n 29 CoreFoundation 0x00007ff806a7ba31 __CFRunLoopRun + 2261\n 30 CoreFoundation 0x00007ff806a7ab6c CFRunLoopRunSpecific + 536\n 31 HIToolbox 0x00007ff81215afe3 RunCurrentEventLoopInMode + 292\n 32 HIToolbox 0x00007ff8121609c4 ReceiveNextEventCommon + 646\n 33 HIToolbox 0x00007ff812160b62 _BlockUntilNextEventMatchingListInModeWithFilter + 66\n 34 AppKit 0x00007ff80a3aed8b _DPSNextEvent + 902\n 35 AppKit 0x00007ff80adcb4c8 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1290\n 36 AppKit 0x00007ff80a39feb7 -[NSApplication run] + 610\n 37 AppKit 0x00007ff80a373234 NSApplicationMain + 823\n 38 dyld 0x00007ff8066092cd start + 1805","shortMessageHtmlLink":"cocoa: remove ISA-swizzling on all macOS version [p=2809649]"}},{"before":"2cb03cf54454d187d71a0f53e58f86f49f44c4d2","after":"ff5b7b499d257a5d43d9702f307c753cfe876866","ref":"refs/heads/master","pushedAt":"2024-09-19T02:24:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: remove ISA-swizzling on all macOS version\n\nmacOS 15 broke the current isKVOSubclass check (and the undocumented _isKVOA too).\n\nSubclassing at runtime when KVO is active produces an exception when removing observers.\n(See 25857158a8f915f939106b88cfe6989b3f648800)\n\n Cannot remove an observer for the key path \"_titlebarBackdropGroupName\" from because it is not registered as an observer.\n\n 0 CoreFoundation 0x00007ff806aed6d6 __exceptionPreprocess + 242\n 1 libobjc.A.dylib 0x00007ff8065d4c00 objc_exception_throw + 62\n 2 Foundation 0x00007ff807a96066 -[NSObject(NSKeyValueObserverRegistration) _removeObserver:forProperty:] + 659\n 3 Foundation 0x00007ff807a95d83 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:] + 129\n 4 Foundation 0x00007ff807a95a49 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:context:] + 225\n 5 AppKit 0x00007ff80af94be8 -[NSWindow removeObserver:forKeyPath:context:] + 108\n 6 AppKit 0x00007ff80b16ce32 -[NSTitlebarView viewWillMoveToWindow:] + 73\n 7 AppKit 0x00007ff80a3c61cd -[NSView _setWindow:] + 349\n 8 AppKit 0x00007ff80af75ba5 __21-[NSView _setWindow:]_block_invoke.393 + 324\n 9 AppKit 0x00007ff80a3c67f7 -[NSView _setWindow:] + 1927\n 10 AppKit 0x00007ff80af75ba5 __21-[NSView _setWindow:]_block_invoke.393 + 324\n 11 AppKit 0x00007ff80a3c67f7 -[NSView _setWindow:] + 1927\n 12 AppKit 0x00007ff80a3f92a1 __25-[NSWindow setStyleMask:]_block_invoke + 495\n 13 AppKit 0x00007ff80a3f9058 NSPerformVisuallyAtomicChange + 134\n 14 AppKit 0x00007ff80a3f8f71 -[NSWindow setStyleMask:] + 150\n 15 reaper_imgui-x86_64.dylib 0x000000010830c5e6 _ZN11CocoaWindow6updateEv + 678\n 16 reaper_imgui-x86_64.dylib 0x00000001082f9b86 _ZN17ViewportForwarderIXadL_ZN13ImGuiViewport16PlatformUserDataEEEE4wrapIXadL_ZN8Viewport6updateEvEEJEEEDaPS0_DpT0_ + 102\n 17 reaper_imgui-x86_64.dylib 0x0000000108351024 _ZN5ImGui21UpdatePlatformWindowsEv + 1492\n 18 reaper_imgui-x86_64.dylib 0x00000001082a2cde _ZN7Context8endFrameEb + 270\n 19 reaper_imgui-x86_64.dylib 0x00000001082a37e9 _ZN7Context9heartbeatEv + 73\n 20 reaper_imgui-x86_64.dylib 0x00000001082e1987 _ZN8Resource5Timer4tickEv + 135\n 21 REAPER 0x0000000100056b5b _Z13runMiscTimersv + 3243\n 22 REAPER 0x000000010075bfb1 _Z8MainProcP6HWND__jml + 5249\n 23 REAPER 0x00000001005a55bc _ZL28SwellDialogDefaultWindowProcP6HWND__jml + 444\n 24 reaper_imgui-x86_64.dylib 0x00000001082e18b9 _ZN8Resource5Timer16mainProcOverrideEP6HWND__jml + 89\n 25 Foundation 0x00007ff807ae1340 __NSFireTimer + 67\n 26 CoreFoundation 0x00007ff806a95874 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20\n 27 CoreFoundation 0x00007ff806a95422 __CFRunLoopDoTimer + 801\n 28 CoreFoundation 0x00007ff806a9504e __CFRunLoopDoTimers + 285\n 29 CoreFoundation 0x00007ff806a7ba31 __CFRunLoopRun + 2261\n 30 CoreFoundation 0x00007ff806a7ab6c CFRunLoopRunSpecific + 536\n 31 HIToolbox 0x00007ff81215afe3 RunCurrentEventLoopInMode + 292\n 32 HIToolbox 0x00007ff8121609c4 ReceiveNextEventCommon + 646\n 33 HIToolbox 0x00007ff812160b62 _BlockUntilNextEventMatchingListInModeWithFilter + 66\n 34 AppKit 0x00007ff80a3aed8b _DPSNextEvent + 902\n 35 AppKit 0x00007ff80adcb4c8 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1290\n 36 AppKit 0x00007ff80a39feb7 -[NSApplication run] + 610\n 37 AppKit 0x00007ff80a373234 NSApplicationMain + 823\n 38 dyld 0x00007ff8066092cd start + 1805","shortMessageHtmlLink":"cocoa: remove ISA-swizzling on all macOS version"}},{"before":"a04cf903df11a0006321cd79b1fbd4fd2d1f795b","after":null,"ref":"refs/heads/nonoinputs","pushedAt":"2024-09-18T09:24:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"}},{"before":"ba60a0695890a61522b493ab7dc09ac5114d7942","after":"2cb03cf54454d187d71a0f53e58f86f49f44c4d2","ref":"refs/heads/master","pushedAt":"2024-09-01T10:14:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: forward mousewheel events when WindowFlags_NoInputs is set","shortMessageHtmlLink":"cocoa: forward mousewheel events when WindowFlags_NoInputs is set"}},{"before":"10793838713a617d35f4e92d6ad303ec5e6e35f0","after":"ba60a0695890a61522b493ab7dc09ac5114d7942","ref":"refs/heads/master","pushedAt":"2024-09-01T09:56:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: forward mousewheel events when WindowFlags_NoInputs is set","shortMessageHtmlLink":"cocoa: forward mousewheel events when WindowFlags_NoInputs is set"}},{"before":"552d6b775df7f327f546eead7ef4b13b518f7ebf","after":"10793838713a617d35f4e92d6ad303ec5e6e35f0","ref":"refs/heads/master","pushedAt":"2024-09-01T09:49:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: forward mousewheel events when WindowFlags_NoInputs is set","shortMessageHtmlLink":"cocoa: forward mousewheel events when WindowFlags_NoInputs is set"}},{"before":"117cfbe216018822211528c7eb12596b84c4b40d","after":"552d6b775df7f327f546eead7ef4b13b518f7ebf","ref":"refs/heads/master","pushedAt":"2024-09-01T09:42:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: forward mousewheel events when WindowFlags_NoInputs is set","shortMessageHtmlLink":"cocoa: forward mousewheel events when WindowFlags_NoInputs is set"}},{"before":"e8745d9305b4cef39d05c5a4ce60c39c3b7fdc59","after":"117cfbe216018822211528c7eb12596b84c4b40d","ref":"refs/heads/master","pushedAt":"2024-09-01T09:35:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: forward mousewheel events when WindowFlags_NoInputs is set","shortMessageHtmlLink":"cocoa: forward mousewheel events when WindowFlags_NoInputs is set"}},{"before":"3588267b5c6733db5aff97ef3a99a5051096ac5a","after":"e8745d9305b4cef39d05c5a4ce60c39c3b7fdc59","ref":"refs/heads/master","pushedAt":"2024-08-22T17:57:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"remove leftover reference to Mod_Shortcut","shortMessageHtmlLink":"remove leftover reference to Mod_Shortcut"}},{"before":null,"after":"a111bbd1d2cc350d33422fa6349ef96c216125ab","ref":"refs/heads/vs22-17.11","pushedAt":"2024-08-22T17:56:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"revert \"workaround annoying MSVC bugs\"\n\nThis reverts commit d7f985e542683525c481b2d29b57a80f6962ba99.\n\nFixed in Visual Studio 2022 version 17.11","shortMessageHtmlLink":"revert \"workaround annoying MSVC bugs\""}},{"before":"5609a5d7b8ca9db04f93824ea5aa99b1604b33b5","after":"3588267b5c6733db5aff97ef3a99a5051096ac5a","ref":"refs/heads/master","pushedAt":"2024-08-08T07:53:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"repair the LuaCATS definition file","shortMessageHtmlLink":"repair the LuaCATS definition file"}},{"before":"6f177797d84e8e85d3868dced1027a207da30daf","after":"5609a5d7b8ca9db04f93824ea5aa99b1604b33b5","ref":"refs/heads/master","pushedAt":"2024-08-08T07:47:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"repair the LuaCATS definition file","shortMessageHtmlLink":"repair the LuaCATS definition file"}},{"before":"d40bdeaaabcc58ed67287f4cf98dd1c8f66b6e77","after":"6f177797d84e8e85d3868dced1027a207da30daf","ref":"refs/heads/master","pushedAt":"2024-08-07T18:22:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"ci: upgrade pip to handle Python 3.12 removal of pkgutil.ImpImporter\n\nhttps://stackoverflow.com/a/77364602/796375","shortMessageHtmlLink":"ci: upgrade pip to handle Python 3.12 removal of pkgutil.ImpImporter"}},{"before":"97c98d0c56ed8c079b097fa395d58d03e5c20473","after":"d40bdeaaabcc58ed67287f4cf98dd1c8f66b6e77","ref":"refs/heads/master","pushedAt":"2024-08-07T16:36:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"add CreateFontFromMem","shortMessageHtmlLink":"add CreateFontFromMem"}},{"before":"82bad9e8957e47ca4855ea72a7c2fdadbce085ad","after":"97c98d0c56ed8c079b097fa395d58d03e5c20473","ref":"refs/heads/master","pushedAt":"2024-08-07T16:35:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"add CreateFontFromMem","shortMessageHtmlLink":"add CreateFontFromMem"}},{"before":"dd8ed397b88ebedfafad51231b4d34a676b70d0b","after":"82bad9e8957e47ca4855ea72a7c2fdadbce085ad","ref":"refs/heads/master","pushedAt":"2024-08-07T16:28:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"add CreateFontFromMem","shortMessageHtmlLink":"add CreateFontFromMem"}},{"before":"8ed91c50894eb0756790e970cf48a8377c14aefe","after":"dd8ed397b88ebedfafad51231b4d34a676b70d0b","ref":"refs/heads/master","pushedAt":"2024-07-31T03:59:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: fix crash when texture size is greater than Metal limits\n\nMetal is hard-coded to assert on error with now way to catch the error.\n\nThere is a private MTLSetReportFailureBlock function however that's global and seems to not be part of the public API (0 Google hits).\n\n validateTextureDimensions:1081: failed assertion `MTLTextureDescriptor has width (57405952) greater than the maximum allowed size of 16384.'\n zsh: abort reaper","shortMessageHtmlLink":"cocoa: fix crash when texture size is greater than Metal limits"}},{"before":"08c96b19c008f6e95ed9a8fe99d15eafbcd31e2b","after":"8ed91c50894eb0756790e970cf48a8377c14aefe","ref":"refs/heads/master","pushedAt":"2024-07-30T23:47:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: fix crash when texture size is greater than Metal limits\n\nMetal is hard-coded to assert on error with now way to catch the error.\n\nThere is a private MTLSetReportFailureBlock function however that's global and seems to not be part of the public API (0 Google hits).\n\n validateTextureDimensions:1081: failed assertion `MTLTextureDescriptor has width (57405952) greater than the maximum allowed size of 16384.'\n zsh: abort reaper","shortMessageHtmlLink":"cocoa: fix crash when texture size is greater than Metal limits"}},{"before":"8d65f7d0480a27fa9d45a458c433968d4425be80","after":"08c96b19c008f6e95ed9a8fe99d15eafbcd31e2b","ref":"refs/heads/master","pushedAt":"2024-07-30T23:36:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: fix crash when texture size is greater than Metal limits\n\nMetal is hard-coded to assert on error with now way to catch the error.\n\nThere is a private MTLSetReportFailureBlock function however that's global and seems to not be part of the public API (0 Google hits).\n\n validateTextureDimensions:1081: failed assertion `MTLTextureDescriptor has width (57405952) greater than the maximum allowed size of 16384.'\n zsh: abort reaper","shortMessageHtmlLink":"cocoa: fix crash when texture size is greater than Metal limits"}},{"before":"7d0d8e58be04e0fea84d37bd159d8334ae1c473a","after":"8d65f7d0480a27fa9d45a458c433968d4425be80","ref":"refs/heads/master","pushedAt":"2024-07-30T22:27:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"fix very fast double-clicks landing on the window under [p=2795708]","shortMessageHtmlLink":"fix very fast double-clicks landing on the window under [p=2795708]"}},{"before":"d26c1517d19f2d1710dfe2e3a939cfaad6f65a8a","after":"7d0d8e58be04e0fea84d37bd159d8334ae1c473a","ref":"refs/heads/master","pushedAt":"2024-07-25T20:39:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: fix restoration of Ctrl when regaining focus and right-click emulation is enabled","shortMessageHtmlLink":"cocoa: fix restoration of Ctrl when regaining focus and right-click e…"}},{"before":"369071ed5094705b17e259100f863ba681b1cd8d","after":"d26c1517d19f2d1710dfe2e3a939cfaad6f65a8a","ref":"refs/heads/master","pushedAt":"2024-07-25T20:15:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"cocoa: fix restoration of Ctrl when regaining focus and right-click emulation is enabled","shortMessageHtmlLink":"cocoa: fix restoration of Ctrl when regaining focus and right-click e…"}},{"before":null,"after":"a04cf903df11a0006321cd79b1fbd4fd2d1f795b","ref":"refs/heads/nonoinputs","pushedAt":"2024-07-14T18:51:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"unset ViewportFlags_NoInputs early [p=2795708]","shortMessageHtmlLink":"unset ViewportFlags_NoInputs early [p=2795708]"}},{"before":"36a9ef4c5331afdfc1204cb131024a49792fc7ef","after":"369071ed5094705b17e259100f863ba681b1cd8d","ref":"refs/heads/master","pushedAt":"2024-07-04T05:38:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"update to dear imgui 1.90.9\n\n• Add Col_Tab{SelectedOverline,DimmedSelectedOverline} and TabBarFlags_DrawSelectedOverline\n• Add ConfigFlags_NoKeyboard\n• Add SliderFlags_WrapAround\n• Add TableGetHoveredColumn\n• Rename Col_TabActive to _TabSelected, _TabUnfocused to _TabDimmed and TabUnfocusedActive to _TabDimmedSelected\n• Rename DragDropFlags_SourceAutoExpirePayload to _PayloadAutoExpire\n• Replace WindowFlags_NavFlattened with ChildFlags_NavFlattened","shortMessageHtmlLink":"update to dear imgui 1.90.9"}},{"before":"4acb5f1781d2cafc3ea117794e1a62604305253d","after":"36a9ef4c5331afdfc1204cb131024a49792fc7ef","ref":"refs/heads/master","pushedAt":"2024-07-03T23:34:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"add experimental Zig bindings","shortMessageHtmlLink":"add experimental Zig bindings"}},{"before":"ba9abb27eae7708b0c54414cf12e8924866df9bd","after":"4acb5f1781d2cafc3ea117794e1a62604305253d","ref":"refs/heads/master","pushedAt":"2024-07-03T20:07:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"update to dear imgui 1.90.9\n\n• Add Col_Tab{SelectedOverline,DimmedSelectedOverline} and TabBarFlags_DrawSelectedOverline\n• Add ConfigFlags_NoKeyboard\n• Add SliderFlags_WrapAround\n• Add TableGetHoveredColumn\n• Rename Col_TabActive to _TabSelected, _TabUnfocused to _TabDimmed and TabUnfocusedActive to _TabDimmedSelected\n• Rename DragDropFlags_SourceAutoExpirePayload to _PayloadAutoExpire\n• Replace WindowFlags_NavFlattened with ChildFlags_NavFlattened","shortMessageHtmlLink":"update to dear imgui 1.90.9"}},{"before":"d57b9096aac852a9eca5358950fa458897275f3b","after":null,"ref":"refs/heads/lice","pushedAt":"2024-07-03T18:41:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"}},{"before":"b9fb78e19f7367e17904d42cea70e393cb44459c","after":"d57b9096aac852a9eca5358950fa458897275f3b","ref":"refs/heads/lice","pushedAt":"2024-06-27T11:31:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cfillion","name":"Christian Fillion","path":"/cfillion","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4297676?s=80&v=4"},"commit":{"message":"add CreateImageFromLICE (js_ReaScript API only)","shortMessageHtmlLink":"add CreateImageFromLICE (js_ReaScript API only)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEulssTQA","startCursor":null,"endCursor":null}},"title":"Activity · cfillion/reaimgui"}