summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reverting revision 10761 (regression found in the color notebook, see Bug ↵Nicolas Dufour2012-01-161-7/+2
| | | | | #Bug #677081). (bzr r10893)
* More GSEAL stuffAlex Valavanis2012-01-141-1/+1
| | | (bzr r10887)
* Cleanup variable declarations in ruler, and a couple of GSEAL fixes.Alex Valavanis2012-01-141-42/+31
| | | (bzr r10885)
* sp-color-slider GSEAL fixesAlex Valavanis2012-01-141-41/+63
| | | (bzr r10884)
* icon.cpp GSEAL fixesAlex Valavanis2012-01-141-6/+13
| | | (bzr r10883)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-123-7/+7
| | | (bzr r10873)
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-111-1/+3
| | | (bzr r10871)
* Desktop-widget GSEAL fixesAlex Valavanis2012-01-111-34/+46
| | | (bzr r10869)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-7/+2
| | | (bzr r10860)
* dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-071-14/+32
| | | (bzr r10858)
* Warning and uninitialized data cleanup.Jon A. Cruz2012-01-072-9/+23
| | | (bzr r10853)
* More GSEAL stuffAlex Valavanis2012-01-065-45/+79
| | | (bzr r10850)
* add toolbutton menu action type. now the add extremum node buttons are ↵Johan B. C. Engelen2012-01-051-11/+18
| | | | | somewhat subbuttons of the insert node button... (bzr r10849)
* More GSEAL fixesAlex Valavanis2012-01-054-30/+41
| | | (bzr r10845)
* new: add nodes at extreme values of selected subpathsJohan B. C. Engelen2012-01-041-6/+6
| | | (bzr r10839)
* documentation of item properties dialog and SPAttributeTableKris De Gussem2012-01-032-10/+108
| | | | | header stuff (bzr r10831)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-13/+11
| | | (bzr r10827)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-4/+2
| | | (bzr r10826)
* add buttons for node adding at extremaJohan B. C. Engelen2012-01-021-0/+74
| | | (bzr r10825)
* Replace deprecated GTK_SIGNAL_FUNC macroAlex Valavanis2012-01-011-1/+1
| | | (bzr r10817)
* Item and image properties dialog update: restoring correct behaviour in case ↵Kris De Gussem2012-01-012-18/+34
| | | | | of deleting an object (bzr r10815)
* Added signal for desktop destruction to allow for proper removal of tracked ↵Jon A. Cruz2012-01-011-1/+15
| | | | | | | | stale pointers. Fixes bug #869067. Fixed bugs: - https://launchpad.net/bugs/869067 (bzr r10814)
* add NULL pointer checksJohan B. C. Engelen2011-12-311-0/+6
| | | (bzr r10812)
* Item properties dialog:Kris De Gussem2011-12-312-13/+50
| | | | | | - commenting out function that is (currently?) not used - some more resource saving (bzr r10810)
* C++ification of item properties dialogKris De Gussem2011-12-302-41/+44
| | | (bzr r10805)
* Refactor snap-preferences a bit moreDiederik van Lierop2011-12-181-6/+6
| | | (bzr r10780)
* Dropped unused SPAttributeWidgetKris De Gussem2011-12-172-181/+0
| | | (bzr r10778)
* fix compiler warningsKris De Gussem2011-12-171-4/+4
| | | (bzr r10777)
* fix compiler warningKris De Gussem2011-12-171-1/+1
| | | (bzr r10776)
* - SPAttributeWidget and SPAttributeTable C++ifiedKris De Gussem2011-12-163-651/+302
|\ | | | | | | | | - fixed memory leak with item properties (old instances of item properties window were not destroyed) (bzr r10775)
| * - Dropped deprecated sp_window_newKris De Gussem2011-12-152-37/+23
| | | | | | | | | | - quick and dirty memory leak fix for item properties window (bzr r10766.1.5)
| * SPAttributeTable C++ifiedKris De Gussem2011-12-112-375/+246
| | | | | | (bzr r10766.1.3)
| * SPAttributeWidget C++ifiedKris De Gussem2011-12-112-262/+103
| | | | | | (bzr r10766.1.2)
| * mixed usage of class and struct for same objectKris De Gussem2011-12-111-1/+1
| | | | | | (bzr r10766.1.1)
* | Replace deprecated orientation symbolsAlex Valavanis2011-12-141-4/+4
| | | | | | (bzr r10771)
* | Replace deprecated gtk flagsAlex Valavanis2011-12-141-2/+2
| | | | | | (bzr r10770)
* | Migrate gradient selector to GtkComboBoxAlex Valavanis2011-12-141-28/+23
| | | | | | (bzr r10769)
* | Replace deprecated gtk_widget_hide_allAlex Valavanis2011-12-141-18/+18
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/903670 (bzr r10767)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-087-7/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Colors. Patch for Bug #677081 (Default paste color opacity) by Romain.Nicolas Dufour2011-12-071-2/+7
| | | (bzr r10761)
* cppcheckKris De Gussem2011-12-041-38/+19
| | | | | | - dropped unused variable - changed use of obsolute function 'alloca' (see http://stackoverflow.com/questions/1018853/why-is-alloca-not-considered-good-practice and http://linux.die.net/man/3/alloca). (bzr r10760)
* cppcheck: initialization / warning cleanupKris De Gussem2011-11-102-3/+10
| | | (bzr r10736)
* Fixing initializer order and missing initializers.Jon A. Cruz2011-10-292-5/+5
| | | (bzr r10708)
* cppcheck: variable initialisationKris De Gussem2011-10-291-1/+2
| | | (bzr r10705)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* Documentation update pass.Jon A. Cruz2011-10-2310-35/+34
| | | (bzr r10692)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-0/+8
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-055-6/+13
| | | | | the contents forward.h at all). (bzr r10667)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
| | | (bzr r10666)
* More forward.h purging.Jon A. Cruz2011-10-041-4/+5
| | | (bzr r10665)