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

141 Commits

Author SHA1 Message Date
Raymond
8f220c8796 Cleanup
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@228 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-12 18:22:09 +00:00
Raymond
fce233838d Little clean-up; We need to initalize every record!!!!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@227 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-11 22:35:26 +00:00
Wizzup?
f8fc7069d3 Added mouse test + some changes
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@224 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-10 20:39:20 +00:00
Wizzup?
afca6a0e10 Added ClickMouse, HoldMouse and ReleaseMouse.
Also added TClickType and TMousePress.



git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@222 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-10 00:46:34 +00:00
Raymond
f9b8611336 Deleted imagelist + added OK button (+ enter in the name-edit box results in a close).
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@221 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-09 20:15:26 +00:00
Raymond
edbed662b3 Test
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@220 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-09 19:32:09 +00:00
Wizzup?
ca79137a39 Few changes. SetFocus in colourhistory, and moved a few form items in colourhistory.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@219 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-09 14:22:29 +00:00
bullzeye95
a8d4830b71 Fixed some bugs in replace and added a confirmation dialog.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@218 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 19:09:45 +00:00
Wizzup?
270394a397 Added ColorToHSL, so I can run my old neopets script. ^_^
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@217 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 17:39:28 +00:00
Wizzup?
7ff6765f73 Fixed the position of the colour history form... ;)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@216 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 17:27:48 +00:00
Wizzup?
4fb4d6426e Alright, added support for windows, just cause I'm a nice guy.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@215 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 17:04:35 +00:00
Wizzup?
571ea97bd7 Some more changes.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@214 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 16:55:00 +00:00
Wizzup?
13fe985504 Several changes. Removed support for windows, as KeyInput on Windows tries to synchronize after sending a key. This is not a good idea when not on the main thread; and causes crashes. Either Inherit from TKeyInput on windows, and change the calls so that it doesn't call ProcessMessages, or create your own.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@213 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 16:45:45 +00:00
Wizzup?
74e446d58a Seems one path wasn't added.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@212 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 16:25:42 +00:00
Wizzup?
a68d70d456 Added KeyUp/KeyDown/KeyPress and SendText. Should work on Windows as well on Linux.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@211 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-08 16:23:04 +00:00
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?
29d0b3f267 Small fix.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@186 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 20:54:35 +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