summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed crash in paint selector when changing from gradient to solid colorTomasz Boczkowski2015-05-093-16/+14
* merged trunkTomasz Boczkowski2015-05-0918-54/+60
|\
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-0811-24/+11
| * Fixed the layer blendsMarc Jeanmougin2015-05-083-21/+17
| * fix for stl "remove"Marc Jeanmougin2015-05-071-1/+1
| * better fix, using std::remove instead of std::eraseMarc Jeanmougin2015-05-071-3/+1
| * fix crash when converting a group of objects to pathMarc Jeanmougin2015-05-071-1/+3
| * UI. Fix for Bug #1450877 (GUI glitch in Object Properties)Nicolas Dufour2015-05-061-2/+2
| * show filter usage countRaphael Rosch2015-05-052-6/+29
* | Reformatted refactored filesTomasz Boczkowski2015-05-0312-1324/+1291
* | Removed commented out code from ColorNotebookTomasz Boczkowski2015-05-032-164/+0
* | Introduced fixes after merge proposal reviewTomasz Boczkowski2015-05-034-73/+46
* | Removed unnecessary inclusion of glibmm/threads.hTomasz Boczkowski2015-05-0310-67/+13
* | gtk3 compile fixTomasz Boczkowski2015-05-024-26/+10
* | merge with trunkTomasz Boczkowski2015-05-0289-708/+388
|\|
| * Fixed comparison function used in sortsMarc Jeanmougin2015-05-021-1/+1
| * updated with trunkMarc Jeanmougin2015-04-2957-286/+2
| |\
| | * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-2757-286/+2
| * | removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-273-3/+3
| * | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-272-6/+0
| * | Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin2015-04-263-4/+3
| * | mergingMarc Jeanmougin2015-04-2631-539/+818
| |\|
| * | mergeMarc Jeanmougin2015-04-2632-226/+116
| |\ \
| * | | more cast cleanupMarc Jeanmougin2015-02-2710-21/+21
| * | | corrected the casts (hopefully)Marc Jeanmougin2015-02-2726-82/+68
| * | | Merge, resolved conflictsMarc Jeanmougin2015-02-2313-174/+88
| |\ \ \
| * | | | added a set to the SelectionMarc Jeanmougin2015-02-193-20/+14
| * | | | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-1935-187/+181
| * | | | I can't really understand why, but i can now launch inkscape without it segfa...mc2015-02-183-9/+9
| * | | | Just...mc2015-02-1829-246/+236
| * | | | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-179-159/+162
* | | | | Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-2615-108/+765
|\ \ \ \ \
| * | | | | ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-013-308/+122
| * | | | | moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-015-1/+830
| * | | | | using SelectedColor in ColorPickerTomasz Boczkowski2014-06-012-43/+35
| * | | | | Using SelectedColor in extenstion/param/colorTomasz Boczkowski2014-06-012-0/+15
| * | | | | inhibit SelectedColor::setColorAlpha in the callbacks of it's signalsTomasz Boczkowski2014-06-016-43/+32
* | | | | | merged SPColorICCSelector c++-sification from svgpaints branchTomasz Boczkowski2015-04-264-0/+1170
|\| | | | |
| * | | | | SPColorICC c++sification: using SelectedColorTomasz Boczkowski2014-05-312-275/+199
| * | | | | SPColorICC c++sification: moved to ui/widget/Tomasz Boczkowski2014-05-314-0/+1235
* | | | | | merged SPColorScales c++-sification from svgpaints branchTomasz Boczkowski2015-04-266-2/+825
|\| | | | |
| * | | | | SPColorScales c++-sification - using SelectedColorTomasz Boczkowski2014-05-312-224/+92
| * | | | | updated CMakeListsTomasz Boczkowski2014-05-311-0/+8
| * | | | | SPColorScales c++-sification - move to ui/widgetTomasz Boczkowski2014-05-315-2/+931
* | | | | | merged SPColorWheelSelector c++-sification from svgpaints branchTomasz Boczkowski2015-04-265-3/+419
|\| | | | |
| * | | | | SPColorWheelSelector c++-sification: replaced gtk calls by gtkmm versionsTomasz Boczkowski2014-05-312-86/+90
| * | | | | SPColorWheelSelector c++-sification: inherit Gtk::Table/GridTomasz Boczkowski2014-05-314-193/+112
| * | | | | SPColorWheelSelector c++-sification: moved to ui/widgetsTomasz Boczkowski2014-05-313-0/+479
* | | | | | merged SelectedColor enhancements from svgpaints branchTomasz Boczkowski2015-04-266-31/+70
|\| | | | |
| * | | | | added dragged, released, grabbed signals to SelectedColorTomasz Boczkowski2014-05-314-1/+30