summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to trunkJabier Arraiza Cenoz2014-03-143-5/+17
|\
| * Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-133-5/+17
* | Adding default argument to PathManipulator::isBSpline.Vinícius dos Santos Oliveira2014-03-141-1/+1
* | Small code simplificationVinícius dos Santos Oliveira2014-03-141-5/+1
* | update to trunkJabier Arraiza Cenoz2014-03-132-8/+12
|\|
| * Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-132-8/+12
* | update to trunkJabier Arraiza Cenoz2014-03-106-13/+29
|\|
| * Remove unused includes to tidy up the code.Martin Owens2014-03-092-2/+0
| * Fix random crashes when spraying in single path mode.Krzysztof Kosi??ski2014-03-093-9/+27
| * Fix crashes caused by the desktop's query_style signal being called beforeKrzysztof Kosi??ski2014-03-081-2/+2
* | Removing repeated condition logical test to make the code more readableVinícius dos Santos Oliveira2014-03-101-8/+6
* | Shortening code through removal of variable declaration used only at oneVinícius dos Santos Oliveira2014-03-101-2/+1
* | update to trunkJabier Arraiza Cenoz2014-03-083-40/+105
|\|
| * Reconnect correctly as documents are replaced.Jon A. Cruz2014-03-082-38/+103
| * Symbols. Adding missing include.Nicolas Dufour2014-03-071-1/+1
| * Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ...Nicolas Dufour2014-03-061-1/+1
* | Fixed a bug when click over the previuos node in bspline/spiro moderoot2014-03-061-1/+0
* | update to trunkJabier Arraiza Cenoz2014-03-063-120/+104
|\|
| * Derive ToolBase from sigc::trackable for easier slot management.Krzysztof Kosi??ski2014-03-053-120/+104
| * static code analysis: references for string classes that are function input p...Kris De Gussem2014-03-042-268/+282
* | Fixing branch problemsJabier Arraiza Cenoz2014-03-0510-107/+106
* | Fixing branch problemsJabier Arraiza Cenoz2014-03-052-268/+282
* | TranslationsJabier Arraiza Cenoz2014-03-0510-106/+107
* | completed mergingGuiu Rocafort2014-03-051-5/+5
|\ \
| * | Change tooltip to one more explicit to make cusp nodesJabier Arraiza Cenoz2014-03-041-4/+4
| * | Reduce a half the spiro distance to redrawJabier Arraiza Cenoz2014-03-041-1/+1
* | | translations from spanish to english done, it might need a little review, but...Guiu Rocafort2014-03-0510-107/+106
|/ /
* | update to trunkJabier Arraiza Cenoz2014-03-023-31/+79
|\|
| * Stop tracking SPDocuments as they are deleted.Jon A. Cruz2014-03-022-30/+75
| * Avoid crashing when the document is set to NULL (upon cleanup, window closing...Jon A. Cruz2014-03-021-1/+4
* | Add new curve structure to show temporay item while draw on bspline and spiro...Jabier Arraiza Cenoz2014-03-023-9/+45
* | Fixed update to trunk, lot of changes viníciusJabier Arraiza Cenoz2014-03-022-85/+66
* | Resolving conflicts, maybe brokenJabier Arraiza Cenoz2014-03-0216-1226/+1187
|\|
| * Added some consts. Turned functions to member functions.Markus Engel2014-03-0216-1051/+973
* | update to trunkJabier Arraiza Cenoz2014-03-014-43/+46
|\|
| * Fix for crash when cycle-selecting.Markus Engel2014-03-012-39/+28
| * Fix for crashes on fast tool toggling.Markus Engel2014-03-012-4/+18
* | Substitute isBSpline property by a cached function isBSpline(bool)Jabier Arraiza Cenoz2014-03-014-27/+29
* | adding some commentsJabier Arraiza Cenoz2014-02-282-3/+7
* | update to trunkJabier Arraiza Cenoz2014-02-283-44/+72
|\|
| * Spray tool:Nicolas Dufour2014-02-281-32/+58
| * Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).Nicolas Dufour2014-02-281-0/+5
| * remove some unnecessary copying/castingJohan B. C. Engelen2014-02-271-4/+4
| * swatches dialog: remove unused code part. cleanup some codeJohan B. C. Engelen2014-02-271-7/+3
| * swatches dialog: properly reference count the reference to SPDocument in time...Johan B. C. Engelen2014-02-271-1/+2
* | update to trunkJabier Arraiza Cenoz2014-02-2633-515/+425
|\|
| * Added template functions as a casting-macro replacement.Markus Engel2014-02-261-1/+23
| * Made constructors of tools use initializer lists.Markus Engel2014-02-2633-514/+402
* | Fixed some/all bugs related to continuing bspline/spiro curves advertaising b...Jabier Arraiza Cenoz2014-02-262-35/+52
* | update to trunkJabier Arraiza Cenoz2014-02-253-20/+30
|\|