summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-06Fixed text edit undo and redo operation interactionPaul Batty
2016-04-06Fixes errors occurring when switching to a new scene with a spatial editor ↵SaracenOne
from a canvas editor.
2016-04-06Added rotation/panning support for trackpads in 3D mode #53sunnystormy
2016-04-05Merge pull request #4231 from Paulb23/selection_undo_fixRémi Verschelde
Fixed undoing twice when removing selection and 'complex' typo in method name
2016-04-05Fixed 'complex' typo in method namePaulb23
2016-04-05Fixed undoing twice when removing selectionPaulb23
2016-04-04Separate help pages from scripts by defaultRémi Verschelde
Fixes #4199
2016-04-04Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos
2016-04-04Merge pull request #4191 from leezh/progressbar_minsizeRémi Verschelde
Progress bar minsize now checks percent_visible
2016-04-03Merge pull request #4218 from Paulb23/text_edit_insert_modeRémi Verschelde
Fixed insert mode interaction with selection and autocomplete
2016-04-03memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()MSC
2016-04-03free Material 'shadow_material_double_sided' on ::finish()MSC
2016-04-03Fixed insert mode interaction with auto completePaulb23
2016-04-03Fixed insert mode removing first unselected characterPaulb23
2016-04-02Switch Mac version to 2.1-dev tooRémi Verschelde
2016-04-02Function syntax highlightingPaul Batty
2016-04-02Remove trailing spacesRémi Verschelde
2016-04-02Merge pull request #4193 from Paulb23/text_edit_insert_modeRémi Verschelde
Added insert mode to text editor
2016-04-02Merge pull request #4184 from Paulb23/toggle_line_numbersRémi Verschelde
Option to toggle line numbers.
2016-04-02Port 2D demos to TSCN/TRES formatsRémi Verschelde
Part of #4196.
2016-04-01Added insert mode to text editorPaulb23
2016-04-01Fix last two bindings in input_mapping demoRémi Verschelde
Also connect the signal from script, as it makes it easier to understand than by having to check the connected signals via the GUI.
2016-04-01Merge pull request #4194 from HeartoLazor/timerpauseRémi Verschelde
Now the timer could be paused
2016-03-31Now the timer could be pausedHearto Lazor
pause with: set_active(true/false) is paused with: is_active()
2016-03-31Progress bar minsize now checks percent_visibleZher Huei Lee
Allows for really thin progress bars such as for pixel-art styles.
2016-03-30Merge pull request #4179 from Adjective-Object/masterRémi Verschelde
inherit PKG_CONFIG_PATH from environment
2016-03-30Option to toggle line numbersPaulb23
2016-03-30inherit PKG_CONFIG_PATH from environmentMaxwell Huang-Hobbs
2016-03-30Merge pull request #4156 from JoshuaGrams/match-docsRémi Verschelde
doc/base/classes.xml: String.match, Node.find_node
2016-03-30Merge pull request #4150 from Paulb23/number_syntax_highlightingRémi Verschelde
Fixed numbers not highlighting after space
2016-03-30Merge pull request #4149 from Paulb23/save_scene_flicker_issue_4118Rémi Verschelde
Fix for issue #4118
2016-03-27doc/base/classes.xml: String.match, Node.find_nodeJosh Grams
Clarify wildcard behavior.
2016-03-26Fixed numbers not highlighting after spacePaulb23
2016-03-26Stopped save scene flicker, issue 4118Paulb23
2016-03-23Merge pull request #4102 from SaracenOne/dynamic_margin_propertiesRémi Verschelde
Dynamic property list for control margins
2016-03-22Enter the 2.1 alpha phaseRémi Verschelde
To make it clearer that this branch is more recent than the stable 2.0.x releases.
2016-03-22Add support for patch versions (2.0.x)Rémi Verschelde
(cherry picked from commit 706d576f7b24ec62effd59f66f1d7c47c813056b)
2016-03-22Merge pull request #4115 from Paulb23/number_syntax_highlightingRémi Verschelde
Syntax highlighting for numbers
2016-03-22Merge pull request #4119 from sanikoyes/Pr-crash-exit-treeRémi Verschelde
Fix GDScript crash when call show/hide in func _exit_tree
2016-03-22Fix GDScript crash when call show/hide in func _exit_treesanikoyes
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-20Merge pull request #4105 from akien-mga/pr-android-shutdown-adbRémi Verschelde
Expose android/shutdown_adb_on_exit parameter
2016-03-20Expose android/shutdown_adb_on_exit parameter and default to trueRémi Verschelde
It was added in 30d0ca9 for the Steam build but only enabled when parsing a ._sc_ file that would define it. It is now available for all users to toggle, in and outside of Steam. Fixes #4073.
2016-03-20Merge pull request #4033 from akien-mga/pr-sample-lib-stop-buttonRémi Verschelde
Add stop and delete buttons to sample library (supersedes #3339)
2016-03-20Merge pull request #4104 from teamblubee/masterRémi Verschelde
Add support for gnu-libstc++-4.9 needed by recent NDK versions
2016-03-20Add support for gnu-libstc++-4.9 needed by recent NDK versionsblubee
The 4.9 version is the default one, people can still build using 4.8 with older NDK versions by setting the (optional) NDK_TARGET and NDK_TARGET_X86 environment variables.
2016-03-20Dynamic property list for control margins allowing floating point properties ↵Saracen
to be used with ratio anchors.
2016-03-19Merge pull request #4085 from sanikoyes/Pr-adb-keep-user-dataRémi Verschelde
Add -r flag to adb install for keep app user data
2016-03-19Merge pull request #4095 from neikeq/pr-bind-add_spacerRémi Verschelde
BoxContainer: Bind method add_spacer(bool)
2016-03-19Merge pull request #4094 from neikeq/pr-fix-4062Rémi Verschelde
TextEdit: Fix Shift+Delete shortcut not calling cut()