User contributions for Jusonex
Jump to navigation
Jump to search
7 February 2015
- 19:1019:10, 7 February 2015 diff hist +38 N Cef/executeBrowserJavascript Jusonex moved page Cef/executeBrowserJavascript to ExecuteBrowserJavascript current
- 19:1019:10, 7 February 2015 diff hist 0 m ExecuteBrowserJavascript Jusonex moved page Cef/executeBrowserJavascript to ExecuteBrowserJavascript
- 19:1019:10, 7 February 2015 diff hist +116 ExecuteBrowserJavascript No edit summary
- 19:0919:09, 7 February 2015 diff hist +27 N Cef/createBrowser Jusonex moved page Cef/createBrowser to CreateBrowser current
- 19:0919:09, 7 February 2015 diff hist 0 m CreateBrowser Jusonex moved page Cef/createBrowser to CreateBrowser
- 19:0819:08, 7 February 2015 diff hist +66 CreateBrowser No edit summary
- 19:0619:06, 7 February 2015 diff hist +37 N Cef/injectBrowserMouseWheel Jusonex moved page Cef/injectBrowserMouseWheel to InjectBrowserMouseWheel current
- 19:0619:06, 7 February 2015 diff hist 0 m InjectBrowserMouseWheel Jusonex moved page Cef/injectBrowserMouseWheel to InjectBrowserMouseWheel
- 19:0519:05, 7 February 2015 diff hist +117 InjectBrowserMouseWheel No edit summary
3 February 2015
- 20:5520:55, 3 February 2015 diff hist +767 Vector/Vector3 Added documentation for the dotproduct and normalize
17 January 2015
- 15:2615:26, 17 January 2015 diff hist +34 Template:Changelogs Added 1.4.1
12 January 2015
- 23:1223:12, 12 January 2015 diff hist +41 Template:CEF functions No edit summary
- 23:0623:06, 12 January 2015 diff hist −479 User:Jusonex No edit summary
8 December 2014
- 20:3220:32, 8 December 2014 diff hist +13 m OnClientBrowserCursorChange No edit summary
- 20:3120:31, 8 December 2014 diff hist +1,413 N OnClientBrowserCursorChange Created page with "{{Client event}} __NOTOC__ This event is triggered when the cursor changes within a browser window. ==Parameters== <syntaxhighlight lang="lua"> int cursorId </syntaxhighlight> *'''cursorId:''' The ne..."
- 20:1620:16, 8 December 2014 diff hist +9 m DE/Meta.xml No edit summary
- 20:1320:13, 8 December 2014 diff hist +454 N Template:CEF events Created page with "{{New feature/item|3.0141|1.4.1|| *onClientBrowserDocumentReady *onClientBrowserLoadingFailed *Cef/..."
4 December 2014
- 12:4812:48, 4 December 2014 diff hist −6 Introduction to Scripting the GUI Undo revision 43144 by Ali salah (talk)
- 12:4812:48, 4 December 2014 diff hist +740 Introduction to Scripting the GUI Undo revision 43145 by Ali salah (talk)
- 12:4812:48, 4 December 2014 diff hist −351 Hibakeresés Undo revision 43147 by Ali salah (talk)
- 12:4712:47, 4 December 2014 diff hist −131 Hibakeresés Undo revision 43148 by Ali salah (talk)
- 12:4712:47, 4 December 2014 diff hist −400 Hibakeresés Undo revision 43149 by Ali salah (talk)
- 12:4612:46, 4 December 2014 diff hist −171 Meta.xml Undo revision 43146 by Ali salah (talk)
15 November 2014
- 16:4716:47, 15 November 2014 diff hist +49 CreatePickup No edit summary
20 October 2014
- 08:1708:17, 20 October 2014 diff hist −1,561 User:Jusonex No edit summary
10 October 2014
- 14:4414:44, 10 October 2014 diff hist −137 SpawnPlayer No edit summary
5 October 2014
- 12:5512:55, 5 October 2014 diff hist 0 UnbindKey No edit summary
23 September 2014
- 12:2212:22, 23 September 2014 diff hist +466 N ExecuteBrowserJavascript Created page with "__NOTOC__ {{Client_function}} This function executes a Javascript string. ==Syntax== <syntaxhighlight lang="lua"> bool executeBrowserJavascript ( browser webBrowser, string jsCode ) </syntaxhighlight>..."
- 11:4811:48, 23 September 2014 diff hist +276 N GetBrowserURL Created page with "__NOTOC__ {{Client_function}} This function returns the URL. ==Syntax== <syntaxhighlight lang="lua"> string getBrowserURL ( browser webBrowser ) </syntaxhighlight> ===Required Arguments=== *'''webBro..."
- 11:4411:44, 23 September 2014 diff hist +413 N SetBrowserRenderingPaused Created page with "__NOTOC__ {{Client_function}} This function sets the rendering state of a browser. ==Syntax== <syntaxhighlight lang="lua"> bool setBrowserRenderingPaused ( browser webBrowser, bool paused )..."
- 11:3211:32, 23 September 2014 diff hist +7 m GetBrowserTitle No edit summary
- 11:3211:32, 23 September 2014 diff hist +349 N GetBrowserTitle Created page with "__NOTOC__ {{Client_function}} This function returns the title of the passed browser. ==Syntax== <syntaxhighlight lang="lua"> string getBrowserTitle ( browser webBrowser ) </syntaxhighlight> ===Requir..."
- 11:3011:30, 23 September 2014 diff hist +568 N InjectBrowserMouseWheel Created page with "__NOTOC__ {{Client_function}} This function injects mouse scrolling. ==Syntax== <syntaxhighlight lang="lua"> bool injectBrowserMouseUp ( browser webBrowser, int verticalScroll, int horizon..."
- 11:2811:28, 23 September 2014 diff hist +461 N InjectBrowserMouseUp Created page with "__NOTOC__ {{Client_function}} This function injects a mouse click (state: up). ==Syntax== <syntaxhighlight lang="lua"> bool injectBrowserMouseUp ( browser webBrowser, string mouseButton ) ..."
- 11:1811:18, 23 September 2014 diff hist +464 N InjectBrowserMouseDown Created page with "__NOTOC__ {{Client_function}} This function injects a mouse click (state: down). ==Syntax== <syntaxhighlight lang="lua"> bool injectBrowserMouseDown ( browser webBrowser, string mouseButton..."
- 11:0711:07, 23 September 2014 diff hist +487 N InjectBrowserMouseMove Created page with "__NOTOC__ {{Client_function}} This function injects a mouse movement. ==Syntax== <syntaxhighlight lang="lua"> bool injectBrowserMouseMove ( browser webBrowser, int posX, int posY ) </syntaxhighlight> ..."
- 11:0211:02, 23 September 2014 diff hist 0 m IsBrowserLoading No edit summary
- 11:0211:02, 23 September 2014 diff hist +403 N IsBrowserLoading Created page with "__NOTOC__ {{Client_function}} This function checks if a browser is currently loading a website. ==Syntax== <syntaxhighlight lang="lua"> bool isBrowserLoading ( browser webBrowser ) </syntaxhighlight> ..."
- 08:3908:39, 23 September 2014 diff hist 0 LoadBrowserURL No edit summary
- 08:3608:36, 23 September 2014 diff hist +489 N LoadBrowserURL Created page with "This function loads the specified URL. ==Syntax== <syntaxhighlight lang="lua">bool loadBrowserURL ( browser webBrowser, string url )</syntaxhighlight> ===Required arguments=== '''webBrowser:''' The [..."
- 08:1908:19, 23 September 2014 diff hist +31 N CEF/createBrowser Jusonex moved page CEF/createBrowser to Cef/createBrowser
- 08:1908:19, 23 September 2014 diff hist 0 m CreateBrowser Jusonex moved page CEF/createBrowser to Cef/createBrowser
- 08:1908:19, 23 September 2014 diff hist +454 N RequestBrowserDomains Created page with "__NOTOC__ {{Client_function}} This function opens a request window in order to accept the requested remote URLs. ==Syntax== <syntaxhighlight lang="lua">bool requestBrowserPages ( table page..."
- 08:1308:13, 23 September 2014 diff hist +722 N CreateBrowser Created page with "__NOTOC__ {{Client_function}} This function creates a new web browser element. ==Syntax== <syntaxhighlight lang="lua">browser createBrowser ( int width, int height, bool isLocal [, bool tra..."
26 August 2014
- 12:4612:46, 26 August 2014 diff hist +173 CWebBrowser No edit summary
19 August 2014
- 09:3909:39, 19 August 2014 diff hist +523 CWebBrowser No edit summary
17 August 2014
- 12:4912:49, 17 August 2014 diff hist +1,055 User:Jusonex No edit summary
11 August 2014
- 22:0422:04, 11 August 2014 diff hist +34 User:Jusonex No edit summary
10 August 2014
- 19:5219:52, 10 August 2014 diff hist +4 m User:Jusonex No edit summary
- 19:0219:02, 10 August 2014 diff hist −77 User:Jusonex No edit summary