summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-4/+3
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* i18n. Strings disambiguation (thanks, Maren!).Nicolas Dufour2015-11-011-35/+35
| | | | | | Translation. Translation template update. Translation. French translation update. (bzr r14440)
* typo ?Marc Jeanmougin2015-08-281-1/+1
| | | (bzr r14330)
* Make persistence of snap indicator configurable, and clean up the snapping ↵Diederik van Lierop2015-07-242-0/+2
| | | | | | | | tab in the preferences dialog Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14253)
* Don't allow zero values for width/height and corresponding viewBox numbers.Tavmjong Bah2015-07-131-2/+4
| | | (bzr r14243)
* Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah2015-06-252-3/+166
| | | (bzr r14215)
* Fix for bug #1467601 (Missing undo history label for metadata description).Nicolas Dufour2015-06-231-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1467601 (bzr r14211)
* Add simple GUI for 'font-feature-settings'.Tavmjong Bah2015-06-222-2/+56
| | | (bzr r14208)
* Don't fill entry box with zeros while typing. Bug introduced with r14160.Tavmjong Bah2015-05-212-0/+11
| | | (bzr r14166)
* Font-variants widget: Enable 'Apply' button. Add more tooltips.Tavmjong Bah2015-05-202-29/+104
| | | (bzr r14163)
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-181-5/+82
| | | | | library). (bzr r14162)
* fixed: color icc selector - extra rows on startupTomasz Boczkowski2015-05-171-0/+3
| | | (bzr r14059.1.30)
* fixed: color scales - updating color when switched from undefinedTomasz Boczkowski2015-05-176-52/+101
| | | (bzr r14059.1.29)
* fixed: color scales - extra row in RGB modeTomasz Boczkowski2015-05-171-0/+5
| | | (bzr r14059.1.28)
* merged trunkTomasz Boczkowski2015-05-173-2/+516
|\ | | | | (bzr r14059.1.27)
| * Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵Tavmjong Bah2015-05-162-11/+129
| | | | | | | | | | awaits Pango update. (bzr r14155)
| * Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-142-1/+30
| | | | | | | | | | library). (bzr r14152)
| * GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah2015-05-123-2/+369
| | | | | | | | | | progress. (bzr r14148)
* | fixed color selector not remembering it's last open tabTomasz Boczkowski2015-05-111-1/+1
| | | | | | (bzr r14059.1.25)
* | fixed crash in paint selector when changing from gradient to solid colorTomasz Boczkowski2015-05-091-8/+3
| | | | | | (bzr r14059.1.23)
* | merged trunkTomasz Boczkowski2015-05-093-21/+17
|\| | | | | (bzr r14059.1.21)
| * Fixed the layer blendsMarc Jeanmougin2015-05-083-21/+17
| | | | | | (bzr r14124)
* | Reformatted refactored filesTomasz Boczkowski2015-05-0312-1324/+1291
| | | | | | (bzr r14059.1.18)
* | Removed commented out code from ColorNotebookTomasz Boczkowski2015-05-032-164/+0
| | | | | | (bzr r14059.1.17)
* | Introduced fixes after merge proposal reviewTomasz Boczkowski2015-05-034-73/+46
| | | | | | (bzr r14059.1.16)
* | Removed unnecessary inclusion of glibmm/threads.hTomasz Boczkowski2015-05-0310-67/+13
| | | | | | (bzr r14059.1.14)
* | gtk3 compile fixTomasz Boczkowski2015-05-021-7/+3
| | | | | | (bzr r14059.1.13)
* | merge with trunkTomasz Boczkowski2015-05-0233-187/+28
|\| | | | | (bzr r14059.1.12)
| * updated with trunkMarc Jeanmougin2015-04-2930-161/+2
| |\ | | | | | | (bzr r13922.1.19)
| | * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-2730-161/+2
| | | | | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
| * | mergingMarc Jeanmougin2015-04-263-3/+283
| |\| | | | | | | (bzr r13922.1.13)
| * | more cast cleanupMarc Jeanmougin2015-02-271-2/+2
| | | | | | | | | (bzr r13922.1.11)
| * | Merge, resolved conflictsMarc Jeanmougin2015-02-233-6/+15
| |\ \ | | | | | | | | (bzr r13922.1.8)
| * | | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-192-4/+4
| | | | | | | | | | | | (bzr r13922.1.5)
| * | | Just...mc2015-02-183-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | some... more... lines... (bzr r13922.1.2)
* | | | Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-269-76/+703
|\ \ \ \ | | | | | | | | | | (bzr r14059.1.10)
| * | | | ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-013-308/+122
| | | | | | | | | | | | | | | (bzr r13341.6.52)
| * | | | moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-014-1/+828
| | | | | | | | | | | | | | | (bzr r13341.6.51)
| * | | | using SelectedColor in ColorPickerTomasz Boczkowski2014-06-012-43/+35
| | | | | | | | | | | | | | | (bzr r13341.6.46)
| * | | | inhibit SelectedColor::setColorAlpha in the callbacks of it's signalsTomasz Boczkowski2014-06-014-33/+9
| | | | | | | | | | | | | | | (bzr r13341.6.43)
* | | | | merged SPColorICCSelector c++-sification from svgpaints branchTomasz Boczkowski2015-04-263-0/+1168
|\| | | | | | | | | | | | | | (bzr r14059.1.9)
| * | | | SPColorICC c++sification: using SelectedColorTomasz Boczkowski2014-05-312-275/+199
| | | | | | | | | | | | | | | (bzr r13341.6.42)
| * | | | SPColorICC c++sification: moved to ui/widget/Tomasz Boczkowski2014-05-313-0/+1233
| | | | | | | | | | | | | | | (bzr r13341.6.41)
* | | | | merged SPColorScales c++-sification from svgpaints branchTomasz Boczkowski2015-04-265-2/+817
|\| | | | | | | | | | | | | | (bzr r14059.1.8)
| * | | | SPColorScales c++-sification - using SelectedColorTomasz Boczkowski2014-05-312-224/+92
| | | | | | | | | | | | | | | (bzr r13341.6.40)
| * | | | SPColorScales c++-sification - move to ui/widgetTomasz Boczkowski2014-05-315-2/+931
| | | | | | | | | | | | | | | (bzr r13341.6.38)
* | | | | merged SPColorWheelSelector c++-sification from svgpaints branchTomasz Boczkowski2015-04-263-0/+408
|\| | | | | | | | | | | | | | (bzr r14059.1.7)
| * | | | SPColorWheelSelector c++-sification: replaced gtk calls by gtkmm versionsTomasz Boczkowski2014-05-312-86/+90
| | | | | | | | | | | | | | | (bzr r13341.6.37)
| * | | | SPColorWheelSelector c++-sification: inherit Gtk::Table/GridTomasz Boczkowski2014-05-312-190/+100
| | | | | | | | | | | | | | | (bzr r13341.6.35)
| * | | | SPColorWheelSelector c++-sification: moved to ui/widgetsTomasz Boczkowski2014-05-313-0/+479
| | | | | | | | | | | | | | | (bzr r13341.6.34)