summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-toolbar.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-08Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz1-4/+4
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-114/+109
2012-04-25Fix for 950677 : Add link option to gradient toolbarJohn Smith1-0/+30
2012-04-09fix memory leak and some minor thingsKris De Gussem1-1/+1
2012-04-04Warning cleanup.Jon A. Cruz1-3/+3
2012-04-03eek-preview: Cairo drawingAlex Valavanis1-2/+1
2012-04-01Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith1-262/+912
2012-03-15Fix for 903671 : Fill and Stroke Gradient list and Gradient EditorJohn Smith1-8/+2
2012-03-13Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Gradient too...John Smith1-83/+92
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
2012-02-26Replace deprecated gtk_toolbar_append_widget APIAlex Valavanis1-3/+9
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-05(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-10/+7
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-4/+4
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-5/+5
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-3/+3
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-1/+1
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-13/+5
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-2/+2
2010-07-04Suppress gradient direction line for 'solid' gradients.Jon A. Cruz1-18/+16
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-3/+3
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-2/+2
2010-03-05Updated gradient toolba to not see "solid" one-stops as gradients.Jon A. Cruz1-67/+87
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-4/+5
2008-12-04Warning/type cleanup.Jon A. Cruz1-6/+6
2008-10-27From trunkTed Gould1-11/+15
2008-06-18Conversion to toolbars and preserve size upon undockJon A. Cruz1-8/+8
2007-12-04Implemented use of "short_label" for toolbar items.Jon A. Cruz1-22/+22
2007-09-26remove duplicate button, useless nowbulia byak1-37/+0
2007-09-10Purged fill type enumJon A. Cruz1-4/+4
2007-01-24Sorry, forgot the copyright text.Johan B. C. Engelen1-0/+2
2007-01-17Upgraded gradient tool =)Johan B. C. Engelen1-3/+7
2006-10-10undo annotationsbulia byak1-2/+2
2006-07-29switch to sigc++ SPObject signals for gradient toolbarMenTaLguY1-10/+6
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-2/+4
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-12/+12
2006-04-08Shrunk a few icon sizes.Jon A. Cruz1-4/+4
2006-04-06Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz1-4/+4