Commit Graph

364 Commits

Author SHA1 Message Date
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
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 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 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 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 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 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 3993927d66 Fixed a problem when dealing with "xsi:schemaLocation" 2014-06-02 20:09:16 +08:00
Zane U. Ji c61ceec6d0 Catch more exceptions 2014-06-01 23:28:41 +08:00
Zane U. Ji 0fed15b93b Fixed a compiling problem 2014-06-01 23:16:43 +08:00
Zane U. Ji ed8f8e9c64 Added an AppData description and more translations
See http://people.freedesktop.org/~hughsient/appdata/ for more details.
2014-06-01 20:57:44 +08:00
Zane U. Ji e890c025bc Bug #103 Locale files have the wrong pathname under Linux 2014-06-01 20:36:54 +08:00
Zane U. Ji bed6c21a24 Fixed compiling problems 2014-06-01 17:16:02 +08:00
Zane U. Ji 6e9845fd93 Separated 32-bit and 64-bit installation packages 2014-05-25 21:22:48 +08:00
Zane U. Ji 9bcfb5081f Restored a message 2014-05-25 16:22:33 +08:00
Zane U. Ji 66e7ab14e8 Updated version NO to 1.2.1.2 2014-05-25 16:21:42 +08:00
Zane U. Ji d17713986e Fixed a file information problem 2014-05-24 19:00:27 +08:00
Zane U. Ji aba27ac582 Added a class for printing with syntax highlighting 2014-05-24 17:06:51 +08:00
Zane U. Ji b177e06392 Bug #57 black on black = hard to use 2014-05-21 21:35:24 +08:00
Zane U. Ji 2adc7a133a Feature #155 XPath - functions 2014-05-21 20:51:28 +08:00
Zane U. Ji 5a597cd71a Feature #69 Add "current XPath" shortcut 2014-05-20 22:36:03 +08:00