summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Matthew Petroff2013-09-202-11/+11
|\
| * Merged from trunk (r12517).Markus Engel2013-09-141-8/+3
| |\
| * \ Merged from trunk (r12488).Markus Engel2013-08-3015-136/+476
| |\ \
| * \ \ Merged from trunk (r12465).Markus Engel2013-08-041-0/+1
| |\ \ \
| * | | | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-7/+7
| * | | | Merged from trunk (r12419).Markus Engel2013-07-1430-12/+197
| |\ \ \ \
| * | | | | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-052-4/+4
* | | | | | C++ify expression evaluator.Matthew Petroff2013-09-161-3/+5
* | | | | | Enable unit evaluation in toolbars.Matthew Petroff2013-09-152-2/+13
* | | | | | Merge from trunk.Matthew Petroff2013-09-151-8/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-8/+3
| | |_|_|/ | |/| | |
* | | | | Use Quantity comparisons in PageSizer.Matthew Petroff2013-08-281-5/+5
* | | | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+3
* | | | | Use real world units for page sizes.Matthew Petroff2013-08-252-34/+43
|/ / / /
* | | | Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-0615-136/+476
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed bug in page sizer.Matthew Petroff2013-08-061-69/+69
| * | | Switched to global UnitTable.Matthew Petroff2013-08-048-24/+23
| * | | Fix UnitTracker percentage bug.Matthew Petroff2013-08-011-1/+1
| * | | Eliminate "unit-constants.h".Matthew Petroff2013-07-311-3/+3
| * | | Added percent support back to select toolbar.Matthew Petroff2013-07-312-1/+9
| * | | Cleanup.Matthew Petroff2013-07-301-2/+2
| * | | Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff2013-07-201-1/+0
| * | | Ported "ui/widget/style-swatch.*".Matthew Petroff2013-07-192-5/+9
| * | | Ported "ui/widget/selected-style.*".Matthew Petroff2013-07-192-17/+23
| * | | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-182-15/+9
| * | | Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-172-4/+3
| * | | Merge from trunk.Matthew Petroff2013-07-174-11/+25
| |\ \ \ | | | |/ | | |/|
| * | | Temporary fixes/kludges.Matthew Petroff2013-07-171-0/+1
| * | | Fixed conversion factors and missed unit include removal.Matthew Petroff2013-07-171-1/+1
| * | | Added new UnitTracker class.Matthew Petroff2013-07-173-1/+333
| * | | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-092-3/+3
| * | | Switch setWidth and setHeight to use Quantity and switch to forward declarati...Matthew Petroff2013-07-061-2/+2
| * | | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-022-85/+83
* | | | fix initializationJohan B. C. Engelen2013-08-031-0/+1
| |/ / |/| |
* | | Fix build failure with GDL >= 3.6Alex Valavanis2013-07-062-9/+21
* | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-012-2/+4
|/ /
* | Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-0716-0/+64
* | Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-0626-0/+54
* | Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-0427-1/+54
|/
* Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...Kris De Gussem2013-04-031-1/+1
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-261-0/+2
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-257-14/+10
* Fix -Wunused-function warningsAlex Valavanis2013-03-181-11/+0
* cppcheckKris De Gussem2013-03-171-1/+2
* Fix even more forward declaration tagsAlex Valavanis2013-03-153-8/+8
* Fix another load of forward declaration tagsAlex Valavanis2013-03-143-3/+3
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-143-3/+3
* Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-141-0/+2
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-132-10/+43
* Further migration to Gtk::GridAlex Valavanis2013-03-122-19/+54