summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* properly name the document units as "Document units" in the UI. The setting ↵Johan B. C. Engelen2014-11-211-1/+1
| | | | | is not meant to mean "default units" although it seems to be treated as that *as well*. (bzr r13744)
* Fixed a bug pointed by suv running from comand line, also removed another ↵Jabier Arraiza Cenoz2014-11-211-2/+3
| | | | | desktop call (bzr r13743)
* Rename variable to better express its use. (units -> page_size_units)Tavmjong Bah2014-11-203-5/+6
| | | (bzr r13740)
* Fix length tests.Johan B. C. Engelen2014-11-191-3/+3
| | | | | svg_length_read is casting the result to float ! (bzr r13739)
* units: remove a remnant from old code. There should be only one UnitTable ↵Johan B. C. Engelen2014-11-191-1/+0
| | | | | instantiated. (bzr r13737)
* Tests: fix stringstream-test for outputting floating point numbers. At ↵Johan B. C. Engelen2014-11-191-3/+3
| | | | | | | http://www.cplusplus.com/reference/ios/scientific/ I read that there are always three exponential digits (instead of the two that the test was testing for). If this is not standard, we should rewrite the tests. (bzr r13736)
* modify sequence of events. (Bug 1247801)Alvin Penner2014-11-191-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1247801 (bzr r13735)
* remove extra commnetsJabier Arraiza Cenoz2014-11-191-2/+0
| | | (bzr r13732)
* [FIX] Patch for bug #1282968 (kerning of Telugu fonts is broken) by David ↵mathog2014-11-181-19/+34
| | | | | | | | Mathog. Fixed bugs: - https://launchpad.net/bugs/1282968 (bzr r13729)
* commented unused variablesJabier Arraiza Cenoz2014-11-171-2/+2
| | | (bzr r13728)
* fix a bug in fillet/chamfer on apply on non shapesJabier Arraiza Cenoz2014-11-171-0/+2
| | | (bzr r13727)
* fix a bug in bspline on apply on non shapesJabier Arraiza Cenoz2014-11-172-18/+5
| | | (bzr r13726)
* Fixes crash with perspective_lpeJabier Arraiza Cenoz2014-11-172-20/+25
| | | (bzr r13725)
* Fixed problems on groups and add a extra option to not need calculate ↵Jabier Arraiza Cenoz2014-11-162-47/+17
| | | | | degrees if want a 360 degree result (bzr r13722)
* Don't write the d attribute on <circle> or <ellipse>Liam P. White2014-11-161-1/+1
| | | (bzr r13720)
* Fix nasty leakLiam P. White2014-11-161-2/+2
| | | (bzr r13719)
* Add 'osb' to list of namespaces ignored when checking attributes/properties.Tavmjong Bah2014-11-162-0/+2
| | | (bzr r13718)
* add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angleJabier Arraiza Cenoz2014-11-152-24/+5
| | | (bzr r13716)
* in rev 13590, use 'root->height.unit' instead of namedview 'units'.Alvin Penner2014-11-151-4/+2
| | | (bzr r13715)
* Update Chamfer Steps to more unequivocal number, thanks to the feedback of ↵Jabier Arraiza Cenoz2014-11-151-3/+3
| | | | | Ivan Louette (bzr r13714)
* Purged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros.Jon A. Cruz2014-11-152-4/+3
| | | (bzr r13713)
* Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT.Jon A. Cruz2014-11-153-11/+14
| | | (bzr r13712)
* Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse.Jon A. Cruz2014-11-153-36/+23
| | | (bzr r13711)
* Macro cleanup of commented out code.Jon A. Cruz2014-11-151-1/+1
| | | (bzr r13710)
* scale symbols when changing document units (Bug 1365451)Alvin Penner2014-11-152-2/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13709)
* Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by ↵Jabier Arraiza Cenoz2014-11-145-29/+99
| | | | | Ivan Louette. (bzr r13708)
* Add new text decoration properties.Tavmjong Bah2014-11-121-3/+9
| | | (bzr r13706)
* Fix a bug releasing LPE clip and maskJabier Arraiza Cenoz2014-11-121-1/+1
| | | (bzr r13705)
* Fixed bug in node point selection to LPE.Jabier Arraiza Cenoz2014-11-122-4/+7
| | | (bzr r13704)
* Add a few more testsLiam P. White2014-11-111-0/+24
| | | (bzr r13703)
* Add totally unfinished XML/SPObject test suiteLiam P. White2014-11-113-0/+211
| | | (bzr r13702)
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-1019-662/+921
| | | (bzr r13700)
* Fix 32-bit build break.Jon A. Cruz2014-11-101-1/+1
| | | (bzr r13699)
* Fix use-after-free crashLiam P. White2014-11-101-0/+2
| | | (bzr r13698)
* fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-096-20/+38
| | | (bzr r13697)
* Add special rotation solution to optimized transforms, found by JohanLiam P. White2014-11-092-12/+13
| | | (bzr r13691)
* Fix bug in previous commit. Add test against itLiam P. White2014-11-092-3/+4
| | | (bzr r13690)
* Add specialized transformsLiam P. White2014-11-092-59/+100
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1207502 (bzr r13688)
* export dialog, small code cleanup, should be a noop. (check if pointer is ↵Johan B. C. Engelen2014-11-081-1/+1
| | | | | nullptr, instead of checking the pre-condition for newing into the pointer) (bzr r13687)
* powerstroke: enable unset fill fallback when style is nullptr. fixes nullptr ↵Johan B. C. Engelen2014-11-081-1/+1
| | | | | deref. (bzr r13686)
* fix potential nullptr deref.Johan B. C. Engelen2014-11-081-1/+1
| | | (bzr r13685)
* sp-filter: fix memory leak when trying to set a duplicate name for an image.Johan B. C. Engelen2014-11-081-0/+4
| | | | | | | | | | | | | | | | This function could use more cleanup, but because I can't test now, I will write it down here: int sp_filter_set_image_name(SPFilter *filter, gchar const *name) { gchar *name_copy = strdup(name); pair<gchar*,int> new_pair(name_copy, filter->_image_number_next++); // post-increment number_next pair<map<gchar*,int,ltstr>::iterator,bool> ret = filter->_image_name->insert(new_pair); if (ret.second == false) { // The element is not inserted (because an element with the same key was already in the map) // Therefore, free the memory allocated for the new entry: free(name_copy); } return (*ret.first).second; } (bzr r13684)
* fix missing assignment to variable.Johan B. C. Engelen2014-11-081-0/+4
| | | (bzr r13683)
* Update style cxxtests.Tavmjong Bah2014-11-081-14/+14
| | | (bzr r13681)
* Black list some properties that shouldn't appear in default styles.Tavmjong Bah2014-11-084-2/+44
| | | (bzr r13679)
* fixed typo in src/ui/dialog/Makefile_insert -- dialpg to dialogRyan Lerch2014-11-071-1/+1
| | | (bzr r13675)
* Doc comment cleanup.Jon A. Cruz2014-11-072-110/+141
| | | (bzr r13674)
* Fixing typos found by Firas Hanife.Nicolas Dufour2014-11-051-1/+1
| | | (bzr r13673)
* Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz2014-11-059-219/+106
| | | | | | | | fillet-chamfer. Also fixed the selected node problem in units not px. Also fixed two var to not allow NULL pointed by Johan Engelen. (bzr r13672)
* i18n. Fix for bug #1389509 (typos in trunk-r13669).Masato Hashimoto2014-11-052-2/+2
| | | (bzr r13670)