summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* cppcheck: null pointer dereference fixKris De Gussem2012-02-211-1/+1
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+4
* Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith2012-02-162-2/+2
* Cleaning up unused variables and other warnings.Jon A. Cruz2012-02-142-11/+4
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz2012-02-135-87/+95
* Header cleaningAlex Valavanis2012-02-1211-7/+13
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-118-24/+46
* GSEAL fixesAlex Valavanis2012-02-111-61/+84
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-1/+2
* Patch from lp 721448 to make OSX Aqua builds more stableJosh Andler2012-02-081-4/+0
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-066-4/+8
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-055-16/+16
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-053-12/+9
* implement some switches between visual bbox and geometric bbox, depending on ...Alvin Penner2012-02-041-1/+6
* Revert accidental commit in desktop-widget.cppAlex Valavanis2012-01-231-4/+1
* Fix missing header in units.cppAlex Valavanis2012-01-221-1/+4
* Update and documentation of sp-attribute-widgetKris De Gussem2012-01-192-219/+166
* Reverting revision 10761 (regression found in the color notebook, see Bug #Bu...Nicolas Dufour2012-01-161-7/+2
* More GSEAL stuffAlex Valavanis2012-01-141-1/+1
* Cleanup variable declarations in ruler, and a couple of GSEAL fixes.Alex Valavanis2012-01-141-42/+31
* sp-color-slider GSEAL fixesAlex Valavanis2012-01-141-41/+63
* icon.cpp GSEAL fixesAlex Valavanis2012-01-141-6/+13
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-123-7/+7
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-111-1/+3
* Desktop-widget GSEAL fixesAlex Valavanis2012-01-111-34/+46
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-7/+2
* dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-071-14/+32
* Warning and uninitialized data cleanup.Jon A. Cruz2012-01-072-9/+23
* More GSEAL stuffAlex Valavanis2012-01-065-45/+79
* add toolbutton menu action type. now the add extremum node buttons are somewh...Johan B. C. Engelen2012-01-051-11/+18
* More GSEAL fixesAlex Valavanis2012-01-054-30/+41
* new: add nodes at extreme values of selected subpathsJohan B. C. Engelen2012-01-041-6/+6
* documentation of item properties dialog and SPAttributeTableKris De Gussem2012-01-032-10/+108
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-13/+11
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-4/+2
* add buttons for node adding at extremaJohan B. C. Engelen2012-01-021-0/+74
* Replace deprecated GTK_SIGNAL_FUNC macroAlex Valavanis2012-01-011-1/+1
* Item and image properties dialog update: restoring correct behaviour in case ...Kris De Gussem2012-01-012-18/+34
* Added signal for desktop destruction to allow for proper removal of tracked s...Jon A. Cruz2012-01-011-1/+15
* add NULL pointer checksJohan B. C. Engelen2011-12-311-0/+6
* Item properties dialog:Kris De Gussem2011-12-312-13/+50
* C++ification of item properties dialogKris De Gussem2011-12-302-41/+44
* Refactor snap-preferences a bit moreDiederik van Lierop2011-12-181-6/+6
* Dropped unused SPAttributeWidgetKris De Gussem2011-12-172-181/+0
* fix compiler warningsKris De Gussem2011-12-171-4/+4
* fix compiler warningKris De Gussem2011-12-171-1/+1
* - SPAttributeWidget and SPAttributeTable C++ifiedKris De Gussem2011-12-163-651/+302
|\
| * - Dropped deprecated sp_window_newKris De Gussem2011-12-152-37/+23
| * SPAttributeTable C++ifiedKris De Gussem2011-12-112-375/+246
| * SPAttributeWidget C++ifiedKris De Gussem2011-12-112-262/+103