BizHawk/BizHawk.Client.EmuHawk/tools/Lua
feos 1e6b3bfbee lua text: display trailing spaces 2016-08-06 15:45:07 +03:00
..
Libraries lua text: display trailing spaces 2016-08-06 15:45:07 +03:00
LuaAutocompleteInstaller.cs Lua Console - add a button that installs auto-complete for all bizhawk's lua library to Sublime Text 2's lua syntax, still todo - notepad++ 2016-02-07 08:27:57 -05:00
LuaButton.cs Rename Multiclient folder 2013-11-03 04:05:56 +00:00
LuaCanvas.Designer.cs A bit of testing with Lua. 2015-04-10 14:11:01 +00:00
LuaCanvas.cs add "new" to LuaCanvas.Refresh() because I"m tired of seeing the warning 2015-05-17 20:33:27 +00:00
LuaCanvas.resx A bit of testing with Lua. 2015-04-10 14:11:01 +00:00
LuaCheckbox.cs Lua forms library - implement forms.dropdown(), forms.checkbox(), and forms.ischecked(). Add support for dropdowns in forms.gettext() (returns the string value of the selected item) 2013-12-15 02:50:50 +00:00
LuaConsole.Designer.cs Lua Console - add a button that installs auto-complete for all bizhawk's lua library to Sublime Text 2's lua syntax, still todo - notepad++ 2016-02-07 08:27:57 -05:00
LuaConsole.cs Lua - set file watchers on lua session autoload 2016-02-14 21:51:12 -05:00
LuaConsole.resx Lua Console - add a button that installs auto-complete for all bizhawk's lua library to Sublime Text 2's lua syntax, still todo - notepad++ 2016-02-07 08:27:57 -05:00
LuaDropDown.cs Lua forms library - implement forms.dropdown(), forms.checkbox(), and forms.ischecked(). Add support for dropdowns in forms.gettext() (returns the string value of the selected item) 2013-12-15 02:50:50 +00:00
LuaFunctionsForm.Designer.cs replace "Ok" with "OK" 2016-03-26 21:50:33 -05:00
LuaFunctionsForm.cs case insensitive lua functions library docs search 2015-07-22 12:13:30 -05:00
LuaFunctionsForm.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
LuaRegisteredFunctionsList.Designer.cs replace "Ok" with "OK" 2016-03-26 21:50:33 -05:00
LuaRegisteredFunctionsList.cs make the Select All feature built right into VirtualListView instead of writing the same code over and over in the tool dialogs, also make said code faster on large lists 2014-02-15 19:15:04 +00:00
LuaRegisteredFunctionsList.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
LuaTextBox.cs Lua forms textbox: Ctrl+A now selects all text 2015-12-19 22:16:29 -05:00
LuaWinform.Designer.cs Change the default Position property of every winform from windows default to center parent 2013-11-08 18:43:24 +00:00
LuaWinform.cs overhaul lua sandboxing so that each lua script has its own sandbox. elaborate tracking of winform/event ownership to ensure that lua doesnt receive calls without going through the owner's sandbox. add win32-specific speed hacks for currdir set/get at higher speed. There may be bugs in this commit, but I think we're on the right track now. 2016-01-31 19:54:55 -06:00
LuaWinform.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
SyncTextBox.cs remove redundant code throughout the emuhawk project 2014-06-29 02:28:48 +00:00