aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-6/+6
* Fix code completion for new getnode syntaxJuan Linietsky2017-01-081-4/+5
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-3/+3
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+2
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-15/+17
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-54/+54
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix search to find "whole" words at end of lineJohnson Earls2016-12-181-1/+1
* Emit "*_changed" signal in set_*volzhs2016-11-141-1/+1
* Merge pull request #7052 from Paulb23/text_edit_color_uniformationRémi Verschelde2016-11-091-20/+6
|\
| * Made background and symbol color follow the color APIPaulb232016-11-061-20/+6
* | Caret blink will no longer cause redraw without focus, issue 6167Paulb232016-11-061-1/+1
|/
* Allow turing off zero-padding for line numbersPedro J. Estébanez2016-10-131-1/+10
* Merge pull request #6778 from Hinsbart/completion_zRémi Verschelde2016-10-111-2/+12
|\
| * Fix Script Editor drawing over Dialogs.Andreas Haas2016-10-101-2/+12
* | Add line length guideline to code editorsPedro J. Estébanez2016-10-101-0/+20
|/
* Fix code completion drawing under other gui elements.Andreas Haas2016-10-051-1/+5
* Add inline ColorPicker to Script text editor.Andreas Haas2016-09-291-1/+5
* Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.Andreas Haas2016-09-191-7/+15
* Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky2016-09-121-4/+143
* -Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky2016-09-111-1/+2
* Confirm code completion with numpad key ENTERIgnacio Etcheverry2016-08-121-1/+1
* Exposed enable syntax highlighting to propertiesPaulb232016-07-281-0/+1
* Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde2016-07-231-0/+28
|\
| * TextEdit: Center search resultsIgnacio Etcheverry2016-07-211-0/+28
* | Fixed caret width on tabsPaulb232016-07-181-2/+3
* | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde2016-07-181-0/+2
|\ \
| * | Fixed breakpoint gutter toggle not updating when game is running, issue 5712Paulb232016-07-151-0/+2
| |/
* / Added block caret to TextEditPaulb232016-07-121-17/+38
|/
* Expose highlight all occurrencesPaulb232016-07-111-0/+8
* Expose show line numbersPaulb232016-07-111-1/+10
* Added completion font colorsPaulb232016-07-111-1/+2