Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011年02月03日 | Introduced window registry and changed win/plot weak table to ordinary. | francesco-ST | 1 | -19/+0 | |
Now the table that store the window <-> plot relations is no more weak on the keys (windows). The windows are removed from the table when the event loop thread of the windows terminates. In this way we don't depend on the GC and we avoid the problems with delayed removal of the keys. | |||||
2010年12月28日 | changed window closing unref main lock strategy | francesco-ST | 1 | -14/+5 | |
A global lock is used now to guard the main loop. The plot windows directly unrefs the window by just waiting the main lock. Simplified also the window index code since plot are not indexed since many versions now. The windows are not explicitely closed when the main loop terminates. | |||||
2010年08月25日 | removed plot index and plot id mechanisms | francesco-ST | 1 | -1/+5 | |
2010年08月12日 | added object index to manage both plot and windows | francesco-ST | 1 | -0/+24 | |
Now both plot and windows gets an id which is used to manage userdata cross-references. |