summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * gimpspinscale (upstream #6940c): Add get/set_labelAlex Valavanis2014-01-032-36/+68
| | | | | | (bzr r12876)
| * gimpspinscale (upstream #fb623): Reorder functionsAlex Valavanis2014-01-031-23/+23
| | | | | | (bzr r12875)
| * gimpspinscale (upstream #ce8ae): Fix text rendering on dark bgAlex Valavanis2014-01-031-56/+141
| | | | | | (bzr r12874)
| * gimpspinscale (upstream #85a09): Fix drag issueAlex Valavanis2014-01-031-2/+10
| | | | | | (bzr r12873)
| * Moved and renamed some tool-related files.Markus Engel2013-11-093-3/+3
| | | | | | (bzr r12785)
| * First step of moving tools into appropriate namespaces.Markus Engel2013-11-072-2/+2
| | | | | | (bzr r12782)
| * remove unused private membersJohan B. C. Engelen2013-11-052-6/+1
| | | | | | (bzr r12779)
| * Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-1214-58/+59
| | | | | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
| * Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-053-10/+8
| | | | | | (bzr r12661)
| * cppcheck: performanceKris De Gussem2013-09-261-1/+1
| | | | | | (bzr r12598)
| * fix crash on uninitialized unittracker for spinbuttons. fixes crash on ↵Johan B. C. Engelen2013-09-232-7/+9
| | | | | | | | | | | | | | | | changing major grid line number, possibly other random crashes Fixed bugs: - https://launchpad.net/bugs/1229183 (bzr r12581)
| * Fix percentage document size handling.Matthew Petroff2013-09-231-0/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228852 (bzr r12577)
| * Merge from trunk.Matthew Petroff2013-09-202-11/+11
| |\ | | | | | | (bzr r12475.1.29)
| | * Merged from trunk (r12517).Markus Engel2013-09-141-8/+3
| | |\ | | | | | | | | (bzr r11608.1.121)
| | * \ Merged from trunk (r12488).Markus Engel2013-08-3015-136/+476
| | |\ \ | | | | | | | | | | (bzr r11608.1.120)
| | * \ \ Merged from trunk (r12465).Markus Engel2013-08-041-0/+1
| | |\ \ \ | | | | | | | | | | | | (bzr r11608.1.119)
| | * | | | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-7/+7
| | | | | | | | | | | | | | | | | | (bzr r11608.1.110)
| | * | | | Merged from trunk (r12419).Markus Engel2013-07-1430-12/+197
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r11608.1.107)
| | * | | | | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-052-4/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.82)
| * | | | | | C++ify expression evaluator.Matthew Petroff2013-09-161-3/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r12475.1.23)
| * | | | | | Enable unit evaluation in toolbars.Matthew Petroff2013-09-152-2/+13
| | | | | | | | | | | | | | | | | | | | | (bzr r12475.1.22)
| * | | | | | Merge from trunk.Matthew Petroff2013-09-151-8/+3
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | (bzr r12475.1.20)
| | * | | | | Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-8/+3
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
| * | | | | Use Quantity comparisons in PageSizer.Matthew Petroff2013-08-281-5/+5
| | | | | | | | | | | | | | | | | | (bzr r12475.1.8)
| * | | | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+3
| | | | | | | | | | | | | | | | | | (bzr r12475.1.2)
| * | | | | Use real world units for page sizes.Matthew Petroff2013-08-252-34/+43
| |/ / / / | | | | | | | | | | (bzr r12475.1.1)
| * | | | Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-0615-136/+476
| |\ \ \ \ | | |_|_|/ | |/| | | (bzr r12471)
| | * | | Fixed bug in page sizer.Matthew Petroff2013-08-061-69/+69
| | | | | | | | | | | | | | | (bzr r12380.1.63)
| | * | | Switched to global UnitTable.Matthew Petroff2013-08-048-24/+23
| | | | | | | | | | | | | | | (bzr r12380.1.62)
| | * | | Fix UnitTracker percentage bug.Matthew Petroff2013-08-011-1/+1
| | | | | | | | | | | | | | | (bzr r12380.1.59)
| | * | | Eliminate "unit-constants.h".Matthew Petroff2013-07-311-3/+3
| | | | | | | | | | | | | | | (bzr r12380.1.54)
| | * | | Added percent support back to select toolbar.Matthew Petroff2013-07-312-1/+9
| | | | | | | | | | | | | | | (bzr r12380.1.53)
| | * | | Cleanup.Matthew Petroff2013-07-301-2/+2
| | | | | | | | | | | | | | | (bzr r12380.1.52)
| | * | | Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff2013-07-201-1/+0
| | | | | | | | | | | | | | | (bzr r12380.1.45)
| | * | | Ported "ui/widget/style-swatch.*".Matthew Petroff2013-07-192-5/+9
| | | | | | | | | | | | | | | (bzr r12380.1.40)
| | * | | Ported "ui/widget/selected-style.*".Matthew Petroff2013-07-192-17/+23
| | | | | | | | | | | | | | | (bzr r12380.1.39)
| | * | | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-182-15/+9
| | | | | | | | | | | | | | | (bzr r12380.1.28)
| | * | | Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-172-4/+3
| | | | | | | | | | | | | | | (bzr r12380.1.21)
| | * | | Merge from trunk.Matthew Petroff2013-07-174-11/+25
| | |\ \ \ | | | | |/ | | | |/| (bzr r12380.1.17)
| | * | | Temporary fixes/kludges.Matthew Petroff2013-07-171-0/+1
| | | | | | | | | | | | | | | (bzr r12380.1.16)
| | * | | Fixed conversion factors and missed unit include removal.Matthew Petroff2013-07-171-1/+1
| | | | | | | | | | | | | | | (bzr r12380.1.12)
| | * | | Added new UnitTracker class.Matthew Petroff2013-07-173-1/+333
| | | | | | | | | | | | | | | (bzr r12380.1.9)
| | * | | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-092-3/+3
| | | | | | | | | | | | | | | (bzr r12380.1.8)
| | * | | Switch setWidth and setHeight to use Quantity and switch to forward ↵Matthew Petroff2013-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | declaration of Inkscape::Util::Quantity in document.h. (bzr r12380.1.7)
| | * | | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.Matthew Petroff2013-07-022-85/+83
| | | | | | | | | | | | | | | (bzr r12380.1.4)
| * | | | fix initializationJohan B. C. Engelen2013-08-031-0/+1
| | |/ / | |/| | | | | | (bzr r12460)
| * | | Fix build failure with GDL >= 3.6Alex Valavanis2013-07-062-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1196070 (bzr r12407)
| * | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-012-2/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
| * | Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-0716-0/+64
| | | | | | | | | (bzr r12355)
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-0626-0/+54
| | | | | | | | | | | | | | | has it. (bzr r12353)