summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/align-and-distribute.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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 Dufour2010-08-221-5/+3
| | | (bzr r9722)
* New feature: to exchange position of two objects (bug #171944)Nicolas Dufour2010-08-031-16/+149
| | | | | | Fixed bugs: - https://launchpad.net/bugs/171944 (bzr r9681)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-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 dialogKrzysztof Kosi??ski2010-04-031-6/+6
| | | (bzr r9281.1.3)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-2/+2
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-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 distributingDiederik van Lierop2009-12-281-13/+18
| | | | | | (bzr r8922)
| * Align and distribute tooltip string fix (Bug #442214Nicolas Dufour2009-11-301-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/442214 (bzr r8849)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-5/+6
|/ | | (bzr r8846.1.1)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-1/+3
| | | (bzr r7985)
* Restore 0.46 placement of node alignment buttonsKrzysztof Kosi??ski2009-04-161-5/+5
| | | (bzr r7720)
* Really fix node alignment icons; add clarifying comment to source.Krzysztof Kosi??ski2009-04-131-4/+7
| | | (bzr r7710)
* Fix for bug #338521 - align node buttons did not match 0.46 ordering or ↵Ed Halley2009-04-061-2/+2
| | | | | names. IDs got swapped. (bzr r7633)
* Fix inverted node alignment actionsKrzysztof Kosi??ski2009-04-031-2/+2
| | | (bzr r7610)
* correct labelsbulia byak2009-03-241-2/+2
| | | (bzr r7556)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-1/+1
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-68/+59
| | | (bzr r7332)
* Fix some console warning spam (most cannot be fixed, unfortunately)Krzysztof Kosi??ski2009-02-091-2/+2
| | | (bzr r7257)
* move shape_editor from node context to the parent class, event contextbulia byak2009-01-081-2/+2
| | | (bzr r7096)
* Merge from fe-movedTed Gould2008-11-211-11/+11
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-32/+39
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-17/+17
| | | (bzr r6884)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-6/+6
| | | (bzr r6836)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-2/+2
| | | (bzr r6835)
* More sensible behaviour of the treat-selection-as-group option in align & ↵Maximilian Albert2008-09-131-2/+5
| | | | | distribute dialog (bzr r6803)
* Add option to align & distribute dialog to treat the selection as a group ↵Maximilian Albert2008-09-131-5/+28
| | | | | (closes LP 255933) (bzr r6800)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-2/+2
| | | (bzr r6793)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-12/+12
| | | (bzr r6569)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-65/+65
| | | (bzr r6561)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-2/+2
| | | (bzr r5915)
* export bbox sorting machinerybulia byak2008-05-061-12/+8
| | | (bzr r5614)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-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 cleanupJon A. Cruz2008-02-241-17/+17
| | | (bzr r4838)
* Remember state of 'Relative to:' combo box in Align and Distribute dialog ↵Maximilian Albert2008-01-161-2/+5
| | | | | across sessions (closes LP #171086) (bzr r4517)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-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_b2007-11-221-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_b2007-08-291-2/+2
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* Eliminate remaining sources of empty NR::RectsMenTaLguY2007-03-111-10/+8
| | | (bzr r2605)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-4/+13
| | | | | recent bbox regressions. (bzr r2604)
* Merge further bbox workMenTaLguY2007-03-101-36/+54
| | | (bzr r2596)
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵bulia byak2007-02-131-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 annotationsbulia byak2006-10-051-10/+15
| | | (bzr r1767)
* - added toggle buttons for directed layout (doesn't do anything yet) and ↵Tim Dwyer2006-07-121-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 toolbarTim Dwyer2006-07-121-1/+1
| | | (bzr r1395)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-7/+14
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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. Cruz2006-04-061-1/+1
| | | (bzr r439)
* try to fix g++ 4.1 compile errorsRalf Stephan2006-03-281-1/+1
| | | (bzr r317)
* Added connector graph layout functionalityTim Dwyer2006-02-131-0/+48
| | | (bzr r122)