| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 1 | -1/+0 |
| | | | | (bzr r10986) | ||||
| * | when resizing page, move the origin of the grids too. This way all objects ↵ | Johan B. C. Engelen | 2011-12-20 | 1 | -0/+1 |
| | | | | | | will stay aligned to the grids. (bzr r10787) | ||||
| * | Purging some forward.h files. | Jon A. Cruz | 2011-10-04 | 1 | -1/+2 |
| | | | | (bzr r10664) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -0/+11 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | XML Privatisation Stuff after a long time | Abhishek Sharma public | 2010-08-11 | 1 | -0/+10 |
| | | | | | | | (bzr r9546.1.12) | ||||
| * | | 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) | ||||
| * | | Fix for Bug #586955 (the unit for user defined document size is not ↵ | Nicolas Dufour | 2010-09-26 | 1 | -1/+2 |
| |/ | | | | | refreshed if document is reopen). (bzr r9793) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | Store the maximized state in the document (closes bug #168422) | Diederik van Lierop | 2009-05-31 | 1 | -0/+1 |
| | | | | (bzr r7967) | ||||
| * | Store the snapper tolerances in the snap-preferences instead of in each ↵ | Diederik van Lierop | 2009-01-31 | 1 | -10/+1 |
| | | | | | | snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call) (bzr r7208) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+1 |
| | | | | (bzr r6891) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -2/+1 |
| | | | | (bzr r6839) | ||||
| * | wrtlprnft's patch for bug 234834 - keeps guidelines in same position ↵ | Stephen Silver | 2008-05-31 | 1 | -0/+3 |
| | | | | | | relative to objects when doing "Fit page to selection", and also keeps the objects in the same position on the screen (bzr r5771) | ||||
| * | Next steps in implementing the snapping indicator | Diederik van Lierop | 2008-05-04 | 1 | -0/+1 |
| | | | | (bzr r5600) | ||||
| * | angled guidelines: create angled line when dragging from edge of rulers | Johan B. C. Engelen | 2007-12-24 | 1 | -0/+1 |
| | | | | (bzr r4296) | ||||
| * | Don't set inkscape:modified on startup when grids are shown/hidden. | Maximilian Albert | 2007-11-13 | 1 | -1/+1 |
| | | | | (bzr r4077) | ||||
| * | Minor cleanup | Jon A. Cruz | 2007-11-11 | 1 | -1/+1 |
| | | | | (bzr r4056) | ||||
| * | Fix bug [ 1818794 ] Showing grid on opening svg | Johan B. C. Engelen | 2007-10-24 | 1 | -1/+3 |
| | | | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957) | ||||
| * | Removal of old grid code - fully enabled new grid code. | Johan B. C. Engelen | 2007-04-15 | 1 | -13/+0 |
| | | | | (bzr r2904) | ||||
| * | purge unused and considered-harmful has_abs_tolerance | bulia byak | 2007-03-26 | 1 | -2/+0 |
| | | | | (bzr r2763) | ||||
| * | Purging old axonometric grid code: reworked it into the new grid class ↵ | Johan B. C. Engelen | 2007-03-25 | 1 | -2/+0 |
| | | | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757) | ||||
| * | Monster commit. New grid infrastructure. The old gridmanagement code is ↵ | Johan B. C. Engelen | 2007-03-20 | 1 | -0/+5 |
| | | | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721) | ||||
| * | unfinished gridmanager commit (commented out) | Johan B. C. Engelen | 2006-12-13 | 1 | -0/+1 |
| | | | | (bzr r2091) | ||||
| * | separate updating window from updating layers | bulia byak | 2006-11-18 | 1 | -0/+1 |
| | | | | (bzr r1984) | ||||
| * | Bug fix in set_gridtype | Johan B. C. Engelen | 2006-10-26 | 1 | -1/+1 |
| | | | | (bzr r1868) | ||||
| * | AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵ | Johan B. C. Engelen | 2006-09-21 | 1 | -0/+5 |
| | | | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716) | ||||
| * | 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) | ||||
| * | Give SPNamedView a SnapManager instance and use it for all management of ↵ | Carl Hetherington | 2006-05-03 | 1 | -19/+2 |
| | | | | | | snapping settings. (bzr r701) | ||||
| * | * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp, | mjwybrow | 2006-01-20 | 1 | -0/+2 |
| | | | | | | | | | | | | src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp, src/sp-namedview.h, src/attributes.cpp, src/attributes.h, src/attributes-test.cpp: Added a "Spacing" control to the connector toolbar which allows the user to adjust the amount of space left around avoided shapes for the purpose of determining auto-routing connector paths. (bzr r18) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+136 |
| (bzr r1) | |||||
