summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/transformation.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Update to trunk r13766Liam P. White2014-11-261-2/+2
|\
| * Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-241-2/+2
| * Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis2014-08-261-2/+2
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-2/+2
* | 4. further refactor Application class; create proper singleton, encapsulate m...Liam P. White2014-06-261-2/+2
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-5/+4
* | 2. connect signalsLiam P. White2014-06-251-7/+6
|/
* modify get_scale_transform_for_variable_stroke() to be consistent with get_sc...Alvin Penner2014-01-041-3/+4
* Transform dialog. do not use singular transforms. (Bug 1189446)Alvin Penner2013-06-291-0/+35
* cppcheckKris De Gussem2013-06-211-2/+2
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-2/+90
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-4/+4
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-1/+1
* Fix for 1042508 : Transform dialog when floating doesnt work on active docJohn Smith2012-08-281-0/+11
* Fix for 512247 : Show the direction in Object/Transform/RotateJohn Smith2012-08-011-0/+57
* Drop deprecated GtkNotebookPage usageAlex Valavanis2012-05-221-2/+5
* UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are t...Nicolas Dufour2012-03-221-1/+1
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
* Header cleaningAlex Valavanis2012-02-121-0/+1
* Some documentationKris De Gussem2012-01-061-78/+30
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+2
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-43/+48
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-13/+13
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
* Merge from trunkKrzysztof Kosi??ski2011-04-071-7/+7
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
| * Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialo...Kris De Gussem2010-12-231-1/+1
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-15/+16
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-15/+16
| |\
| | * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-5/+5
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-5/+5
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-20/+32
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| * | Punctuation in UIKris De Gussem2010-10-251-13/+13
| * | Fix for bug #635521 (Fields in Transform dialog reset).Nicolas Dufour2010-09-231-6/+18
| |/
* / Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-1/+0
|/
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-7/+7
* Merge from fe-movedTed Gould2008-11-211-13/+13
* From trunkTed Gould2008-10-271-16/+19
* Merging from trunkTed Gould2008-10-111-25/+25
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-11/+11
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-15/+15
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-28/+28
* limit the change to the relative moves onlybulia byak2008-05-061-58/+65
* reinterpret move when apply-separately checkbox is onbulia byak2008-05-061-0/+63
* fix clearing in Scale and unit conversion in Skewbulia byak2008-01-221-3/+12