aboutsummaryrefslogtreecommitdiff
path: root/src/ld-diagram.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix comments.Přemysl Janouch2011-01-091-6/+5
|
* Replace GSList with GList in LdDiagram.Přemysl Janouch2011-01-091-21/+21
| | | | This has been an unnecessary limitation.
* Add a "selection-changed" signal to LdDiagram.Přemysl Janouch2011-01-051-3/+28
| | | | Make existing code emit this signal.
* Add ld_diagram_{select,unselect}_all().Přemysl Janouch2011-01-051-5/+36
|
* Draw selected objects with another color.Přemysl Janouch2011-01-051-2/+3
| | | | | | | | Store all colors in LdCanvasPrivate and initialize them upon object creation. This creates a base for color themes. Make attempts to try adding an object that's not a part of the document to the selection issue a warning.
* Move lines around. No functional change.Přemysl Janouch2011-01-041-2/+2
|
* Rename LdDocument* to LdDiagram*.Přemysl Janouch2010-12-161-0/+455
My bad; this name is much more appropriate.