Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-05 | Merge pull request #19735 from Paulb23/text_offset_issue_15688 | Max Hilbrunner | |
Fixed text drawing too high in TextEdit, issue 15688 | |||
2018-07-05 | Merge pull request #19351 from guilhermefelipecgs/fix_reversed_text | Max Hilbrunner | |
Fixes to the new inspector | |||
2018-07-05 | Merge pull request #19187 from Zirak/editor-autocomplete-quote | Max Hilbrunner | |
Editor autocomplete won't insert unnecessary quotes | |||
2018-07-05 | Merge pull request #18028 from gabrii/18026 | Max Hilbrunner | |
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter. | |||
2018-07-04 | Fixes to the new inspector | Guilherme Felipe | |
- Fix inspector dock not updating tree for main resource; - Fixes the inspector input text reverted during typing; - Add method bind for "refresh" used by MultiNodeEdit; | |||
2018-07-04 | Fixes control nodes size not updated when outside the tree | groud | |
2018-07-04 | Merge pull request #19782 from Calinou/fix-control-pixel-snap-rounding | Rémi Verschelde | |
Fix control pixel snap rounding using floor() instead of round() | |||
2018-07-03 | Merge pull request #17438 from Deluvi/get-word-pos-quote-fix | Max Hilbrunner | |
get_word_at_pos considers simple and double quotes | |||
2018-07-03 | Merge pull request #18634 from groud/fix_control_child_of_node2d | Max Hilbrunner | |
Fixes the bad calculation of margin & anchors when child of Node2D | |||
2018-07-03 | Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferred | Max Hilbrunner | |
Increases settings apply speed and added deferred color setting to ColorPicker | |||
2018-07-03 | Merge pull request #19565 from robojumper/fixed_edge_scroll | Max Hilbrunner | |
Re-enable scrolling via selecting code beyond edges in text_edit.cpp | |||
2018-07-02 | -Fixes to how hashing happened, now StringName and NodePath use default ↵ | Juan Linietsky | |
hasher, this was leading to some severe slowdown in scenarios -Fixes to some duplication scenarios for instanced scenes | |||
2018-07-01 | Merge pull request #19875 from willnationsdev/meta-underlined | George Marques | |
Fix underline_meta not working in RichTextLabel | |||
2018-07-01 | Center text drawing in LineEdit | Paulb23 | |
2018-07-01 | Fix performance for godot's interface | Guilherme Felipe | |
2018-07-01 | Fix underline_meta not working in RichTextLabel | Will Nations | |
2018-06-27 | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | |
2018-06-26 | Fix control pixel snap rounding using floor() instead of round() | Hugo Locurcio | |
This resulted in small leftwards/upwards movement of controls being faster than it should be. This closes #19763. | |||
2018-06-24 | Fixed text drawing too high in TextEdit, issue 15688 | Paulb23 | |
2018-06-18 | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | |
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback) | |||
2018-06-14 | Re-enable scrolling via selecting code beyond edges in text_edit.cpp | robojumper | |
2018-06-13 | LineEdit IME position will now ignore placeholder text. | Saracen | |
2018-06-13 | Merge pull request #19509 from SaracenOne/ime | Rémi Verschelde | |
IME context detection. | |||
2018-06-12 | Fix TabContainer not showing tabs on left when resizing. | Guilherme Felipe | |
Fix #19510. | |||
2018-06-11 | IME context detection. | Saracen | |
2018-06-09 | Merge pull request #18298 from gabrii/TextEditScaledSelection | Max Hilbrunner | |
TextEdit scaled selection | |||
2018-06-08 | Merge pull request #19334 from guilhermefelipecgs/fix_popup | Juan Linietsky | |
Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor | |||
2018-06-07 | Fixes the bad calculation of margin & anchors when child of Node2D | groud | |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky | |
2018-06-06 | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe | |
2018-06-06 | expose lineedit | Alexander Holland | |
2018-05-31 | Increase settings apply speed and added deferred color apply | Chaosus | |
2018-05-30 | Improve breakpoints and breakpoint gutter API in TextEdit | Gabriel Gavilan | |
Added breakpoint_gutter, is_breakpoint_gutter_enabled, set_breakpoint_gutter_enabled, get_breakpoints, remove_breakpoints. Fixed breakpoint_toggled signal not fierd when text is edited. Fixes #18026. | |||
2018-05-26 | Editor autocomplete won't insert unnecessary quotes | Zirak | |
When autocompleting a string (e.g. emit_signal or connect), e.g. emit_signal('visibility_c') ^ where "^" is the cursor, hitting <tab> would insert an unnecessary quote, breaking the string: emit_signal('visibility_changed'') This commit adds a small lookahead, so the end result will be as the user probably expected: emit_signal('visibility_changed') | |||
2018-05-24 | Ensures CMD+left and CMD+right only valid for OSX. | Anish | |
Fix in #18370 is now only valid for OSX and is reverted for other OS. Fixes #19042 | |||
2018-05-19 | fix for TextEdit::set_text firing signals it shouldn't. | Ibrahn Sahir | |
Removing some _changed signals in set_ functions. Includes revert of commit 384625aa31a3627c25246e06c1fbc3019866765c | |||
2018-05-18 | Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osx | Rémi Verschelde | |
fixed capital A osx | |||
2018-05-18 | fixed capital A osx | toger5 | |
2018-05-18 | Revert "Fix color-picker sliders" | Rémi Verschelde | |
2018-05-17 | Fix color-picker sliders | Martin Capitanio | |
2018-05-17 | -Ability to open resources in the same window | Juan Linietsky | |
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better | |||
2018-05-17 | Merge pull request #18862 from endragor/remove-font-width-ceiling | Rémi Verschelde | |
Ceil char width within Label instead of Font | |||
2018-05-16 | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | |
2018-05-16 | Add note about color picker deferred initialization | Juan Linietsky | |
2018-05-16 | Fix segfault at quiting editor | volzhs | |
2018-05-16 | Merge pull request #18910 from PJB3005/18-05-15-fix-textedit-param | Rémi Verschelde | |
Fix missing registration for new param of TextEdit::cursor_set_line. | |||
2018-05-16 | Merge pull request #18909 from ianb96/getcharwidthfix | Rémi Verschelde | |
fix get_char_width for non-latin characters | |||
2018-05-15 | -New inspector. | Juan Linietsky | |
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | |||
2018-05-15 | Fix missing registration for new param of TextEdit::cursor_set_line. | Pieter-Jan Briers | |
This caused Mono glue gen to fail and other bugs to appear (such as in Visual Script) | |||
2018-05-15 | fix get_char_width for non-latin characters | ianb96 | |