Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a bug with kiro_trb_get_element returning the wrong address | Timo Dritschler | 2015-02-09 | 1 | -6/+12 |
| | | | | Changed kiro_trb_get_element interface to allow negative element indices | ||||
* | Fixed a bug in KiroClient when connection fails during setup | Timo Dritschler | 2015-01-21 | 1 | -3/+18 |
| | | | | | Added early-out functionality to all KIRO interfaces to prevent segfaults when passing a NULL pointer | ||||
* | Replaced all calls to malloc, calloc and free by their respective glib versions | Timo Dritschler | 2014-11-26 | 1 | -6/+6 |
| | |||||
* | Fix #7: Added missing call to parent finalize | Timo Dritschler | 2014-11-21 | 1 | -0/+2 |
| | |||||
* | Release KIRO to GitHub under LGPL v2.1 | Timo Dritschler | 2014-11-20 | 1 | -1/+16 |
| | | | | | | | Added kiro_*_free methods to all three units Added installation guide Added readme Added licence file | ||||
* | Fix #6: Changed coding style to match UFO Project | Timo Dritschler | 2014-08-29 | 1 | -88/+138 |
| | |||||
* | Fix #5: Added kiro_CLASS_new methods to all KIRO classes | Timo Dritschler | 2014-08-28 | 1 | -0/+6 |
| | | | | Changed test software to use the new kiro_CLASS_new functions | ||||
* | Changed gobject initialization for backward compatibility with older ↵ | Timo Dritschler | 2014-07-18 | 1 | -1/+2 |
| | | | | versions of GLib | ||||
* | Updated documentation to make it conform with Gtk Documentation-Guide | Timo Dritschler | 2014-06-06 | 1 | -0/+20 |
| | | | | Added kiro_trb_purge to completely reset the entire buffer | ||||
* | Changed build system to CMake | Timo Dritschler | 2014-05-27 | 1 | -0/+270 |