e03d27e0c5
Add windows version
2023-11-30 21:22:04 +00:00
50f3324c10
Added watch mode
2023-11-21 20:14:34 +00:00
Cas Cremers
2a698faef3
Merge pull request #37 from SamJakob/gui-fixes
...
Fix theming and confirm loss UI
2023-11-09 21:43:51 +01:00
SamJakob
ac40694691
Fix theming and confirm loss UI
2023-11-08 17:33:19 +00:00
SamJakob
5ea557e0a3
Clean up check for ARM build
2023-11-08 17:27:46 +00:00
SamJakob
8073fed85e
Check if ARM build exists before using
2023-11-08 15:17:34 +00:00
SamJakob
5d27a6cb4b
Add Apple Silicon support
2023-11-08 15:04:19 +00:00
Cas Cremers
e9578bcffd
Updating some obsolete URLs.
2023-02-12 23:08:29 +01:00
Cas Cremers
a32655f85d
Updated makefile to output manual to gui/ location, and stored current version in line with build.
...
Some additional cleanup and .gitignore additions along the way.
2023-02-12 22:31:47 +01:00
SamJakob
09ff64f3b6
Fix Scyther process call on Windows (escape paths)
...
On Windows only, the backslashes in paths were causing issues with the command, because they were stripped out. Wrapping the paths in quotes solves this for all platforms.
2023-01-22 21:22:11 +00:00
Cas Cremers
0feaf905e3
Fix deprecated use of elementtree XML objects' getchildren method.
2021-06-02 08:56:23 +02:00
Cas Cremers
a87453f84a
Further documentation updates wrt email addresses and URLs.
2020-10-28 08:53:49 +01:00
Cas Cremers
2003e97ec8
Further documentation updates.
2020-10-28 08:49:32 +01:00
Cas Cremers
6f51ad8b2a
Updated copyright year to 2020.
2020-10-28 08:43:08 +01:00
Cas Cremers
34fd418264
Updated wxPython check, enforcing at least wxPython 4.0 now.
2020-10-28 08:42:09 +01:00
Cas Cremers
7c00ddb2a9
Some updates to the documentation regarding Python 3 and wxPython 4.
...
This work is not complete and the install and build instructions need to be sanity checked and updated for modern versions of all three platforms.
2020-10-28 08:41:44 +01:00
Cas Cremers
f68d52fba5
Final wxPython4 warning fixed that arose from an unused overwritten function.
2020-10-27 23:51:42 +01:00
Cas Cremers
7c5bdc431c
Fixing some wxPython4 errors for highlighting spdl errors.
2020-10-27 23:46:03 +01:00
Cas Cremers
8843e48bfc
Python3 refix.
2020-10-27 23:38:58 +01:00
Cas Cremers
85d646b133
Further wxPython4 fixes.
2020-10-27 23:38:48 +01:00
Cas Cremers
9dd73c2e38
wxPython4 fix.
2020-10-27 23:34:25 +01:00
Cas Cremers
d6fbaed188
Fixing wxPython4 change.
2020-10-27 23:34:11 +01:00
Cas Cremers
8dc7b80bd3
Modernising some of the shell command execute code.
2020-10-27 22:11:51 +01:00
Cas Cremers
1e46eb3751
Upgrading further parts to wxPython4.
2020-10-27 22:11:24 +01:00
Cas Cremers
38a0fba212
Further Python3 fixes.
2020-10-27 22:10:55 +01:00
Cas Cremers
3a6041ccac
Conversion to python3, using 2to3.
2020-10-27 22:09:03 +01:00
Cas Cremers
eecf68dc98
Fixing obsolete constants usage for wxPython.
2020-02-25 22:50:08 +01:00
Thomas Fleming
44e5e340be
Fix deprecated class usage and function calls.
2020-02-25 22:50:08 +01:00
Thomas Fleming
92aa826bf3
Fix wxPython SpashScreen error at startup.
2020-02-25 22:50:08 +01:00
Cas Cremers
bf4bd3e07b
Forcing Python2 if called directly.
2020-02-25 22:50:08 +01:00
Cas Cremers
6ac8d3f822
Removing duplicate install file.
2020-02-24 21:50:02 +01:00
Cas Cremers
6f881d0b54
Removing deprecated and unneeded wxpython construction.
2019-01-03 22:53:53 +01:00
Christophe Kamphaus
faf6c57069
Added a new-file command with standard new-file keyboard shortcut
2016-02-28 23:33:18 +01:00
Christophe Kamphaus
53de782d3c
Changed default filename to empty string
...
When trying to save a new file it opens the save-as dialog
2016-02-28 23:24:20 +01:00
Christophe Kamphaus
b386274738
Added standard keyboard shortcuts for opening and saving files
2016-02-28 23:21:24 +01:00
Christophe Kamphaus
94f7b2ce43
Added standard keyboard shortcuts for closing windows
2016-02-28 23:18:21 +01:00
Cas Cremers
2116fde993
Merge branch 'master' of github.com:cascremers/scyther
2015-11-27 20:58:04 +00:00
Cas Cremers
4d8c8a7336
Minor fix.
2015-05-02 14:20:42 +01:00
Cas Cremers
ba513ea45d
Fixing small wxPython error.
2014-07-14 16:56:48 +01:00
Cas Cremers
4f252d55a7
Bugfix in case commandline text is empty.
2014-06-10 14:55:13 +01:00
Cas Cremers
7f64250e97
Updated version of the manual.
2014-02-18 12:32:24 +00:00
Cas Cremers
b6517dd41e
BUGFIX: Fixing font selection commands for wxPython.
...
The previous way of selecting fonts was an obsolete hack. Some recent versions of wxPython
ran into problems. Now updated to reflect the correct wxPython font selection conventions.
Bug report and fix suggestion by S. Dismore.
2014-01-31 11:31:41 +00:00
Cas Cremers
f9a34f4de5
BUGFIX: Updating hashfunction usage in protocol files to new conventions.
...
After the new function implementation, the 'Function' type is no longer one-way by default.
However, many protocol description files relied on this implicit assumption.
The solution is to use 'hashfunction' declarations instead to model one-wayness.
Original bug report by Binh Thanh Nguyen.
2014-01-08 15:13:16 +00:00
Cas Cremers
1a9a8714a6
Merge branch 'master' of /home/cas/Dropbox/repos/scyther
2013-12-23 13:12:03 +00:00
Cas Cremers
a20f3760e7
Updating URLs.
2013-12-23 13:11:48 +00:00
Cas Cremers
52ec943b76
Updating markdown with relative links.
2013-12-13 23:02:27 +00:00
Cas Cremers
18b35a3bac
Added further information.
2013-12-13 22:58:26 +00:00
Cas Cremers
5a7ed5be4c
Further fixes to markdown of installation file.
2013-12-13 22:55:09 +00:00
Cas Cremers
04f4ee6b53
Further minor fixes.
2013-12-13 22:49:41 +00:00
Cas Cremers
d79135fd06
Updated installation markdown file.
2013-12-13 22:47:47 +00:00