Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make ld_canvas_new() return a GtkWidget reference. | Přemysl Janouch | 2011-01-24 | 2 | -2/+2 | |
| | | | | For consistency with GTK+. | |||||
* | Rename g_cclosure_user_marshal_* to ld_marshal_*. | Přemysl Janouch | 2011-01-24 | 4 | -31/+31 | |
| | ||||||
* | Move the library toolbar to its own class. | Přemysl Janouch | 2011-01-24 | 6 | -0/+889 | |
| | ||||||
* | Fix gtk-doc comments for signals. | Přemysl Janouch | 2011-01-23 | 3 | -3/+5 | |
| | ||||||
* | Refactor LdDiagram selection handling methods. | Přemysl Janouch | 2011-01-16 | 3 | -19/+56 | |
| | | | | Add ld_diagram_remove_selection(). | |||||
* | Revert the order of LdDiagram objects. | Přemysl Janouch | 2011-01-16 | 2 | -5/+4 | |
| | | | | Now they go from oldest to newest. | |||||
* | Use properties instead of accessor methods. | Přemysl Janouch | 2011-01-16 | 1 | -8/+3 | |
| | ||||||
* | Basic implementation of loading. | Přemysl Janouch | 2011-01-16 | 2 | -6/+129 | |
| | | | | Add an error domain for the purpose of returning errors. | |||||
* | Basic implementation of saving. | Přemysl Janouch | 2011-01-16 | 1 | -3/+56 | |
| | | | | | When the objects are stored, ensure that they have a "type" member that makes it possible to determine their class/purpose. | |||||
* | Use JsonObject for LdDiagramObject parameters. | Přemysl Janouch | 2011-01-15 | 4 | -69/+210 | |
| | | | | Make LdDiagramObject a regular class. | |||||
* | Make a separate library. | Přemysl Janouch | 2011-01-10 | 26 | -0/+5570 | |
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. |