summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | Refactor vanishing-point.cpp .Shlomi Fish2016-12-281-25/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert varvarname to an array (see http://perl.plover.com/varvarname.html ). (bzr r15369.1.2)
| | * | | | | | | | | | | | | | Pass vanishing-point.cpp thru clang-format.Shlomi Fish2016-12-281-188/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It rendered wrongly in gvim (see: http://www.shlomifish.org/Files/files/images/vanishing-point--cpp--gvim.png ) and had other mis-stylings. (bzr r15369.1.1)
| * | | | | | | | | | | | | | | Add some comment. Comment out unused signals.Tavmjong Bah2017-02-283-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15554)
| * | | | | | | | | | | | | | | This patch adds the copy-paste formated text functionality to the text tool.Alexandru-Daniel Roman2017-02-283-2/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't retain the font-size and font-style properties. (bzr r15553)
| * | | | | | | | | | | | | | | More consistent naming scheme.Tavmjong Bah2017-02-282-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15552)
| * | | | | | | | | | | | | | | Add a very simple prototype dialog as an example and test of deriving from ↵Tavmjong Bah2017-02-277-0/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Panel. To be disabled for releases. (bzr r15551)
| * | | | | | | | | | | | | | | Fix desktop/document tracking.Tavmjong Bah2017-02-272-76/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15550)
| * | | | | | | | | | | | | | | sp-canvas: Migrate to seat_grabAlex Valavanis2017-02-261-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15548)
| * | | | | | | | | | | | | | | Gtk+ 3 deprecation fixesAlex Valavanis2017-02-263-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15547)
| * | | | | | | | | | | | | | | Don't block data entry into the text-tool font-size entry widget after an ↵Tavmjong Bah2017-02-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | empty entry. (bzr r15546)
| * | | | | | | | | | | | | | | Display both style sheet and style attribute property values in CSS pane.Tavmjong Bah2017-02-244-37/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15545)
| * | | | | | | | | | | | | | | [Bug #1464987] --export-latex crashes with a svg file.sian-ht2017-02-241-2/+2
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1464987 (bzr r15544)
| * | | | | | | | | | | | | | Display style attribute properties when object row selected. Allow their ↵Tavmjong Bah2017-02-232-20/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deletion. (bzr r15542)
| * | | | | | | | | | | | | | Ensure list of objects new selector matches is correct.Tavmjong Bah2017-02-221-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15540)
| * | | | | | | | | | | | | | Allow any valid CSS selector.Tavmjong Bah2017-02-223-37/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15539)
| * | | | | | | | | | | | | | Finish partially completed "cr_selector_parse_from_buf" and make it publicly ↵Tavmjong Bah2017-02-223-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accessible. (bzr r15538)
| * | | | | | | | | | | | | | Improvements to fill between strokes and fill between many LPE'sJabier Arraiza Cenoz2017-02-216-22/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15537)
| * | | | | | | | | | | | | | This patch fixes the bug #1664632.Jabiertxof2017-02-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Realy fixes two path parameters what are using "original-d" path data instead "d" on link paths. This parameters are used in a few LPE and all of them get better/wanted result than previous beabiour. With this fixed, we can use the fill between many LPE to archive the wanted effect of a path mixed of Bezier,BSpline and Spiro. Here are a pic with the archived result fixing the bug:https://inkscape.org/en/~jabiertxof/%E2%98%85fix-bug-1664632 Today in IRC logs about 21:30 I do a full inform about this. Fixed bugs: - https://launchpad.net/bugs/1664632 (bzr r15536)
| * | | | | | | | | | | | | | Implement selector reordering via drag and drop. A few other tweeks.Tavmjong Bah2017-02-193-11/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15533)
| * | | | | | | | | | | | | | [Bug #1664372] preset filter names inconsistent.suv-lp2017-02-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1664372 (bzr r15532)
| * | | | | | | | | | | | | | Disable GTK3 "client side decorations" on Windows by setting "GTK_CSD=0"Eduard Braun2017-02-181-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are not used by Inkscape and prevent native theming to be used for window borders and titles. See also https://bugzilla.gnome.org/show_bug.cgi?id=778791 (bzr r15531)
| * | | | | | | | | | | | | | Fix bug 1665595 and prevent other LPE the same bug when using ACTIVE_DOCUMENTJabiertxof2017-02-185-76/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1665595 (bzr r15530)
| * | | | | | | | | | | | | | Fix bug on rotate copies with one line vertical inputJabiertxof2017-02-181-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1665463 (bzr r15529)
| * | | | | | | | | | | | | | Implement Undo. Respond to external changes to <style> element.Tavmjong Bah2017-02-182-38/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15528)
| * | | | | | | | | | | | | | improve dot dash support in wmf exportmathog2017-02-171-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15526)
| * | | | | | | | | | | | | | resolve bug 1665421mathog2017-02-171-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15525)
| * | | | | | | | | | | | | | Remmove unneded conditional from rotate copies and mirror symmetryJabiertxof2017-02-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15524)
| * | | | | | | | | | | | | | Fix crashes when element is not shape in rotate copies and mirror symmetry. ↵Jabiertxof2017-02-162-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove std::cout uneeded (bzr r15523)
| * | | | | | | | | | | | | | [Bug #1426613] moving a selection of frame and text-flowed-into-frame ↵Nicolas Dufour2017-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | displaces text. Fixed bugs: - https://launchpad.net/bugs/1426613 (bzr r15522)
| * | | | | | | | | | | | | | Fix compile for Trusty. (Colliding definitions of isinf between C99 and ↵Tavmjong Bah2017-02-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++11 with GCC.) (bzr r15521)
| * | | | | | | | | | | | | | Rewrite and cleanup of style dialog. Still WIP.Tavmjong Bah2017-02-144-919/+791
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing undo and document tracking. (bzr r15520)
| * | | | | | | | | | | | | | Extensions: Add 'appearance="url"' to desccription parameters.Eduard Braun2017-02-133-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It allows to create and add a clickable plain text link to extensions The description parameter's text is escaped and converted to a URL as-is preventing potential security issues The Scour extension shows a first example implementation (bzr r15519)
| * | | | | | | | | | | | | | Extensions: Fix potential security issue with "description" parameters.Eduard Braun2017-02-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using 'appearance="header"' arbitrary markup could be inlcuded (including URLs) (bzr r15518)
| * | | | | | | | | | | | | | AboutBox: Remove superfluous space in website URLEduard Braun2017-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15516)
| * | | | | | | | | | | | | | Extensions: Do not require name for pure UI elements (i.e. parameters that ↵Eduard Braun2017-02-131-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do not store a value and therefore do not need to have a name) (bzr r15515)
| * | | | | | | | | | | | | | Extensions: Fix for old versions of gtkmmEduard Braun2017-02-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use "Gtk::Misc::set_alignment()" as "Gtk::Label::set_xalign()" is only available since gtkmm 3.16 (bzr r15512)
| * | | | | | | | | | | | | | Extensions: Work around gtk3 width/height calculation bug for long labelsEduard Braun2017-02-1310-12/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also use constants for most dimensions so they can easily be chaned in future. (bzr r15511)
| * | | | | | | | | | | | | | Extensions: Make "int" and "float" parameters specifying ↵Eduard Braun2017-02-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'appearance="full"'expand in horizontal direction when the window is expanded (bzr r15510)
| * | | | | | | | | | | | | | Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun2017-02-124-11/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15509)
| * | | | | | | | | | | | | | Extensions: Make "indent" attribute a common attribute for all parameters ↵Eduard Braun2017-02-1222-183/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that behaves more consistent and predictable than before. - Every "Parameter" now has an "_indent" member variable (specifying the indentation level; set in "Parameter::make()", see parameter.cpp) - Indentation is achieved by using "set_margin_left()" on the parameter's widget. This fixes bug #1662035 (comment #4 contains some more details about this patch). - Specifying "indent" on a parameter will now work consistently for all parameters. Previously the "indent" attribute often had no effect at all, e.g. for notebooks but also for parameters with 'appearance="full"' which was reasonable in most cases but made the outcome of using this attribute often unpredictable and is unnecessarily restrictive. - Most visible change: "description"s always used an indentation level of at least one (even if no indentation was specified). For the sake of consistency this discrepancy was dropped. Previous appearance can easily be restored by setting 'indent="1"'. Fixed bugs: - https://launchpad.net/bugs/1662035 (bzr r15508)
| * | | | | | | | | | | | | | Fix and improve window sizing and positioning behavior when opening new ↵Eduard Braun2017-02-111-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documents * The option "Remember and use last window's geometry" often had no effect. * When setting "Default window size" to "Large" the functions gdk_screen_width() / gdk_screen_height() were used to derive the size of the Inkscape window. However those functions return the combined screen size of all attached monitors resulting in window sizes that were too large. Now the size of the primary display is used. * In many cases the Inkscape window was moved to the top left corner of the combined screen area (which could be on a different monitor at best and outside of the visible screen area at worst). Inkscape should always spawn on the primary monitor now when not restoring the previous position. Fixed bugs: - https://launchpad.net/bugs/1190828 - https://launchpad.net/bugs/195683 - https://launchpad.net/bugs/568867 - https://launchpad.net/bugs/1654464 (bzr r15507)
| * | | | | | | | | | | | | | Fix a critical warning on convert to paths ↵Jabiertxof2017-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/1662812/comments/7 (bzr r15506)
| * | | | | | | | | | | | | | Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun2017-02-114-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15505)
| * | | | | | | | | | | | | | Fix bug #1662812 Converting Stroke to Path messes document's structureJabiertxof2017-02-101-22/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662812 (bzr r15504)
| * | | | | | | | | | | | | | temporarily sets decimal separator locale to C to fix files correctly (Users ↵Marc Jeanmougin2017-02-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with a comma decimal separator in their locale had files broken by the line update fix) Fixed bugs: - https://launchpad.net/bugs/1663075 (bzr r15503)
| * | | | | | | | | | | | | | Add missing "#include <glibmm/regex.h>" for previous commitEduard Braun2017-02-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15502)
| * | | | | | | | | | | | | | Fix encoding/escaping issues with symbols loaded from .vss (Visio stencils) ↵Eduard Braun2017-02-101-19/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files There were three issues: - When loading a .vss file an SVG document is created internally and the file name is used to derive this document's "title". This could result in illegal characters (e.g. the ampersand "&") in the title making the document fail to load. The title is now properly escaped. - Loading of files with non-ANSI characers in filename failed on Windows. Fix is equivalent to r15421, see also bug #1416949. - The .vss file name is also used to derive symbol IDs, which were not properly sanitized before (i.e. could cause broken hrefs later or even prevent to load the .vss file). Characters that do not match [a-zA-Z0-9_-] are now laways replaced with an underscore "_") which will result in valid IDs in almost all cases Fixed bugs: - https://launchpad.net/bugs/1662465 (bzr r15501)
| * | | | | | | | | | | | | | Do not delete presentation attributes. Styling source is now trackedTavmjong Bah2017-02-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and not automatically converted to properties in a style attribute. Fixed bugs: - https://launchpad.net/bugs/1663511 (bzr r15500)
| * | | | | | | | | | | | | | [Bug #1662439] Instant crash when trying to move svg symbol.Nicolas Dufour2017-02-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662439 (bzr r15498)
| * | | | | | | | | | | | | | Add naive selector validation on entry in style dialog.Tavmjong Bah2017-02-083-24/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15497)