Commit Graph

22 Commits

Author SHA1 Message Date
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 b34f57b879 Replace std::auto_ptr with boost::scoped_ptr 2019-12-01 22:12:17 +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 b1a808633b Prefixed ++/-- operators for non-primitive types
Pre-increment/decrement can be more efficient than post-increment/decrement. Post-increment/decrement usually involves keeping a copy of the previous value around and adds a little extra code.
2014-03-19 20:21:14 +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 807a96c1a0 Fixed compiling problem with wxWidgets 2.8.12 2012-08-18 23:41:27 +08:00
Zane U. Ji bd98221642 Fixed compiling problems 2012-03-14 23:08:20 +08:00
Gerald Schmidt b5f97f4b53 Updated for 1.2.0.6 2009-11-06 17:06:12 +00:00
Gerald Schmidt 7b8334f903 Updated for 1.2.0.4 2009-02-13 16:05:23 +00:00
Gerald Schmidt 0f47c03197 Updated to bring Linux build into line with Win 1.2.0.3 2009-02-13 15:35:42 +00:00
Gerald Schmidt 5a6c483a0d Updated for 1.2.0.4 2009-01-17 23:46:44 +00:00
Gerald Schmidt 0d77b3b0c7 Updated for 1.2.0.3 2009-01-17 22:52:54 +00:00
Gerald Schmidt 89100a8cc1 Patched for compilation with gcc4.3. Thanks to Ian Abbott for the patch. 2008-07-14 16:43:27 +00:00
Gerald Schmidt da958e3326 Sweeping changes to style-spelling check interfaces. Known issue: edit from spellcheck. 2008-04-20 17:22:29 +00:00
Gerald Schmidt 4bef2eea7e GNU Aspell integration: spelling/style now separate 2008-01-21 23:05:47 +00:00
Gerald Schmidt 55d20854af Code cleanup. 2008-01-06 22:13:01 +00:00
Justin Dearing d3efe4d1e5 Added the GPL Copyright notice to all cpp and h files. 2007-09-11 23:14:06 +00:00
Gerald Schmidt 3e8b9aef57 Code cleanup. 2007-09-07 22:25:30 +00:00
Gerald Schmidt 74a1e4b5e1 Fixed incorrect permissions. 2007-09-07 21:17:30 +00:00
Gerald Schmidt 94ffbbb38f Fixed incorrect permissions in root directory. 2007-09-07 21:12:03 +00:00
Gerald Schmidt 7c51e240a1 EOL conversion 2007-08-29 23:12:56 +00:00
Gerald Schmidt 6f0084a039 Initial import based on XML Copy Editor 1.1.0.1 (Linux) 2007-08-16 21:41:56 +00:00