Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of extra semicolons after macros | Přemysl Eric Janouch | 2021-10-25 | 1 | -1/+1 |
| | |||||
* | Name change | Přemysl Eric Janouch | 2020-09-28 | 1 | -1/+1 |
| | | | | Also some copyright years fix-ups/updates. | ||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | Update copyrights. | Přemysl Janouch | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Allow rotation of symbols. | Přemysl Janouch | 2011-02-14 | 1 | -1/+44 |
| | | | | | | Bind this action to the right mouse button. Due to limitations of json-glib, we can't store rotation as an enum. | ||||
* | Fix a memory leak in LdDiagramSymbol. | Přemysl Janouch | 2011-02-06 | 1 | -2/+2 |
| | |||||
* | Add an undo framework to LdDiagram. | Přemysl Janouch | 2011-02-01 | 1 | -7/+1 |
| | | | | | | Modify LdDiagram and LdDiagramObject to use it. Trash commit c2403fdcf7885d7da1efa2c0dfb3e294f760ca9c. | ||||
* | Fix program messages and gtk-doc comments. | Přemysl Janouch | 2011-01-28 | 1 | -7/+7 |
| | |||||
* | Extend LdDiagramObject. | Přemysl Janouch | 2011-01-28 | 1 | -1/+7 |
| | | | | | | | | * Add generic methods for data storage, making it able to store data in a hierarchy. * Reimplement ld_diagram_{get,set}_data_for_param on top of the generic methods. * Add a "data-changed" signal. | ||||
* | Rename ld_diagram_object_{get,set}_data(). | Přemysl Janouch | 2011-01-27 | 1 | -2/+2 |
| | | | | Make small corrections. | ||||
* | Use JsonObject for LdDiagramObject parameters. | Přemysl Janouch | 2011-01-15 | 1 | -45/+15 |
| | | | | Make LdDiagramObject a regular class. | ||||
* | Make a separate library. | Přemysl Janouch | 2011-01-10 | 1 | -0/+171 |
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. |