summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2015-12-13Merge pull request #3050 from eska014/fix-tree-cell-sliderRémi Verschelde
Fix editor for TreeItem cells in range mode
2015-12-13Merge pull request #3049 from eska014/fix-exp-sliderRémi Verschelde
Fix setting Sliders in exponential mode
2015-12-13ability to export scene to zipJuan Linietsky
2015-12-12ability to get video player textureJuan Linietsky
2015-12-12added rotation and scale support to gui controlsJuan Linietsky
2015-12-12make popup emit index when id is not definedJuan Linietsky
2015-12-10Fix editing TreeItem cells in range modeeska
- Show slider when editing range mode tree cells per mouse input - Hide slider after using keyboard controls to edit range mode tree cells
2015-12-10Fix exponential sliderseska
2015-12-10Merge pull request #3019 from neikeq/spinbox_timerRémi Verschelde
Spinbox update range on mouse held
2015-12-10Spinbox: increase/decrease with mouse heldneikeq
2015-12-09TextEdit: Scroll while selecting with mouse idleneikeq
2015-12-07Merge pull request #3005 from TheHX/pr-file-dialogRémi Verschelde
Better hidden folders display preferences for editor file dialogs
2015-12-07Fix LineEdit cursorneikeq
2015-12-06Better hidden folders display preferences for editor file dialogsFranklin Sobrinho
2015-12-04Add refresh button to file dialogsneikeq
2015-12-02Merge pull request #2975 from neikeq/help_scroll_topRémi Verschelde
Fix help view not scrolling to the top
2015-12-02Fix help view not scrolling to the topneikeq
2015-12-02Fix RichTextLabel copy never calledneikeq
2015-11-29Script Editor: automatic indentation after a colonkoalefant
2015-11-28Add container automatic update when moving a child nodeFranklin Sobrinho
2015-11-27Fix editor help scroll to resultFranklin Sobrinho
2015-11-250theora compilation fixesJuan Linietsky
2015-11-23Merge pull request #2870 from neikeq/submenu_pos_fixRémi Verschelde
Popup submenu position enhancement
2015-11-22Popup submenu position enhancementneikeq
2015-11-20Add more properties to AcceptDialogFranklin Sobrinho
2015-11-19Fix SplitContainer bool propertiesFranklin Sobrinho
2015-11-19Merge pull request #2364 from neikeq/textedit_selectJuan Linietsky
Some TextEdit selection improvements
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
Cosmetic fixes to SCons buildsystem
2015-11-18Merge pull request #2635 from StraToN/tabs-buttonsJuan Linietsky
Fixed bug : both tab buttons appearing hovered
2015-11-18Merge pull request #2638 from MarianoGnu/masterJuan Linietsky
add missing default value
2015-11-18Merge pull request #2639 from MarianoGnu/originJuan Linietsky
Fix ButtonGroup broken layout
2015-11-18Merge pull request #2725 from SaracenOne/line_edit_alignmentJuan Linietsky
nice!
2015-11-18Merge pull request #2730 from TheHX/fix_exp_propertyJuan Linietsky
Fix Range exp_edit property
2015-11-18Merge pull request #2734 from neikeq/popupmenu_impJuan Linietsky
Small PopupMenu behaviour changes
2015-11-18Merge pull request #2735 from TheHX/fix_tree_checkboxJuan Linietsky
Fix Tree checkbox check/uncheck behavior
2015-11-18Merge pull request #2747 from MarianoGnu/line_editJuan Linietsky
Add <Select All>(Ctrl+A) shortcut to LineEdit. Fixes #1094
2015-11-18Merge pull request #2769 from TheHX/text_edit_improvementsJuan Linietsky
Implement Ctrl + backspace/delete to delete words
2015-11-18Merge pull request #2779 from bojidar-bg/patch-5Juan Linietsky
Change popup_menu.cpp to deselect on .clear
2015-11-18-fixed tabsJuan Linietsky
2015-11-17-Merged Script and Help tabsJuan 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 themeJuan Linietsky
2015-11-13Small PopupMenu changesneikeq
2015-11-13Change popup_menu.cpp as proposed in #2011Bojidar Marinov
Closes #2011
2015-11-12Implement Ctrl + backspace/delete to delete wordsFranklin Sobrinho
2015-11-07TextEdit: Properly scroll vertically when selecting text with mouse dragneikeq
2015-11-06Add <Select All>(Ctrl+A) shortcut to LineEdit.MarianoGNU
2015-11-05Add Tree checkbox check/uncheck behavior when pressing enterFranklin Sobrinho
2015-11-04Fix Range exp_edit propertyFranklin Sobrinho
2015-11-04more fixesJuan Linietsky
2015-11-02Aligned line edit fix.Saracen