summaryrefslogtreecommitdiff
path: root/scene/gui/control.h
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-08Optimise TextEdit base operationsPaulb23
2021-12-06Rename minimum_size_changed() methodkobewi
2021-11-22Merge pull request #55151 from Chaosus/control_reset_sizeRémi Verschelde
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-15Fix drag and drop on LineEditConteZero
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-19Implement TileMap patterns paletteGilles Roudière
2021-10-07Replace references to VisualServer in code comments with RenderingServerHugo Locurcio
2021-10-04Add the base scale factor to the Theme resourceYuri Sizov
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-10-01Allow non-control Nodes to handle drag forwarding (e.g. Windows)Eric M
2021-09-05Prevent editing properties managed by parent containerAwkor
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-13Add bulk theme overrides to ControlPaulb23
2021-07-29Add `auto_translate` toggle for automatic translationMichael Alexsander
2021-07-25Optimise `is_layout_rtl` by caching its return value.bruvzg
2021-07-20Editor StringName and Viewport optimizationsJoan Fons
2021-07-13Add type variations to ThemeYuri Sizov
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-25Implement native extension systemreduz
2021-06-25Remove clips_input() method and use clip_contentkobewi
2021-05-17Add theme_custom_type property to Control and WindowYuri Sizov
2021-04-11Use Array for node configuration warningsNathan Franke
2021-03-31Merge pull request #47252 from KoBeWi/themecideRémi Verschelde
2021-03-23Add methods to remove theme overrideskobewi
2021-03-19Use real_t in non-physics 2D nodesAaron Franke
2021-02-19Warn when setting Control size inside ready()Tomasz Chabora
2021-02-10Removed _change_notifyreduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-21Merge pull request #44300 from KoBeWi/🧹🧹Rémi Verschelde
2020-12-15Rename neighbour in Control to neighborDaniel Ting
2020-12-11Move initialization of some classes to headersTomasz Chabora
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-26Removed unused property 'pending_resize' from ControlEric M
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-16Merge pull request #42008 from Calinou/theme-rename-node-typeRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-27Rename the `type` parameter to `node_type` in Theme and ControlHugo Locurcio
2020-10-02Updated getters and setters names for toplevelDuroxxigar
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky