summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 950677 : ellipsize function with ustringJohn Smith2012-05-171-5/+4
| | | (bzr r11371)
* Fix for 950677 : Ellipse text if gradient name too longJohn Smith2012-05-151-1/+2
| | | (bzr r11365)
* Follow-up conversion from bool.Jon A. Cruz2012-05-081-36/+22
| | | (bzr r11347)
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-4/+4
| | | (bzr r11345)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-114/+109
| | | (bzr r11316)
* Fix for 950677 : Add link option to gradient toolbarJohn Smith2012-04-251-0/+30
| | | (bzr r11291)
* fix memory leak and some minor thingsKris De Gussem2012-04-091-1/+1
| | | (bzr r11190)
* Warning cleanup.Jon A. Cruz2012-04-041-3/+3
| | | (bzr r11144)
* eek-preview: Cairo drawingAlex Valavanis2012-04-031-2/+1
| | | (bzr r11142)
* Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith2012-04-011-262/+912
| | | (bzr r11134)
* Fix for 903671 : Fill and Stroke Gradient list and Gradient EditorJohn Smith2012-03-151-8/+2
| | | (bzr r11089)
* Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Gradient ↵John Smith2012-03-131-83/+92
| | | | | toolbar selector (bzr r11077)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
| | | (bzr r11030)
* Replace deprecated gtk_toolbar_append_widget APIAlex Valavanis2012-02-261-3/+9
| | | (bzr r11021)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-10/+7
| | | (bzr r10938)
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-4/+4
| | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-5/+5
| | | (bzr r10350.1.7)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-3/+3
| | | (bzr r10350.1.5)
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-1/+1
| | | (bzr r10282.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-13/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-2/+2
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+5
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
* | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-18/+16
|/ | | | | Removed unneeded and outdated macro use. (bzr r9564)
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-3/+3
| | | (bzr r9542)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-2/+2
| | | (bzr r9169)
* Updated gradient toolba to not see "solid" one-stops as gradients.Jon A. Cruz2010-03-051-67/+87
| | | (bzr r9147)
* 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)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-4/+5
| | | (bzr r7332)
* Warning/type cleanup.Jon A. Cruz2008-12-041-6/+6
| | | (bzr r6944)
* From trunkTed Gould2008-10-271-11/+15
| | | (bzr r6885)
* Conversion to toolbars and preserve size upon undockJon A. Cruz2008-06-181-8/+8
| | | (bzr r5981)
* Implemented use of "short_label" for toolbar items.Jon A. Cruz2007-12-041-22/+22
| | | | | Fixes bug #168826. (bzr r4167)
* remove duplicate button, useless nowbulia byak2007-09-261-37/+0
| | | (bzr r3801)
* Purged fill type enumJon A. Cruz2007-09-101-4/+4
| | | (bzr r3706)
* Sorry, forgot the copyright text.Johan B. C. Engelen2007-01-241-0/+2
| | | (bzr r2276)
* Upgraded gradient tool =)Johan B. C. Engelen2007-01-171-3/+7
| | | (bzr r2228)
* undo annotationsbulia byak2006-10-101-2/+2
| | | (bzr r1793)
* switch to sigc++ SPObject signals for gradient toolbarMenTaLguY2006-07-291-10/+6
| | | (bzr r1504)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-2/+4
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-12/+12
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Shrunk a few icon sizes.Jon A. Cruz2006-04-081-4/+4
| | | (bzr r457)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-4/+4
| | | (bzr r439)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+665
(bzr r1)