Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | Merge pull request #3005 from TheHX/pr-file-dialog | Rémi Verschelde | |
Better hidden folders display preferences for editor file dialogs | |||
2015-12-07 | Fix LineEdit cursor | neikeq | |
2015-12-06 | Better hidden folders display preferences for editor file dialogs | Franklin Sobrinho | |
2015-12-04 | Add refresh button to file dialogs | neikeq | |
2015-12-02 | Merge pull request #2975 from neikeq/help_scroll_top | Rémi Verschelde | |
Fix help view not scrolling to the top | |||
2015-12-02 | Fix help view not scrolling to the top | neikeq | |
2015-12-02 | Fix RichTextLabel copy never called | neikeq | |
2015-11-29 | Script Editor: automatic indentation after a colon | koalefant | |
2015-11-28 | Add container automatic update when moving a child node | Franklin Sobrinho | |
2015-11-27 | Fix editor help scroll to result | Franklin Sobrinho | |
2015-11-25 | 0theora compilation fixes | Juan Linietsky | |
2015-11-23 | Merge pull request #2870 from neikeq/submenu_pos_fix | Rémi Verschelde | |
Popup submenu position enhancement | |||
2015-11-22 | Popup submenu position enhancement | neikeq | |
2015-11-20 | Add more properties to AcceptDialog | Franklin Sobrinho | |
2015-11-19 | Fix SplitContainer bool properties | Franklin Sobrinho | |
2015-11-19 | Merge pull request #2364 from neikeq/textedit_select | Juan Linietsky | |
Some TextEdit selection improvements | |||
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky | |
Cosmetic fixes to SCons buildsystem | |||
2015-11-18 | Merge pull request #2635 from StraToN/tabs-buttons | Juan Linietsky | |
Fixed bug : both tab buttons appearing hovered | |||
2015-11-18 | Merge pull request #2638 from MarianoGnu/master | Juan Linietsky | |
add missing default value | |||
2015-11-18 | Merge pull request #2639 from MarianoGnu/origin | Juan Linietsky | |
Fix ButtonGroup broken layout | |||
2015-11-18 | Merge pull request #2725 from SaracenOne/line_edit_alignment | Juan Linietsky | |
nice! | |||
2015-11-18 | Merge pull request #2730 from TheHX/fix_exp_property | Juan Linietsky | |
Fix Range exp_edit property | |||
2015-11-18 | Merge pull request #2734 from neikeq/popupmenu_imp | Juan Linietsky | |
Small PopupMenu behaviour changes | |||
2015-11-18 | Merge pull request #2735 from TheHX/fix_tree_checkbox | Juan Linietsky | |
Fix Tree checkbox check/uncheck behavior | |||
2015-11-18 | Merge pull request #2747 from MarianoGnu/line_edit | Juan Linietsky | |
Add <Select All>(Ctrl+A) shortcut to LineEdit. Fixes #1094 | |||
2015-11-18 | Merge pull request #2769 from TheHX/text_edit_improvements | Juan Linietsky | |
Implement Ctrl + backspace/delete to delete words | |||
2015-11-18 | Merge pull request #2779 from bojidar-bg/patch-5 | Juan Linietsky | |
Change popup_menu.cpp to deselect on .clear | |||
2015-11-18 | -fixed tabs | Juan Linietsky | |
2015-11-17 | -Merged Script and Help tabs | Juan Linietsky | |
-Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab | |||
2015-11-13 | -better integration of ndee's theme | Juan Linietsky | |
2015-11-13 | Small PopupMenu changes | neikeq | |
2015-11-13 | Change popup_menu.cpp as proposed in #2011 | Bojidar Marinov | |
Closes #2011 | |||
2015-11-12 | Implement Ctrl + backspace/delete to delete words | Franklin Sobrinho | |
2015-11-07 | TextEdit: Properly scroll vertically when selecting text with mouse drag | neikeq | |
2015-11-06 | Add <Select All>(Ctrl+A) shortcut to LineEdit. | MarianoGNU | |
2015-11-05 | Add Tree checkbox check/uncheck behavior when pressing enter | Franklin Sobrinho | |
2015-11-04 | Fix Range exp_edit property | Franklin Sobrinho | |
2015-11-04 | more fixes | Juan Linietsky | |
2015-11-02 | Aligned line edit fix. | Saracen | |
2015-11-02 | Added alignment to LineEdit GUI control. | Saracen | |
2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | |
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check | |||
2015-10-25 | -Fixed a bug in scrollcontainer not respecting expand flag | Juan Linietsky | |
If you relied on this, make sure the children of your scrollcontainer is set to expand with the expand flag in either vertical or horizontal axis | |||
2015-10-20 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-20 | -work in progress implementation of NDEE's theme It's NOT DONE YET | Juan Linietsky | |
2015-10-19 | Fix ButtonGroup broken layout | MarianoGNU | |
2015-10-19 | Clamp filling angle instead of normalize | MarianoGNU | |
2015-10-19 | add missing default value | MarianoGNU | |
2015-10-19 | Fixed minor bug : quicklty pointing alternatively Script button and Close ↵ | Julian Murgia - StraToN | |
button on a tab showed both buttons as hovered | |||
2015-10-18 | Add fill_degrees to limitate radial filling | MarianoGNU | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | |