Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-22 | FileDialog: enlarge the file list a bit | Poommetee Ketson | |
2017-10-21 | Merge pull request #12293 from Paulb23/line_highlighting_fix | Rémi Verschelde | |
Fixed current line highlighting, issue 12166 [ci skip] | |||
2017-10-21 | Fixed current line highlighting and visual indication of empty selected lines | Paulb23 | |
2017-10-22 | Bind unbound enums, rearrange some by value | Poommetee Ketson | |
2017-10-21 | Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottom | Poommetee Ketson | |
Stop move_to_bottom losing references to treeitems | |||
2017-10-20 | Merge pull request #12084 from santouits/tab_container_bug | Rémi Verschelde | |
tab container arrows don't work when a popup was set [ci skip] | |||
2017-10-20 | Merge pull request #12159 from RandomShaper/fix-sticky-slider | Gilles Roudiere | |
Reset slider mouse state on hiding/removing | |||
2017-10-18 | Itemlist rmb now provides the same pos as Tree rmb | AlexHolly | |
2017-10-16 | Reset slider mouse state on hiding/removing | Pedro J. Estébanez | |
Resetting `grab.active`, but also `mouse_inside` so that after reappearing it must be hovered again -even if the mouse is still over it- in order to get a highlight. That is consistent to the way other controls in the engine, e.g. buttons, work. Fixes #12130. | |||
2017-10-15 | Merge pull request #11407 from toger5/selection_override_color | Rémi Verschelde | |
added option to keep font color on selection + use consistent selection color in help (fixes: #11501) | |||
2017-10-14 | tab container arrows don't work when a popup was set | santouits | |
2017-10-13 | Added and improved some missing icons, plus some other visual fixes. | Daniel J. Ramirez | |
2017-10-12 | turned arround minimum Size for Seperator in reaction to issue #12020 | Grosskopf | |
2017-10-11 | Stop move_to_bottom losing references to treeitems | MillionOstrich | |
2017-10-09 | Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648 | Rémi Verschelde | |
Consistant scroll when using members overview, issue 11648 | |||
2017-10-09 | Merge pull request #11884 from Noshyaar/pr-fd2 | Rémi Verschelde | |
FileDialog: fix select index out of range [ci skip] | |||
2017-10-08 | Consistant scroll when using members overview, issue 11648 | Paulb23 | |
2017-10-06 | FileDialog: fix select index out of range | Poommetee Ketson | |
2017-10-05 | Add NIL_IS_VARIANT usage to few definitions | Ruslan Mustakov | |
The missing usage flag led to GDNative API descriptions containting arguments with "void" type. | |||
2017-10-05 | Merge pull request #11840 from djrm/pr_fix_drive_selection | Gilles Roudiere | |
Match file dialog drive with the current folder. | |||
2017-10-04 | Match file dialog drive with the current folder. | Daniel J. Ramirez | |
2017-10-04 | Add function set_stream_position to VideoPlayer | Terah | |
Also add docucmentation for set_stream_position in VideoPlayer | |||
2017-10-02 | Merge pull request #11659 from AndreaCatania/prephysics | Andreas Haas | |
Renamed fixed_process to physics_process | |||
2017-10-02 | Merge pull request #11754 from magyar123/master | Andreas Haas | |
Fixed center align in LineEdit | |||
2017-10-02 | Merge pull request #11646 from djrm/pr_visual_improvements | Poommetee Ketson | |
Several visual improvements. | |||
2017-10-02 | Merge pull request #11650 from kitsune/fix-range-unshare-crash | Poommetee Ketson | |
Fix crash when unsharing a range that is not shared | |||
2017-10-01 | Fixed center align in LineEdit | balint magyar | |
2017-10-01 | Fix GraphEdit mouse scroll axis. | jagt | |
maps BUTTON_WHEEL_UP/DOWN to vscroll of GraphEdit. maps KEY_SHIFT + BUTTON_WHEER_UP/DOWN to hscroll of GraphEdit. | |||
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania | |
2017-09-30 | Merge pull request #11684 from toger5/tab_container_menu_button_center | Gilles Roudiere | |
Vertical alignement (TabContainer menu button) | |||
2017-09-29 | fixed coustom bg weired offset for code editor | toger5 | |
2017-09-29 | Vertical alignement (TabContainer menu button) | toger5 | |
2017-09-28 | Several visual improvements. | Daniel J. Ramirez | |
Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes. | |||
2017-09-28 | do not overlap current line with selection color | toger5 | |
2017-09-28 | keep font color on selection as default | toger5 | |
2017-09-28 | Fix crash when unsharing a range that is not shared | Dylan Enloe | |
Added a guard to Range::_unref_shared to prevent it from doing anything in the event that shared is null. Fixes Issue: #11521 | |||
2017-09-27 | Merge pull request #11617 from groud/fix_bad_display | Rémi Verschelde | |
Fixes bad display | |||
2017-09-26 | Fix toggle mode of BaseButton. | Ferenc Arn | |
..which got broken with #11480. | |||
2017-09-27 | Fixes set_anchors_and_margins_preset() | Gilles Roudiere | |
2017-09-27 | Remove unecessary anchors&margins set causing bad display (sons of containers) | Gilles Roudiere | |
2017-09-26 | Fix crash when scene has LineEdit and run from editor | volzhs | |
2017-09-26 | Merge pull request #11424 from groud/control_node_presets | Rémi Verschelde | |
Implements set_margins_preset(...) | |||
2017-09-25 | Merge pull request #11541 from Paulb23/tree_arrow_goto_parent | Rémi Verschelde | |
Goto to parent on left arrow in tree with single column [ci skip] | |||
2017-09-25 | Merge pull request #11545 from ↵ | Rémi Verschelde | |
Paulb23/line_edit_caret_blink_resetting_issue_10764 Fixed caret blink and speed resetting in scenes, issue 10764 [ci skip] | |||
2017-09-24 | Fixed caret blink and speed resetting in scenes, issue 10764 | Paulb23 | |
2017-09-24 | Fixed scrollbar jitter when clicking | Paulb23 | |
2017-09-24 | Goto to parent on left arrow in tree with single column | Paulb23 | |
2017-09-23 | Rename get_position => get_playback_position and seek_pos => seek on audio ↵ | Marcelo Fernandez | |
classes | |||
2017-09-22 | Remove set_area_as_parent_rect and replace it by ↵ | Gilles Roudiere | |
set_anchors_and_margins_preset(PRESET_WIDE) | |||
2017-09-22 | Merge pull request #11480 from tagcup/button_unpress_fix | Rémi Verschelde | |
Ensure pressed is set to false in BaseButton::_unpress_group. [ci skip] |