summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/vsd-input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style fixMarc Jeanmougin2019-04-091-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-061-28/+39
|
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+4
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-1/+1
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+1
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-1/+0
|
* CDR/VSD input: Avoid crash when preview image can not be rendered and show a ↵Eduard Braun2017-04-301-1/+14
| | | | | placeholder instead (bzr r15653)
* Fix Gtkmm deprecation warnings in VSD import dialogAlex Valavanis2017-03-111-14/+18
| | | (bzr r15586)
* Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun2017-02-111-3/+5
| | | (bzr r15505)
* Partially fix opening of librevenge based input formats (cdr/vsd/wpg) on ↵Eduard Braun2017-01-171-0/+7
| | | | | | | | | | | | | | | | | Windows if the filename contains non-ASCII characters The problem is that "RVNGFileStream" uses "fopen()" internally which only supports ANSI filenames on Windows (i.e. a complete fix would require upstream code changes). By using "g_win32_locale_filename_from_utf8()" the problem can be worked around in most cases, though: * the filename is converted to the current codepage (i.e. all 255 characters that are available in the current character encoding are allowed in the filename) * even if the filename contains a character that's not available in the current character encoding it's attempted to use the alternative short (8.3) file name instead Therefore the input operation will only fail in the unlikely case that the filename contains a character not available in the current ANSI code page while at the same time short file names are disabled on the file system (which is not the case in standard configurations). Fixed bugs: - https://launchpad.net/bugs/1656763 - https://launchpad.net/bugs/1656763 (bzr r15421)
* Fix typoAlex Valavanis2016-12-261-1/+1
| | | (bzr r15364)
* vsd-input: Gtk3 fixesAlex Valavanis2016-12-261-2/+2
| | | (bzr r15363)
* extensions: Drop GTKMM2 fallbacksAlex Valavanis2016-07-281-11/+1
| | | (bzr r15023.2.5)
* Fix for bug #1395435 (Inkscape crashes on load CDR select sheet) and bug ↵Eduard Braun2016-03-301-94/+89
| | | | | | | | | | | #1441437 (crashes when load multi page visio and select page 2 or more) Also clean up code to create dialog a bit and make dialog resizable. Fixed bugs: - https://launchpad.net/bugs/1395435 - https://launchpad.net/bugs/1441437 (bzr r14751)
* Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-1/+1
| | | | | by function. (bzr r13774)
* Update to experimental r13619Liam P. White2014-10-181-8/+29
|\ | | | | (bzr r13341.5.18)
| * Update to trunk r13621Liam P. White2014-10-171-8/+29
| |\ | | | | | | (bzr r13341.1.278)
| | * librevenge: update to latest patch from bug #1323592 (support old and new ↵su_v2014-08-261-8/+27
| | | | | | | | | | | | | | | | | | | | | versions of libwpg, libcdr and libvisio ) (bzr r13398.1.7)
| | * Port inkscape to librevenge framework for WPG, CDR and VSD importsFridrich Strba2014-05-271-9/+11
| | | | | | | | | (bzr r13398.1.1)
| * | Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
| | | | | | | | | (bzr r13341.1.192)
* | | Update to experimental r13565Liam P. White2014-09-271-1/+1
| | | | | | | | | (bzr r13341.5.16)
* | | Update to experimental r13527Liam P. White2014-08-301-0/+6
|\| | | | | | | | (bzr r13341.5.15)
| * | Fix Gtk+ 2 buildAlex Valavanis2014-08-241-0/+6
| | | | | | | | | (bzr r13341.1.171)
| * | Fix deprecated VBox useAlex Valavanis2014-08-231-3/+3
| |/ | | | | (bzr r13341.1.165)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/ | | (bzr r13341.5.1)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-241-1/+1
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* Fixed bug in last commit.Matthew Petroff2013-09-221-1/+2
| | | (bzr r12576)
* Fix adding viewBox to new documents.Matthew Petroff2013-09-221-0/+6
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575)
* libcdr, libvisio: fix compiler warnings (comparison between signed and ↵su_v2013-02-011-2/+2
| | | | | unsigned integer expressions) (bzr r12059.1.7)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-1/+1
| | | | | christmas\!) (bzr r11986)
* libvisio: raise required version to >=0.20 and add new file types (VDX, VSDX)su_v2012-12-161-0/+43
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1086504 (bzr r11961)
* Added Visio FilesFridrich Strba2012-07-091-0/+289
(bzr r11533.1.2)