summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/registered-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixing undo problems with LPE widgets. Not completely fixed yet. ↵Johan B. C. Engelen2007-09-271-11/+50
| | | | | CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching) (bzr r3809)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-1/+1
| | | (bzr r3791)
* LPE: fix undo bug for applying/removing effectJohan B. C. Engelen2007-09-051-2/+2
| | | (bzr r3686)
* workaround for runaway spinbuttonbulia byak2007-09-051-9/+4
| | | (bzr r3677)
* LPE: add RandomParam type.Johan B. C. Engelen2007-09-021-0/+72
| | | (bzr r3662)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-142/+181
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* 1) Make snapping of object's center optional 2) Optimize snapping ↵Diederik van Lierop2007-08-061-0/+9
| | | | | preferences dialog (bzr r3399)
* Fix #1740146.Johan B. C. Engelen2007-07-061-74/+140
| | | (bzr r3190)
* Fix for bug #1740146: always get current namedview, because it might have ↵Diederik van Lierop2007-07-061-2/+4
| | | | | changed when multiple documents are open (bzr r3189)
* Monster commit. New grid infrastructure. The old gridmanagement code is ↵Johan B. C. Engelen2007-03-201-35/+54
| | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-8/+8
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-4/+4
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-4/+4
| | | | | one major janitorial task we identified.... (bzr r1633)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-5/+11
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-11/+11
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-1/+1
| | | (bzr r232)
* mnemonics for all widgets in the Doc Props dialogRalf Stephan2006-01-241-3/+11
| | | | | (fixes #1384494-9+B) (bzr r26)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+409
(bzr r1)