summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-selector.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-19icons: replace deprecated gtk stock iconsPatrick Storz1-2/+1
They seems to be missing in some environments already... Fixes https://gitlab.com/inkscape/inkscape/issues/335
2019-07-17Stop End button selecting first swatch in listNathan Lee1-8/+32
Fix gitlab.com/inkscape/inbox/issues/659
2019-07-15Override navigation in swatch/gradient listNathan Lee1-0/+62
Fix gitlab.com/inkscape/inkscape/issues/237
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-1/+1
This makes the code a lot less readable and greppable for no reason.
2019-01-02modernize loopsMarc Jeanmougin1-16/+16
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof1-1/+1
in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-07-21adding gtk-themeJabier Arraiza1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-17/+17
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-10/+11
A lot of header clean-up.
2017-06-29Remove old icon handling codeAlexander Valavanis1-2/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+1
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-12/+1
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+4
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+1
(bzr r15025)
2015-12-27Remove superfluous glibmm/threads.h checksAlex Valavanis1-4/+0
(bzr r14553)
2015-12-27Revert Pango/Harfbuzz fixes. Needs workAlex Valavanis1-0/+4
(bzr r14552)
2015-12-27Remove superfluous glibmm/threads.h checksAlex Valavanis1-4/+0
(bzr r14550)
2015-09-05Attempt to fix 1417173 (undo duplicate gradient crash)Marc Jeanmougin1-10/+7
Fixed bugs: - https://launchpad.net/bugs/1417173 (bzr r14345)
2015-02-22Make icon creation more consistent - use sp_icon_new where possibleLiam P. White1-22/+15
(bzr r13936)
2014-08-30Reduce header bloatAlex Valavanis1-1/+3
(bzr r13341.1.184)
2014-08-23gradient-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis1-32/+12
(bzr r13341.1.152)
2014-08-10Add meshes to Fill&Stroke paint selectorLiam P. White1-3/+3
(bzr r13341.1.128)
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-3/+20
(bzr r12868)
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-1/+2
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)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-3/+1
(bzr r12014)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-8/+8
christmas\!) (bzr r11986)
2012-11-29Fix for 171466 : F/S set swatch preview column nameJohn Smith1-0/+5
(bzr r11912)
2012-11-28Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ↵John Smith1-1/+69
never go away (bzr r11911)
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-7/+4
(bzr r11868)
2012-10-28Fix for 1067808 : Focus issues with new gradient (and swatch) manager in ↵John Smith1-0/+3
Fill&Stroke - Focus fix (bzr r11842)
2012-10-24Fix for 1067819 : Changing gradient name does not dirty the document (trunk)John Smith1-3/+6
(bzr r11825)
2012-10-22Fix for 1067808 : Focus issues with new gradient (and swatch) manager in ↵John Smith1-0/+8
Fill&Stroke (trunk) (bzr r11819)
2012-10-07i18n. Adding gradient selector widget labels.Nicolas Dufour1-2/+2
(bzr r11745)
2012-09-25Fix for 293358 : Reduce width of Fill Stroke dialogJohn Smith1-1/+1
(bzr r11702)
2012-07-01Fix for 950677 : Retire legacy gradient editorJohn Smith1-1/+1
(bzr r11519)
2012-06-26Fix for 722017 : Better Gradient WindowJohn Smith1-84/+209
(bzr r11515)
2012-05-18More GtkObject fixesAlex Valavanis1-10/+7
(bzr r11382)
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+10
(bzr r11204)
2012-03-07cppcheckKris De Gussem1-1/+1
(bzr r11052)
2012-02-11Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis1-4/+4
(bzr r10959)
2011-12-14Migrate gradient selector to GtkComboBoxAlex Valavanis1-28/+23
(bzr r10769)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
(bzr r10407)
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-1/+1
(bzr r10390.1.3)
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-3/+3
(bzr r10350.1.7)
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-20/+24
(bzr r10282.1.1)