Commit Graph

429 Commits

Author SHA1 Message Date
Adrien Bourmault 246811a4a6
src/Makefile.am: correction de hardlinks en préfixe 2023-11-29 16:42:32 +01:00
Adrien Bourmault c493efd5b2
src/bin/*: suppression de binaires a priori non libres 2023-11-29 15:02:21 +01:00
Zane U. Ji e0a01a2124 Release version 1.3.1.0 2022-10-08 23:18:24 +08:00
Zane U. Ji b61a1bfb1c Fix a layout assertion 2022-10-08 23:17:27 +08:00
Zane U. Ji 5d428fce87 Update English dictionary for ASpell 2022-10-08 23:16:39 +08:00
Zane U. Ji c5ffbe1dc8 Keep running when spell checking fails 2022-10-08 23:15:45 +08:00
Zane U. Ji 4440c13adf Support libenchant-2 2022-10-08 23:12:01 +08:00
Zane U. Ji f80b966b21 Fix a DDE error on Windows (Bug #236) 2022-10-07 20:12:47 +08:00
Zane U. Ji 483151433b Fix the conflict between byte and std::byte
Fix compilation problems
2022-10-05 10:40:20 +08:00
Zane U. Ji cc16065ac1 Use UTF8 encoding rather than the default libc encoding 2022-10-04 23:30:31 +08:00
Zane U. Ji 47f0322c75 gdk_x11_get_server_time crashes when an invalid window is passed 2022-10-04 22:33:15 +08:00
Zane U. Ji 3d17bca419 Migrate to PCRE2 (Miriam Ruiz) 2022-10-04 19:04:08 +08:00
Zane U. Ji 2ed467221a Update version NO to 1.3.1.0 2022-10-01 14:14:30 +08:00
Werner Macho 12551417c9 typo fix 2021-12-15 11:41:12 +01:00
Zane U. Ji cb1c7b0147 Update compilation settings and language files 2020-08-19 01:31:31 +08:00
Zane U. Ji 1c86228ec8 Bump version NO to 1.3.0.0 2020-08-19 00:03:59 +08:00
Zane U. Ji 5943778968 Fix a compilation error 2020-07-25 16:34:10 +08:00
Zane U. Ji 6eb5ade55c Use the same default encoding to read and write file (Bug #234) 2020-07-25 16:33:24 +08:00
Zane U. Ji a03a8941c3 Fix the icon displayed on the about dialog 2020-07-15 21:10:41 +08:00
Zane U. Ji 84727f9a6c Don't show error dialog when no XML entity is specified 2020-07-15 01:37:48 +08:00
Zane U. Ji 6eac4c400a Improve GTK version check 2020-07-15 00:54:30 +08:00
Zane U. Ji b11f323acb Update the developer list 2020-07-15 00:22:46 +08:00
Zane U. Ji 55e6adba5f Fix supporting for filenames with non-ASCII characters 2020-07-14 20:54:35 +08:00
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