| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-04-09 | Style fix | Marc Jeanmougin | 1 | -2/+2 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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 | |||||
| 2018-11-06 | C++ify SVGViewWidget. Remove unused code. | Tavmjong Bah | 1 | -28/+39 | |
| 2018-10-22 | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 1 | -1/+0 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -1/+4 | |
| 2018-10-01 | Use _WIN32 instead of WIN32 | Eduard Braun | 1 | -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 | |||||
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -5/+5 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -4/+4 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -4/+4 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+2 | |
| A lot of header clean-up. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-07-06 | Gtkmm deprecation fixes | Alexander Valavanis | 1 | -1/+0 | |
| 2017-04-30 | CDR/VSD input: Avoid crash when preview image can not be rendered and show a ↵ | Eduard Braun | 1 | -0/+13 | |
| placeholder instead (bzr r15653) | |||||
| 2017-03-11 | Fix Gtkmm deprecation warnings in CDR import dialog | Alex Valavanis | 1 | -16/+21 | |
| (bzr r15585) | |||||
| 2017-02-11 | Fix a memory leak introduced in r15421 and r15501 respectively | Eduard Braun | 1 | -3/+5 | |
| (bzr r15505) | |||||
| 2017-01-17 | Partially fix opening of librevenge based input formats (cdr/vsd/wpg) on ↵ | Eduard Braun | 1 | -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) | |||||
| 2016-12-26 | cdr-import: Gtk3 fixes | Alex Valavanis | 1 | -2/+2 | |
| (bzr r15362) | |||||
| 2016-07-28 | extensions: Drop GTKMM2 fallbacks | Alex Valavanis | 1 | -10/+1 | |
| (bzr r15023.2.5) | |||||
| 2016-03-30 | Fix for bug #1395435 (Inkscape crashes on load CDR select sheet) and bug ↵ | Eduard Braun | 1 | -89/+82 | |
| #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) | |||||
| 2016-03-04 | Remove regex hack added in 14650 | Liam P. White | 1 | -7/+1 | |
| (bzr r14687) | |||||
| 2016-02-14 | Fix improperly escaped character in previous commit (which actually fixes ↵ | Eduard Braun | 1 | -1/+1 | |
| bug 1492153, sorry for the mix-up) Fixed bugs: - https://launchpad.net/bugs/1492153 (bzr r14651) | |||||
| 2016-02-14 | Fix for bug 1478168 (CDR import crashes) | Eduard Braun | 1 | -1/+7 | |
| Fixed bugs: - https://launchpad.net/bugs/1478168 (bzr r14650) | |||||
| 2014-11-26 | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 1 | -1/+1 | |
| by function. (bzr r13774) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 1 | -1/+1 | |
| (bzr r13090.1.108) | |||||
| 2014-09-02 | Remove misleading dialogs directory | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.192) | |||||
| 2014-08-26 | librevenge: update to latest patch from bug #1323592 (support old and new ↵ | su_v | 1 | -8/+26 | |
| versions of libwpg, libcdr and libvisio ) (bzr r13398.1.7) | |||||
| 2014-08-24 | Fix Gtk+ 2 build | Alex Valavanis | 1 | -0/+6 | |
| (bzr r13341.1.171) | |||||
| 2014-08-23 | Fix deprecated VBox use | Alex Valavanis | 1 | -3/+3 | |
| (bzr r13341.1.165) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -1/+1 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.1) | |||||
| 2014-05-27 | Port inkscape to librevenge framework for WPG, CDR and VSD imports | Fridrich Strba | 1 | -9/+11 | |
| (bzr r13398.1.1) | |||||
| 2013-10-27 | add some nullptr checking, should fix crash (couldn't test) | Johan B. C. Engelen | 1 | -1/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1243011 (bzr r12733) | |||||
| 2013-10-24 | fix bug "some of the locale-based templates cause objects to be resized when ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717) | |||||
| 2013-09-22 | Fix adding viewBox to new documents. | Matthew Petroff | 1 | -0/+6 | |
| Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575) | |||||
| 2013-02-01 | libcdr, libvisio: fix compiler warnings (comparison between signed and ↵ | su_v | 1 | -2/+2 | |
| unsigned integer expressions) (bzr r12059.1.7) | |||||
| 2013-01-28 | libcdr: add remaining CorelDRAW formats (CDT, CCX, CMX) to internal support | su_v | 1 | -0/+39 | |
| (bzr r12059.1.4) | |||||
| 2013-01-24 | Add support for libcdr | su_v | 1 | -68/+29 | |
| (bzr r12059.1.1) | |||||
| 2012-12-25 | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 1 | -1/+1 | |
| christmas\!) (bzr r11986) | |||||
| 2012-12-16 | libvisio: raise required version to >=0.20 and add new file types (VDX, VSDX) | su_v | 1 | -0/+43 | |
| Fixed bugs: - https://launchpad.net/bugs/1086504 (bzr r11961) | |||||
| 2012-07-09 | Added Visio Files | Fridrich Strba | 1 | -0/+289 | |
| (bzr r11533.1.2) | |||||
