aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-canvas.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix program messages and gtk-doc comments.Přemysl Janouch2011-01-281-47/+47
|
* Make ld_canvas_new() return a GtkWidget reference.Přemysl Janouch2011-01-241-1/+1
| | | | For consistency with GTK+.
* Rename g_cclosure_user_marshal_* to ld_marshal_*.Přemysl Janouch2011-01-241-1/+1
|
* Fix gtk-doc comments for signals.Přemysl Janouch2011-01-231-0/+2
|
* Refactor LdDiagram selection handling methods.Přemysl Janouch2011-01-161-1/+1
| | | | Add ld_diagram_remove_selection().
* Revert the order of LdDiagram objects.Přemysl Janouch2011-01-161-3/+3
| | | | Now they go from oldest to newest.
* Use properties instead of accessor methods.Přemysl Janouch2011-01-161-8/+3
|
* Make a separate library.Přemysl Janouch2011-01-101-0/+1417
This is required for gtkdoc-scangobj. So far it's much like it's been before, the main differences are that source files are in two directories from now on and the build process has two stages.