All public logs
From GiderosMobile
Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 00:43, 1 December 2023 MoKaLux talk contribs deleted page ButtonPITTUDDH class (content was: "__TOC__ '''A Button class with: a Pixel, Image, Text, Tooltip, Up state, Down state, Disabled state, Hover (PITTUDDH)''' This button takes a table with multiple adjustable parameters. '''note''': you don't have to use all parameters, for example you can create a button with text only === ButtonPITTUDDH '''Class''' === <syntaxhighlight lang="lua"> -- -- ButtonPITTUDDH --...", and the only contributor was "MoKaLux" (talk))
- 00:41, 1 December 2023 MoKaLux talk contribs deleted page Button image text HUDD class (content was: "__TOC__ This button takes a table with multiple adjustable parameters. It can have 1 bitmap for the ''up'' state and 1 for the ''down'' state, but this is optional. The button can contain text only. If only a bitmap is passed for the up state, it will be used for both up and down states. === ButtonImageTextHUDD '''Class''' === <syntaxhighlight lang="lua"> -- -- ButtonIma...", and the only contributor was "MoKaLux" (talk))
- 00:39, 1 December 2023 MoKaLux talk contribs deleted page Button hover image text class (content was: "__TOC__ This button takes a table with multiple adjustable parameters. It can have 1 bitmap for the ''up'' state and 1 for the ''down'' state, but this is optional. The button can contain text only. If only a bitmap is passed for the up state, it will be used for both up and down states. === ButtonHoverImageText '''Class''' === <syntaxhighlight lang="lua"> -- -- ButtonHo...", and the only contributor was "MoKaLux" (talk))
- 23:19, 30 November 2023 MoKaLux talk contribs deleted page Button text class (content was: "__TOC__ This button takes a table with multiple adjustable parameters. It is composed of a Pixel and a TextField. === Button Text '''Class''' === <syntaxhighlight lang="lua"> -- -- ButtonText -- A Button class with a Pixel and/or Text -- based on Gideros Button class v 0.1.1: 2020-06-08 remove useless variables v 0.1.0: 2020-04-02 init (based on the initial gideros generic...", and the only contributor was "MoKaLux" (talk))
- 23:19, 30 November 2023 MoKaLux talk contribs created page ButtonText class (Created page with "__TOC__ '''The class should be easy to adapt/modifiy''' === Button Text '''Class''' === <syntaxhighlight lang="lua"> -- -- ButtonText -- A Button class with: Image, Text,...")
- 03:28, 30 November 2023 MoKaLux talk contribs deleted page Simple buttonudd class (content was: "__TOC__ This button takes three bitmaps as argument. 1 bitmap for each state: ''up'', ''down'', ''disabled''. If only 1 bitmap is passed, it will be used for both up and down states. === Simple ButtonUDD '''Class''' === <syntaxhighlight lang="lua"> -- -- A generic button class with an Up, Down and Disabled state (UDD) -- This code is MIT licensed, see http://www.opensour...", and the only contributor was "MoKaLux" (talk))
- 03:27, 30 November 2023 MoKaLux talk contribs created page ButtonDisabled class (Created page with "__TOC__ This button takes three bitmaps as argument. 1 bitmap for each state: ''Up'', ''Down'', ''Disabled''. === ButtonDisabled '''Class''' === <syntaxhighlight lang="lua">...")
- 03:20, 30 November 2023 MoKaLux talk contribs created page File:ButtonDisabledDemo1.GApp
- 03:20, 30 November 2023 MoKaLux talk contribs uploaded File:ButtonDisabledDemo1.GApp
- 02:31, 30 November 2023 MoKaLux talk contribs created page File:ButtonToggleDemo1.GApp
- 02:31, 30 November 2023 MoKaLux talk contribs uploaded File:ButtonToggleDemo1.GApp
- 23:34, 29 November 2023 MoKaLux talk contribs created page ButtonBeast class (Created page with "__TOC__ '''Requirements''': '''You need to include ''luashader'' standard library in your project''' '''''luashader'' standard library is available in your Gideros install...")
- 23:29, 29 November 2023 MoKaLux talk contribs created page File:ButtonBeastDemo1.GApp
- 23:29, 29 November 2023 MoKaLux talk contribs uploaded File:ButtonBeastDemo1.GApp
- 21:44, 29 November 2023 MoKaLux talk contribs deleted page File:ButtonMonsterDemo2.GApp
- 21:36, 29 November 2023 MoKaLux talk contribs created page File:ButtonMonsterDemo2x.GApp
- 21:36, 29 November 2023 MoKaLux talk contribs uploaded File:ButtonMonsterDemo2x.GApp
- 21:33, 29 November 2023 MoKaLux talk contribs created page File:ButtonMonsterDemo1x.GApp
- 21:33, 29 November 2023 MoKaLux talk contribs uploaded File:ButtonMonsterDemo1x.GApp
- 18:38, 26 November 2023 MoKaLux talk contribs deleted page File:ButtonNavigDemo2x.GApp
- 18:37, 26 November 2023 MoKaLux talk contribs deleted page File:ButtonNavigDemo1x.GApp
- 18:37, 26 November 2023 MoKaLux talk contribs deleted page ButtonNavig class (content was: "__TOC__ This button class is useful to build buttons which you can navigate using the mouse and the keyboard. It is optimised for menus and in game. '''Note: needs Gideros ''luashader'' Library''' === ButtonNavig '''Class''' === <syntaxhighlight lang="lua"> -- -- ButtonNavig -- A Button class with: -- a Pixel, Image 9patch, Text, Tooltip, -- Up state, Down state, Disable...", and the only contributor was "MoKaLux" (talk))
- 18:37, 26 November 2023 MoKaLux talk contribs created page ButtonMonster class (Created page with "__TOC__ This button class is useful to build buttons which you can navigate using the mouse and the keyboard. It is optimised for menus and in game. '''Note: needs Gideros...")
- 18:35, 26 November 2023 MoKaLux talk contribs created page File:ButtonMonsterDemo2.GApp
- 18:35, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonMonsterDemo2.GApp
- 18:20, 26 November 2023 MoKaLux talk contribs deleted page Simple button class (content was: "__TOC__ This button takes two bitmaps as argument. 1 bitmap for the button ''up'' state, and 1 for the button ''down'' state. If only 1 bitmap is passed, it will be used for both up and down states. === Simple Button '''Class''' === <syntaxhighlight lang="lua"> -- -- A generic button class -- This code is MIT licensed, see http://www.opensource.org/licenses/mit-license.p...", and the only contributor was "MoKaLux" (talk))
- 18:17, 26 November 2023 MoKaLux talk contribs created page Button class (Created page with "__TOC__ This button takes two bitmaps as argument. 1 bitmap for the button ''up'' state, and 1 for the button ''down'' state. If only 1 bitmap is passed, it will be used for...")
- 18:16, 26 November 2023 MoKaLux talk contribs created page File:ButtonDemo1.GApp
- 18:16, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonDemo1.GApp
- 17:16, 26 November 2023 MoKaLux talk contribs deleted page File:ButtonNavigDemo1.png
- 17:16, 26 November 2023 MoKaLux talk contribs deleted page File:ButtonNavigDemo2.png
- 17:14, 26 November 2023 MoKaLux talk contribs created page File:ButtonNavigDemo1x.GApp
- 17:14, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonNavigDemo1x.GApp
- 17:10, 26 November 2023 MoKaLux talk contribs created page File:ButtonNavigDemo2x.GApp
- 17:10, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonNavigDemo2x.GApp
- 10:39, 26 November 2023 MoKaLux talk contribs created page ButtonNavig class (Created page with "__TOC__ This button class is useful to build buttons which you can navigate using the mouse and the keyboard. '''Note: needs Gideros luashader Library''' === ButtonNavig '...")
- 10:32, 26 November 2023 MoKaLux talk contribs created page File:ButtonNavigDemo2.png
- 10:32, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonNavigDemo2.png
- 10:32, 26 November 2023 MoKaLux talk contribs created page File:ButtonNavigDemo1.png
- 10:32, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonNavigDemo1.png
- 10:32, 26 November 2023 MoKaLux talk contribs deleted page File:ButtonNavigDemo1.GApp
- 10:24, 26 November 2023 MoKaLux talk contribs created page File:ButtonNavigDemo1.GApp
- 10:24, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonNavigDemo1.GApp
- 04:02, 20 November 2023 MoKaLux talk contribs created page ButtonToggle class (Created page with "__TOC__ '''A Button you can toggle on and off''' === ButtonToggle '''Class''' === <syntaxhighlight lang="lua"> -- -- ButtonToggle v1.0 -- Free to modify and use! -- Matja...")
- 03:25, 20 November 2023 MoKaLux talk contribs created page ButtonPITTUDDH class (Created page with "__TOC__ '''A Button class with: a Pixel, Image, Text, Tooltip, Up state, Down state, Disabled state, Hover (PITTUDDH)''' This button takes a table with multiple adjustable p...")
- 06:50, 19 November 2023 MoKaLux talk contribs created page Button image text HUDD class (Created page with "__TOC__ This button takes a table with multiple adjustable parameters. It can have 1 bitmap for the ''up'' state and 1 for the ''down'' state, but this is optional. The butt...")
- 05:47, 19 November 2023 MoKaLux talk contribs created page Button hover image text class (Created page with "__TOC__ This button takes a table with multiple adjustable parameters. It can have 1 bitmap for the ''up'' state and 1 for the ''down'' state, but this is optional. The butt...")
- 02:58, 19 November 2023 MoKaLux talk contribs created page Simple buttonudd class (Created page with "__TOC__ This button takes three bitmaps as argument. 1 bitmap for each state: ''up'', ''down'', ''disabled''. If only 1 bitmap is passed, it will be used for both up and dow...")
- 02:24, 19 November 2023 MoKaLux talk contribs created page Button text class (Created page with "__TOC__ This button takes a table with multiple adjustable parameters. It is composed of a Pixel and a TextField. === Button Text '''Class''' === <syntaxhighlight lang="lua"...")
- 00:59, 19 November 2023 MoKaLux talk contribs created page Simple button class (Created page with "__TOC__ === Simple Button '''Demo''' === This button takes two bitmaps as argument. 1 bitmap for the button ''up'' state, and 1 for the button ''down'' state. If only 1 bitm...")