| 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) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -7/+7 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -7/+7 |
| | | | | (bzr r8405) | ||||
| * | Contextuals splits to differentiate nodes as XML elements from nodes as ↵ | Alexandre Prokoudine | 2009-06-09 | 1 | -2/+2 |
| | | | | | | parts of a Bezier curve (bzr r8033) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -1/+26 |
| | | | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337) | ||||
| * | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 2009-02-19 | 1 | -31/+26 |
| | | | | (bzr r7332) | ||||
| * | gcc warning cleanup: | Felipe Corr??a da Silva Sanches | 2009-02-08 | 1 | -2/+2 |
| | | | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2009-02-08 | 1 | -1/+1 |
| | | | | (bzr r7247) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -24/+6 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -7/+12 |
| | | | | (bzr r6887) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -10/+12 |
| | | | | (bzr r6885) | ||||
| * | release reprs properly | bulia byak | 2008-09-20 | 1 | -0/+1 |
| | | | | (bzr r6855) | ||||
| * | fix 245806 | bulia byak | 2008-07-05 | 1 | -4/+14 |
| | | | | (bzr r6194) | ||||
| * | merge inline patch from Jimmy | MenTaLguY | 2008-05-08 | 1 | -5/+1 |
| | | | | (bzr r5631) | ||||
| * | noop: Address a warning. | Peter Moulder | 2008-03-10 | 1 | -1/+1 |
| | | | | (bzr r5037) | ||||
| * | add basic support for preserving processing instructions in the AST | MenTaLguY | 2008-03-07 | 1 | -2/+2 |
| | | | | (bzr r4987) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-25 | 1 | -63/+63 |
| | | | | (bzr r4133) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+1 |
| | | | | (bzr r2723) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -2/+4 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | non-gtkmm dialogs are now always opened ON-screen | Johan B. C. Engelen | 2006-11-27 | 1 | -9/+12 |
| | | | | (bzr r2045) | ||||
| * | undo annotations | bulia byak | 2006-10-10 | 1 | -10/+13 |
| | | | | (bzr r1793) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -6/+6 |
| | | | | | | 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 | -6/+6 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -10/+20 |
| | | | | (bzr r1315) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -6/+6 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 2006-04-06 | 1 | -5/+5 |
| | | | | (bzr r439) | ||||
| * | make sure only positive dialog positions are read from preferences, fixes ↵ | Ralf Stephan | 2006-02-24 | 1 | -0/+4 |
| | | | | | | #1290647 (bzr r180) | ||||
| * | make sure no negative dialog position is written into preferences, | Ralf Stephan | 2006-02-24 | 1 | -0/+3 |
| | | | | | | part of fix for #1290647 (bzr r178) | ||||
| * | enable selecting tspans via xml editor | bulia byak | 2006-02-05 | 1 | -8/+4 |
| | | | | (bzr r82) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1575 |
| (bzr r1) | |||||
