Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-12-12 | Fix crash when joining non-ports. | David Robillard | 1 | -1/+1 |
2011-12-12 | Add libart dependency to pkg-config file (patch from Adrian Knoth). | David Robillard | 1 | -1/+1 |
2011-12-12 | Remove HACKISH_AFFINE gunk. | David Robillard | 1 | -31/+0 |
2011-12-12 | Remove unused clip_path parameter to item update method. | David Robillard | 8 | -23/+17 |
2011-12-12 | Remove unused coverage method of Item class. | David Robillard | 2 | -4/+1 |
2011-12-10 | Change GanvGroup* to GanvItem* for parent pointers. | David Robillard | 9 | -43/+40 |
2011-12-10 | Make item draw method take a cairo_t instead of GdkDrawable. | David Robillard | 7 | -35/+27 |
2011-12-10 | Fix event handling. | David Robillard | 5 | -35/+31 |
2011-12-09 | Remove GnomeCanvas dependency. | David Robillard | 36 | -451/+5337 |
2011-12-09 | Improve documentation and GIR bindings. | David Robillard | 11 | -91/+114 |
2011-12-09 | Improve documentation. | David Robillard | 7 | -13/+63 |
2011-12-08 | Don't expose GET_PRIVATE macros. | David Robillard | 14 | -50/+55 |
2011-12-08 | Delete trailing whitespace. | David Robillard | 7 | -11/+11 |
2011-12-08 | Hide implementations. | David Robillard | 18 | -893/+1147 |
2011-12-08 | Clean up port event stuff. | David Robillard | 3 | -36/+11 |
2011-12-08 | Make canvas direction a property. | David Robillard | 6 | -47/+34 |
2011-12-08 | Tidy. | David Robillard | 2 | -38/+36 |
2011-12-08 | Fix node moving (inform user via "moved" signal). | David Robillard | 4 | -10/+44 |
2011-12-07 | Fix control port dragging. | David Robillard | 3 | -40/+64 |
2011-12-07 | Sshh. | David Robillard | 1 | -3/+0 |
2011-12-07 | Fix event handling. | David Robillard | 2 | -19/+21 |
2011-12-07 | Remove cruft from public API. | David Robillard | 2 | -48/+0 |
2011-12-07 | Support old glib without g_get_monotonic_time (fix #791). | David Robillard | 1 | -0/+7 |
2011-12-07 | Support creating modules via pure GObject construction. | David Robillard | 8 | -41/+93 |
2011-12-07 | Add Python test program. | David Robillard | 1 | -0/+14 |
2011-12-07 | Add C test program. | David Robillard | 8 | -18/+160 |
2011-12-07 | More work towards making the canvas usable via the C API only. | David Robillard | 4 | -166/+274 |
2011-12-06 | Trim license header. | David Robillard | 34 | -340/+272 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 46 | -0/+10427 |