summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for 722017 : Better Gradient WindowJohn Smith2012-06-261-83/+108
| | | (bzr r11515)
* Drop GtkObject usage in gradient-vectorAlex Valavanis2012-06-091-17/+48
| | | (bzr r11472)
* Fix for 973195 : Limit width of color profile labelsJohn Smith2012-05-201-4/+4
| | | (bzr r11388)
* Fix for 950677 : ellipsize function with ustringJohn Smith2012-05-171-13/+12
| | | (bzr r11371)
* Fix for 950677 : Ellipse text if gradient name too longJohn Smith2012-05-151-2/+16
| | | (bzr r11365)
* syntx of null pointer dereference checksKris De Gussem2012-05-121-10/+10
| | | (bzr r11358)
* Clean up some deprecated orientable APIAlex Valavanis2012-04-101-0/+9
| | | (bzr r11208)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+10
| | | (bzr r11204)
* fix memory leak and some minor thingsKris De Gussem2012-04-091-5/+5
| | | (bzr r11190)
* Warning cleanup.Jon A. Cruz2012-04-041-1/+1
| | | (bzr r11144)
* Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith2012-04-011-1/+1
| | | (bzr r11134)
* Fix for 903671 : Fill and Stroke Gradient list and Gradient EditorJohn Smith2012-03-151-164/+207
| | | (bzr r11089)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+3
| | | (bzr r11030)
* Replace deprecated GTK_TYPE macrosAlex Valavanis2012-02-261-1/+1
| | | (bzr r11019)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-1/+1
| | | (bzr r10959)
* More GSEAL fixesAlex Valavanis2012-01-051-6/+6
| | | (bzr r10845)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* Fix problem with merged code where a pointer to a plain C GTK+ object was ↵Jon A. Cruz2011-07-021-4/+3
| | | | | | | | cast to a pointer to a C++ gtkmm object. Fixes bug 804243. Fixed bugs: - https://launchpad.net/bugs/804243 (bzr r10404)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | (bzr r10390.1.3)
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-1/+1
| | | (bzr r10350.1.8)
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-6/+6
| | | (bzr r10350.1.7)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-4/+4
| | | (bzr r10350.1.5)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-21/+21
|\ | | | | (bzr r9508.1.89)
| * Replace deprecated GtkSignalAlex Valavanis2011-06-131-16/+17
| | | | | | (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)
| * 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 from trunkKrzysztof Kosi??ski2011-04-071-39/+37
|\| | | | | (bzr r9508.1.73)
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-39/+37
| | | | | | (bzr r10060)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-19/+22
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-19/+22
| |\ | | | | | | (bzr r9945.1.1)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-3/+3
| | | | | | | | | (bzr r9546.1.4)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-8/+8
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | | | | (bzr r9546.1.2)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-16/+13
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
| * | Prevent opacity slider changes from going into undo as separate items. Fixes ↵Jon A. Cruz2010-09-151-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | bug #629300. Fixed bugs: - https://launchpad.net/bugs/629300 (bzr r9762)
* | | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-4/+5
|/ / | | | | (bzr r9508.1.67)
* | Correct behavior of gradient stops to extract color from swatch when color ↵Jon A. Cruz2010-07-181-27/+10
| | | | | | | | | | is drag-n-drop'ed or selected. (bzr r9620)
* | Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz2010-07-071-0/+5
|/ | | (bzr r9586)
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-6/+6
| | | (bzr r9542)
* C++-ification of paint selector.Jon A. Cruz2010-03-221-2/+2
| | | (bzr r9221)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-1/+9
| | | (bzr r9169)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-10/+8
| | | (bzr r9163)
* Block "special" solid gradients from gradient F&S dialog.Jon A. Cruz2010-03-061-410/+413
| | | (bzr r9156)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-1/+1
| | | (bzr r9153)
* Cleanup on id access.Jon A. Cruz2010-03-021-1/+1
| | | (bzr r9127)
* fix 416940bulia byak2009-08-221-3/+11
| | | (bzr r8517)
* fix 376068bulia byak2009-08-131-14/+16
| | | (bzr r8483)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)