| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix compilation with old libvisio | Eduard Braun | 2017-04-05 | 1 | -0/+2 |
| | | | | (bzr r15616) | ||||
| * | Symbols/VSS: Use the actual name of Visio stencils if possible | Eduard Braun | 2017-04-05 | 1 | -12/+44 |
| | | | | | | | | | (before a generic name was derived from the .vss file name) Fixed bugs: - https://launchpad.net/bugs/1676144 (bzr r15615) | ||||
| * | Fix a memory leak introduced in r15421 and r15501 respectively | Eduard Braun | 2017-02-11 | 1 | -0/+4 |
| | | | | (bzr r15505) | ||||
| * | Add missing "#include <glibmm/regex.h>" for previous commit | Eduard Braun | 2017-02-10 | 1 | -0/+1 |
| | | | | (bzr r15502) | ||||
| * | Fix encoding/escaping issues with symbols loaded from .vss (Visio stencils) ↵ | Eduard Braun | 2017-02-10 | 1 | -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) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -44/+5 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -44/+5 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -44/+5 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+7 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -7/+0 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -2/+2 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -4/+4 |
| | | | | | | | (bzr r14954.1.19) | ||||
| * | | Added first range to ObjectSet | Adrian Boguszewski | 2016-06-19 | 1 | -5/+0 |
| |/ | | | (bzr r14954.1.8) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | during copy and paste, scale stock symbols from units of 'px' to ↵ | Alvin Penner | 2015-01-15 | 1 | -1/+1 |
| | | | | | | | | | 'document-units'. (Bug 1365451) Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13853) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13820) | ||||
| * | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 2014-11-26 | 1 | -1/+1 |
| | | | | (bzr r13768) | ||||
| * | Update to trunk r13750 | Liam P. White | 2014-11-24 | 1 | -10/+12 |
| |\ | | | | | (bzr r13341.5.23) | ||||
| | * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 1 | -10/+12 |
| | | | | | | | (bzr r13700) | ||||
| * | | Update to experimental r13619 | Liam P. White | 2014-10-18 | 1 | -4/+22 |
| |\| | | | | | (bzr r13341.5.18) | ||||
| | * | librevenge: update to latest patch from bug #1323592 (support old and new ↵ | su_v | 2014-08-26 | 1 | -4/+20 |
| | | | | | | | | | | | | | | | versions of libwpg, libcdr and libvisio ) (bzr r13398.1.7) | ||||
| | * | update to trunk (r13425) | su_v | 2014-06-15 | 1 | -12/+61 |
| | |\ | | | | | | | (bzr r13398.1.3) | ||||
| | | * | Allow symbol zooming independent of icon screen size. | Tavmjong Bah | 2014-06-13 | 1 | -12/+60 |
| | | | | | | | | | | (bzr r13425) | ||||
| | | * | Display symbols in document order. | Tavmjong Bah | 2014-06-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Fix typo in FlowSymbols.svg (bzr r13424) | ||||
| | * | | Port inkscape to librevenge framework for WPG, CDR and VSD imports | Fridrich Strba | 2014-05-27 | 1 | -4/+6 |
| | |/ | | | | | (bzr r13398.1.1) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | | Convert accidental member accesses into static function accesses | Liam P. White | 2014-06-26 | 1 | -3/+5 |
| | | | | | | | (bzr r13341.5.7) | ||||
| * | | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -3/+3 |
| | | | | | | | (bzr r13341.5.1) | ||||
| * | | Allow symbol zooming independent of icon screen size. | Tavmjong Bah | 2014-06-13 | 1 | -12/+60 |
| | | | | | | | (bzr r13341.1.60) | ||||
| * | | Display symbols in document order. | Tavmjong Bah | 2014-06-13 | 1 | -0/+1 |
| |/ | | | (bzr r13341.1.58) | ||||
| * | Symbols. Adding missing include. | Nicolas Dufour | 2014-03-07 | 1 | -1/+1 |
| | | | | (bzr r13126) | ||||
| * | Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ↵ | Nicolas Dufour | 2014-03-06 | 1 | -1/+1 |
| | | | | | | | | | in description result in console warning). Fixed bugs: - https://launchpad.net/bugs/1288401 (bzr r13122) | ||||
| * | Symbols dialog: update currentDesktop and currentDocument when document ↵ | Tavmjong Bah | 2014-02-21 | 1 | -1/+3 |
| | | | | | | replaced. (bzr r13048) | ||||
| * | Fix some formatting problems and add formatting info at end of file. | Tavmjong Bah | 2014-02-01 | 1 | -60/+74 |
| | | | | (bzr r12992) | ||||
| * | Fix spacing/remove tabs and eliminate extra conditional. | Martin Owens | 2014-01-31 | 1 | -10/+8 |
| | | | | (bzr r12989) | ||||
| * | Prevent crash if a symbols file does not have a title. | Tavmjong Bah | 2014-01-30 | 1 | -1/+9 |
| | | | | (bzr r12985) | ||||
| * | Better fix for GTK3 build error in symbols.cpp. | Nicolas Dufour | 2014-01-17 | 1 | -2/+2 |
| | | | | (bzr r12950) | ||||
| * | GTK3 build error in symbols.cpp. | Nicolas Dufour | 2014-01-17 | 1 | -1/+2 |
| | | | | (bzr r12949) | ||||
| * | i18n. Symbols are now translatable (see Bug #1261198); POT file and French ↵ | Nicolas Dufour | 2014-01-17 | 1 | -3/+4 |
| | | | | | | translation updated. (bzr r12946) | ||||
| * | Fix bug #1239779 by removing caching for symbols. | Martin Owens | 2014-01-14 | 1 | -46/+19 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1239779 (bzr r12924) | ||||
| * | suppress compiler warnings | Kris De Gussem | 2014-01-08 | 1 | -1/+1 |
| | | | | (bzr r12901) | ||||
| * | Rebuild symbols collection if opening or closing documents. | Martin Owens | 2014-01-08 | 1 | -0/+9 |
| | | | | (bzr r12900) | ||||
| * | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 1 | -57/+61 |
| | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | ||||
| * | Merge recent changes from inkscape trunk | Eric Greveson | 2013-07-03 | 1 | -0/+1 |
| |\ | | | | | (bzr r12387.1.6) | ||||
| | * | Fix Gtk3 build by including togglebutton header | Martin Owens | 2013-06-26 | 1 | -0/+1 |
| | | | | | | | (bzr r12390) | ||||
| * | | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -2/+3 |
| |/ | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
| * | Improve icons for symbols dialog | Martin Owens | 2013-06-15 | 1 | -3/+3 |
| | | | | (bzr r12376) | ||||
| * | Fix crash for external symbol documents, should never select these items. | Martin Owens | 2013-06-15 | 1 | -2/+4 |
| | | | | (bzr r12375) | ||||
