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

121 Commits

Author SHA1 Message Date
Raymond
6b38b276bc Fixed the word highlighting :-)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@210 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 15:15:48 +00:00
bullzeye95
b8f4098fc1 I changed the highlighting I added before to a lazarus-style highlighting (gray background on all matching selected letters). I think this is better than what I had originally, but I can easily switch back to the original if requested.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@209 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 09:04:55 +00:00
bullzeye95
1cc120a13d Added a replace option on the edit menu and right click menu and added the ability to highlight all of a selected word in the document
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@208 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 04:45:26 +00:00
bullzeye95
cb02863bb7 Added "Find next" to the right click menu, which finds the next instance of the selected text
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@207 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 20:26:26 +00:00
Wizzup?
854f40ba35 Small fix for view -> CH checkbox
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@206 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 17:49:47 +00:00
Wizzup?
4c6cd3cdc1 Change to allow copying colours. :p
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@205 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 17:43:41 +00:00
Wizzup?
56ae917fda Some fixes + changes
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@204 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 16:55:28 +00:00
Wizzup?
c43550a804 Forgot these. ;)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@203 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 15:51:58 +00:00
Wizzup?
cdbd7a748f Colour Picker History! :)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@202 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 15:40:45 +00:00
Raymond
7462800afa Now it's actually fixed, I guess.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@201 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 12:52:29 +00:00
Raymond
a1b06a95a3 Added Delete + Close( for the searchpanel) icons
Tweaked Bullzeye's updates a bit, fixed up SearchPanel a bit (now has Match Case + F3 (search next))
TAT WAS IT YA

Oh, fixed several bugs having to deal with .SetFocus

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@200 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 12:44:09 +00:00
bullzeye95
36c1b63de3 Added a right click menu for the synedit; added some actions to the action list and made the main menu and popup menu use them; added some options to the edit menu; made the edit menu and popup menu arguments enabled/disabled based on whether or not they could be used. Do not have an icon for the delete action
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@199 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 05:27:39 +00:00
Wizzup?
00755e9fdd Mouse is now non-silent by default on Linux. This ensures all events are send. Silent wasn't 100% accurate when the client wasn't "activated".
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@198 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 01:57:38 +00:00
Wizzup?
2e8c2da42e Made framescript use formWriteln() as well.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@197 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-07 00:50:02 +00:00
Raymond
3f85f28244 Eat this stuff!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@196 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-05 19:44:10 +00:00
Raymond
cf8e0f18f8 Fixed lil' bugs in tabs, & changed the way Writeln works @ windows.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@195 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-05 17:03:44 +00:00
Wizzup?
6901684b03 I think one would need the lfm too, for the TTimer... My bad. ;-)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@194 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-05 00:59:59 +00:00
Wizzup?
c3a694a46a Add -dTERMINALWRITELN to debug to terminal rather than debug box.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@193 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-04 23:02:37 +00:00
Wizzup?
366764d910 Writeln() now goes to debug box on Linux too. ;-)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@191 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-04 22:41:06 +00:00
Raymond
eeb04eecfb Now actualy closes
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@190 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-04 20:25:56 +00:00
Raymond
ef3fc85752 Tabs + closebuttons
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@189 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-04 20:19:13 +00:00
Raymond
b09a7462a2 GO FOR THIS MADNESS -> Ctrl + F -> Searchpanel, just like FireFox..
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@188 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-04 20:05:35 +00:00
Raymond
1a682964a7 (Please test the search panel again @ linux?)
Oh and you can see the ability of tabs + images (not sure how it looks @ linux)

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@187 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-04 15:56:28 +00:00
Wizzup?
61c802d7c0 forking example.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@185 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 20:14:30 +00:00
Raymond
707cfb814a Added kind-of experimental 'firefox-search'.
Will finish it later.

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@184 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 17:23:34 +00:00
Wizzup?
751d04436a Made a different RS Text Extractor. I think it works better in most cases,
but it needs some more work. I need to write a floodfill to remove noise.

Apart from that, < 5ms for rs_getuptext isn't bad.



git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@182 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 12:57:39 +00:00
Wizzup?
5dd8332fc1 I think it fails in quite some cases.
Few fixes for cross platformness.



git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@180 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 00:44:53 +00:00
Wizzup?
f42c32f1b8 rs_GetUpText should work now in the GUI. It probably still needs internal tweaking, but you can test it now, and report pictures of situations where it does not work.
I may have left some debugging writeln's in - remove them when they annoy you.

Also uploaded the old UpChars font.




git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@179 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 00:40:07 +00:00
Raymond
c3aa2b3e36 Copy image!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@177 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-02 11:07:41 +00:00
Wizzup?
7b1e8d6f6a Changes.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@175 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-02 10:18:35 +00:00
Raymond
6936a5c81e Made some changes in CopyClientToBitmap (It does NOT have a bug, unless ReturnData is wrong.. Might wanne look into that Tovenaar) it now has the option to resize the bitmap or not. (Scar does resize the bitmap).
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@174 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-02 09:25:49 +00:00
bullzeye95
79d5a5c5e5 Polished and removed all/most bugs from the tab system, added hints to the buttons, and added a "copy" menu item (no icon)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@173 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-02 04:10:32 +00:00
Raymond
a46ff70ce4 Fixed colourpicker.
On windows now uses the OnMouseMove event, displays the correct and x,y.. 
Added a GetDimensionBox to Window, not sure if it works/compiles correctly on Linux.
:-)

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@172 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 17:58:57 +00:00
Raymond
01f971a476 Cleaned up a bit
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@171 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 17:23:16 +00:00
Raymond
a23dd1b397 Fuck dragging for linux users!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@170 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 15:30:32 +00:00
Raymond
5d4f147e51 Couldn't switch tabs anymore
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@169 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 15:17:18 +00:00
Raymond
c0a090c01c Some fixes for linux
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@168 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 15:04:03 +00:00
Raymond
a3625f5d07 Did lots on GUI. Tabs extended, now use shortcuts, save all etc. Tab-popup.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@167 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 13:56:54 +00:00
Raymond
f304e759fa Fixed some little things + Tray has now Run/Pause/Stop. Oh and GPL @ framescript
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@165 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-31 23:31:51 +00:00
Raymond
5318273524 Fixed terminate button.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@164 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-31 22:18:56 +00:00
Raymond
8755708b3a Added tabs... TEST THIS OUT!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@163 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-31 21:44:13 +00:00
Raymond
7e06e85bee Been messing around a bit, haven't changed much.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@162 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-30 20:21:44 +00:00
Nava2
892e09abc8 Added some new types, just made the hueXMod and satXMod variables for speeding up the tolerance finding procedures.
First commit. HA!


git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@161 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-27 01:49:52 +00:00
Raymond
8538097e9d Testing linux commit
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@157 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-25 18:18:24 +00:00
Raymond
ce2ca537cd Sum updates
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@156 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-25 11:01:28 +00:00
Raymond
b2919afafa Added some extra menu's.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@155 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-24 16:00:10 +00:00
Raymond
e1dc236d90 Updated tha gui bish!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@154 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-24 15:37:00 +00:00
Raymond
86a67e64b2 Pimped tha GUI
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@153 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-24 14:01:21 +00:00
Raymond
3b603917a0 FindDeformedBitmapToleranceIn has been improved! Is zeh win now. (beats scar, imo).
Oh and we can now type more than 80 chars a line (in synedit).


git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@147 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-22 14:25:20 +00:00
Wizzup?
a8c22c4ffa Eeh. This should fix the path issue.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@146 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-20 23:07:05 +00:00