summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-1/+1
* More GSEAL fixesAlex Valavanis2012-01-051-6/+6
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
* Fix problem with merged code where a pointer to a plain C GTK+ object was cas...Jon A. Cruz2011-07-021-4/+3
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-1/+1
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-6/+6
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-4/+4
* Merge from trunkKrzysztof Kosi??ski2011-06-191-21/+21
|\
| * Replace deprecated GtkSignalAlex Valavanis2011-06-131-16/+17
| * Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-3/+2
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-2/+2
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-39/+37
|\|
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-39/+37
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-19/+22
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-19/+22
| |\
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-3/+3
| | * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-8/+8
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-16/+13
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| * | Prevent opacity slider changes from going into undo as separate items. Fixes ...Jon A. Cruz2010-09-151-15/+12
* | | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-4/+5
|/ /
* | Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz2010-07-181-27/+10
* | Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz2010-07-071-0/+5
|/
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-6/+6
* C++-ification of paint selector.Jon A. Cruz2010-03-221-2/+2
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-1/+9
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-10/+8
* Block "special" solid gradients from gradient F&S dialog.Jon A. Cruz2010-03-061-410/+413
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-1/+1
* Cleanup on id access.Jon A. Cruz2010-03-021-1/+1
* fix 416940bulia byak2009-08-221-3/+11
* fix 376068bulia byak2009-08-131-14/+16
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-4/+4
* SPDocument->Documentjohnce2009-08-051-4/+4
* Warning/type cleanup.Jon A. Cruz2008-12-041-25/+33
* Whitespace cleanup.Jon A. Cruz2008-12-041-773/+771
* From trunkTed Gould2008-10-271-70/+72
* release reprs properlybulia byak2008-09-201-0/+3
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-3/+3
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-6/+4
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-3/+3
* replace use of sp_repr_new in gradient-vectorMenTaLguY2007-01-231-2/+5
* Fixed bug where offset was not written to XML when stop was added.Johan B. C. Engelen2007-01-121-0/+1
* Fix 1565162 (Gradient stop color not updated in list when entering RBGA)gustav_b2006-12-301-6/+17
* undo annotationsbulia byak2006-10-101-4/+5
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-261-2/+2
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-5/+5