aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/ip_unix.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-01Document Popup, PopupDialog, PopupMenu, and PopupPanelBojidar Marinov1-7/+29
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