1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-24 12:13:16 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Bryan Roe
edff560369 Added support for trapping child window events
Added first rev of support for mouse over cursor changes
2022-04-19 13:00:11 -07:00
Bryan Roe
cb7179057b Updated win-dialog to better support HighDPI displays 2022-02-11 19:43:30 -08:00
Bryan Roe
b668b2543e 1. Fixed bug with windows message pump where if a primitive is returned, an exception is thrown on 64 bit systems.
2. Fixed bug in windows message pump dispatching where uncaught exceptions prevented DefWindowProc from getting called.
2022-02-11 15:39:43 -08:00
Bryan Roe
c6ce7c1293 Updated close appearance of windows privacy bar 2022-02-10 15:21:06 -08:00
Bryan Roe
f13f01eef1 Updated windows privacy bar to set cursor on creation 2022-02-09 19:44:48 -08:00
Bryan Roe
a626c63ee0 Updated window move algorithm for privacy bar on windows 2022-02-09 12:54:42 -08:00
Bryan Roe
35036bfd8b Added win-dialog (Enhanced Dialog Box) 2022-01-25 15:53:28 -08:00
Bryan Roe
1512eb192d 1. Fixed memory corruption in GDI+ initialization
2. Fixed memory leak in message pump
3. Updated enhanced user consent
2021-12-10 11:43:52 -08:00
Bryan Roe
4a481db743 1. Updated win-message-pump to support dispatch queueing
2. Added initial version of enhanced user-consent dialog on windows
2021-12-10 09:14:38 -08:00
Bryan Roe
b0e13ec876 Added missing commit to fix privacy bar on Windows 2020-06-29 11:11:01 -07:00
Bryan Roe
6158940b6e Updated win-message-pump to support UTF8 messages 2020-06-18 22:12:32 -07:00
Bryan Roe
5ba1288cdf Modified JS runtime to use ILibMemory_Extra to point to udata structure,
then used that for consistency checks
2020-04-17 15:05:47 -07:00
Bryan Roe
981ee96ad7 1. Updated GenericMarshal.GlobalCallback to have a close() method, to unhook global events
2. Updated EventEmitter to delete callback references for 'once', 'removeListener', and 'removeAllListeners'
3. Updated win-message-pump to cleanup global events correctly, so object can be garbage collected
2020-01-09 13:57:23 -08:00
Bryan Roe
6b8b25ebf9 1. Updated so global events are unhooked when done
2. Updated so fake window is destroyed when done
2019-10-30 14:40:25 -07:00
Bryan Roe
357fca53ca Added 'close' to win-message-pump 2019-10-02 14:29:53 -07:00
Bryan Roe
be2f08aac7 1. Fixed bug in monitor-info, where Windows was reported as not supported
2. Added support for APC Thread Dispatching to _GenericMarshal
3. Updated win-message-pump to use APC dispatching of Message Pump Thread
4. Added support to create non-hidden windows in win-message-pump
2019-10-02 14:00:32 -07:00
Bryan Roe
311431ba24 Updated to not use script container 2019-01-11 14:02:35 -08:00
Ylian Saint-Hilaire
3c80473a94 Major agent update. 2018-09-05 11:01:17 -07:00