summaryrefslogtreecommitdiffstats
path: root/src/dialogs/find.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-1/+1
| | | (bzr r5594)
* Split the "Clones" string to introduce two contexted strings (Clones as ↵Marcin Floryan2008-02-261-1/+3
| | | | | objects to find and Clones as tool to use in ui/dialog/inkscape-preferences.cpp). Asses some comments for translators. (bzr r4861)
* Warning cleanupJon A. Cruz2007-11-101-1/+1
| | | (bzr r4052)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-1/+2
| | | | | (patch by gbanaszk) (bzr r3227)
* non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen2006-11-271-7/+9
| | | (bzr r2045)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-3/+3
| | | | | 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-3/+3
| | | | | one major janitorial task we identified.... (bzr r1633)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-2/+2
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+4
| | | | | #1290647 (bzr r180)
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-241-0/+3
| | | | | part of fix for #1290647 (bzr r178)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+763
(bzr r1)