aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_driver_javascript.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-08-Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky5-17/+17
2016-02-08-Avoid crash in property editor due to newly out of focus but still valid ↵Juan Linietsky1-0/+3
property edition, fixes #3601
2016-02-08Property handle rotated controls in 2D editor, fixes #3613Juan Linietsky2-3/+8
2016-02-08renamed function get_video_texutre to get_video_textureAdham Zahran2-2/+2
2016-02-07just a small typeAdham Zahran1-1/+1
2016-02-07fixing typos all over the placeAdham Zahran1-135/+135
2016-02-07Added constant to retrieve Windows' Documents pathFranco Eusébio Garcia1-1/+1
According to MSDN's documentation (https://msdn.microsoft.com/en-us/library/windows/desktop/bb762181(v=vs.85).aspx), CSIDL_PERSONAL represents the default path to Windows Document's folder: "Previous to Version 6.0. The file system directory used to physically store a user's common repository of documents. A typical path is C:\Documents and Settings\username\My Documents. This should be distinguished from the virtual My Documents folder in the namespace. To access that virtual folder, use SHGetFolderLocation, which returns the ITEMIDLIST for the virtual location, or refer to the technique described in Managing the File System."
2016-02-07description for Input.is_mouse_button_pressed()Adham Zahran1-1/+2
2016-02-07Improve parsing of [method ...] tagsRémi Verschelde2-27/+19
Also improve some code display.
2016-02-07Fix badly formatted tags in XMLRémi Verschelde2-44/+48
Also add parsing of [code] tags in RST converter
2016-02-07Display better inheritance info in docJuan Linietsky1-1/+35
2016-02-07Small makerst improvementsRémi Verschelde1-9/+27
2016-02-07Enhance xml to rst converterRémi Verschelde2-26/+51
Fixes a number of issues: - Headings underliners now have the correct length - Newline+Tabs in descriptions are replaced by two newlines to make a proper paragraph - [br] are replaced by two newlines, making a proper paragraph - Properly parse internal hyperlinks in constants description - Fix broken internal links due to missing newlines - Show method header even when it has no description, to have something to reference in hyperlinks
2016-02-07Sync classes ref with codeRémi Verschelde1-9/+43