Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-09 | fix two reading uninitialized pointers | Hubert Jarosz | |
fixed in: tools/editor/project_settings.cpp scene/gui/graph_edit.cpp | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-03-08 | Merge pull request #3969 from Paulb23/scroll_past_end_of_file | Juan Linietsky | |
Enabled scrolling past end of file in text editor. | |||
2016-03-07 | Enabled scrolling past end of file | Paulb23 | |
2016-03-04 | Add special new line opening | Martin Chuckeles | |
2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky | |
-New HTTPRequest node, to make HTTP requests simpler. | |||
2016-03-04 | Add editor settings for call hint placement | Martin Chuckeles | |
Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset | |||
2016-03-03 | Hide hint if completion is active | Martin Chuckeles | |
2016-03-03 | Move the call hint under the current line | Martin Chuckeles | |
2016-02-08 | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky | |
2016-02-08 | Property handle rotated controls in 2D editor, fixes #3613 | Juan Linietsky | |
2016-02-08 | Merge pull request #3627 from lordadamson/master | Rémi Verschelde | |
renamed function get_video_texutre to get_video_texture | |||
2016-02-08 | renamed function get_video_texutre to get_video_texture | Adham Zahran | |
2016-02-08 | Merge pull request #3409 from akien-mga/pr-script-tab-colour | Rémi Verschelde | |
Make custom_bg fit the whole "selected" area in ItemLists | |||
2016-02-06 | Stop ColorPicker's narcissism ( fixes #3592 ) | MarianoGNU | |
Also prevent alpha in guidelines. | |||
2016-02-05 | ColorPicker: Prevent regenerating hsv values every time. Fixes #3492 | MarianoGNU | |
2016-02-04 | support horizontal mouse wheel, use in text editor | hondres | |
2016-02-02 | -Add some offset to spinboxes in tree, so revert icon does not annoy much ↵ | Juan Linietsky | |
when pops up, fixes #3415 | |||
2016-02-01 | -remove the !inside_tree error, fixes grab focus error, closes #3521 | Juan Linietsky | |
2016-02-01 | Make sure variant parser recognizes "nil" for compatibility with old ↵ | Juan Linietsky | |
engine.cfg style cofig. Closes #3531 | |||
2016-01-31 | -Removed bizarre code introduced in a 2 years old PR, fixes #3483 | Juan Linietsky | |
2016-01-27 | Merge pull request #3470 from MarianoGnu/master | Rémi Verschelde | |
Get color constructor from ColorPicker | |||
2016-01-27 | Fix Tree Slider disappearing when clicking on it | Franklin Sobrinho | |
2016-01-26 | Remove strand debug print, fix #3473 | George Marques | |
2016-01-26 | Get color constructor from ColorPicker | MarianoGNU | |
2016-01-26 | Merge pull request #3467 from MarianoGnu/master | Rémi Verschelde | |
Focus and select line edit every time color is changed. Fixes #2586 | |||
2016-01-26 | Focus and select line edit every time color is changed. Fixes #2586 | MarianoGNU | |
2016-01-26 | Fix wrong position of LineEdit in Scene editor | Franklin Sobrinho | |
2016-01-24 | -Take in consideration canvas layers for GUI input | Juan Linietsky | |
2016-01-23 | -Forgot to add clips input to graphedit, fixes #3420 | Juan Linietsky | |
2016-01-23 | -Added a "modal_close" signal for controls | Juan Linietsky | |
-Used it to keep changes on lineedit when focused out | |||
2016-01-23 | Revert "Tree and PropertyEditor confirm value change on focus loss" | Juan Linietsky | |
2016-01-22 | -Improved tab visibility, fixes #3314 | Juan Linietsky | |
2016-01-22 | Make custom_bg fit the whole "selected" area in ItemLists | Rémi Verschelde | |
Closes #3096 | |||
2016-01-21 | Merge pull request #3407 from TheHX/pr-issue-1717 | Rémi Verschelde | |
Tree and PropertyEditor confirm value change on focus loss | |||
2016-01-21 | Tree and PropertyEditor confirm value change on focus loss | Franklin Sobrinho | |
2016-01-21 | Merge pull request #3403 from neikeq/spinbox_hold_imp | Rémi Verschelde | |
Fix and improved Spinbox behaviour | |||
2016-01-21 | Fix wrong local mouse pos when holding spinbox and improve behaviour | Ignacio Etcheverry | |
2016-01-20 | Merge pull request #3381 from MarianoGnu/graph_zoom | Rémi Verschelde | |
Add zoom to GraphEdit | |||
2016-01-19 | -Some fixes to drag and drop and canvas offset for GUI that were introduced ↵ | Juan Linietsky | |
after rewrite | |||
2016-01-18 | Add a slider to handle zoom | MarianoGNU | |
2016-01-18 | Add zoom to GraphEdit | MarianoGNU | |
Also fix some responsiveness issues: -Box selection no longer visible when connecting. -Allow cancel connection with mouse's right button. | |||
2016-01-18 | New shader nodes are now created under (more or less) the cursor. | Ovnuniarchos | |
2016-01-18 | Merge pull request #3358 from neikeq/issue_1123 | Rémi Verschelde | |
F5 hotkey to refresh FileDialog/EditorFileDialog | |||
2016-01-18 | Merge pull request #2854 from MarianoGnu/color_picker | Rémi Verschelde | |
new ColorPicker | |||
2016-01-17 | -Massive editor dialog cleanup | Juan Linietsky | |
-Added a bottom menu list | |||
2016-01-16 | -Moved all the "root" input handling for GUI from individual Controls to ↵ | Juan Linietsky | |
Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so! | |||
2016-01-15 | Add guide lines to visual editor. | MarianoGNU | |
2016-01-15 | add screen color picking | MarianoGNU | |
2016-01-15 | Add presets. | MarianoGNU | |
Also fix some bugs. Fix a crash and a minor bug |