| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | Do not remove color-profile elements during vacuum defs. Fixes bug #444225. | Jon A. Cruz | 2010-07-02 | 1 | -0/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/444225 (bzr r9552) | ||||
| * | Leave swatches when doing a vacuum pass. Fixes bug #594445. | Jon A. Cruz | 2010-07-02 | 1 | -18/+20 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/594445 (bzr r9551) | ||||
| * | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 2010-03-14 | 1 | -1/+1 |
| | | | | | | Also remove the obsolete IDL file stub. (bzr r9194) | ||||
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -0/+11 |
| | | | | (bzr r9163) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -30/+65 |
| | | | | (bzr r9127) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -6/+6 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -6/+6 |
| | | | | (bzr r8404) | ||||
| * | Removed sodipodi:version | Jon A. Cruz | 2009-06-09 | 1 | -18/+0 |
| | | | | (bzr r8029) | ||||
| * | requestOrphanCollection: do not remove (vacuum) style or script elements ↵ | Thomas Holder | 2009-04-30 | 1 | -0/+9 |
| | | | | | | (Bug #276244) (bzr r7799) | ||||
| * | prevent inkscape from crashing in case of malformed SVG, still need method ↵ | theAdib | 2009-01-25 | 1 | -2/+14 |
| | | | | | | to inform the user about document corruption (bzr r7176) | ||||
| * | fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObject | bulia byak | 2008-09-20 | 1 | -3/+4 |
| | | | | (bzr r6856) | ||||
| * | Some improvements to my title/desc stuff of revision 18759 (see bug 171024). | Stephen Silver | 2008-07-14 | 1 | -24/+57 |
| | | | | (bzr r6290) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-06-25 | 1 | -1/+1 |
| | | | | (bzr r6055) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -9/+10 |
| | | | | (bzr r5884) | ||||
| * | basic support for <title> and <desc> | Stephen Silver | 2008-06-02 | 1 | -31/+162 |
| | | | | | | make the Title and Description fields on the Object Properties dialog work (bug 171024) (bzr r5781) | ||||
| * | merge inline patch from Jimmy | MenTaLguY | 2008-05-08 | 1 | -6/+2 |
| | | | | (bzr r5631) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-10-26 | 1 | -12/+12 |
| | | | | (bzr r3962) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -1/+0 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | we have no document available yet at this point | MenTaLguY | 2007-03-24 | 1 | -1/+1 |
| | | | | (bzr r2749) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -3/+8 |
| | | | | (bzr r2723) | ||||
| * | better way to deal with undo+id collisions | MenTaLguY | 2007-03-17 | 1 | -23/+36 |
| | | | | (bzr r2680) | ||||
| * | move creating style after the signals are set up, so that style does not ↵ | bulia byak | 2007-03-17 | 1 | -6/+6 |
| | | | | | | miss the object's release signal (bzr r2677) | ||||
| * | comment | bulia byak | 2007-03-13 | 1 | -0/+4 |
| | | | | (bzr r2629) | ||||
| * | move style reading/writing from SPItem up to SPObject | bulia byak | 2007-03-12 | 1 | -1/+38 |
| | | | | (bzr r2614) | ||||
| * | fix 1654495: a comment repr node has no spobject, so we must weaken the asserts | bulia byak | 2007-02-11 | 1 | -2/+3 |
| | | | | (bzr r2355) | ||||
| * | Adding some docs | Bryce Harrington | 2006-12-07 | 1 | -1/+7 |
| | | | | (bzr r2081) | ||||
| * | fix crash 1544495 when closing a document with mask/clippath: it makes no ↵ | bulia byak | 2006-09-12 | 1 | -1/+1 |
| | | | | | | sense to emit a release signal _after_ the object is already released (bzr r1701) | ||||
| * | gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵ | Michael G. Sloan | 2006-08-26 | 1 | -3/+3 |
| | | | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639) | ||||
| * | 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) | ||||
| * | remove GObject signals from SPObject | MenTaLguY | 2006-07-29 | 1 | -20/+8 |
| | | | | (bzr r1511) | ||||
| * | sp_object_invoke_release -> SPObject::releaseReferences, plus the ↵ | MenTaLguY | 2006-07-21 | 1 | -26/+27 |
| | | | | | | introduction of sigc++ signals for "release" and "modified" which will eventually replace their GObject signal counterparts (bzr r1447) | ||||
| * | marker refactoring work | Bryce Harrington | 2006-07-20 | 1 | -19/+44 |
| | | | | (bzr r1441) | ||||
| * | use c++filt for symbol demangling if available | MenTaLguY | 2006-05-08 | 1 | -1/+2 |
| | | | | (bzr r778) | ||||
| * | r11667@tres: ted | 2006-05-01 22:48:49 -0700 | Ted Gould | 2006-05-02 | 1 | -35/+11 |
| | | | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697) | ||||
| * | (bzr r690) | Ted Gould | 2006-05-02 | 1 | -11/+35 |
| | | |||||
| * | switch everyone to simpler debug event API | MenTaLguY | 2006-04-29 | 1 | -49/+27 |
| | | | | (bzr r634) | ||||
| * | make refcount logging a little more useful by including the relevent class name | MenTaLguY | 2006-04-29 | 1 | -11/+10 |
| | | | | (bzr r610) | ||||
| * | shared_ptr -> ptr_shared | MenTaLguY | 2006-03-15 | 1 | -6/+6 |
| | | | | (bzr r240) | ||||
| * | experiment with moving release beofre extraction of object from document tree | MenTaLguY | 2006-03-12 | 1 | -4/+2 |
| | | | | (bzr r222) | ||||
| * | Add signal for notification of object position changes | MenTaLguY | 2006-03-05 | 1 | -0/+3 |
| | | | | (bzr r206) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -49/+49 |
| | | | | (bzr r149) | ||||
| * | share_static -> share_static_string | MenTaLguY | 2006-02-08 | 1 | -2/+2 |
| | | | | (bzr r104) | ||||
| * | replace Util::SharedCStringPtr with the more general Util::shared_ptr<> | MenTaLguY | 2006-02-06 | 1 | -8/+8 |
| | | | | (bzr r87) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1548 |
| (bzr r1) | |||||
