Commit graph

33 commits

Author SHA1 Message Date
Dark Byte
0e30e50395 add dpiFIX() method to Forms
scale the custombutton by default
add some extra safety checks to mono/dotnet info
trainers now accept high dpi and replace the default buttons with custombuttons
2021-02-19 02:23:12 +01:00
Dark Byte
aab9332fb9 add more properties to the cecustombutton
add saving and loading from stream to forms
2021-02-15 23:02:09 +01:00
Dark Byte
d3afd61b7d some more fixes for dark mode 2020-12-17 16:02:19 +01:00
Dark Byte
c97e0a9c0e dark mode support 2020-12-10 23:39:40 +01:00
cheat-engine
7b50f6f18e bunch of tiny fixes/tests for Mac 2020-10-30 18:44:49 +01:00
cheat-engine
2e51ad9047 Compilation fixes for mac-osx and fix dotnetcollector issue 2020-10-17 01:47:18 +02:00
Dark Byte
3f365e6673 forgot some changes for ceshare/lua 2020-09-10 02:23:59 +02:00
Dark Byte
d9e68642f1 add a callback for editing the text in memorybrowser's disassembler 2020-01-30 10:13:52 +01:00
cheat-engine
acc6cefd0f Fix registry issues 2019-12-19 17:49:30 +01:00
cheat-engine
eb34575fdb Merge the mac modifications to the main branch. Todo: Likely fix some windows build isues 2019-12-18 12:07:17 +01:00
Dark Byte
cdbc4aaf92 fix error where the local variable c was changed to another object 2019-07-27 01:05:39 +02:00
Dark Byte
01177c0be7 expose more functions to the form class and frmtracer 2019-06-16 00:21:01 +02:00
Dark Byte
fb89b0d540 add OnDrawItem property 2019-04-05 15:37:32 +02:00
Dark Byte
e73b799b34 fix the codefilter not restoring breakpoints on non-executed code 2019-03-03 13:15:51 +01:00
Dark Byte
50bd537fc0 fix setting memrec interpretableaddress using an integer value 2018-02-08 00:24:53 +01:00
Dark Byte
7b9a9d2fa6 add saveCurrentStateAsDesign to the ceform class 2017-01-13 23:58:03 +01:00
Dark Byte
b5ddc12c58 change offsets to class objects (for future use) 2016-07-22 03:24:20 +02:00
Sergey D
9dff3103ce Add files via upload
Added more strings for translation
2016-06-25 10:35:44 +03:00
Dark Byte
4562f03a7e fix a bunch of warnings and fix some bugs as well while at it 2016-06-01 18:15:19 +02:00
Dark Byte
b423ca7888 fix issue with showmodal showing the mainform instead of the parent 2016-05-23 23:31:57 +02:00
cheatengine@gmail.com
c56fd0443a add a way to access the title property of the application class object. (getMainForm().Owner.Title="Test") 2014-06-07 20:28:10 +00:00
cheatengine@gmail.com
bceac2d43a Add easier settings access
fix the legacy OnClose property on form
Add some conversions from ansi to utf8 to the header/comments input
2014-02-15 13:09:21 +00:00
cheatengine@gmail.com
86f61b8c00 implement java_getObjectHandleToAddress 2014-02-03 04:50:32 +00:00
cheatengine@gmail.com
c1ff27da60 Move the Execute method declaration to the CommonDialog class and add the FindDialog class 2014-02-02 15:27:33 +00:00
cheatengine@gmail.com
5a403b9228 cleanup CEForms on exit 2013-12-11 05:54:35 +00:00
cheatengine@gmail.com
57bad9bc6f bunch of small bugfixes 2013-03-07 21:58:56 +00:00
cheatengine@gmail.com
cc67460a36 bunch of fixes related to lua_touserdate 2013-01-28 22:53:39 +00:00
cheatengine@gmail.com
f062dbf1eb improve lua GetProperty 2013-01-01 23:21:22 +00:00
cheatengine@gmail.com
c65ff4ee61 Make CustomControl a class as well and fix the inheritance of form 2013-01-01 14:32:10 +00:00
cheatengine@gmail.com
d33efe005d stupid change in the code to make it compile for 32-bit
converted Luaforms to a class standard and make ceform a separate class
2013-01-01 14:21:38 +00:00
cheatengine@gmail.com
725b563f8a fix form_showModal
fix displaying of the expand by arrow
2012-05-22 22:43:16 +00:00
cheatengine@gmail.com
5914c9272a Add saving and loading content of forms using the menu of the designer 2011-11-06 02:01:02 +00:00
cheatengine@gmail.com
cd2f1b1739 Split form_ from luahandler into LuaForm
add form_dragNow(form) that users can use in the onmousedown event
2011-11-04 22:45:28 +00:00