Commit Graph

817 Commits

Author SHA1 Message Date
Raymond 51b3c3cf94 Uhm ScriptSetProp and ScriptGetProp now work with an Enum, ctrl + alt + s is a global shorcut (on windows). f2 is a non-local shortcut to stop the script. Console now hides without losing the information, changed compiler setting for windows, added define mDebug for if you want a more extensive debug. 2010-03-22 15:58:30 +01:00
Merlijn Wajer 4697f46d39 Make FreeBitmap less verbose 2010-03-22 12:20:47 +01:00
Merlijn Wajer d6c16560d5 Fix OCR Bug. How could I have possibly overlooked it with the FIXME in there? 2010-03-22 12:20:00 +01:00
Merlijn Wajer 85419926a3 Remove dependancy 2010-03-22 11:39:17 +01:00
Raymond f659d2bd76 Donno! 2010-03-20 13:40:18 +01:00
Merlijn Wajer 14635b1355 Merge branch 'master' of ssh://gitosis@villavu.com:54367/simba 2010-03-20 13:36:48 +01:00
Merlijn Wajer 3ffb6acc82 Merge branch 'extensions'
Conflicts:
	Projects/SAMufasaGUI/testunit.lrs
2010-03-20 13:36:35 +01:00
Merlijn Wajer 6c6c5c42ec Merge branch 'extensions' of ssh://gitosis@villavu.com:54367/simba into extensions 2010-03-20 13:34:06 +01:00
Merlijn Wajer c58487e092 Merging 2010-03-20 13:33:56 +01:00
Raymond 44d452ef02 CrLf shit 2010-03-20 12:48:25 +01:00
unknown 1f97fd627a CrLf stuff 2010-03-20 12:41:32 +01:00
unknown 419e801b8a Something to do with crlf.. 2010-03-20 12:05:58 +01:00
Raymond 41d277fb06 Merge branch 'master' of ssh://villavu.com:54367/simba 2010-03-20 01:51:35 +01:00
Merlijn Wajer 11406043f1 Move scriptprop 2010-03-20 01:46:29 +01:00
Raymond d9b4556be7 Merge branch 'extensions' of ssh://villavu.com:54367/simba 2010-03-20 00:55:16 +01:00
Merlijn Wajer 0d10835959 Fix memory leak: Free Properties 2010-03-20 00:16:04 +01:00
Merlijn Wajer ec807f30ff Merge branch 'master' into extensions 2010-03-20 00:13:18 +01:00
Merlijn Wajer 30093069c5 Add TimeStampFunctionality 2010-03-20 00:12:43 +01:00
Merlijn Wajer 9dcb5fa7db More additions to Extensions 2010-03-19 23:11:26 +01:00
Merlijn Wajer b9f3074cb8 Revert "Revert to Tray"
This reverts commit d3801f0a45.
2010-03-19 00:51:11 +01:00
Merlijn Wajer d3801f0a45 Revert to Tray 2010-03-19 00:48:50 +01:00
Merlijn Wajer 33d75cf4fe Few additions 2010-03-19 00:41:32 +01:00
Merlijn Wajer 7d565b9b8c Initial hooks code 2010-03-19 00:31:39 +01:00
Merlijn Wajer 0f25bc7d06 First working concept. 2010-03-16 00:31:03 +01:00
Merlijn Wajer ec2e00a057 Incomplete Extensions, but definitely a PoC 2010-03-15 23:42:39 +01:00
nielsie95 33702f35a4 Added Code Insight source. 2010-03-13 16:55:22 +01:00
unknown 5f49c2129c Nothing's changed? First git commit =D 2010-03-13 16:33:04 +01:00
Merlijn Wajer 25fbd55694 Don't error when file directory doesn't exist.
Instead, ask for a new place to save to.
2010-03-13 13:17:04 +01:00
Merlijn Wajer 69899f58fa Compilation fix for Linux 2010-03-12 18:13:09 +01:00
Merlijn Wajer 33afa26782 No need for trunk/ anymore 2010-03-12 18:10:10 +01:00
Raymond 58a589a736 Fixed lil bug in window selector :).
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@587 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-09 17:12:44 +00:00
Raymond 7186baade4 Added lil function
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@586 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-08 20:31:06 +00:00
Raymond c57c8dd50e Better order or drawing..
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@585 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-07 21:22:02 +00:00
Raymond f26d4c4b5e =) Added a new client selector for Windows!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@584 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-07 21:18:52 +00:00
Cazax aa01a29202 Added hint to TT_Console: Display/Hide Console
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@583 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-07 20:25:48 +00:00
Wizzup? 4974fca7b7 Compilation fixes
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@582 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-07 16:01:33 +00:00
Raymond 865779c59a So yeah.. Some user information is now actually printed to Simba (like Your bitmap has not been freed etc).
Windows users now have the option to use a console or not (it's the little CMD-image-button).
Non-important information will still be written to the console (so you must open it if you want some lil extra information).

Now default compiles *without* the -WG switch, otherwise you LCL will raise exceptions when the Console is closed

Added some exceptions to the Files unit, rather than returning -1.

Use mDebug to write something to the terminal (it's inside the MufasaBase unit).

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@581 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-07 15:57:10 +00:00
nielsie95 fa6dc12fe5 Fixed colourpicker for multiple screens. I guess it should've worked before, but maximizing didn't work correctly so I commented that line :)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@580 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-06 16:10:44 +00:00
Raymond 4b05177910 Fixed some bugs: Ghost file, tab indent, cleardebug etc.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@579 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-06 14:23:24 +00:00
Raymond 641ec96b28 Patch from ss23 + some other small changes.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@578 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-06 12:06:19 +00:00
Raymond 8f449fd456 Added extra (optional) param to LoadScriptFile, to clean up thiz madness!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@577 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-04 22:55:50 +00:00
Markus d045081643 Added support for dragging files. Not tested at UNIX-based/compatible platforms but it should work just as good as in any other platform.
It also takes care of the Windows fileswapping bug, of OpenInNewTab = false and some other kewl stuff. Besides I can now actually say I coded on Simba ;)

Markus

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@576 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-03 17:56:05 +00:00
Raymond a8664634a9 Wrap function!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@575 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-02 21:35:24 +00:00
Raymond 9e398674ae Cleanup (deleted unneeded variables etc).
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@574 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-02 21:27:49 +00:00
Wizzup? 77b4ea33ea Fix in doc change
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@573 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-01 02:48:50 +00:00
Wizzup? a5c6073e5c DTM Rotated Handbook fix
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@572 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-03-01 02:34:04 +00:00
Raymond 1468258483 Fixed issue with position storage of the mainform (when it was maximized it would store the size as huge). Now stores the state as well.
Added the shortcut ctrl + b, which reverts the width/height of the mainform back to default. (<3)

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@571 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-02-28 19:48:26 +00:00
Raymond a2df7c159b FindRotatedDTM now has Alternating or Start-End search routines.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@570 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-02-28 19:21:15 +00:00
Raymond f336a20625 Small mistake in use of vars ;-).
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@569 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-02-28 18:08:25 +00:00
Raymond cae8fe3527 small bug
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@568 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-02-28 13:49:45 +00:00