aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Added/Fixed null pointer checksWilson E. Alvarez2017-08-261-2/+2
| |/
* / Added a cursor column check.Paulo Gomes2017-08-261-2/+2
|/
* -Code completion for enumerationsJuan Linietsky2017-08-241-3/+13
* Merge pull request #10561 from Paulb23/smooth_scroll_input_overrideRémi Verschelde2017-08-231-0/+13
|\
| * Stops scrolling when the user issues another commandPaulb232017-08-221-0/+13
* | TextEdit: Copy whole line if not having selection.Andreas Haas2017-08-221-3/+0
|/
* Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde2017-08-221-3/+1
|\
| * Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-3/+1
* | Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-10/+10
|\ \
| * | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-10/+10
| |/
* | Merge pull request #10427 from Hinsbart/fix_paddingRémi Verschelde2017-08-221-1/+1
|\ \
| * | TextEdit: Fix line padding.Andreas Haas2017-08-181-1/+1
* | | Increased smooth scroll speed and added user settingPaulb232017-08-211-1/+13
| |/ |/|
* | Fixed not being able to scroll to eofPaulb232017-08-201-3/+3
* | Added smooth scrolling to TextEditPaulb232017-08-191-5/+82
* | Merge pull request #10439 from Paulb23/blinking_text_issue_10432Rémi Verschelde2017-08-191-0/+2
|\ \ | |/ |/|
| * Fixed blinking text, issue 10432Paulb232017-08-191-0/+2
* | TextEdit: Moving between words now works across lines.Andreas Haas2017-08-181-0/+14
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-3/+3
* | Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde2017-08-111-16/+83
|\ \
| * | Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-16/+83
| |/
* | Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-1/+1
* | Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
|/
* Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-061-3/+3
* ScriptEditor: ctrl+click can open scenes/resources.Andreas Haas2017-08-021-0/+17
* made delete next and prev consistent to other editors,issue 6546Paulb232017-08-011-52/+52
* Add object type hint for docsPoommetee Ketson2017-07-231-2/+2
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+1
* IME window follow the input cursor.geequlim2017-07-111-0/+9
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-11/+11
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-6/+6
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-909/+904
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-6/+12
* Merge pull request #8417 from neikeq/hello-thereRémi Verschelde2017-04-201-2/+2
|\
| * External editor improvements and fixesIgnacio Etcheverry2017-04-171-2/+2
* | Added support for space indentationPaulb232017-04-181-23/+117
* | Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-2/+2
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix highlight typosupaiku2017-04-061-11/+11
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-1546/+1343
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-54/+54
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-6/+6
* Selected text is now deselected on ctrl+home/endkbake2017-02-031-14/+25
* Fixed line lenght guideline drawing with color optionPaulb232017-01-281-8/+9
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-3/+3
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-7/+7
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-1/+1