1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Commit Graph

591 Commits

Author SHA1 Message Date
Merlijn Wajer
b1d8a010ad Simba: Bump version to 830. 2011-04-16 16:30:31 +02:00
Merlijn Wajer
af3681247b Simba: Update and add TODO files.
Plus a minor cleanup.
2011-04-16 14:14:19 +02:00
Raymond
f45b01daac Windows binding. 2011-04-16 13:50:51 +02:00
Merlijn Wajer
ca857373c3 Simba: More keybindings on Linux.
Ctrl+Alt+R = Start script
Ctrl+Alt+S = Stop script
Ctrl+Alt+P = Pick Colour
2011-04-15 18:15:30 +02:00
Merlijn Wajer
ac343389f2 Simba: Change handbook URL to villavu. 2011-04-09 21:33:30 +02:00
Merlijn Wajer
6eb7651c27 Simba: Some more cleanups. 2011-04-09 21:33:11 +02:00
Merlijn Wajer
dfe97bf3a8 Simba: Further clean up keybinding code. 2011-04-09 21:18:29 +02:00
Merlijn Wajer
c353870a84 Simba: Add directives file. Clean up hotkeys. 2011-04-09 21:18:22 +02:00
Merlijn Wajer
00d18b1875 Simba: Start cleaning and memory management work. 2011-04-09 21:17:44 +02:00
Merlijn Wajer
8acd06f3d8 Simba: Switch to UK English.
Resolves #296.
2011-04-07 21:23:58 +02:00
Merlijn Wajer
ac0f977cc8 Simba: Add global keybindings for Linux. 2011-04-07 19:41:17 +02:00
Merlijn Wajer
230b825388 Simba: Fix spelling. 2011-03-13 11:05:24 +01:00
Merlijn Wajer
abcb1065e6 Simba: Fix tab closing depending on the Sender. 2011-02-23 14:44:24 +01:00
Merlijn Wajer
1374e2be21 Simba: Updater only shows when required.
If there's no update, it won't show.
2011-02-23 13:42:06 +01:00
Merlijn Wajer
ff7228ba70 Simba: External editor now works. 2011-02-23 13:09:05 +01:00
Merlijn Wajer
4c1d67d1b6 Merge branch 'external-editor'
Conflicts:
	Projects/Simba/simbaunit.pas
2011-02-23 12:26:48 +01:00
Merlijn Wajer
46cc511b56 Simba: Fix tab closing using 'x' on the tab. 2011-02-23 12:25:59 +01:00
Merlijn Wajer
0bc29c6b26 Simba/ReadOnly: Some additional changes.
Still doesn't work fully. Doesn't focus on tab creation.
2011-02-23 12:22:03 +01:00
Merlijn Wajer
da4c5cc68c Merge branch 'master' into external-editor 2011-02-22 23:27:37 +01:00
Merlijn Wajer
7b771b1600 Simba: Added file information.
Project -> Project Options -> Version Info
2011-02-22 23:27:19 +01:00
Merlijn Wajer
a0df9d7e7c Commits: Initial support for external editor.
Doesn't work properly yet. I can't get the SynEdit to focus on tab change. And
this is required when changing from a ReadOnly tab to a ReadWrite tab.
2011-02-22 22:00:00 +01:00
Merlijn Wajer
c0b6afa570 Simba: Few more cleanups. 2011-02-21 22:37:19 +01:00
Merlijn Wajer
5d90489fd8 Simba: Changed version to 820. 2011-02-19 15:09:12 +01:00
Merlijn Wajer
374ca8d9fc Simba: Completed USE_RUTIS compiler directives. 2011-02-19 13:18:08 +01:00
Raymond
bb5f00fab7 Hide console by default & make disguise change the name of the application as well. 2011-02-17 21:56:00 +01:00
Raymond
01b382134d Added http://villavu.com/forum/showthread.php?t=62348 2011-02-17 19:41:24 +01:00
Raymond
0b503f8c58 Added few Gaussian related functions and ConvoluteMatrix for bitmaps :-). 2011-02-06 19:54:29 +01:00
Raymond
b6a9d32b82 Merge branch 'master' of https://github.com/MerlijnWajer/Simba 2011-02-06 14:33:16 +01:00
Merlijn Wajer
45a70eed73 libMML: Vim-ized. Fixed a lot of errors. 2011-02-06 00:39:45 +01:00
Raymond
b45dfce1ac RUTIS define for Wizzup... 2011-02-06 00:33:56 +01:00
Merlijn Wajer
40f6b542c6 libMML: Some bugfixes + started changing indent. 2011-02-06 00:14:56 +01:00
John P (Dgby714)
5eff9e1c6f Extensions: Removed mask on ScriptText and added function GetSelectedText. 2011-01-12 20:14:38 -05:00
John P (Dgby714)
97790524d8 Simba: small try .. except 2011-01-08 05:53:17 -05:00
Merlijn Wajer
10e346d2f8 Simba: Bump version to 800. 2011-01-03 22:51:18 +01:00
Merlijn Wajer
d39c056108 Merge branch 'RunScript' of https://github.com/Dgby714/Simba into Dgby714-RunScript 2011-01-03 18:35:45 +01:00
Raymond
48a43fa897 Kinda completed the backend of ScriptManager, left is GUI and some small adjustments! 2010-12-26 14:50:04 +01:00
Merlijn Wajer
e6ee7f378c pyMML: Fix find_all() naming. 2010-12-26 01:25:25 +01:00
John P (Dgby714)
b36866921e Extensions: Changed OpenScript(Ex) to allow running of the script. 2010-12-25 04:00:37 -05:00
Merlijn Wajer
285be4b6ed pyMML: Fix issue with color. 2010-12-23 17:18:35 +01:00
John P (Dgby714)
0ab4a35ec9 Extensions: OpenScriptEx, Open a new script from filename. 2010-12-23 02:03:13 -05:00
Merlijn Wajer
8bd3fd16b9 pyMML: Patch by iluffsyeww for color.py 2010-12-09 13:14:12 +01:00
Merlijn Wajer
19c37f70be ScriptManager: Improvements by Raymond. 2010-12-05 17:42:41 +01:00
Merlijn Wajer
273579297a libMML: Commit patch by iluffsyew. 2010-12-03 14:25:58 +01:00
Merlijn Wajer
8697cf3091 libMML: Small fixes. 2010-12-02 00:23:36 +01:00
Merlijn Wajer
dbf86cbddc libMML: More fixes. 2010-12-01 22:12:45 +01:00
Merlijn Wajer
d7d7472386 New MML structure + additions. 2010-12-01 21:38:20 +01:00
Merlijn Wajer
15910ddb9b pyMML: Add base for DTM bindings. 2010-12-01 02:07:57 +01:00
Merlijn Wajer
a2dc297dc1 libMML: Add basic (untested) DTM bindings. 2010-12-01 02:05:50 +01:00
Raymond
3ee128f8ed Simple GUI added. 2010-11-10 20:45:52 +01:00
Raymond
8dc542e9e8 Updatesszzzz 2010-11-10 20:05:39 +01:00