summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove sp_style_new().Tavmjong Bah2014-12-251-14/+12
| | | (bzr r13822.1.6)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-36/+35
| | | (bzr r13820)
* Purge sp_desktop_canvasLiam P. White2014-12-211-2/+2
| | | (bzr r13811)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+1
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
| | | (bzr r13809)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-1/+1
| | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* Update to trunk r13621Liam P. White2014-10-171-1/+3
|\ | | | | (bzr r13341.1.278)
| * Fix crash with GTK+ 3.14 on launchBryce Harrington2014-10-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Liam to check for undefined desktop during startup. ** (inkscape:57708): CRITICAL **: SPCanvas* sp_desktop_canvas(const SPDesktop*): assertion 'desktop != NULL' failed Fixes: https://bugs.launchpad.net/inkscape/+bug/1375085 Fixed bugs: - https://launchpad.net/bugs/1375085 (bzr r13611)
* | Update to trunk r13580Liam P. White2014-10-061-1/+5
|\| | | | | (bzr r13341.1.255)
| * i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+5
| | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
* | Fix modelinesAlex Valavanis2014-08-301-2/+2
| | | | | | (bzr r13341.1.183)
* | Add meshes to selected style widgetLiam P. White2014-08-101-0/+21
|/ | | (bzr r13341.1.129)
* Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).Nicolas Dufour2014-02-281-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1281859 (bzr r13074)
* small code clarification, doesn't change anything, but makes intent more clearJohan B. C. Engelen2014-01-081-1/+1
| | | (bzr r12895)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* remove unused private membersJohan B. C. Engelen2013-11-051-3/+1
| | | (bzr r12779)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-7/+7
| | | | | 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-051-1/+1
| | | (bzr r12661)
* Merged from trunk (r12488).Markus Engel2013-08-301-12/+17
|\ | | | | (bzr r11608.1.120)
| * Switched to global UnitTable.Matthew Petroff2013-08-041-1/+2
| | | | | | (bzr r12380.1.62)
| * Ported "ui/widget/selected-style.*".Matthew Petroff2013-07-191-13/+16
| | | | | | (bzr r12380.1.39)
| * Temporary fixes/kludges.Matthew Petroff2013-07-171-0/+1
| | | | | | (bzr r12380.1.16)
| * Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-1/+1
| | | | | | (bzr r12380.1.8)
* | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-7/+7
| | | | | | (bzr r11608.1.110)
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-2/+2
|/ | | (bzr r11608.1.82)
* Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-091-1/+26
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185)
* cppcheck: Simple fixes for src/ui/widgetAlex Valavanis2012-11-151-4/+4
| | | (bzr r11873)
* Fix for 171890 : Mouse wheel on swatchesJohn Smith2012-10-231-41/+68
| | | (bzr r11822)
* Fix for 831008 : Line width menu only show Px,Pt and mmJohn Smith2012-10-011-33/+37
| | | (bzr r11719)
* Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-231-3/+2
| | | (bzr r11696)
* Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-221-0/+12
| | | (bzr r11694)
* Fix for 484135 : clicking on the stroke size doesn't open the dialog boxJohn Smith2012-08-051-0/+1
| | | (bzr r11592)
* Fix for 167781 : opacity in selected style loses focus on kbd value scroll, ↵John Smith2012-07-111-0/+1
| | | | | fix for Esc (bzr r11540)
* Fix for 167781 : opacity in selected style loses focus on kbd value scrollJohn Smith2012-07-101-0/+2
| | | (bzr r11534)
* Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis2012-05-271-13/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+13
| | | (bzr r11308)
* Get rid of GtkObject in toolboxAlex Valavanis2012-04-231-1/+1
| | | (bzr r11286)
* Translation. More disambiguations (see Bug #832560).Nicolas Dufour2012-04-131-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/832560 (bzr r11234)
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+8
| | | (bzr r11196)
* cppcheckKris De Gussem2012-03-071-1/+1
| | | (bzr r11052)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+0
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* More GSEAL stuffAlex Valavanis2012-01-141-6/+7
| | | (bzr r10887)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-2/+3
| | | (bzr r10873)
* Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-031-4/+14
| | | (bzr r10828)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-25/+22
| | | (bzr r10827)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+1
| | | (bzr r10697)
* cppcheckKris De Gussem2011-10-181-1/+1
| | | (bzr r10681)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-1/+1
| | | (bzr r10350.1.5)