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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 19: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))
  • 19: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...")
  • 19:16, 26 November 2023 MoKaLux talk contribs created page File:ButtonDemo1.GApp
  • 19:16, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonDemo1.GApp
  • 18:16, 26 November 2023 MoKaLux talk contribs deleted page File:ButtonNavigDemo1.png
  • 18:16, 26 November 2023 MoKaLux talk contribs deleted page File:ButtonNavigDemo2.png
  • 18:14, 26 November 2023 MoKaLux talk contribs created page File:ButtonNavigDemo1x.GApp
  • 18:14, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonNavigDemo1x.GApp
  • 18:10, 26 November 2023 MoKaLux talk contribs created page File:ButtonNavigDemo2x.GApp
  • 18:10, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonNavigDemo2x.GApp
  • 11: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 '...")
  • 11:32, 26 November 2023 MoKaLux talk contribs created page File:ButtonNavigDemo2.png
  • 11:32, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonNavigDemo2.png
  • 11:32, 26 November 2023 MoKaLux talk contribs created page File:ButtonNavigDemo1.png
  • 11:32, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonNavigDemo1.png
  • 11:32, 26 November 2023 MoKaLux talk contribs deleted page File:ButtonNavigDemo1.GApp
  • 11:24, 26 November 2023 MoKaLux talk contribs created page File:ButtonNavigDemo1.GApp
  • 11:24, 26 November 2023 MoKaLux talk contribs uploaded File:ButtonNavigDemo1.GApp
  • 05: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...")
  • 04: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...")
  • 07: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...")
  • 06: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...")
  • 03: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...")
  • 03: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"...")
  • 01: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...")
  • 23:49, 18 November 2023 MoKaLux talk contribs deleted page Scene Manager (content was: "__TOC__ <languages /> <translate><!--T:1--> Here you will find various resources to help you create games and apps in Gideros Studio.</translate> <translate><!--T:1--> '''note''':You may have to provide your own assets (fonts, gfx, …).</translate> === <translate>Scene Manager (with added Transitions)</translate> === <syntaxhighlight lang="lua"> -- SceneManager v1.0.5 changelog: ---------- v1.0.5 - 21.12.2019 Slight change to use new gideros operators v1.0.4 - 08.04.201...")
  • 23:39, 18 November 2023 MoKaLux talk contribs deleted page Template:Welcome! (content was: " ---- Main Page", and the only contributor was "MoKaLux" (talk))
  • 04:40, 18 November 2023 MoKaLux talk contribs created page TypeWriter @mokalux (Created page with "__TOC__ === TypeWriter @mokalux '''Class''' === <syntaxhighlight lang="lua"> -- TextField TypeWriter Effect -- based on the work of @pie & @koeosstudio, mixed by @mokalux ;-...")
  • 20:02, 17 November 2023 MoKaLux talk contribs created page Text Wrap2 @ar2rsawseen (Created page with "__TOC__ === Text Wrap2 @ar2rsawseen '''Class''' === <syntaxhighlight lang="lua"> -- ************************************************************* * This script is developed...")
  • 19:52, 17 November 2023 MoKaLux talk contribs created page TextBox @antix (Created page with "__TOC__ === TextBox @antix Class === 240px <syntaxhighlight lang="lua"> -- @antix TextBox = Core.class(Sprite) function TextBox:init(options) -- default...")
  • 19:35, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF REF BOTTOM (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_REF_BOTTOM<br/> '''Defined by:''' FontBase<br/> === Description === Use bottom of line as reference. {{FontBase}}")
  • 19:35, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF VCENTER (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_VCENTER<br/> '''Defined by:''' FontBase<br/> === Description === Center text vertically. {{FontBase}}")
  • 19:35, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF TOP (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_TOP<br/> '''Defined by:''' FontBase<br/> === Description === Align text to the top. {{FontBase}}")
  • 19:35, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF RTL (content was: "'''Available since:''' Gideros 2019.12<br/> '''Value:''' TLF_RTL<br/> '''Defined by:''' FontBase<br/> === Description === Align text right to left. {{FontBase}}", and the only contributor was "MoKaLux" (talk))
  • 19:35, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF RIGHT (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_RIGHT<br/> '''Defined by:''' FontBase<br/> === Description === Align text to the right. {{FontBase}}")
  • 19:34, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF REF TOP (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_REF_TOP<br/> '''Defined by:''' FontBase<br/> === Description === Use top of line as reference. {{FontBase}}")
  • 19:34, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF REF MIDDLE (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_REF_MIDDLE<br/> '''Defined by:''' FontBase<br/> === Description === Use middle of line as reference. {{FontBase}}")
  • 19:34, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF REF MEDIAN (content was: "'''Available since:''' Gideros 2019.12<br/> '''Value:''' TLF_REF_MEDIAN<br/> '''Defined by:''' FontBase<br/> === Description === Use median of line as reference. {{FontBase}}", and the only contributor was "MoKaLux" (talk))
  • 19:34, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF REF LINETOP (content was: "'''Available since:''' Gideros 2018.3.3<br/> '''Value:''' TLF_REF_LINETOP<br/> '''Defined by:''' FontBase<br/> === Description === Use top of a line of text of that font, irrespective of the text you are actually displaying {{FontBase}}", and the only contributor was "Rrraptor" (talk))
  • 19:34, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF REF DESCENT (content was: "'''Available since:''' Gideros 2019.12<br/> '''Value:''' TLF_REF_DESCENT<br/> '''Defined by:''' FontBase<br/> === Description === Use descent of line as reference. {{FontBase}}", and the only contributor was "MoKaLux" (talk))
  • 19:33, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF REF BASELINE (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_REF_BASELINE<br/> '''Defined by:''' FontBase<br/> === Description === Use baseline as reference (default). {{FontBase}}")
  • 19:33, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF REF ASCENT (content was: "'''Available since:''' Gideros 2019.12<br/> '''Value:''' TLF_REF_ASCENT<br/> '''Defined by:''' FontBase<br/> === Description === Use ascent of line as reference. {{FontBase}}", and the only contributor was "MoKaLux" (talk))
  • 19:33, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF NOWRAP (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_NOWRAP<br/> '''Defined by:''' FontBase<br/> === Description === Don't wrap long lines. {{FontBase}}")
  • 19:33, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF NOSHAPING (content was: "'''Available since:''' Gideros 2019.12<br/> '''Value:''' TLF_NOSHAPING<br/> '''Defined by:''' FontBase<br/> === Description === Turn off HarfBuzz shaping. {{FontBase}}", and the only contributor was "MoKaLux" (talk))
  • 19:33, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF NOBIDI (content was: "'''Available since:''' Gideros 2019.12<br/> '''Value:''' TLF_NOBIDI<br/> '''Defined by:''' FontBase<br/> === Description === Non bi-directional text. {{FontBase}}", and the only contributor was "MoKaLux" (talk))
  • 19:33, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF LTR (content was: "'''Available since:''' Gideros 2019.12<br/> '''Value:''' TLF_LTR<br/> '''Defined by:''' FontBase<br/> === Description === Left to right text. {{FontBase}}", and the only contributor was "MoKaLux" (talk))
  • 19:32, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF LEFT (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_LEFT<br/> '''Defined by:''' FontBase<br/> === Description === Align text to the left. {{FontBase}}")
  • 19:32, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF JUSTIFIED (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_JUSTIFIED<br/> '''Defined by:''' FontBase<br/> === Description === Justify text horizontally. {{FontBase}}")
  • 19:32, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF CENTER (content was: "'''Available since:''' Gideros 2017.10<br/> '''Value:''' TLF_CENTER<br/> '''Defined by:''' FontBase<br/> === Description === Center text horizontally. {{FontBase}}")
  • 19:32, 17 November 2023 MoKaLux talk contribs deleted page FontBase.TLF BREAKWORDS (content was: "'''Available since:''' Gideros 2018.3.2<br/> '''Value:''' TLF_BREAKWORDS<br/> '''Defined by:''' FontBase<br/> === Description === Allow Gideros to break words that exceed required width. {{FontBase}}")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)