summaryrefslogtreecommitdiffstats
path: root/src/kiro-trb.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug in KiroClient when connection fails during setupTimo Dritschler2015-01-211-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 versionsTimo Dritschler2014-11-261-6/+6
|
* Fix #7: Added missing call to parent finalizeTimo Dritschler2014-11-211-0/+2
|
* Release KIRO to GitHub under LGPL v2.1Timo Dritschler2014-11-201-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 ProjectTimo Dritschler2014-08-291-88/+138
|
* Fix #5: Added kiro_CLASS_new methods to all KIRO classesTimo Dritschler2014-08-281-0/+6
| | | | Changed test software to use the new kiro_CLASS_new functions
* Changed gobject initialization for backward compatibility with older ↵Timo Dritschler2014-07-181-1/+2
| | | | versions of GLib
* Updated documentation to make it conform with Gtk Documentation-GuideTimo Dritschler2014-06-061-0/+20
| | | | Added kiro_trb_purge to completely reset the entire buffer
* Changed build system to CMakeTimo Dritschler2014-05-271-0/+270