Zane U. Ji
a2983e1960
Replaced wxFileName::DirExists with wxDirExists
2013-12-13 23:51:13 +08:00
Zane U. Ji
e2e1b08a1a
Fixed a compiler warning: -Wreorder
2013-12-13 23:43:06 +08:00
Zane U. Ji
486ddb4829
Updated autoconf & automake files
2013-12-12 00:27:49 +08:00
Zane U. Ji
8f80bee6c2
Improved performance
...
Bug #92 Large XML file without line breaks kills XML Copy Editor
2013-12-11 23:06:15 +08:00
Zane U. Ji
543a4b57a3
Updated version NO to 1.2.0.12
2013-12-07 11:40:01 +08:00
Zane U. Ji
9f9da80061
Feature #157 install without administrator permission
2013-12-07 00:40:50 +08:00
Zane U. Ji
a189fe7c20
Use OS specific EOL
2013-12-06 20:01:00 +08:00
Zane U. Ji
0c3e138c22
#136 Feature to convert DTD to XSD
2013-12-05 23:04:41 +08:00
Zane U. Ji
35385f971a
Fixed error indicators for wxWidgets 2.9+
2013-11-27 22:44:24 +08:00
Zane U. Ji
411c3d26a0
Removed duplicated libraries
2013-11-27 22:42:38 +08:00
Zane U. Ji
ba5b0d05ad
Don't put XML header in generated DTDs
2013-11-17 22:56:28 +08:00
Zane U. Ji
39613729e9
Selected original directory when setting a new one
...
And fixed a memory leak
2013-11-16 23:55:09 +08:00
Zane U. Ji
13b5bb6a87
Cleaned up code using CppCheck
2013-11-13 00:30:07 +08:00
Zane U. Ji
f73803ab6d
Fixed "DTD not found" problem
2013-11-06 19:43:04 +08:00
Zane U. Ji
649b3593fb
Bug #202 wrapaspell.cpp calls enchant::request_dict with wxString
2013-11-04 18:57:32 +08:00
Zane U. Ji
96481c4e9f
Updated version NO to 1.2.0.11
2013-11-03 22:30:01 +08:00
Zane U. Ji
7e09ddd0df
Fixed syntax coloring problem introduced in 1.2.0.10
2013-11-03 22:17:22 +08:00
Zane U. Ji
18add1e75f
Bug #190 File specified on the command line without path not found
2013-11-03 20:40:27 +08:00
Zane U. Ji
742f07c6d4
Updated Inno setup script
2013-10-31 22:27:33 +08:00
Zane U. Ji
7a315a303c
Fixed a memory leak
2013-10-29 19:01:45 +08:00
Zane U. Ji
9eee9ccdf9
Improved support for large files
2013-10-29 18:52:22 +08:00
Zane U. Ji
d9a84f61d2
Made sure our catalog is used
...
According to "7.1.2. Resolution of External Identifiers" from http://www.oasis-open.org/committees/entity/spec-2001-08-06.html , our catalog may not be used if the system catalog, which is specified in a delegateSystem entry, is out of date, such as the catalog for resolving public ID "-//OASIS//DTD DocBook XML V5.0//EN"
2013-10-27 22:10:08 +08:00
Zane U. Ji
e39638ea3b
Corrected template names shown in the dialog when creating a new file
2013-10-26 21:21:47 +08:00
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
Zane U. Ji
0263408aef
Supported navigation between documents with keyboard
2012-08-15 21:43:31 +08:00
Zane U. Ji
47dbfafd71
Fixed multi-thread problems with LibXML and Xerces-C++
2012-08-15 20:45:24 +08:00
Zane U. Ji
3caf99e454
Fixed problem when compiling with GCC 4.7
2012-08-13 21:22:22 +08:00
Zane U. Ji
937d031ae9
Upgrade aspell to 0.6
2012-08-13 20:02:36 +08:00
Zane U. Ji
9fb6536248
Added data files
2012-08-12 21:14:30 +08:00
Zane U. Ji
4fd931159a
Fixed a few function calls
2012-08-12 11:17:00 +08:00
Zane U. Ji
90dcc75929
Bug #2960087 *.config files are not supported
2012-08-11 22:41:00 +08:00
Zane U. Ji
1c963b324a
Bug #2976802 build process FreeBSD 8.0 broken, patch inside
2012-08-11 18:47:16 +08:00
Zane U. Ji
9b2563595c
Fixed a type name
2012-08-11 17:12:28 +08:00
Zane U. Ji
5367c5dabb
Bug #2957125 Default browser choice ignored
2012-08-11 15:33:01 +08:00
Zane U. Ji
a8ed8dc173
Updated developer list
2012-08-11 14:19:43 +08:00
Zane U. Ji
8815f65903
Don't free an internal object of Xerces-C++ (Bug #2900921 )
2012-08-11 13:32:20 +08:00
Zane U. Ji
cc30ea4961
Undo a replace all action correctly (Bug #2825280 )
2012-08-11 08:33:17 +08:00
Zane U. Ji
6d6ade623e
Don't initialize/terminate Xerces-C++ over and over again. It leads to crash when several files are opened on startup. This could be the root cause of some startup crashes, e.g. bug #2787738 and bug #2825812 .
2012-08-11 07:50:42 +08:00
Zane U. Ji
bfd582bdd1
Fixed a layout problem
2012-08-10 23:51:35 +08:00
Zane U. Ji
89feff7811
Corrected style file paths
2012-08-10 23:50:49 +08:00
Zane U. Ji
9a3a9c6280
Don't use XMLString::transcode to convert a name to native code-page Return constant references rather than objects
2012-08-10 21:34:13 +08:00
Zane U. Ji
9a9cf0e724
Made the result of first XPath evaluation the same as those of the others Fixed a potential memory leak
2012-08-10 20:42:59 +08:00
Zane U. Ji
cb82a3c856
Removed magic numbers
2012-08-10 19:38:33 +08:00
Zane U. Ji
acbd505cfe
Avoided modifying a constant string
2012-08-10 19:36:06 +08:00
Zane U. Ji
5894e44ac2
Bug #2784140 Find & Replace insert text when nothing was found
2012-08-09 23:00:06 +08:00
Zane U. Ji
5ad9659c19
Fixed an encoding problem
2012-08-09 21:31:10 +08:00
Zane U. Ji
97b3ac3fc1
Fixed a temporary memory reference problem
2012-08-09 20:40:32 +08:00
Zane U. Ji
e60ce08f9b
Fixed crashes on startup
2012-08-09 19:23:00 +08:00
Zane U. Ji
fd281aca5b
Updated code of checking wxWidgets versions
2012-08-09 19:22:21 +08:00
Zane U. Ji
16b9efaf3d
Fixed required attributes list
2012-08-06 23:27:22 +08:00
Zane U. Ji
9c9a141c96
Defined wxWidgets macros
2012-08-06 23:07:41 +08:00
Zane U. Ji
0b1dcb4729
Fixed structure prompt of a DTD element
2012-08-06 20:21:10 +08:00
Zane U. Ji
865701cf62
Bug #2173060 bug with element with underscore in schemas
2012-08-06 19:50:48 +08:00
Zane U. Ji
c93e94db6f
Bug #2168615 Can't delete block of XML
2012-08-04 23:29:43 +08:00
Zane U. Ji
736f683145
Fixed a layout problem
2012-08-04 15:52:08 +08:00
Zane U. Ji
1bb7a34a5e
Fixed a UNICODE problem Updated contributor list
2012-08-04 15:50:30 +08:00
Zane U. Ji
b01f7a7002
Bug #1889588 Symbols default to ASCII
2012-08-04 10:15:32 +08:00
Zane U. Ji
4081c8b9de
Bug #2785557 unproper folder
...
Display language list correctly after opening a file
Moved project file because we used the absolute path
Removed a auto generated file
2012-08-03 23:21:10 +08:00
Zane U. Ji
4527ffba1b
Bug #2812686 Attribute values from DTD are separated at underscore
2012-08-03 22:41:01 +08:00
Zane U. Ji
33b2e3c57c
Display all available translations in options dialog
2012-08-03 20:09:59 +08:00
Zane U. Ji
2b826f1b59
Show all attributes defined by the schema in prompt window
2012-08-02 21:24:47 +08:00
Zane U. Ji
df3abf1db7
Bug #2146675 cannot open UTF-16 little endian coded file
2012-08-02 19:21:47 +08:00
Zane U. Ji
7393b46ab8
Changed configuration file as its location changed in latest wxWidgets anyway
2012-03-17 02:41:42 +08:00
Zane U. Ji
91051e461e
Updated some translations
2012-03-17 02:00:48 +08:00
Zane U. Ji
67d56c57ab
Don't include unnecessary header files
2012-03-16 23:13:33 +08:00
Zane U. Ji
bd98221642
Fixed compiling problems
2012-03-14 23:08:20 +08:00
laika57
58291cd967
updated OpenLearn template
2011-06-29 12:34:21 +00:00
Gerald Schmidt
68b60043a3
updated for v. 1.0.3
2010-04-25 22:24:53 +00:00
Gerald Schmidt
635f783128
Update for DAISY integration ahead of 1.2.0.7.
2009-12-07 01:38:20 +00:00
Gerald Schmidt
08641acec4
Improved alt text handling and added/fixed support for numerous other tags.
2009-12-03 19:33:48 +00:00
Gerald Schmidt
e3a5c7abeb
Updated for 1.2.0.7 development
2009-12-01 13:33:22 +00:00
Gerald Schmidt
32abbb9470
Initial commit of DAISY transform XSL.
2009-12-01 13:02:16 +00:00
Gerald Schmidt
f9fac683f3
Added for 1.2.0.6
2009-11-06 17:10:56 +00:00
Gerald Schmidt
b5f97f4b53
Updated for 1.2.0.6
2009-11-06 17:06:12 +00:00
Gerald Schmidt
5ff7b1f7ef
Updated for 1.2.0.6
2009-10-04 22:54:47 +00:00
Gerald Schmidt
ed7abc9dd5
Updated for 1.2.0.6
2009-10-04 22:52:34 +00:00
Kevin James
41a1e77b0e
2009-05-20 15:40:20 +00:00
Anh Trinh
a44c094902
feature req. 1640029
...
click on error desciption in warning pane will bring cursor the line number containing error
2009-05-07 21:04:42 +00:00
Kevin James
21b8289882
Fix for bug #2035920 - Now follows other application functionality:
...
When find pane is closed, focus returns to active document
2009-05-06 14:04:37 +00:00
Kevin James
24eb60dae0
Applied Makefile-check-writable-directories.patch
...
Moved src/po/esp to src/po/es
2009-04-16 16:26:25 +00:00
Gerald Schmidt
53d811458f
Added Spanish translation, updated text for 1.2.0.4.
2009-04-14 16:49:34 +00:00
Gerald Schmidt
c3fa713b6e
Added Spanish translation
2009-04-14 16:48:52 +00:00
Gerald Schmidt
dfeef130bb
Updated for 1.2.0.4
2009-04-14 16:48:17 +00:00
Kevin James
30d2061ffd
For some reason, the ru translation file wasn't checked in with the other translations
2009-02-19 19:46:51 +00:00
Kevin James
97d540493c
Fix src/Makefile.in so it will check whether /usr/xxxxx is writable or not before trying to write files
2009-02-19 19:36:29 +00:00
Kevin James
6acc18fcdb
Checkin of translations
2009-02-19 18:44:05 +00:00
Kevin James
c3ec1f4d4d
Fixed configure to check for libxml, libxslt and libexpat
...
Added patch to wraplibxml.cpp to compile on openSuSE 11.0
2009-02-19 18:21:53 +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
e34d109b49
Updated for 1.2.0.3
2009-01-17 23:05:41 +00:00
Gerald Schmidt
3b87da43c5
Updated for 1.2.0.4
2009-01-17 23:04:22 +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
62efcae940
The threading model now copes better with active validation threads while closing documents.
2008-07-14 16:21:48 +00:00
Gerald Schmidt
8be8af2aa0
Further improvements to background validation: critical section locks now in place.
2008-07-10 17:06:32 +00:00
Gerald Schmidt
361eed32b0
Improvements to background validation.
2008-07-09 17:07:02 +00:00
Gerald Schmidt
e7724180d7
Updated for 1.2.0 - all changes relating to full background validation
2008-07-08 22:56:57 +00:00
Gerald Schmidt
73b96def2a
Updated for 1.2.0 - all changes relating to full background validation
2008-07-08 22:54:48 +00:00
Gerald Schmidt
eaf4729051
Updated for 1.1.0.7-3
2008-07-05 12:42:15 +00:00
Gerald Schmidt
084b2b0afb
Update for 1.1.0.7-2
2008-07-01 23:28:38 +00:00
Gerald Schmidt
99aa91ecf5
Update for 1.1.0.7-2
2008-07-01 23:27:24 +00:00
Gerald Schmidt
c8030a3322
Update for 1.1.0.7-2
2008-07-01 23:23:22 +00:00
Gerald Schmidt
d2e717f359
Updated contributors for 1.1.0.7
2008-07-01 17:44:47 +00:00
Gerald Schmidt
3e54b232b7
Updated contributors for 1.1.0.7 (esp. backlight)
2008-07-01 17:44:20 +00:00
Gerald Schmidt
3834cb71a0
Updated contributors for 1.1.0.7
2008-07-01 17:43:46 +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
b6c1b7b8df
Initial upload
2008-01-21 23:10:11 +00:00
Gerald Schmidt
640bf19139
Removed previous spellcheck implementation
2008-01-21 23:07:21 +00:00
Gerald Schmidt
9ef9fd5dea
Added XSD element inspection
2008-01-21 23:06:36 +00:00
Gerald Schmidt
4bef2eea7e
GNU Aspell integration: spelling/style now separate
2008-01-21 23:05:47 +00:00
Gerald Schmidt
6223b0dd77
Updated for 1.1.0.5
2008-01-06 22:37:35 +00:00
Gerald Schmidt
7b34ed1c10
Removed old XML schema parsing hook.
2008-01-06 22:16:06 +00:00
Gerald Schmidt
1b7113b862
Removed old XML schema parsing hook.
2008-01-06 22:15:50 +00:00
Gerald Schmidt
4c4536cdb4
Enabled XML Schema-based insertion helpers and validation-as-you-type.
2008-01-06 22:14:06 +00:00
Gerald Schmidt
55d20854af
Code cleanup.
2008-01-06 22:13:01 +00:00
Gerald Schmidt
cc6c29344e
Updated to version 1.1.0.5.
2008-01-04 10:47:13 +00:00
Gerald Schmidt
bae0987a29
Patched to fix XML catalog access for DTD validation and prevent excessive memory usage at validation time.
2007-12-18 21:40:17 +00:00
Gerald Schmidt
100432dc9e
Corrected catalog-based DTD validation (hence 1.1.0.4 rel. 2).
2007-12-18 01:28:12 +00:00
Gerald Schmidt
10a670f713
Patched to prevent datarootdir warning.
2007-12-17 22:54:03 +00:00
Gerald Schmidt
920fb772a8
Silenced compiler warnings (unused labels).
2007-12-17 22:11:41 +00:00
Gerald Schmidt
0e4fcf96bd
Updated to include Antonio Angelo's Italian translation
2007-12-17 22:04:11 +00:00
Gerald Schmidt
cca1a00aba
Updated to include Antonio Angelo's Italian translation
2007-12-17 22:03:53 +00:00
Gerald Schmidt
18015bb229
Updated for 1.1.0.4
2007-12-17 22:02:51 +00:00
Gerald Schmidt
1b32de8752
Validation icon based on well-formedness (calc-accept) icon.
2007-12-17 21:37:27 +00:00
Gerald Schmidt
35ba9015db
New icons for well-formedness/validation check
2007-12-17 21:36:22 +00:00
Gerald Schmidt
225f3ea777
New icons for well-formedness/validation check
2007-12-17 21:35:50 +00:00
Gerald Schmidt
94cd8526f2
Indicators should now clear as intended.
2007-12-17 21:35:12 +00:00
Gerald Schmidt
e1307b84a1
Consolidation of validation (DTD & XML Schema now covered by the same button).
...
Update for autodetection of Italian localisation.
2007-12-11 23:45:59 +00:00
Gerald Schmidt
7f5f97bef2
Update for Italian localisation.
2007-12-11 23:44:47 +00:00
Gerald Schmidt
b887795e21
Initial upload of Italian translation.
2007-11-26 22:17:00 +00:00
Gerald Schmidt
204d42124a
Updated toggle fold so it works if cursor isn't in head line (feature request 1824940).
2007-11-25 22:56:21 +00:00
Gerald Schmidt
55759f3a6d
Updated for toggle fold shortcut (feature request 1824940).
2007-11-25 22:55:42 +00:00
Gerald Schmidt
b07c905a25
Updated for template types.
2007-11-25 22:26:33 +00:00
Gerald Schmidt
4893f9453e
Updated so Linux 'all files' filter pulls in files without extensions.
2007-11-25 22:09:12 +00:00
Gerald Schmidt
40b02ad7dc
Updated to include all template files.
2007-11-25 22:08:45 +00:00
Gerald Schmidt
b5154959a5
Removed encoding line (fix for bug 1817520).
2007-11-25 21:08:22 +00:00
Gerald Schmidt
907b05926b
Fixed menu typo.
2007-11-03 22:49:21 +00:00
Gerald Schmidt
be97fa595e
Win32 Library update for 1.1.0.3
2007-10-15 23:21:50 +00:00
Gerald Schmidt
9a5e1b16ec
Code cleanup ahead of 1.1.0.3
2007-10-14 18:12:55 +00:00
Gerald Schmidt
50da3b134b
Added Reload functionality.
2007-09-30 23:26:29 +00:00
Gerald Schmidt
b78e920e5e
Apply reload logic if IPC poke opens file that's already open.
2007-09-30 23:08:58 +00:00
Gerald Schmidt
8f849260b5
On Linux Tools>Options is now Edit>Preferences.
2007-09-30 22:31:22 +00:00
Gerald Schmidt
f855f9ff28
Reinstated toolbar bitmaps not found among GTK stock icons.
2007-09-30 12:43:38 +00:00
Gerald Schmidt
6d92659fc7
Linux port now uses GTK stock items for toolbar and menu bar.
2007-09-30 12:37:48 +00:00
Gerald Schmidt
d1c008912d
Omitted MS rebar option.
2007-09-28 20:32:49 +00:00
Gerald Schmidt
f33649c76f
Omitted MS rebar checkbox.
2007-09-28 20:32:13 +00:00
Gerald Schmidt
d90d0fd5ab
Updated for 1.1.0.3.
2007-09-28 20:30:52 +00:00
Gerald Schmidt
19c26e6cc1
Shortened copying folder names to prevent `make dist-gzip' errors.
2007-09-13 22:47:01 +00:00
Gerald Schmidt
6391a6a3ab
Shortened copying folder names to prevent `make dist-gzip' errors.
2007-09-13 22:46:42 +00:00
Gerald Schmidt
d73c541d04
Shortened copying folder names to prevent `make dist-gzip' errors.
2007-09-13 22:46:00 +00:00