summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/align-and-distribute.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-15/+12
| | | (bzr r10827)
* cppcheckKris De Gussem2011-10-181-3/+3
| | | (bzr r10681)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+11
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-2/+2
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-36/+36
| | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-3/+3
| | | (bzr r10347.1.2)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-1/+2
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-3/+3
| | | (bzr r10176)
* Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" ↵Kris De Gussem2010-12-231-3/+6
| | | | | dialogs (Bug 170765) (bzr r9981)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-32/+34
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-8/+8
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-4/+4
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-10/+9
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | 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)