Commit Graph

406 Commits

Author SHA1 Message Date
Nikola Forró 28bdbf8adc Explicitly set aspell encoding
xml-copy-editor doesn't explicitly set aspell's "encoding" config option
to "utf-8" (which is, as far as I can tell, the actual encoding
of string data passed to aspell_speller_check() function), so if
the option is set to a different value in aspell configuration file
or via ASPELL_CONF environment variable, it may lead to a crash.

See also: http://aspell.net/buffer-overread-ucs.txt

Signed-off-by: Nikola Forró <nforro@redhat.com>
2020-06-08 14:46:32 +02:00
Zane U. Ji 72f901c704 Support GTK 2.0 2020-02-28 00:15:55 +08:00
Zane U. Ji c6f6b18bdc Update make files 2020-02-27 23:53:55 +08:00
Hugh McMaster 6ac593095d Use PKG_CHECK_MODULES to detect the libxml2 and libxslt libraries 2020-02-27 20:57:12 +08:00
Gerald Schmidt 9f11c05c27 [1.2.1.5-p2] fixed crash on Mac by switching to wxWidgets 3.1.3 2019-12-24 14:29:05 +00:00
Zane U. Ji b34f57b879 Replace std::auto_ptr with boost::scoped_ptr 2019-12-01 22:12:17 +08:00
Zane U. Ji cf4066b9ef Convert toolbar bitmaps to straight (non-premultiplied) alpha format because wxBitmap::LoadFile() fails to set the alpha mode, i.e. wxBitmap::HasAlpha() returns false rather than true 2019-11-30 12:49:42 +08:00
Zane U. Ji ae0bbc1688 Fix an assertion 2019-11-30 12:18:40 +08:00
Zane U. Ji ba97001261 Enable assertions in debug build 2019-11-30 12:05:21 +08:00
Zane U. Ji 67d2210bdc Only show SSE2 warning in debug build 2019-11-24 08:57:49 +08:00
Zane U. Ji 740e8a1927 Bug #228 Misleading translation when file was changed externally, may lead to data loss 2019-11-16 16:09:13 +08:00
Zane U. Ji e48ef2a496 Bug #227 Dead Link: Help > Forum 2019-11-16 14:21:35 +08:00
Zane U. Ji 3f87d8e27e Update the iconized frame window when opening files from the command line
Support gtk+-3.0
2019-09-15 11:53:54 +08:00
Zane U. Ji 4d2099a9d2 Fix a crash 2019-09-14 21:55:14 +08:00
Zane U. Ji d1708087d1 Fix compiling problems 2019-09-11 20:16:42 +08:00
Zane U. Ji 7b596e8ac3 Fix toolbar height with wxWidgets 3.1 2019-09-01 20:42:52 +08:00
Zane U. Ji da26cfb14f wxFileDialog expects a file name rather than a path (Jairo Grateron) 2019-08-14 21:26:30 +08:00
Zane U. Ji f337034944 Fix compiling problems 2019-08-14 21:23:20 +08:00
Zane U. Ji 621be4257a Set the User-Agent HTTP header so we can download XML files from www.w3.org
https://sourceforge.net/p/xml-copy-editor/discussion/475215/thread/223a81b85b/

Xerces-C has to be patched https://github.com/apache/xerces-c/pull/1
2018-11-19 00:34:22 +08:00
Gerald Schmidt 2968f331a0 fixed .gitignore 2018-09-24 20:36:01 +02:00
Gerald Schmidt 37a19f1ebb added tests 2018-09-24 20:30:11 +02:00
Gerald Schmidt 5d2249ad3d updated changelog and authors file 2018-09-23 11:21:06 +02:00
Gerald Schmidt ffcee2224e bump version no. to 1.2.1.5 2018-09-23 11:12:32 +02:00
Gerald Schmidt 6d300b42b5 added aspell dictionaries 2018-09-23 10:59:58 +02:00
Gerald Schmidt c6ea960290 fixed missing dynlib dependencies 2018-09-22 16:16:36 +02:00
Gerald Schmidt 25ab7a3604 initial Mac port; bumped version to 1.2.1.5
* fixes C++11 bug #221; patch by Roger Leigh
2018-09-20 17:03:30 +02:00
Zane U. Ji 61ebd9c313 Add key words as suggested by Richard Hughes 2016-01-08 22:55:45 +08:00
Zane U. Ji e9f263c4d9 Bug #215 [Windows] Fails to load RelaxNG schema 2014-12-14 16:43:15 +08:00
Zane U. Ji 589c744c27 Use HAVE_GTK2 rather than __NO_GTK__ 2014-11-29 16:02:59 +08:00
Zane U. Ji b07d98ba4f Bug #213 myipc.cpp:136: error: ‘gtk_widget_get_window’ was not declared in this scope 2014-11-29 08:50:49 +08:00
Zane U. Ji 5c4f02b84c Feature #171 Fold element does not fold following whitespace 2014-10-26 20:07:34 +08:00
Zane U. Ji 0a5c83adfd Feature #170 I did a small patch that allows SPACE to trigger autocompletion on any space (Thanassis Tsiodras) 2014-10-12 20:49:08 +08:00
Zane U. Ji 0065a8054c Updated version NO to 1.2.1.4 2014-10-12 20:44:06 +08:00
Zane U. Ji 77da871964 Updated ChangeLog 2014-09-06 09:54:53 +08:00
Zane U. Ji 19dc55f89e Fixed problems with new documents 2014-08-21 23:01:53 +08:00
Zane U. Ji 412479f400 Bug #212 XSLT insert elements 2014-08-21 22:58:40 +08:00
Zane U. Ji 89be46ab2f Bug #211 Tag-completion remains on-top when XML-Copy-Editor looses focus 2014-08-08 23:26:52 +08:00
Zane U. Ji 80999d32f9 Improved compatibility with old libraries (Reported by Kevin Moore) 2014-08-02 13:35:11 +08:00
Zane U. Ji 0cf27535a7 Fixed a compiling problem with old versions of xerces-c (Reported by Kevin Moore) 2014-07-31 18:24:11 +08:00
Zane U. Ji 42fb8d073a Fixed a typo 2014-06-11 21:47:29 +08:00
Zane U. Ji 9f6498328f Corrected the Copyright notice to match Gerald's original one, which is displayed on the about dialog. 2014-06-09 22:19:51 +08:00
Zane U. Ji 51048c159a Feature #169 Close current tab with Ctrl+W 2014-06-07 22:16:47 +08:00
Zane U. Ji b4661d535c Preserve the original EOL 2014-06-07 17:00:28 +08:00
Zane U. Ji b3ed8c5d69 Keep the original format when associating a DTD/schema/XSL 2014-06-06 19:21:56 +08:00
Zane U. Ji a8a6bf6a07 Fixed a file URI problem 2014-06-05 21:43:34 +08:00
Zane U. Ji ae7fa25c73 Added a manual 2014-06-04 21:09:42 +08:00
Zane U. Ji d245b8e2eb Updated version NO to 1.2.1.3 2014-06-02 22:45:31 +08:00
Zane U. Ji 246ec1bcb8 Fixed "make dist" 2014-06-02 22:40:28 +08:00
Zane U. Ji 80f1acdb7b Stopped installing copyright notices of components that are not installed by us 2014-06-02 22:01:03 +08:00
Zane U. Ji 39a78adb88 Added Ubuntu package files 2014-06-02 21:52:46 +08:00