Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comments. | Přemysl Janouch | 2011-01-09 | 1 | -6/+5 |
| | |||||
* | Replace GSList with GList in LdDiagram. | Přemysl Janouch | 2011-01-09 | 1 | -21/+21 |
| | | | | This has been an unnecessary limitation. | ||||
* | Add a "selection-changed" signal to LdDiagram. | Přemysl Janouch | 2011-01-05 | 1 | -3/+28 |
| | | | | Make existing code emit this signal. | ||||
* | Add ld_diagram_{select,unselect}_all(). | Přemysl Janouch | 2011-01-05 | 1 | -5/+36 |
| | |||||
* | Draw selected objects with another color. | Přemysl Janouch | 2011-01-05 | 1 | -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 Janouch | 2011-01-04 | 1 | -2/+2 |
| | |||||
* | Rename LdDocument* to LdDiagram*. | Přemysl Janouch | 2010-12-16 | 1 | -0/+455 |
My bad; this name is much more appropriate. |