summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-1/+1
| | | | This makes the code a lot less readable and greppable for no reason.
* modernize loopsMarc Jeanmougin2019-01-021-16/+16
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-1/+1
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Clarify licensesMax Gaukler2018-11-081-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
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* adding gtk-themeJabier Arraiza2018-07-211-1/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-17/+17
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-10/+11
| | | | A lot of header clean-up.
* Remove old icon handling codeAlexander Valavanis2017-06-291-2/+1
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-12/+1
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-12/+1
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+4
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+1
|/ | | (bzr r15025)
* Remove superfluous glibmm/threads.h checksAlex Valavanis2015-12-271-4/+0
| | | (bzr r14553)
* Revert Pango/Harfbuzz fixes. Needs workAlex Valavanis2015-12-271-0/+4
| | | (bzr r14552)
* Remove superfluous glibmm/threads.h checksAlex Valavanis2015-12-271-4/+0
| | | (bzr r14550)
* Attempt to fix 1417173 (undo duplicate gradient crash)Marc Jeanmougin2015-09-051-10/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1417173 (bzr r14345)
* Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-0/+4
|\ | | | | (bzr r14059.1.10)
* | Make icon creation more consistent - use sp_icon_new where possibleLiam P. White2015-02-221-22/+15
| | | | | | (bzr r13936)
* | Reduce header bloatAlex Valavanis2014-08-301-1/+3
| | | | | | (bzr r13341.1.184)
* | gradient-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-32/+12
| | | | | | (bzr r13341.1.152)
* | Add meshes to Fill&Stroke paint selectorLiam P. White2014-08-101-3/+3
|/ | | (bzr r13341.1.128)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-3/+20
| | | (bzr r12868)
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-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)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-3/+1
| | | (bzr r12014)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-8/+8
| | | | | christmas\!) (bzr r11986)
* Fix for 171466 : F/S set swatch preview column nameJohn Smith2012-11-291-0/+5
| | | (bzr r11912)
* Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ↵John Smith2012-11-281-1/+69
| | | | | never go away (bzr r11911)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-7/+4
| | | (bzr r11868)
* Fix for 1067808 : Focus issues with new gradient (and swatch) manager in ↵John Smith2012-10-281-0/+3
| | | | | Fill&Stroke - Focus fix (bzr r11842)
* Fix for 1067819 : Changing gradient name does not dirty the document (trunk)John Smith2012-10-241-3/+6
| | | (bzr r11825)
* Fix for 1067808 : Focus issues with new gradient (and swatch) manager in ↵John Smith2012-10-221-0/+8
| | | | | Fill&Stroke (trunk) (bzr r11819)
* i18n. Adding gradient selector widget labels.Nicolas Dufour2012-10-071-2/+2
| | | (bzr r11745)
* Fix for 293358 : Reduce width of Fill Stroke dialogJohn Smith2012-09-251-1/+1
| | | (bzr r11702)
* Fix for 950677 : Retire legacy gradient editorJohn Smith2012-07-011-1/+1
| | | (bzr r11519)
* Fix for 722017 : Better Gradient WindowJohn Smith2012-06-261-84/+209
| | | (bzr r11515)
* More GtkObject fixesAlex Valavanis2012-05-181-10/+7
| | | (bzr r11382)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+10
| | | (bzr r11204)
* cppcheckKris De Gussem2012-03-071-1/+1
| | | (bzr r11052)
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-4/+4
| | | (bzr r10959)
* Migrate gradient selector to GtkComboBoxAlex Valavanis2011-12-141-28/+23
| | | (bzr r10769)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | (bzr r10390.1.3)
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-3/+3
| | | (bzr r10350.1.7)
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-20/+24
| | | (bzr r10282.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)