Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-28 | msg queue thread safety. Added an additional safety measure. | Graeme Geldenhuys | |
2010-04-06 | fpgSendMessage now calls fpgDeliverMessage() instead of .Dispatch directly. | Graeme Geldenhuys | |
This now causes all messages to touch the fpgApplication's MessageHookList as well - if one exists. | |||
2008-10-29 | * msgqueue now raises exceptions if the queue is full instead of trying to ↵ | graemeg | |
write to the console (which might not exist). * MessageDialog displayed wrong icon for Critical errors. * Removed compiler hint from tiListMediators' | |||
2008-10-20 | * Due to TThreads sometimes being used for posting messages to the ↵ | graemeg | |
application event queue, the event queue must be made thread safe. I think this is how it is done. Please test or advise of a better idea - I am new to TThreads. | |||
2008-09-27 | * Rename all corelib units to the new naming convention. | graemeg | |
* Updated the UI Designer to use the new unit names. |