summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2017-10-14Fix video playbackMatt Hughes
This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora
2017-10-13Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez
2017-10-12turned arround minimum Size for Seperator in reaction to issue #12020Grosskopf
2017-10-09Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648Rémi Verschelde
Consistant scroll when using members overview, issue 11648
2017-10-09Merge pull request #11884 from Noshyaar/pr-fd2Rémi Verschelde
FileDialog: fix select index out of range [ci skip]
2017-10-08Consistant scroll when using members overview, issue 11648Paulb23
2017-10-06FileDialog: fix select index out of rangePoommetee Ketson
2017-10-05Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov
The missing usage flag led to GDNative API descriptions containting arguments with "void" type.
2017-10-05Merge pull request #11840 from djrm/pr_fix_drive_selectionGilles Roudiere
Match file dialog drive with the current folder.
2017-10-04Match file dialog drive with the current folder.Daniel J. Ramirez
2017-10-04Add function set_stream_position to VideoPlayerTerah
Also add docucmentation for set_stream_position in VideoPlayer
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
Renamed fixed_process to physics_process
2017-10-02Merge pull request #11754 from magyar123/masterAndreas Haas
Fixed center align in LineEdit
2017-10-02Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson
Several visual improvements.
2017-10-02Merge pull request #11650 from kitsune/fix-range-unshare-crashPoommetee Ketson
Fix crash when unsharing a range that is not shared
2017-10-01Fixed center align in LineEditbalint magyar
2017-10-01Fix 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-30Renamed fixed_process to physics_processAndreaCatania
2017-09-30Merge pull request #11684 from toger5/tab_container_menu_button_centerGilles Roudiere
Vertical alignement (TabContainer menu button)
2017-09-29fixed coustom bg weired offset for code editortoger5
2017-09-29Vertical alignement (TabContainer menu button)toger5
2017-09-28Several 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-28Fix crash when unsharing a range that is not sharedDylan 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-27Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde
Fixes bad display
2017-09-26Fix toggle mode of BaseButton.Ferenc Arn
..which got broken with #11480.
2017-09-27Fixes set_anchors_and_margins_preset()Gilles Roudiere
2017-09-27Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere
2017-09-26Fix crash when scene has LineEdit and run from editorvolzhs
2017-09-26Merge pull request #11424 from groud/control_node_presetsRémi Verschelde
Implements set_margins_preset(...)
2017-09-25Merge pull request #11541 from Paulb23/tree_arrow_goto_parentRémi Verschelde
Goto to parent on left arrow in tree with single column [ci skip]
2017-09-25Merge 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-24Fixed caret blink and speed resetting in scenes, issue 10764Paulb23
2017-09-24Fixed scrollbar jitter when clickingPaulb23
2017-09-24Goto to parent on left arrow in tree with single columnPaulb23
2017-09-23Rename get_position => get_playback_position and seek_pos => seek on audio ↵Marcelo Fernandez
classes
2017-09-22Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere
set_anchors_and_margins_preset(PRESET_WIDE)
2017-09-22Merge pull request #11480 from tagcup/button_unpress_fixRémi Verschelde
Ensure pressed is set to false in BaseButton::_unpress_group. [ci skip]
2017-09-22Implements set_margins_preset(...)Gilles Roudiere
2017-09-21RichTextLabel: Added get_visible_line_count method.Ferenc Arn
Also exposed get_line_count to GDScript.
2017-09-21Ensure pressed is set to false in BaseButton::_unpress_group.Ferenc Arn
2017-09-21Merge pull request #11453 from djrm/pr_visualsRémi Verschelde
Visual tweaks.
2017-09-20Visual tweaks.Daniel J. Ramirez
Updated icons Updated some color
2017-09-20Rename pos to position in user facing methods and variablesletheed
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
2017-09-19Merge pull request #11256 from djrm/pr_visual_improvementsRémi Verschelde
Visual improvements and new look for VS
2017-09-19Merge pull request #10437 from groud/2d_editor_enhancementsRémi Verschelde
Some 2d editor enhancements
2017-09-18Add some options and reorganize the 2D editor menus. Makes available forced ↵Gilles Roudiere
snapping.
2017-09-18Merge pull request #11372 from volzhs/fix-smooth-scrollRémi Verschelde
Fix smooth scrolling in ScrollBar
2017-09-18Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2Rémi Verschelde
autocomplete logic attempt 2, fixes #10695
2017-09-17Merge pull request #11328 from Paulb23/left_right_arrow_tree_issue_10737Rémi Verschelde
Added Left / Right arrow navigation in tree, issue 10737
2017-09-18Fix smooth scrolling in ScrollBarvolzhs
fixes #11369