summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Expand)AuthorAgeFilesLines
* Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-269-76/+703
|\
| * ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-013-308/+122
| * moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-014-1/+828
| * using SelectedColor in ColorPickerTomasz Boczkowski2014-06-012-43/+35
| * inhibit SelectedColor::setColorAlpha in the callbacks of it's signalsTomasz Boczkowski2014-06-014-33/+9
* | merged SPColorICCSelector c++-sification from svgpaints branchTomasz Boczkowski2015-04-263-0/+1168
|\|
| * SPColorICC c++sification: using SelectedColorTomasz Boczkowski2014-05-312-275/+199
| * SPColorICC c++sification: moved to ui/widget/Tomasz Boczkowski2014-05-313-0/+1233
* | merged SPColorScales c++-sification from svgpaints branchTomasz Boczkowski2015-04-265-2/+817
|\|
| * SPColorScales c++-sification - using SelectedColorTomasz Boczkowski2014-05-312-224/+92
| * SPColorScales c++-sification - move to ui/widgetTomasz Boczkowski2014-05-315-2/+931
* | merged SPColorWheelSelector c++-sification from svgpaints branchTomasz Boczkowski2015-04-263-0/+408
|\|
| * SPColorWheelSelector c++-sification: replaced gtk calls by gtkmm versionsTomasz Boczkowski2014-05-312-86/+90
| * SPColorWheelSelector c++-sification: inherit Gtk::Table/GridTomasz Boczkowski2014-05-312-190/+100
| * SPColorWheelSelector c++-sification: moved to ui/widgetsTomasz Boczkowski2014-05-313-0/+479
* | merged SelectedColor enhancements from svgpaints branchTomasz Boczkowski2015-04-264-30/+43
|\|
| * added dragged, released, grabbed signals to SelectedColorTomasz Boczkowski2014-05-312-0/+3
| * ColorSlider coding styleTomasz Boczkowski2014-05-312-30/+40
* | merged SPNotebook c++-sification from svgpaints branchTomasz Boczkowski2015-04-263-0/+176
|\|
| * added ColorEntry class, refactored SPColorNotebook to use itTomasz Boczkowski2014-05-303-0/+176
* | merged SPColorSlider c++-sification from svgpaints branchTomasz Boczkowski2015-04-253-0/+754
|\|
| * SPColorSlider c++-sification: remove unnecessary reference to Gtk::AdjustmentTomasz Boczkowski2014-05-241-3/+0
| * SPColorSlider c++-sification: remove gobject based codeTomasz Boczkowski2014-05-242-718/+0
| * SPColorSlider c++-sification: fixed size requestTomasz Boczkowski2014-05-242-1/+13
| * SPColorSlider c++-sification: compilation with GTK3Tomasz Boczkowski2014-05-242-32/+100
| * SPColorSlider c++-sification: fixed failed Gtk assertionTomasz Boczkowski2014-05-241-1/+3
| * SPColorSlider c++-sification: fixed drawing borderTomasz Boczkowski2014-05-241-8/+10
| * SPColorSlider c++-sification: ported mouse eventsTomasz Boczkowski2014-05-241-3/+50
| * SPColorSlider c++-sification: ported drawingTomasz Boczkowski2014-05-232-7/+78
| * ported draw methodTomasz Boczkowski2014-05-231-6/+167
| * moved widgets/sp-color-slider to ui/widget/color-sliderTomasz Boczkowski2014-05-233-0/+1109
* | Fix GTK3 build (typo).Tavmjong Bah2015-03-211-1/+1
* | Add GUI for 'viewBox'.Tavmjong Bah2015-03-212-22/+168
* | Remove sleep() left over from debugging.Tavmjong Bah2015-03-171-1/+0
* | Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-112-1/+136
* | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah2015-03-011-2/+2
* | Make icon creation more consistent - use sp_icon_new where possibleLiam P. White2015-02-222-5/+14
* | i18nKris De Gussem2015-02-161-1/+1
* | improved precision in placing grids and guides. (Bug 1373311)Alvin Penner2015-01-231-1/+4
* | Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah2015-01-051-2/+1
* | Remove sp_style_new().Tavmjong Bah2014-12-252-23/+19
* | Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-5/+4
* | Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-2111-56/+55
* | Purge sp_desktop_canvasLiam P. White2014-12-212-6/+6
* | Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-215-7/+11
* | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-213-4/+5
* | Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah2014-12-112-6/+35
* | undo previous commit. figured out how to set the "decoration" icon size from ...Johan B. C. Engelen2014-12-101-2/+2
* | LayerSelector (bottom left): change size of visibility and lock icons to ICON...Johan B. C. Engelen2014-12-101-2/+2
* | do not recalculate page height unless it is necessary. (Bug 1384915, comment 24)Alvin Penner2014-12-061-2/+4