summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2018-07-01Merge pull request #19875 from willnationsdev/meta-underlinedGeorge Marques
2018-07-01Center text drawing in LineEditPaulb23
2018-07-01Fix performance for godot's interfaceGuilherme Felipe
2018-07-01Fix underline_meta not working in RichTextLabelWill Nations
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-26Fix control pixel snap rounding using floor() instead of round()Hugo Locurcio
2018-06-24Fixed text drawing too high in TextEdit, issue 15688Paulb23
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
2018-06-14Re-enable scrolling via selecting code beyond edges in text_edit.cpprobojumper
2018-06-13Fix "find and replace" initializing with wrong sizeGuilherme Felipe
2018-06-13LineEdit IME position will now ignore placeholder text.Saracen
2018-06-13Merge pull request #19509 from SaracenOne/imeRémi Verschelde
2018-06-12Fix TabContainer not showing tabs on left when resizing.Guilherme Felipe
2018-06-11IME context detection.Saracen
2018-06-09Merge pull request #18298 from gabrii/TextEditScaledSelectionMax Hilbrunner
2018-06-08Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky
2018-06-07Fixes the bad calculation of margin & anchors when child of Node2Dgroud
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-06-06Fix #16069, #19292, #19267 and #18940Guilherme Felipe
2018-06-06expose lineeditAlexander Holland
2018-05-31Increase settings apply speed and added deferred color applyChaosus
2018-05-30Improve breakpoints and breakpoint gutter API in TextEditGabriel Gavilan
2018-05-26Editor autocomplete won't insert unnecessary quotesZirak
2018-05-24Ensures CMD+left and CMD+right only valid for OSX.Anish
2018-05-19fix for TextEdit::set_text firing signals it shouldn't.Ibrahn Sahir
2018-05-18Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osxRémi Verschelde
2018-05-18fixed capital A osxtoger5
2018-05-18Revert "Fix color-picker sliders"Rémi Verschelde
2018-05-17Fix color-picker slidersMartin Capitanio
2018-05-17-Ability to open resources in the same windowJuan Linietsky
2018-05-17Merge pull request #18862 from endragor/remove-font-width-ceilingRémi Verschelde
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky
2018-05-16Add note about color picker deferred initializationJuan Linietsky
2018-05-16Fix segfault at quiting editorvolzhs
2018-05-16Merge pull request #18910 from PJB3005/18-05-15-fix-textedit-paramRémi Verschelde
2018-05-16Merge pull request #18909 from ianb96/getcharwidthfixRémi Verschelde
2018-05-15-New inspector.Juan Linietsky
2018-05-15Fix missing registration for new param of TextEdit::cursor_set_line.Pieter-Jan Briers
2018-05-15fix get_char_width for non-latin charactersianb96
2018-05-14TextEdit word wrapIan
2018-05-14Ceil char width within Label instead of FontRuslan Mustakov
2018-05-14Merge pull request #18853 from YeldhamDev/gui_cppcheck_fixesRémi Verschelde
2018-05-14Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias
2018-05-12Add support for bilinear bars in TextureProgressHugo Locurcio
2018-05-11fixed a input not registered in osx script editortoger5
2018-05-09Apply viewport scale to selection update methods. Changed to propper fix suge...Gabriel Gavilan
2018-05-09Consider TextEdit paste operation complex.Charly Mourglia
2018-05-09get_word_at_pos considers simple and double quotesDeluvi
2018-05-08Change from "search dialog" to "search bar" on help screenGuilherme Silva
2018-05-08Merge pull request #17578 from endragor/ft-outlinesRémi Verschelde