summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative_library_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-091-420/+0
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+2
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-2/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+3
* Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-1/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-9/+9
* Optimize StringName usagereduz2021-07-181-12/+12
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-2/+2
* Add GDNative Framework loading and export support.bruvzg2021-05-241-5/+4
* Removed _change_notifyreduz2021-02-101-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-4/+4
* Rename Control margin to offsetMarcel Admiraal2020-12-231-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* [HTML5] Make GDNative support feature-based.Fabio Alessandrelli2020-12-051-1/+1
* [HTML5] GDNative support via SIDE_MODULE.Fabio Alessandrelli2020-12-051-5/+5
* add iOS Simulator platform Stephan Dilly2020-09-191-0/+1
* 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