summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
2011-07-02Fix problem with merged code where a pointer to a plain C GTK+ object was cas...Jon A. Cruz1-4/+3
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-1/+1
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-1/+1
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-6/+6
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-4/+4
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-16/+17
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-3/+2
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-2/+2
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-39/+37
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-09-15Prevent opacity slider changes from going into undo as separate items. Fixes ...Jon A. Cruz1-15/+12
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-4/+5
2010-07-18Correcting black gradient stops when swatches are set or drug.Jon A. Cruz1-27/+10
2010-07-18Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz1-27/+10
2010-07-07Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz1-0/+5
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-3/+3
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-8/+8
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-6/+6
2010-03-22C++-ification of paint selector.Jon A. Cruz1-2/+2
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-1/+9
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-10/+8
2010-03-06Block "special" solid gradients from gradient F&S dialog.Jon A. Cruz1-410/+413
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-1/+1
2010-03-02Cleanup on id access.Jon A. Cruz1-1/+1
2009-08-22fix 416940bulia byak1-3/+11
2009-08-13fix 376068bulia byak1-14/+16
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2008-12-04Warning/type cleanup.Jon A. Cruz1-25/+33
2008-12-04Whitespace cleanup.Jon A. Cruz1-773/+771
2008-10-27From trunkTed Gould1-70/+72
2008-09-20release reprs properlybulia byak1-0/+3
2007-09-24Fixed unsafe hardcoding of buffer sizeJon A. Cruz1-3/+3
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-6/+4
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-3/+3
2007-01-23replace use of sp_repr_new in gradient-vectorMenTaLguY1-2/+5
2007-01-12Fixed bug where offset was not written to XML when stop was added.Johan B. C. Engelen1-0/+1
2006-12-30Fix 1565162 (Gradient stop color not updated in list when entering RBGA)gustav_b1-6/+17
2006-10-10undo annotationsbulia byak1-4/+5
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-2/+2
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-5/+5
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-5/+5
2006-07-25whoops, missed some uses of the old GObject signals in the last commitMenTaLguY1-6/+39
2006-07-25switch to sigc++ SPObject signals for SPGradientVectorSelectorMenTaLguY1-16/+30
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-5/+10
2006-03-13#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder1-1/+1
2006-02-24make sure only positive dialog positions are read from preferences, fixes #12...Ralf Stephan1-0/+4
2006-02-24make sure positive xy widget pos is writtenRalf Stephan1-0/+3