summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-041-5/+1
|\ | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-5/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-1/+1
|/ | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-6/+6
| | | (bzr r10060)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+1
|\ | | | | (bzr r9945.1.1)
* | Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz2010-07-071-40/+53
|/ | | (bzr r9586)
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-1/+1
| | | (bzr r9542)
* Disable edit dialog when custom swatch is edited in fill-n-stroke. ↵Jon A. Cruz2010-06-171-18/+27
| | | | | | | | Addressing bug #594443. Fixed bugs: - https://launchpad.net/bugs/594443 (bzr r9506)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-6/+26
| | | (bzr r9169)
* Follow-up fix of member/parameter name collision.Jon A. Cruz2010-03-081-1/+1
| | | (bzr r9165)
* Cleanup of gradient-selector to allow for new mode.Jon A. Cruz2010-03-081-45/+28
| | | (bzr r9164)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Warning/type cleanup.Jon A. Cruz2008-12-041-11/+18
| | | (bzr r6944)
* Whitespace cleanup.Jon A. Cruz2008-12-041-204/+214
| | | (bzr r6943)
* Warning cleanupJon A. Cruz2008-05-171-4/+4
| | | (bzr r5682)
* Fix use of uninitialized 'doc' var. Fix use of gc::released 'repr'.Bob Jamison2007-04-211-14/+19
| | | (bzr r2943)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+2
| | | (bzr r2723)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-221-3/+5
| | | (bzr r2257)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-1/+1
| | | (bzr r134)