| 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) | ||||
| * | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 1 | -5/+3 |
| | | | | (bzr r9722) | ||||
| * | New feature: to exchange position of two objects (bug #171944) | Nicolas Dufour | 2010-08-03 | 1 | -16/+149 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171944 (bzr r9681) | ||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -6/+6 |
| | | | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | ||||
| * | Fix align & distribute dialog | Krzysztof Kosi??ski | 2010-04-03 | 1 | -6/+6 |
| | | | | (bzr r9281.1.3) | ||||
| * | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 2010-03-14 | 1 | -2/+2 |
| | | | | | | Also remove the obsolete IDL file stub. (bzr r9194) | ||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -14/+19 |
| |\ | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | ||||
| | * | Use correct text anchor for vertical text and when aligning or distributing | Diederik van Lierop | 2009-12-28 | 1 | -13/+18 |
| | | | | | | | (bzr r8922) | ||||
| | * | Align and distribute tooltip string fix (Bug #442214 | Nicolas Dufour | 2009-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/442214 (bzr r8849) | ||||
| * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -5/+6 |
| |/ | | | (bzr r8846.1.1) | ||||
| * | * [INTL:*] translator comments for all context strings added | Ivan Mas??r | 2009-06-03 | 1 | -1/+3 |
| | | | | (bzr r7985) | ||||
| * | Restore 0.46 placement of node alignment buttons | Krzysztof Kosi??ski | 2009-04-16 | 1 | -5/+5 |
| | | | | (bzr r7720) | ||||
| * | Really fix node alignment icons; add clarifying comment to source. | Krzysztof Kosi??ski | 2009-04-13 | 1 | -4/+7 |
| | | | | (bzr r7710) | ||||
| * | Fix for bug #338521 - align node buttons did not match 0.46 ordering or ↵ | Ed Halley | 2009-04-06 | 1 | -2/+2 |
| | | | | | | names. IDs got swapped. (bzr r7633) | ||||
| * | Fix inverted node alignment actions | Krzysztof Kosi??ski | 2009-04-03 | 1 | -2/+2 |
| | | | | (bzr r7610) | ||||
| * | correct labels | bulia byak | 2009-03-24 | 1 | -2/+2 |
| | | | | (bzr r7556) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -1/+1 |
| | | | | | | 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 | -68/+59 |
| | | | | (bzr r7332) | ||||
| * | Fix some console warning spam (most cannot be fixed, unfortunately) | Krzysztof Kosi??ski | 2009-02-09 | 1 | -2/+2 |
| | | | | (bzr r7257) | ||||
| * | move shape_editor from node context to the parent class, event context | bulia byak | 2009-01-08 | 1 | -2/+2 |
| | | | | (bzr r7096) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -11/+11 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -32/+39 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -17/+17 |
| | | | | (bzr r6884) | ||||
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 1 | -6/+6 |
| | | | | (bzr r6836) | ||||
| * | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 2008-09-18 | 1 | -2/+2 |
| | | | | (bzr r6835) | ||||
| * | More sensible behaviour of the treat-selection-as-group option in align & ↵ | Maximilian Albert | 2008-09-13 | 1 | -2/+5 |
| | | | | | | distribute dialog (bzr r6803) | ||||
| * | Add option to align & distribute dialog to treat the selection as a group ↵ | Maximilian Albert | 2008-09-13 | 1 | -5/+28 |
| | | | | | | (closes LP 255933) (bzr r6800) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -2/+2 |
| | | | | (bzr r6793) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -12/+12 |
| | | | | (bzr r6569) | ||||
| * | NR:: => Geom:: for much of src/ui and src/widgets | Johan B. C. Engelen | 2008-08-04 | 1 | -65/+65 |
| | | | | (bzr r6561) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5915) | ||||
| * | export bbox sorting machinery | bulia byak | 2008-05-06 | 1 | -12/+8 |
| | | | | (bzr r5614) | ||||
| * | Several different i18n issues fixed following report from a_b (adresses bug ↵ | Marcin Floryan | 2008-04-12 | 1 | -2/+2 |
| | | | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -17/+17 |
| | | | | (bzr r4838) | ||||
| * | Remember state of 'Relative to:' combo box in Align and Distribute dialog ↵ | Maximilian Albert | 2008-01-16 | 1 | -2/+5 |
| | | | | | | across sessions (closes LP #171086) (bzr r4517) | ||||
| * | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 2007-12-07 | 1 | -18/+18 |
| | | | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188) | ||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126) | ||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 1 | -2/+2 |
| | | | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | ||||
| * | Eliminate remaining sources of empty NR::Rects | MenTaLguY | 2007-03-11 | 1 | -10/+8 |
| | | | | (bzr r2605) | ||||
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -4/+13 |
| | | | | | | recent bbox regressions. (bzr r2604) | ||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -36/+54 |
| | | | | (bzr r2596) | ||||
| * | isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵ | bulia byak | 2007-02-13 | 1 | -5/+4 |
| | | | | | | handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374) | ||||
| * | undo annotations | bulia byak | 2006-10-05 | 1 | -10/+15 |
| | | | | (bzr r1767) | ||||
| * | - added toggle buttons for directed layout (doesn't do anything yet) and ↵ | Tim Dwyer | 2006-07-12 | 1 | -1/+1 |
| | | | | | | | | | overlap avoiding layout to connector toolbar - added icon for directed layout toggle button - removed old ref to remove_rectangle_overlaps-test from src/Makefile.am (bzr r1396) | ||||
| * | Added layout button and ideal connector length spinbox to connector toolbar | Tim Dwyer | 2006-07-12 | 1 | -1/+1 |
| | | | | (bzr r1395) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -7/+14 |
| | | | | (bzr r1315) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -21/+21 |
| | | | | | | 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 | -1/+1 |
| | | | | (bzr r439) | ||||
| * | try to fix g++ 4.1 compile errors | Ralf Stephan | 2006-03-28 | 1 | -1/+1 |
| | | | | (bzr r317) | ||||
| * | Added connector graph layout functionality | Tim Dwyer | 2006-02-13 | 1 | -0/+48 |
| | | | | (bzr r122) | ||||
