summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * gimpspinscale (upstream #6940c): Add get/set_labelAlex Valavanis2014-01-032-36/+68
| * gimpspinscale (upstream #fb623): Reorder functionsAlex Valavanis2014-01-031-23/+23
| * gimpspinscale (upstream #ce8ae): Fix text rendering on dark bgAlex Valavanis2014-01-031-56/+141
| * gimpspinscale (upstream #85a09): Fix drag issueAlex Valavanis2014-01-031-2/+10
| * Moved and renamed some tool-related files.Markus Engel2013-11-093-3/+3
| * First step of moving tools into appropriate namespaces.Markus Engel2013-11-072-2/+2
| * remove unused private membersJohan B. C. Engelen2013-11-052-6/+1
| * Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-1214-58/+59
| * Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-053-10/+8
| * cppcheck: performanceKris De Gussem2013-09-261-1/+1
| * fix crash on uninitialized unittracker for spinbuttons. fixes crash on changi...Johan B. C. Engelen2013-09-232-7/+9
| * Fix percentage document size handling.Matthew Petroff2013-09-231-0/+2
| * 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