aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-1/+1
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-6/+9
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-48/+101
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-2/+2
* Begin modifying properties to make them more friendly to script and doc.Juan Linietsky2017-01-031-4/+31
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-64/+64
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Possibility to write node path by hand in exported NodePath variable (#3486)Mateusz Adamczyk2016-10-111-2/+14
* Allow step for integer propertiesPedro J. Estébanez2016-10-101-6/+6
* Merge pull request #6554 from pkowal1982/propertyeditortooltipsRémi Verschelde2016-10-031-0/+2
|\
| * Show True/False tooltip in property editor for bool valuesPawel Kowal2016-09-191-0/+2
* | Fix typo for word_wrapvolzhs2016-09-301-2/+2
|/
* Modified resource menu for node scripts so it always goes through the new scr...Juan Linietsky2016-09-121-2/+10
* Do not expose resource/ properties in sectioned property editor, closes #6396Juan Linietsky2016-09-061-1/+1
* -Reworked constant nodes betterJuan Linietsky2016-08-311-1/+19
* Merge pull request #6188 from TheHX/undo-redoRémi Verschelde2016-08-291-1/+1
|\
| * Implemented UndoRedo mergeable modesFranklin Sobrinho2016-08-171-1/+1
* | Even more work on visual script editor:Juan Linietsky2016-08-261-0/+34
* | More visual script workJuan Linietsky2016-08-251-0/+1
* | tiny bug fixJuan Linietsky2016-08-231-0/+1
* | Proper function/property selection in visual script editing for property.Juan Linietsky2016-08-231-0/+138
|/
* Added a simpler way to do sub-functions in both visual and gdscript with the ...Juan Linietsky2016-08-081-0/+4
* More work on visual scripting..Juan Linietsky2016-08-031-2/+13
* More progress on visual script editingJuan Linietsky2016-08-031-5/+60
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-08-021-2/+2
|\
| * Fix default ranges of the inspectorBojidar Marinov2016-07-251-2/+2
* | WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-4/+24
|/
* Keep selected section in Editor Settings when reopening the dialogFranklin Sobrinho2016-07-181-8/+23
* Merge pull request #5584 from TheHX/project-settingsJuan Linietsky2016-07-101-0/+2
|\
| * Implement undo/redo for adding and deleting global propertiesFranklin Sobrinho2016-07-071-0/+2
* | Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-5/+1
|/
* Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422Juan Linietsky2016-07-061-3/+1
* Color picker was getting too much focus, made it get not as much focus.Juan Linietsky2016-07-011-0/+1
* -Setting script in multi node edit works, closes #4442Juan Linietsky2016-06-191-0/+3
* Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky2016-06-131-1/+1
|\
| * Add subsequence search to toolsGeorge Marques2016-06-121-1/+1
* | resolve numerical error when comparing instancing an inheritance to avoid sav...Juan Linietsky2016-06-121-0/+8
|/
* -Heavily improved editor startup and exit performanceJuan Linietsky2016-06-071-8/+15
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-6/+6
* Changed import workflowJuan Linietsky2016-05-271-0/+35
* Real-Time Remote Inspector supportJuan Linietsky2016-05-221-0/+32
* i18n: Fix another %i in vformatRémi Verschelde2016-05-211-1/+1
* i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-211-1/+1
* i18n: Second pass at proofreadingRémi Verschelde2016-05-211-2/+2
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-11/+11
* New reworked AnimatedSprite!Juan Linietsky2016-05-141-0/+1
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-1/+199
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-1/+1
* Merge pull request #4543 from djrm/better_hint_allRémi Verschelde2016-05-041-2/+2
|\
| * Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxesDaniel J. Ramirez2016-05-031-2/+2