summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/transformation.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added items as a range functionAdrian Boguszewski2016-07-031-11/+11
|\ | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-7/+7
|/ | | (bzr r14954.1.10)
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
| | | (bzr r14522)
* static code analysisKris De Gussem2015-11-051-4/+4
| | | (bzr r14446)
* UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting ↵Nicolas Dufour2015-09-251-0/+3
| | | | | | | | proportional). Fixed bugs: - https://launchpad.net/bugs/1365405 (bzr r14386)
* updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\ | | | | (bzr r13922.1.19)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-1/+1
| | | | | | (bzr r13922.1.17)
* | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-271-1/+0
| | | | | | (bzr r13922.1.16)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-10/+10
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-11/+11
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-18/+23
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-6/+6
| | | (bzr r13820)
* Purge sp_desktop_message_stackLiam P. White2014-12-211-7/+7
| | | (bzr r13817)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+1
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+2
| | | (bzr r13809)
* Update to trunk r13766Liam P. White2014-11-261-2/+2
|\ | | | | (bzr r13341.5.24)
| * Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-2/+2
| | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
| * 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-5/+4
| | | | | | (bzr r13341.5.3)
* | 2. connect signalsLiam P. White2014-06-251-7/+6
|/ | | (bzr r13341.5.2)
* modify get_scale_transform_for_variable_stroke() to be consistent with ↵Alvin Penner2014-01-041-3/+4
| | | | | | | | get_scale_transform_for_uniform_stroke() (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12881)
* Transform dialog. do not use singular transforms. (Bug 1189446)Alvin Penner2013-06-291-0/+35
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1189446 (bzr r12397)
* cppcheckKris De Gussem2013-06-211-2/+2
| | | (bzr r12382)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-2/+90
| | | (bzr r12199)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-4/+4
| | | (bzr r11737)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-1/+1
| | | (bzr r11736)
* Fix for 1042508 : Transform dialog when floating doesnt work on active docJohn Smith2012-08-281-0/+11
| | | (bzr r11627)
* Fix for 512247 : Show the direction in Object/Transform/RotateJohn Smith2012-08-011-0/+57
| | | (bzr r11578)
* Drop deprecated GtkNotebookPage usageAlex Valavanis2012-05-221-2/+5
| | | (bzr r11401)
* UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are ↵Nicolas Dufour2012-03-221-1/+1
| | | | | | | | translatable) by Fernando Lucchesi. Fixed bugs: - https://launchpad.net/bugs/666370 (bzr r11116)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Some documentationKris De Gussem2012-01-061-78/+30
| | | (bzr r10851)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+2
| | | (bzr r10826)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-43/+48
| | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-13/+13
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
| | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-7/+7
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
| | | | | | (bzr r10025)
| * Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" ↵Kris De Gussem2010-12-231-1/+1
| | | | | | | | | | dialogs (Bug 170765) (bzr r9981)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-15/+16
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-15/+16
| |\ | | | | | | (bzr r9945.1.1)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-5/+5
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+5
| | | | | | | | | | | | | | | 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)