summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/align-and-distribute.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix comment typosAlex Valavanis2017-01-111-2/+2
| | | (bzr r15408)
* Add some unit tests for object-set cppificationMarc Jeanmougin2016-11-021-1/+1
| | | (bzr r15203)
* Changed order of selection itemsAdrian Boguszewski2016-09-251-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1627250 (bzr r15130)
* Merged trunkAdrian Boguszewski2016-08-091-37/+1
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-37/+1
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-37/+1
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-4/+1
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+4
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+1
| |/ | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-9/+13
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-8/+8
|/ | | (bzr r14954.1.10)
* "Relative to" option for node alignment.Marc Jeanmougin2016-03-131-2/+74
| | | | | | | | | | | | | | | | | | | - Node tool has those new "relative to" alignment options : last selected, first selected, current behaviour (middle), max value(rightmost/topmost) or min value(leftmost/bottommost). - Verbs: --If the node tool is active and whole objects are selected (no individual node is), works as usual for objects; --Else, align horizontal/vertical (SP_VERB_ALIGN_HORIZONTAL_CENTER) honor the "relative to" settings, SP_VERB_ALIGN_HORIZONTAL_LEFT (ctrl+alt+pavnum4) aligns vertically on the leftmost node (same behavior as SP_VERB_ALIGN_HORIZONTAL_LEFT when the setting is "align relative to min value"), and so on with all alignment verbs Fixed bugs: - https://launchpad.net/bugs/171287 (bzr r14703)
* Add support for the "relative to" setting when aligning baselines (fixes 167228)Marc Jeanmougin2016-03-031-3/+46
| | | | | | Fixed bugs: - https://launchpad.net/bugs/167228 (bzr r14682)
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
| | | (bzr r14522)
* Fixes some non-antisymmetrical sort functionMarc Jeanmougin2015-10-021-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1502267 (bzr r14392)
* removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-271-5/+0
| | | (bzr r13922.1.16)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-13/+13
| | | (bzr r13922.1.10)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-18/+14
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-41/+46
| | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-14/+14
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-9/+8
| | | (bzr r13809)
* Update to experimental r13598Liam P. White2014-10-081-1/+1
|\ | | | | (bzr r13341.5.17)
| * Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.253)
| * Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-261-2/+2
| | | | | | | | | | supported properly) (bzr r13341.1.179)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-2/+2
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-2/+2
| | | | | | | | | | members, simplify signals (bzr r13341.5.6)
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-6/+4
| | | | | | (bzr r13341.5.3)
* | 2. connect signalsLiam P. White2014-06-251-6/+8
|/ | | (bzr r13341.5.2)
* Try and explain what selection means when aligning. Changed Selection to ↵Martin Owens2014-04-031-1/+1
| | | | | Selection Area (bzr r13257)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-3/+3
| | | (bzr r12782)
* Further refactoring of EventContexts.Markus Engel2013-07-301-9/+16
| | | (bzr r11608.1.109)
* Do not effect the focus in align computationMartin Owens2013-07-121-7/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1200649 (bzr r12416)
* Step 2 refactoring the align functions, added some functionality to selection.Martin Owens2013-07-111-109/+18
| | | (bzr r12413)
* Small refactor of align and distribute to reduce complexity.Martin Owens2013-07-101-42/+17
| | | (bzr r12411)
* cppcheckKris De Gussem2013-06-211-2/+2
| | | (bzr r12382)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-19/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-2/+0
| | | (bzr r11874)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-1/+1
| | | (bzr r11737)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-2/+2
| | | (bzr r11736)
* Fix for 1042500 : Align and Distribute dialog when floating doesnt work on ↵John Smith2012-08-281-2/+17
| | | | | active doc (bzr r11625)
* fix type (fixes Windows build)Johan B. C. Engelen2012-08-201-1/+1
| | | (bzr r11615)
* Fix for 1035733 : Align Distribute dialog - Right align buttonsJohn Smith2012-08-191-9/+16
| | | (bzr r11612)
* Fix for 189535 : align verbs and by keysJohn Smith2012-08-181-194/+169
| | | (bzr r11611)
* Migrate align & dist dialog to Gtk::Grid APIAlex Valavanis2012-04-141-2/+43
| | | (bzr r11248)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+2
| | | (bzr r11018)
* some switches between visual and geometric bbox based on prefs (Bug 473608)Alvin Penner2012-02-121-13/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/473608 (bzr r10966)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-2/+19
| | | (bzr r10957)