| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix TabContainer not showing tabs on left when resizing. | Guilherme Felipe | 2018-06-12 | 1 | -0/+40 |
| | | | | | Fix #19510. | ||||
| * | Drag to rearrange Tabs and TabContainer | ianb96 | 2018-04-08 | 1 | -0/+161 |
| | | |||||
| * | Keep to show current script when closing all docs | volzhs | 2018-02-20 | 1 | -9/+13 |
| | | | | | | | | also fix error when removing multiple tabs from TabContainer at same frame. like closing multiple docs at once. Fix #16403 | ||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | ||||
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | | Happy new year to the wonderful Godot community! | ||||
| * | Fix Index p_current=0 error at starting editor | volzhs | 2017-12-11 | 1 | -3/+8 |
| | | |||||
| * | Fix crash when click an empty tabs container | sanikoyes | 2017-10-30 | 1 | -0/+7 |
| | | |||||
| * | tab container arrows don't work when a popup was set | santouits | 2017-10-14 | 1 | -2/+7 |
| | | |||||
| * | Vertical alignement (TabContainer menu button) | toger5 | 2017-09-29 | 1 | -2/+2 |
| | | |||||
| * | Remove set_area_as_parent_rect and replace it by ↵ | Gilles Roudiere | 2017-09-22 | 1 | -2/+2 |
| | | | | | set_anchors_and_margins_preset(PRESET_WIDE) | ||||
| * | Merge pull request #10900 from toger5/theme_tab_border | Rémi Verschelde | 2017-09-17 | 1 | -3/+3 |
| |\ | | | | | Added border for tabs + container. | ||||
| | * | Added border for tabs + container. | toger5 | 2017-09-15 | 1 | -3/+3 |
| | | | | | | | | | | | - moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles. | ||||
| * | | Fix enums bindings | Maxim Sheronov | 2017-09-13 | 1 | -0/+4 |
| |/ | | | | | Add missed bindings for enums Move some enums to class to have correct output of api.json | ||||
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -5/+5 |
| | | | | | | | | | | | | | Currently we rely on some undefined behavior when Object->cast_to() gets called with a Null pointer. This used to work fine with GCC < 6 but newer versions of GCC remove all codepaths in which the this pointer is Null. However, the non-static cast_to() was supposed to be null safe. This patch makes cast_to() Null safe and removes the now redundant Null checks where they existed. It is explained in this article: https://www.viva64.com/en/b/0226/ | ||||
| * | Rename localization method to `tr` again | Rémi Verschelde | 2017-08-18 | 1 | -2/+2 |
| | | | | | Partial revert of #10380 based on contributor ~~bullying~~ feedback. | ||||
| * | Rename `XL_MESSAGE` aka `tr` to `localize` | Rémi Verschelde | 2017-08-17 | 1 | -2/+2 |
| | | | | | | Also renames `set_message_translation` to `set_message_localization` for consistency. | ||||
| * | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 1 | -2/+2 |
| | | | | | Fixes #10244. | ||||
| * | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 1 | -4/+8 |
| | | |||||
| * | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -6/+6 |
| | | |||||
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -1/+1 |
| | | |||||
| * | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -1/+1 |
| | | | | | Make the naming consistent with other classes. | ||||
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -4/+6 |
| | | | | | this might cause bugs I haven't found yet.. | ||||
| * | Revert "Add new editor and default theme (WIP)" | volzhs | 2017-05-03 | 1 | -5/+4 |
| | | | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7. | ||||
| * | Add new editor and default theme (WIP) | Daniel J. Ramirez | 2017-04-27 | 1 | -4/+5 |
| | | |||||
| * | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -2/+2 |
| | | | | | | | | | Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005 | ||||
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| | | |||||
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -48/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | ||||
| * | - `tab_changed` signal emits only by selecting a different tab. | Thaer Razeq | 2017-03-05 | 1 | -5/+23 |
| | | | | | | | - Added `tab_selected` signal. Which emits a signal by selecting any tab, if current tab is selected again. - Added `get_previous_tab()`. Which returns the previous shown tab. **Note:** only `tab_changed` can modify previous tab index. - Add documentation for the added function and signals. Fix a typo too. | ||||
| * | Add disabled tabs | Ray Koopa | 2017-02-27 | 1 | -5/+36 |
| | | |||||
| * | Fix several drawing and logic issues in TabContainer | Ray Koopa | 2017-02-27 | 1 | -426/+306 |
| | | |||||
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -17/+17 |
| | | | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56 | ||||
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -3/+3 |
| | | | | | This saves typing and is a step towards fixing #56 | ||||
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -2/+2 |
| | | |||||
| * | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -1/+1 |
| | | | | | | | visible (property) - access set_visible(bool) is_visible() is_visible_in_tree() - true when visible and parents visible show() hide() - for convenience | ||||
| * | renamed _input_event for GUI events to _gui_input, so it's more ↵ | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| | | | | | differentiated than generalized _input | ||||
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -17/+17 |
| | | | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | ||||
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | ||||
| * | VisualScript can now execute visual scripts, but there is no debugger or ↵ | Juan Linietsky | 2016-08-05 | 1 | -0/+3 |
| | | | | | profiler yet. | ||||
| * | Remove unused variables (third pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -31/+0 |
| | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | ||||
| * | Merge pull request #5234 from Paulb23/fix_error_tab_print | Rémi Verschelde | 2016-06-19 | 1 | -2/+3 |
| |\ | | | | | Fixed error: set_current_tab print on project open | ||||
| | * | Fixed error: set_current_tab print on project open | Paulb23 | 2016-06-15 | 1 | -2/+3 |
| | | | |||||
| * | | TabContainer now reports proper minimum size, closes #4896 | Juan Linietsky | 2016-06-17 | 1 | -3/+6 |
| |/ | |||||
| * | Fix error tab index out of size print, issue 4997 | Paulb23 | 2016-06-06 | 1 | -1/+0 |
| | | |||||
| * | -Some fixes to OSX retina scaling for window functions | Juan Linietsky | 2016-05-30 | 1 | -0/+5 |
| | | | | | -Implemented HiDPI detection and support for Godot Editor! | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -2/+2 |
| | | |||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | -work in progress implementation of NDEE's theme It's NOT DONE YET | Juan Linietsky | 2015-10-20 | 1 | -38/+51 |
| | | |||||
| * | some editor window changes | Juan Linietsky | 2015-06-13 | 1 | -15/+105 |
| | | | | | | -ability to make dock position configurable, and it gets saved -editor starts maximized default | ||||
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| | | |||||
