aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/os_javascript.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-02Documented floatDaniel J. Ramirez1-0/+5
2016-05-02Documented int methodsDaniel J. Ramirez1-0/+3
2016-05-02Revert "added name parameter on animationplayer finished"Juan Linietsky1-3/+2
2016-05-02Finished AnimationPlayer DocumentationCowThing1-0/+4
Finished AnimationPlayer Documentation
2016-05-02Finished Timer DocumentationCowThing1-0/+3
Finished Timer Documentation
2016-05-02Fix error in GLSL #include codeSaracen1-27/+26
2016-05-01Support for dynamic fonts (TTF)Juan Linietsky8-1/+3974
Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required.
2016-05-02added name parameter on animationplayer finishedAlexander Holland1-2/+3
2016-05-01Documented YSort (#4515)CowThing1-0/+4
Documented YSort
2016-05-01Debugger: Fix breaked signal binding (#4508)Rémi Verschelde1-1/+1
Closes #4270.
2016-05-01Documented ColorRampDaniel J. Ramirez1-0/+14
2016-05-01Partial documentation for Particles2DDaniel J. Ramirez1-0/+36
2016-05-01Document Popup, PopupDialog, PopupMenu, and PopupPanelBojidar Marinov1-7/+29
2016-05-01Tabs: Fix align issue with right/close buttonsRémi Verschelde1-5/+2
The stylebox around the close button was badly centered. There were also bad margins applied when using right buttons.
2016-05-01Tabs: cleanup code, no functional changeRémi Verschelde1-86/+36
Some dead code removed, a few cosmetic changes.
2016-05-01Tabs: Fix navigation buttons overlap when resizingRémi Verschelde1-42/+9
It was not taking into account the minimum width of the stylebox. Fixed by factorizing some duplicate code.
2016-05-01Tabs: Fix icon size not taken into account for offsetRémi Verschelde1-0/+1
Fixes #4107.
2016-05-01Support for #includes in built-in GL shaders.Saracen1-53/+85
2016-05-01FileDialog: reset mkdir label after use (#4500)Rémi Verschelde3-2/+3
Closes #1686.
2016-05-01OSX: Fix lib suffix for Android lib (#4499)Rémi Verschelde1-3/+1
Fixes #1452.
2016-05-01GridMap: Fix backwards rotate hotkeys (#4498)Rémi Verschelde1-3/+3
Fixes #1237
2016-05-01AnimationPlayer: Prevent resetting timeline when pinned (#4497)Rémi Verschelde1-0/+3
Fixes #1019
2016-05-01math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde2-5/+3
Thus revert the previous workaround in commit b123bc4a2a9c07fcfd27a84109960bda158b3b9d. Fixes #3221.
2016-05-01Project manager: unescape project names (#4494)Rémi Verschelde1-1/+1
Fixes #3609
2016-05-01Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia5-40/+252
Rebase of #453
2016-05-01Allow any directory for custom character set and gradient image file when ↵volzhs1-2/+2
import font fix #4486
2016-04-29Ignore invalid folders in `platform`Rémi Verschelde1-1/+1
Fixes #4479
2016-04-29Implement OS.get_process_ID for WindowsGeorge Marques2-0/+6
Based on code by @ratsdiov. Closes #1733
2016-04-29classref: Run doctool and merge BitmapFontRémi Verschelde1-201/+207
BitmapFont was split from the Font class, so the relevant method descriptions were readded manually.
2016-04-29disabled appiraterAriel Manzur1-3/+3
2016-04-29Add more documentations for this classes:Geequlim1-1/+39
* BoxContainer * CenterContainer * ScrollContainer * SplitContainer * Vector2 * StringArray * FileDiloags
2016-04-29rate url on iOS and properly launching from .app on OSXAriel Manzur2-2/+12
2016-04-29I think this is ok, "resizable" property might changeAriel Manzur1-1/+1
2016-04-29merged iphoen changesAriel Manzur6-102/+532
2016-04-29Allow dragging on only one (global) axis when holding down shiftBojidar Marinov1-3/+14
Closes #1723
2016-04-29Shader editor now uses text editor settingsPaulb232-3/+31