summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative_library_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* GDNative Editor: Support selecting frameworks for iOSSergey Minakov2020-07-021-2/+14
* Export: Rename 'Windows Universal' to 'UWP'Rémi Verschelde2020-06-191-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-6/+11
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-22/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-12/+12
* Working multiple window support, including editorJuan Linietsky2020-03-261-5/+5
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-15/+7
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-7/+7
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+0
* Merge pull request #30935 from YeldhamDev/gdnative_plugin_fixRémi Verschelde2019-07-291-5/+3
|\
| * Fix 'GDNativeLibrary' editor being incorrectly openedMichael Alexsander Silva Dias2019-07-291-5/+3
* | Improve platform selection in the GDNativeLibrary dockNilsIrl2019-07-291-2/+8
|/
* Replace radion buttons with checkboxes in GDNativeLibrary editorNilsIrl2019-07-271-14/+17
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques2018-01-011-2/+2
|\
| * Make GDNative DLLs work on UWPGeorge Marques2018-01-011-2/+2
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Add plugin to edit GDNativeLibrarygeequlim2017-12-181-0/+423