aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-4960/+0
* Implement single-field property change for multinode editPedro J. Estébanez2017-03-021-80/+110
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+3
* Add menu item for file resources in the inspector to reveal them in the FileS...Ray Koopa2017-02-271-4/+16
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-2/+2
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-191-1/+1
* -begin of export work, not done yetJuan Linietsky2017-02-151-3/+3
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-3/+3
* Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-011-11/+29
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-4/+4
* Merge pull request #7542 from volzhs/modulate-transparencyRémi Verschelde2017-01-251-2/+22
|\
| * Show transparency and accurate color for modulatevolzhs2017-01-241-2/+22
* | Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky2017-01-201-2/+2
|\ \
| * | Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-2/+2
* | | Added some missing icons and modified othersDaniel J. Ramirez2017-01-161-1/+1
|/ /
* | Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* | Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+2
|/
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-12/+14
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-2/+2
* some class renamesJuan Linietsky2017-01-121-1/+1
* Renamed most signals so they refer to:Juan Linietsky2017-01-121-2/+2
* Merge pull request #6930 from bojidar-bg/gdscript-export-array-hintRémi Verschelde2017-01-111-4/+24
|\
| * Allow typing hints for Array class (in GDScript and Inspector/ArrayPropertyEdit)Bojidar Marinov2016-10-261-4/+24
* | Type renames:Juan Linietsky2017-01-111-54/+54
* | It is now possible to name layers of different kinds!Juan Linietsky2017-01-101-18/+49
* | Groundbreaking!! Godot resources can now be flagged to be local to the scene ...Juan Linietsky2017-01-101-1/+42
* | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-2/+2
* | 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