Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-01 | made delete next and prev consistent to other editors,issue 6546 | Paulb23 | |
2017-07-31 | Fix property type expose of Control.stretch_ratio. | Geequlim | |
Fix set integer value from inspector to round instead of floor. | |||
2017-07-28 | Merge pull request #9937 from AlexHolly/tabs-add-tab-defaults | Rémi Verschelde | |
fix missing DEFVAL | |||
2017-07-28 | fix missing DEFVAL | AlexHolly | |
2017-07-27 | Do not allow multiple data connections to the same data input slot, fixes ↵ | Daniel J. Ramirez | |
#6357.Improved curve rendering when nodes are close. | |||
2017-07-26 | Fix the resize mode of TextureButton cannot be saved into resource files. | Geequlim | |
2017-07-25 | Label: update min size when regenerate wordcache | Poommetee Ketson | |
2017-07-24 | Merge pull request #9746 from Noshyaar/label | Rémi Verschelde | |
Label: add auto_height | |||
2017-07-24 | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde | |
Add object type hint for docs | |||
2017-07-23 | Add object type hint for docs | Poommetee Ketson | |
2017-07-23 | Merge pull request #9773 from Noshyaar/pr-tabs | Rémi Verschelde | |
Tabs: expose tab_close_display_policy property | |||
2017-07-23 | Merge pull request #9706 from djrm/theme_fixes | Rémi Verschelde | |
Icons can now be added inside line edits (Search icon). | |||
2017-07-23 | Tabs: expose tab_close_display_policy property | Poommetee Ketson | |
2017-07-22 | Merge pull request #9749 from kubecz3k/animtree-slider-fix | Rémi Verschelde | |
AnimationTree nodes sliders fixes | |||
2017-07-21 | AnimationTree nodes sliders fixes | Jakub Grzesik | |
2017-07-21 | Label: add auto_height | Poommetee Ketson | |
2017-07-21 | Enhanched About dialog, Add ItemList auto_height | Poommetee Ketson | |
Add set/has_auto_height for ItemList to automatically set minimum size by content. Add hash to About dialog. Resize About dialog so that dev list appears in 3 columns. | |||
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-19 | Icons can now be added inside line edits (Search icon). | Daniel J. Ramirez | |
Fixed window title bar margins. fixed compilation error | |||
2017-07-19 | Merge pull request #9703 from Noshyaar/docs | Rémi Verschelde | |
Add object type hint for docs | |||
2017-07-19 | Add object type hint for docs | Poommetee Ketson | |
2017-07-18 | Merge pull request #9700 from djrm/button_fixes | Rémi Verschelde | |
Fixed button flat behavior when not in normal state. | |||
2017-07-18 | Merge pull request #9629 from kubecz3k/tabs-addons | Rémi Verschelde | |
Tabs enhancements: get_tab_rect(), move_tab() | |||
2017-07-18 | Fixed button flat behavior when not in normal state. | Daniel J. Ramirez | |
Also changed some buttons to flat mode | |||
2017-07-18 | Tabs enhancements: get_tab_rect(), move_tab_from_to() | Jakub Grzesik | |
exposed: get_tab_rect(tab_idx) new and exposed: move_tab_from_to(idx_from, idx_to) | |||
2017-07-18 | Merge pull request #9689 from djrm/theme_fixes | Rémi Verschelde | |
Added separators using StyleBoxLine, some theme style fixes | |||
2017-07-18 | Merge pull request #9688 from djrm/slider_fix | Rémi Verschelde | |
Fixed slider centering when using SIZE_EXPAND_FILL. | |||
2017-07-18 | Fixed slider centering when using SIZE_EXPAND_FILL. | Daniel J. Ramirez | |
2017-07-18 | Added separators using StyleBoxLine, some theme style fixes, added variant icon | Daniel J. Ramirez | |
2017-07-18 | Merge pull request #9482 from Noshyaar/pr-ramp | Rémi Verschelde | |
Fix shrunk ColorPickers | |||
2017-07-18 | Fix ColorPicker to use theme constants | Poommetee Ketson | |
2017-07-17 | Change label so they appear vertically alligned on fill | Juan Linietsky | |
2017-07-17 | Merge pull request #9652 from djrm/theme_fixes | Rémi Verschelde | |
Improvements and fixes for the default theme. | |||
2017-07-17 | LineEdit: don't undo uneditable LineEdit | Poommetee Ketson | |
2017-07-17 | Merge pull request #9642 from kubecz3k/checkbox-fix | Rémi Verschelde | |
Fix uncheckable checkboxes in RMB menu. closes #9625 | |||
2017-07-16 | Improvements and fixes for the default theme. | Daniel J. Ramirez | |
Added customizable border size and window highlight. | |||
2017-07-15 | Lots of work on Audio & Physics engine: | Juan Linietsky | |
-Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D. | |||
2017-07-14 | Fix uncheckable checkboxes in RMB menu. closes #9625 | Jakub Grzesik | |
2017-07-13 | Merge pull request #9627 from Noshyaar/dialog | Rémi Verschelde | |
AcceptDialog: fix child w/ ANCHOR_END sized wrong until resized | |||
2017-07-13 | AcceptDialog: fix child w/ ANCHOR_END sized wrong until resized | Poommetee Ketson | |
2017-07-13 | Control: save SIZE_FILL size flag property | Poommetee Ketson | |
2017-07-11 | Merge pull request #9366 from GodotExplorer/pr-ime-position-flow-cursor | Rémi Verschelde | |
IME window follow the input cursor. | |||
2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito | |
2017-07-11 | IME window follow the input cursor. | geequlim | |
Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit. | |||
2017-07-11 | Merge pull request #9510 from kubecz3k/tab-reposition | Thomas Herzog | |
ability to reposition scene tabs with drag & drop | |||
2017-07-11 | Merge pull request #9586 from Noshyaar/slider | Thomas Herzog | |
Slider: add set/is_editable | |||
2017-07-11 | Merge pull request #9521 from AlexHolly/control-posi-to-posr | Thomas Herzog | |
removed floor so that global pos works with scale in control | |||
2017-07-11 | Slider: add set/is_editable | Poommetee Ketson | |
2017-07-10 | ability to reposition scene tabs with drag & drop | Jakub Grzesik | |
2017-07-08 | Merge pull request #9489 from ↵ | Rémi Verschelde | |
TwistedTwigleg/Additional_functions_for_Label_and_RichTextLabel Added additional functions to RichTextLabel |