summaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp
AgeCommit message (Expand)Author
2016-09-06Do not expose resource/ properties in sectioned property editor, closes #6396Juan Linietsky
2016-08-31-Reworked constant nodes betterJuan Linietsky
2016-08-29Merge pull request #6188 from TheHX/undo-redoRémi Verschelde
2016-08-26Even more work on visual script editor:Juan Linietsky
2016-08-25More visual script workJuan Linietsky
2016-08-23tiny bug fixJuan Linietsky
2016-08-23Proper function/property selection in visual script editing for property.Juan Linietsky
2016-08-17Implemented UndoRedo mergeable modesFranklin Sobrinho
2016-08-08Added a simpler way to do sub-functions in both visual and gdscript with the ...Juan Linietsky
2016-08-03More work on visual scripting..Juan Linietsky
2016-08-03More progress on visual script editingJuan Linietsky
2016-08-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-07-25Fix default ranges of the inspectorBojidar Marinov
2016-07-18Keep selected section in Editor Settings when reopening the dialogFranklin Sobrinho
2016-07-10Merge pull request #5584 from TheHX/project-settingsJuan Linietsky
2016-07-07Removed unused variables (second pass) + dead codeRémi Verschelde
2016-07-07Implement undo/redo for adding and deleting global propertiesFranklin Sobrinho
2016-07-06Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422Juan Linietsky
2016-07-01Color picker was getting too much focus, made it get not as much focus.Juan Linietsky
2016-06-19-Setting script in multi node edit works, closes #4442Juan Linietsky
2016-06-13Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky
2016-06-12resolve numerical error when comparing instancing an inheritance to avoid sav...Juan Linietsky
2016-06-12Add subsequence search to toolsGeorge Marques
2016-06-07-Heavily improved editor startup and exit performanceJuan Linietsky
2016-05-30-Some fixes to OSX retina scaling for window functionsJuan Linietsky
2016-05-27Changed import workflowJuan Linietsky
2016-05-22Real-Time Remote Inspector supportJuan Linietsky
2016-05-21i18n: Fix another %i in vformatRémi Verschelde
2016-05-21i18n: Use %d instead of %i in vformatRémi Verschelde
2016-05-21i18n: Second pass at proofreadingRémi Verschelde
2016-05-21i18n: Proofreading of all stringsRémi Verschelde
2016-05-14New reworked AnimatedSprite!Juan Linietsky
2016-05-11-begun implementing drag & drop editor wideJuan Linietsky
2016-05-04i18n: Don't make print_line calls translatableRémi Verschelde
2016-05-04Merge pull request #4543 from djrm/better_hint_allRémi Verschelde
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-05-03Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxesDaniel J. Ramirez
2016-05-01Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-06Fix Project Settings dialog add/delete global variableFranklin Sobrinho
2016-02-08-Avoid crash in property editor due to newly out of focus but still valid pro...Juan Linietsky
2016-02-02-Add some offset to spinboxes in tree, so revert icon does not annoy much whe...Juan Linietsky
2016-01-26Merge pull request #1453 from adolson/remove-inspector-headingsRémi Verschelde
2016-01-23-Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky
2016-01-23Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-01-23-Support the TRNS flag on libpng, fixes #3097Juan Linietsky
2016-01-23Revert "Better search for SectionedPropertyEditor, added "All" section"Juan Linietsky
2016-01-23Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky
2016-01-21Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho