| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -3/+3 | |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | |||||
| * | | 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/+15 | |
| | | | | (bzr r9034) | |||||
| * | decrease header dependencies | Johan B. C. Engelen | 2009-11-23 | 1 | -0/+1 | |
| | | | | (bzr r8841) | |||||
| * | label edit | bulia byak | 2009-10-02 | 1 | -1/+1 | |
| | | | | (bzr r8690) | |||||
| * | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 1 | -2/+0 | |
| | | | | | | of the related warning messages (bzr r8302) | |||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -2/+2 | |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | |||||
| * | Fix #338838, in which zooming and panning with the middle mouse button made ↵ | Diederik van Lierop | 2009-03-09 | 1 | -2/+2 | |
| | | | | | | Inkscape inrespronsive (bzr r7461) | |||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 1 | -3/+15 | |
| | | | | | | | | 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 | -2/+2 | |
| | | | | (bzr r6959) | |||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 | |
| | | | | (bzr r6593) | |||||
| * | replace matrix division code. | Johan B. C. Engelen | 2008-08-01 | 1 | -3/+2 | |
| | | | | (bzr r6512) | |||||
| * | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+2 | |
| | | | | (bzr r6511) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -3/+3 | |
| | | | | (bzr r6495) | |||||
| * | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵ | Maximilian Albert | 2008-07-29 | 1 | -4/+3 | |
| | | | | | | and make inheritance from it a bit less clumsy (bzr r6448) | |||||
| * | fix release mouse crash, add missed disconnects, remove unused callback | bulia byak | 2008-07-27 | 1 | -12/+10 | |
| | | | | (bzr r6430) | |||||
| * | fix messed up scale/rotate handles | bulia byak | 2008-07-27 | 1 | -2/+2 | |
| | | | | (bzr r6428) | |||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -3/+3 | |
| | | | | (bzr r5915) | |||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -1/+1 | |
| | | | | (bzr r5884) | |||||
| * | Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed | Maximilian Albert | 2008-06-10 | 1 | -0/+12 | |
| | | | | (bzr r5870) | |||||
| * | Make knotholders for LPE items finally work; each effect can now overload ↵ | Maximilian Albert | 2008-06-08 | 1 | -2/+27 | |
| | | | | | | | | 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) | |||||
| * | Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵ | Maximilian Albert | 2008-06-04 | 1 | -12/+2 | |
| | | | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802) | |||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -178/+77 | |
| | | | | (bzr r5797) | |||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -2/+2 | |
| | | | | | | 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) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -1/+1 | |
| | | | | (bzr r4012) | |||||
| * | Write/read perspectives to/from SVG; store ratios of the distances from ↵ | Maximilian Albert | 2007-08-06 | 1 | -1/+2 | |
| | | | | | | corners to VPs (preparation for dragging) (bzr r3388) | |||||
| * | First (very limited) version of the 3D box tool; allows for drawing of new ↵ | Maximilian Albert | 2007-06-21 | 1 | -0/+5 | |
| | | | | | | boxes in a fixed perspective without any live interaction. (bzr r3084) | |||||
| * | undo annotations | gustav_b | 2007-01-01 | 1 | -4/+18 | |
| | | | | (bzr r2120) | |||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -2/+36 | |
| | | | | (bzr r1315) | |||||
| * | c -> cpp (eliminating unneded casts) | Andrius Ramanauskas | 2006-04-06 | 1 | -12/+11 | |
| | | | | (bzr r448) | |||||
| * | Typo | Andrius Ramanauskas | 2006-04-06 | 1 | -2/+2 | |
| | | | | (bzr r447) | |||||
| * | two crashes while editing nodes (one of those is reported as bug 1453558). | Andrius Ramanauskas | 2006-04-06 | 1 | -16/+59 | |
| | | | | | | | | * 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) | |||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -6/+6 | |
| | | | | (bzr r149) | |||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+229 | |
| (bzr r1) | ||||||
