Age | Commit message (Expand) | Author |
---|---|---|
2014-01-02 | added destructor LIST::~LIST, that calls destroy() automatically. | George Hazan |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-09-17 | no need to send WM_DESTROY to a window being unsubclassed | George Hazan |
2013-06-19 | two memory leaks | George Hazan |
2013-03-24 | char* mir_urlEncode(const char *szUrl) added | George Hazan |
2013-03-19 | - mir_unsubclassWindow introduced for the explicit window unsubclassing; | George Hazan |
2013-03-04 | fix for the smileys cleanup procedure | George Hazan |
2013-03-04 | fix for drawing subclassed windows | George Hazan |
2013-03-04 | new subclassing functions applied to all plugins | George Hazan |
2013-03-03 | forgotten another function: mir_callNextSubclass | George Hazan |
2013-03-03 | added mechanism of windows subclassing, proof to dynamic plugin unloading | George Hazan |