summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged from trunk (r12517).Markus Engel2013-09-141-8/+3
|\ | | | | (bzr r11608.1.121)
| * 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)
* | Merged from trunk (r12488).Markus Engel2013-08-3015-136/+476
|\| | | | | (bzr r11608.1.120)
| * 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)
* | | | Merged from trunk (r12465).Markus Engel2013-08-041-0/+1
|\| | | | | | | | | | | (bzr r11608.1.119)
| * | | fix initializationJohan B. C. Engelen2013-08-031-0/+1
| | |/ | |/| | | | (bzr r12460)
* | | 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)
| * | 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)
| * Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-0427-1/+54
| | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-052-4/+4
|/ | | (bzr r11608.1.82)
* Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵Kris De Gussem2013-04-031-1/+1
| | | | | freezes at opening) (bzr r12263)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-0/+2
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-257-14/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix -Wunused-function warningsAlex Valavanis2013-03-181-11/+0
| | | (bzr r12221)
* cppcheckKris De Gussem2013-03-171-1/+2
| | | (bzr r12218)
* Fix even more forward declaration tagsAlex Valavanis2013-03-153-8/+8
| | | (bzr r12206)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-143-3/+3
| | | (bzr r12205)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-143-3/+3
| | | (bzr r12204)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-0/+2
| | | | | forward declarations (bzr r12203)
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-132-10/+43
| | | (bzr r12199)
* Further migration to Gtk::GridAlex Valavanis2013-03-122-19/+54
| | | (bzr r12196)
* Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-092-2/+41
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185)
* Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-081-0/+6
| | | (bzr r12181)
* Drop more Gtk::Table usageAlex Valavanis2013-03-081-0/+12
| | | (bzr r12180)
* Switch to orientable Scale widgets in Gtkmm 3Alex Valavanis2013-03-085-6/+35
| | | (bzr r12179)
* Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-072-82/+189
| | | (bzr r12178)
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
| | | (bzr r12119)