Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for LdDiagramConnection to LdCanvas. | Přemysl Janouch | 2011-02-07 | 1 | -193/+565 |
| | | | | | | | | Heavy LdCanvas refactoring, some modifications to ld-types. It just wasn't possible for me to further work with an old, 2000 lines long file without shuffling everything around at the same time. | ||||
* | Fix a memory leak in LdDiagramSymbol. | Přemysl Janouch | 2011-02-06 | 1 | -4/+12 |
| | |||||
* | Extend symbol area to whole pixels. | Přemysl Janouch | 2011-02-06 | 1 | -0/+5 |
| | | | | This gives better cairo performance. | ||||
* | Use correct rounding when moving selection. | Přemysl Janouch | 2011-02-05 | 1 | -3/+6 |
| | |||||
* | Make grid dots pixel-sharp. | Přemysl Janouch | 2011-02-05 | 1 | -2/+5 |
| | |||||
* | Refactor ld-canvas.c, extend LdCanvas operations. | Přemysl Janouch | 2011-02-05 | 1 | -106/+374 |
| | | | | Now objects can be selected and moved by dragging the mouse. | ||||
* | Implement zooming in LdWindowMain. | Přemysl Janouch | 2011-02-04 | 1 | -4/+56 |
| | | | | Add convenience methods to LdCanvas. | ||||
* | Extend LdPointArray. | Přemysl Janouch | 2011-02-02 | 1 | -2/+2 |
| | |||||
* | Fix drawing of the grid. | Přemysl Janouch | 2011-02-01 | 1 | -1/+12 |
| | |||||
* | Bind actions to cursor keys in LdCanvas. | Přemysl Janouch | 2011-02-01 | 1 | -0/+61 |
| | | | | If there's a selection, move it. Otherwise move the viewport. | ||||
* | Fix program messages and gtk-doc comments. | Přemysl Janouch | 2011-01-28 | 1 | -47/+47 |
| | |||||
* | Make ld_canvas_new() return a GtkWidget reference. | Přemysl Janouch | 2011-01-24 | 1 | -1/+1 |
| | | | | For consistency with GTK+. | ||||
* | Rename g_cclosure_user_marshal_* to ld_marshal_*. | Přemysl Janouch | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Fix gtk-doc comments for signals. | Přemysl Janouch | 2011-01-23 | 1 | -0/+2 |
| | |||||
* | Refactor LdDiagram selection handling methods. | Přemysl Janouch | 2011-01-16 | 1 | -1/+1 |
| | | | | Add ld_diagram_remove_selection(). | ||||
* | Revert the order of LdDiagram objects. | Přemysl Janouch | 2011-01-16 | 1 | -3/+3 |
| | | | | Now they go from oldest to newest. | ||||
* | Use properties instead of accessor methods. | Přemysl Janouch | 2011-01-16 | 1 | -8/+3 |
| | |||||
* | Make a separate library. | Přemysl Janouch | 2011-01-10 | 1 | -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. |