Commit Graph

429 Commits

Author SHA1 Message Date
Zane U. Ji 9b385e7caa Updated docbook.dtd to version 5.0 2013-10-26 21:18:56 +08:00
Zane U. Ji c0db1726e9 Improved catalog resolving 2013-10-26 21:15:42 +08:00
Zane U. Ji 51cd9699c3 Removed an obsolete class 2013-10-26 16:23:22 +08:00
Zane U. Ji 1e7abc562e Display message about a known crash 2013-10-25 23:06:30 +08:00
Zane U. Ji 3e911ef34b Disabled the dialogs that might show up when exiting on Windows
wxWidgets logs errors internally. When the wxLogNull object is destroyed, the default log object will be effective. Logs are displayed by calling MessageBox in a GUI application by default.
2013-10-25 19:44:51 +08:00
Zane U. Ji 29766c2d45 Fixed a memory leak 2013-10-25 19:24:33 +08:00
Zane U. Ji 5310603467 Fixed Unicode problems 2013-10-25 19:23:34 +08:00
Zane U. Ji a9916c901e Updated source code URL 2013-10-25 00:12:11 +08:00
Zane U. Ji 4ec5f58ce1 Fixed file permissions 2013-10-20 00:10:22 +08:00
Zane U. Ji ed73d8dad0 A left out file for "Fixed crashes in Xerces-C by using wide file names" 2013-10-20 00:05:44 +08:00
Zane U. Ji 3962f183f4 Updated project settings 2013-10-19 17:17:22 +08:00
Zane U. Ji 672bbce65d Fixed crashes in Xerces-C by using wide file names
Xerces-C crashes when a file name is NULL. If the locale is wrong, wxString::mb_str returns NULL.

Wide file names also enables opening a file with any characters in its name on Windows. Since there is no wide file names on POSIX, it doesn't make much difference except that the program is more stable.
2013-10-19 08:44:17 +08:00
Zane U. Ji c484660b4c Fixed a layout problem 2013-10-17 01:34:15 +08:00
Zane U. Ji e366b6ec48 Fixed an encoding problem of file paths in prompt generator 2013-10-17 01:28:39 +08:00
Zane U. Ji 7b9701f75b Bug #191 Error on every start in en locale if en_US is not installed 2013-10-16 00:17:24 +08:00
Zane U. Ji ef4c10ce0b Made single instance checking work for wxWidgets 2.9 2013-10-15 22:55:28 +08:00
Zane U. Ji af3e0d751a Fixed a crash 2013-10-15 19:19:40 +08:00
Zane U. Ji 8d041e9433 Fixed a layout problem when resizing 2013-10-11 20:57:14 +08:00
Zane U. Ji e1bd4b433c Updated project settings for wxWidgets 3.0 2013-10-11 20:47:27 +08:00
Zane U. Ji 8233e54824 Bug #198 Incorrect XPath evaluation 2013-07-21 02:07:39 +08:00
Zane U. Ji 992e8c2322 Bug #197 Compiler error due to trailing comma in housestyle.h 2013-07-21 02:07:22 +08:00
Zane U. Ji b0a51a8893 Cleaned up source code 2013-07-21 02:05:11 +08:00
Zane U. Ji 065862fd5c Updated version number to 1.2.0.10 2013-01-18 00:28:02 +08:00
Zane U. Ji 85811a6290 Updated version to 1.2.0.9 2013-01-18 00:24:37 +08:00
Zane U. Ji 60bae36074 Separated configurations for wxWidgets 2.8 & 2.9 2013-01-17 21:53:05 +08:00
Zane U. Ji 5e0c1c8dc0 Fixed compiling problems with MinGW64 2012-10-07 08:27:14 +08:00
Zane U. Ji 1c45b64afe Bug #3570564 crash when there is a complexType has attribute "mixed" in a XSD 2012-09-24 22:05:20 +08:00
Zane U. Ji bc99b579db Clear error indicators when there is no error 2012-09-21 00:53:05 +08:00
Zane U. Ji 70292fe84a Fixed a crash 2012-09-20 19:54:03 +08:00
Zane U. Ji 3387f756fa Fixed a compiling problem with MinGW64 2012-09-20 19:53:18 +08:00
Zane U. Ji 3187e3a4ce Fixed an installation problem 2012-09-17 07:09:49 +08:00
Zane U. Ji a3dbae7241 Updated make files for 1.2.0.8 2012-09-16 21:16:17 +08:00
Zane U. Ji 2aa38f6da9 Added an inno setup script 2012-09-10 23:06:02 +08:00
Zane U. Ji 848778b66c Update version number to 1.2.0.8 2012-09-10 23:03:47 +08:00
Zane U. Ji 904f4aa0b4 Added translation how-to 2012-09-10 21:44:40 +08:00
Zane U. Ji 56a1e972b6 Removed a duplicated file 2012-09-10 21:42:43 +08:00
Zane U. Ji e42354ff09 Bug #3402443 Syntax coloring and folding loosed on big xmls 2012-09-08 20:18:27 +08:00
Zane U. Ji f51059a54e Honored a network control option
Backed out freezing UI code to let status bar updated
2012-09-05 20:38:34 +08:00
Zane U. Ji b5d4655986 Use wxSingleChoiceDialog to display a choice list 2012-09-04 22:03:07 +08:00
Zane U. Ji ca37b141d8 Removed an obsolete file 2012-09-04 21:05:19 +08:00
Zane U. Ji b464e10fda Enable debug log in GTK 2012-09-03 22:37:01 +08:00
Zane U. Ji b4aa69c2ca Made XercesCatalogResolver work. Don't load catalog over and over again. It isn't thread-safe according to the document.
Fixed a compiling problem with wxWidgets 2.9
2012-08-30 22:37:01 +08:00
Zane U. Ji e455fd0da3 Added missing files to Makefile 2012-08-29 20:57:23 +08:00
Zane U. Ji 8df6cd065b Fixed a few memory leaks 2012-08-27 20:25:08 +08:00
Zane U. Ji 0e3bfd65e5 Improved performance 2012-08-26 16:42:47 +08:00
Zane U. Ji 07d775377d Added a warning about SSE2 problem in Xerces-C++ 2012-08-25 19:54:38 +08:00
Zane U. Ji d47e52cedc Supported creating Schema/DTD from XML 2012-08-25 08:19:11 +08:00
Zane U. Ji 743ebcd7d7 Fixed problems in ubuntu 2012-08-20 20:12:32 +08:00
Zane U. Ji 807a96c1a0 Fixed compiling problem with wxWidgets 2.8.12 2012-08-18 23:41:27 +08:00
Zane U. Ji 7bad0039c5 Supported element substitution in XML schema 2012-08-17 01:49:57 +08:00