summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
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
2017-09-17Fix crash when using key+u on a line with only a #Marcelo Fernandez
2017-09-17Merge pull request #11314 from marcelofg55/masterRémi Verschelde
Fix possible crash with ctrl-u on script editor
2017-09-17Merge pull request #11301 from volzhs/fix-richtextlabelRémi Verschelde
Make clickable properly in editor help
2017-09-17Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde
Added border for tabs + container.
2017-09-16Fixed compilation with tools=noDaniel J. Ramirez
2017-09-17Merge pull request #11282 from djrm/pr_script_editor_auto_themePoommetee Ketson
Added adaptive text editor theme
2017-09-17Merge pull request #11269 from toger5/fix_get_stylebox_parent_classPoommetee Ketson
also loop for classes if there is no coustom theme fixes #11250
2017-09-16Added Left / Right arrow navigation in tree, issue 10737Paulb23
2017-09-16Fix possible crash with ctrl-u on script editorMarcelo Fernandez
2017-09-15Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez
2017-09-16Make clickable properly in editor helpvolzhs
fixes #3671
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
Fix enums bindings
2017-09-15Added border for tabs + container.toger5
- moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles.
2017-09-14Improved VisualScriptEditorDaniel J. Ramirez
2017-09-14also loop for classes if there is no coustom theme fixes #11250toger5
2017-09-13Merge pull request #11191 from toger5/slider_highlight_areaRémi Verschelde
added highlight area to slider
2017-09-13Fix enums bindingsMaxim Sheronov
Add missed bindings for enums Move some enums to class to have correct output of api.json
2017-09-13Merge pull request #10995 from GodotExplorer/pr-treeRémi Verschelde
Add custom minumus height to TreeItem
2017-09-12added highlight area to slidertoger5
2017-09-12Improved theme generation, and other fixesDaniel J. Ramirez
2017-09-12Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde
Fix unused variable warnings
2017-09-12Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde
Remove assignment and declarations in if statements
2017-09-12Merge pull request #11057 from hpvb/fix-various-warningsRémi Verschelde
Fix various assorted warnings
2017-09-08Fix unused variable warningsHein-Pieter van Braam
The forth in my quest to make Godot 3.x compile with -Werror on GCC7
2017-09-08Remove assignment and declarations in if statementsHein-Pieter van Braam
After discussing with @reduz and @akien-mga it was decided that we do not allow assignments or declarations in if statements. This PR removes the instances of this I could find by automated means.
2017-09-08Fix various assorted warningsHein-Pieter van Braam
Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp.
2017-09-08Fix serveral recent new clang-format errorsHein-Pieter van Braam
2017-09-07Restored auto snapping of controls to pixels, fixes #10847 and probably ↵Juan Linietsky
several more issues. Made it optional in the project settings but defaults to true.
2017-09-06second take at autocomplete logic, using a TextOperation check.Paulo Gomes
2017-09-06Remove dead ButtonGroup codeRémi Verschelde
2017-09-05Add custom minumus height to TreeItemGeequlim
And expose the method `get_drop_section_at_pos` of Tree
2017-09-05Merge pull request #10822 from hoelzl/toggle-buttonRémi Verschelde
Fix inconsistent toggle button behavior
2017-09-04Merge pull request #10902 from toger5/rtl_copy_and_selection_colorRémi Verschelde
fixed copy on osx + help selection color
2017-09-04Merge pull request #10916 from volzhs/vertical-align-tree-lineeditRémi Verschelde
LineEdit in Tree is aligned vertical center
2017-09-04Merge pull request #10931 from djrm/pr_style_fixesRémi Verschelde
Improved color temperature in script editor
2017-09-04fixed copy on osx + help selection colortoger5
2017-09-04Merge pull request #10932 from djrm/pr_fix_metricsRémi Verschelde
Fixed some metrics (some issues caused by the new Noto Sans font).
2017-09-04Merge pull request #10901 from toger5/script_background_cleanupRémi Verschelde
StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685
2017-09-04Merge pull request #10894 from Paulb23/brace_auto_indentRémi Verschelde
Added support for brace auto indent and fixed indent above.
2017-09-03Fix. resizeable -> resizable.Daniel J. Ramirez
(not actually a typo, but the rest of the API uses resizable)
2017-09-03Improved color temperature in script editorDaniel J. Ramirez
2017-09-03Fixed some metrics (some issues caused by the new Noto Sans font).Daniel J. Ramirez
plus other minor fixes
2017-09-03LineEdit in Tree is aligned vertical centervolzhs