Fresh IDE . Timeline
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

2 check-ins using file freshlib/timers/Linux/timers.asm version c39db51093

2011-03-28
08:29
Minor changes... check-in: d6eae8eed6 user: johnfound tags: FreshLibDev
2011-03-27
19:20
This commit include work on the timers library. The big battle is to make timer handler procedures to be able to manipulate GUI objects. The latest implementation executes the timer handlers in separate threads in order to allow working outside of Linux signal handler. (All this is about Linux implementation, in Windows the things should be more simple). There are some bugs and the test application sometimes crashes with strange errors. The problems are somewhere in the stack management for the threads (IMHO). check-in: d28702ece1 user: johnfound tags: FreshLibDev