Mark Wieder
Mark Wieder
The ulTickleMe messages is currently issued once a second if there are any open sockets. This is overbroad, in that if I "accept connections on socket x" and then issue...
Implement specialFolderPath(documents) on Linux as "~/Documents"
This fixes the import command on linux to get a snapshot of the entire screen. Fixes bug reports 17257, 20104, 15541, 15103...
This patch adds it to the list of dependencies.
In the revCore.8.livecode stack, the functions ideCoreCardOfcontrol() and ideCoreParentOfControl() have the same contents. My guess is that ideCoreParentOfControl() is intended to return the actual parent of the given object, and...
If JSONToArray is passed an empty parameter for the JSON object, the external fails to parse it and returns an error message. That ends up hanging the calling function and...