summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44349 from KoBeWi/drop_the_data!Rémi Verschelde2021-01-261-1/+1
|\
| * Allow to override drop data in LineEditkobewi2020-12-131-1/+1
* | Exposed find_next_valid_focus and find_prev_valid_focus.Nils Reid2021-01-261-0/+2
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Merge pull request #44607 from madmiraal/rename-control-rotationRémi Verschelde2020-12-281-1/+2
|\ \
| * | Rename Control rotation to rotation_degreesMarcel Admiraal2020-12-231-1/+2
* | | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* | | Rename Control margin to offsetMarcel Admiraal2020-12-231-151/+151
|/ /
* | Merge pull request #44300 from KoBeWi/🧹🧹Rémi Verschelde2020-12-211-35/+0
|\ \
| * | Move initialization of some classes to headersTomasz Chabora2020-12-111-35/+0
| |/
* / Rename neighbour in Control to neighborDaniel Ting2020-12-151-19/+19
|/
* Cleanup unused engine codeTomasz Chabora2020-12-091-107/+0
* doc: Sync classref with current sourceRémi Verschelde2020-12-041-1/+0
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-0/+1
|\
| * Implement new shortcuts system.Eric M2020-11-231-0/+1
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-25/+302
|/
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Merge pull request #42008 from Calinou/theme-rename-node-typeRémi Verschelde2020-11-161-95/+95
|\
| * Rename the `type` parameter to `node_type` in Theme and ControlHugo Locurcio2020-10-271-95/+95
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* | Tooltips: Improve code clarity and docsRémi Verschelde2020-11-031-1/+3
|/
* Updated getters and setters names for toplevelDuroxxigar2020-10-021-4/+4
* Merge pull request #42451 from Duroxxigar/rename-toplevelRémi Verschelde2020-10-021-11/+11
|\
| * Renamed toplevel to be top_levelDuroxxigar2020-10-011-11/+11
* | Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde2020-10-011-1/+1
|\ \ | |/ |/|
| * Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-1/+1
* | Fixed minor typo, gui_hid -> gui_hide.Jonah Stich2020-09-081-1/+1
* | Fix content scale mode, closes #37941Juan Linietsky2020-07-021-0/+10
* | Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-2/+3
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-75/+149
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+17
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-212/+0
* Updated editor spin slider to have better behaviour and adjusted control's si...Eric M2020-05-061-1/+1
* Remove Node.get_position_in_parent()Tomasz Chabora2020-04-061-2/+2
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-6/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-47/+47
* Renaming of servers for coherency.Juan Linietsky2020-03-271-4/+4
* Popups have also been converted to windowsJuan Linietsky2020-03-261-4/+1
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-150/+39
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-109/+196
* Working multiple window support, including editorJuan Linietsky2020-03-261-260/+191
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-5/+0
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-23/+18
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-6/+6
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-30/+30
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-7/+6
* Texture refactorJuan Linietsky2020-02-111-5/+5
* Merge pull request #32959 from georgwacker/control-node-anim-fixRémi Verschelde2020-02-051-5/+0
|\
| * Fix control node transform animation jitter with pivot offsetGeorg Wacker2019-10-211-5/+0