summaryrefslogtreecommitdiff
path: root/scene/2d/touch_screen_button.cpp
AgeCommit message (Expand)Author
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-08Use rectangle size instead of extents for Shape dimensionsMarcel Admiraal
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-07GUI: Touch screen button click area now is synced with its drawMateo Kuruk Miccino
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-09Don't compile editor-only function when tools=noGilles Roudière
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-08Revert "Fixed TouchScreenButton::shape_centered having no effect"Rémi Verschelde
2019-10-19Fixed TouchScreenButton::shape_centered having no effectMuller-Castro
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde