Raymond
0d5f9b7b89
Added event-hooks for extensions! Extensions now have 5 events that they listen to, see virtualextension.pas for which. Fixed bug in codehints and a small one in padl/padr/padz.
2010-04-07 14:01:26 +02:00
Raymond
61f3c1ce98
Added {$H+} to units where it was missing.. Should solve some string-issues! Started with cleaning up the units a bit.. Adding 'const' where needed (all of those big record structures like DTMs should require to be passed as a const.. Saves some (unneeded) memory copying).
...
Settings in extensions should work now, see test extension.
2010-04-02 17:55:54 +02:00
Raymond
492821587d
Font downloading works =).
2010-03-29 23:01:54 +02:00
Merlijn Wajer
33afa26782
No need for trunk/ anymore
2010-03-12 18:10:10 +01:00
BenLand100
8d9a439d49
Moving Simba main development into trunk... to checkout main dev: http://www.villavu.com/repositories/merlijn/mufasa/trunk [folder-here]
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@434 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-20 20:14:50 +00:00
Wizzup?
803cd75a59
Reworked input.pas to use TMWindow directly rather than TClient.
...
Added TargetValid to TMWindow. Appropriate changes in TClient.
Colourpicker now returns coordinates relative to the set Window.
If the window doesn't exist, it will default to desktop.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@364 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-03 03:45:02 +00:00
Wizzup?
46aec15209
Mufasa v2 -> Simba!
...
Did some documentation work, added some comments to some files.
Also added another check in Window.pas to help further debugging.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@231 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-14 01:22:06 +00:00
Wizzup?
c73e4df23d
Empty ocr.pas :)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@130 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-12 21:46:29 +00:00
Wizzup?
c59ea10a2c
Zo dan.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@127 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-12 17:47:46 +00:00
Wizzup?
bd5f01d4c0
GPL v3. (Not aGPL after all.)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@124 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-12 14:37:31 +00:00
Wizzup?
18dd345e94
I meant aGPL.
...
Fixed spaces.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@123 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-12 14:21:37 +00:00
Wizzup?
945219ed0f
GPL example.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@122 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-12 14:20:26 +00:00
Raymond
33b416a939
Fixed.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@99 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-03 19:38:40 +00:00
Wizzup?
b5a8426f1e
Gui changes:
...
- Added the TToolBar with the old Buttons.
- Removed the bug Run button. The Green Run button is now functional.
Window changes:
- Removed the Client: TObject parameter in TMWindow.Create,
the point of TMWindow was to be client independant, so it could
be used in the GUI too. This doesn't effect it's functionality in any way.
Client changes:
Removed the Self variable passed to TMWindow.Create.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@77 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-22 20:55:15 +00:00
Wizzup?
f1a223473d
DTM shell with some comments.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@75 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-22 08:14:43 +00:00
Raymond
150ad9fcf1
Added Bitmaps
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@46 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-13 02:18:35 +00:00
Raymond
02e82f93c3
Wot
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@43 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-12 18:50:10 +00:00
Wizzup?
036f11e249
Finder class.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@32 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-05 20:08:52 +00:00
Wizzup?
faca7515f0
Property changes, and a workaround for a - for now unknown - bug.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@28 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 18:20:45 +00:00
Wizzup?
6d499620f6
Changes. :)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@26 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 07:04:32 +00:00
Wizzup?
fd960aa1aa
Files + Fixed form popup. ;)
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@24 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-09-04 05:57:40 +00:00
Wizzup?
18419b36cc
Initial commit for Mufasa v2.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@1 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-08-28 22:19:25 +00:00