| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a bug with select knots and modifiers | Jabier Arraiza | 2017-07-04 | 1 | -1/+1 |
| | | |||||
| * | Improving CR feedback. thanks! | Jabier Arraiza | 2017-07-01 | 1 | -1/+1 |
| | | |||||
| * | working on knots selection | Jabier Arraiza | 2017-07-01 | 1 | -1/+1 |
| | | |||||
| * | Fix the bug deleting satellites | Jabier Arraiza Cenoz | 2016-06-11 | 1 | -2/+3 |
| | | | | (bzr r13645.1.148) | ||||
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -3/+6 |
| | | | | (bzr r13341.1.253) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -5/+4 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Add LPE fillet-chamfer | Jabier Arraiza Cenoz | 2014-07-02 | 1 | -0/+2 |
| | | | | (bzr r13341.1.74) | ||||
| * | Fix some mismatched tags | Alex Valavanis | 2014-03-30 | 1 | -1/+1 |
| | | | | (bzr r13230) | ||||
| * | First step of refactoring SPKnot. | Markus Engel | 2014-03-27 | 1 | -1/+1 |
| | | | | (bzr r13223) | ||||
| * | Remove unused includes to tidy up the code. | Martin Owens | 2014-03-09 | 1 | -1/+0 |
| | | | | (bzr r13132) | ||||
| * | Added some consts. Turned functions to member functions. | Markus Engel | 2014-03-02 | 1 | -1/+1 |
| | | | | (bzr r13089) | ||||
| * | Kill ancient gcc version check in configure.ac and fix a load of broken ↵ | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | | | forward declarations (bzr r12203) | ||||
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -1/+9 |
| | | | | (bzr r11460) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -1/+8 |
| | | | | (bzr r11316) | ||||
| * | powerstroke: remove the need to reload the node tool when adding/deleting ↵ | Johan B. C. Engelen | 2012-04-10 | 1 | -0/+4 |
| | | | | | | control width knots (bzr r11210) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -4/+3 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Remove nr-forward.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.8) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -0/+2 |
| | | | | (bzr r9034) | ||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 1 | -0/+2 |
| | | | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172) | ||||
| * | NR -> 2Geom few more files | Joshua L. Blocher | 2008-12-05 | 1 | -1/+1 |
| | | | | (bzr r6959) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -6/+0 |
| | | | | (bzr r6513) | ||||
| * | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 2008-08-01 | 1 | -1/+2 |
| | | | | (bzr r6511) | ||||
| * | Make knotholder members protected | Maximilian Albert | 2008-06-18 | 1 | -3/+6 |
| | | | | (bzr r5994) | ||||
| * | Make knotholders for LPE items finally work; each effect can now overload ↵ | Maximilian Albert | 2008-06-08 | 1 | -1/+3 |
| | | | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855) | ||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -32/+27 |
| | | | | (bzr r5797) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -1/+1 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Write/read perspectives to/from SVG; store ratios of the distances from ↵ | Maximilian Albert | 2007-08-06 | 1 | -0/+3 |
| | | | | | | corners to VPs (preparation for dragging) (bzr r3388) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -1/+1 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -1/+1 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | two crashes while editing nodes (one of those is reported as bug 1453558). | Andrius Ramanauskas | 2006-04-06 | 1 | -1/+6 |
| | | | | | | | | * fixed by making SPKnotHolder a referenced class and adding ref/unref in knot_click_handler (which sometime change attributes and knot handler is destroyed before calling knotholder_update_knots); * fixed another crash by adding ref/unref to sp_knot_handler * also added signal disconnecting (bzr r445) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+79 |
| (bzr r1) | |||||
