summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
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
2015-11-02Added alignment to LineEdit GUI control.Saracen
2015-11-01Cosmetic fixes to SCons buildsystemRé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 flagJuan 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-20Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-20-work in progress implementation of NDEE's theme It's NOT DONE YETJuan Linietsky
2015-10-19Fix ButtonGroup broken layoutMarianoGNU
2015-10-19Clamp filling angle instead of normalizeMarianoGNU
2015-10-19add missing default valueMarianoGNU
2015-10-19Fixed minor bug : quicklty pointing alternatively Script button and Close ↵Julian Murgia - StraToN
button on a tab showed both buttons as hovered
2015-10-18Add fill_degrees to limitate radial fillingMarianoGNU
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU
2015-10-17Add fill modes. Clockwise, Counter-CW and center-offsetMarianoGNU
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-17Merge pull request #2274 from MarianoGnu/masterJuan Linietsky
Improve Visual Shader Editor responsiveness
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-17Merge pull request #1899 from guilhermefelipecgs/fix_#1897Juan Linietsky
Fix for scroll_to_line and search functions, fix #1897
2015-10-17Merge pull request #2362 from AlexHolly/update-scene-tab-fixJuan Linietsky
[UI-FIX] - Update scene tabs on save
2015-10-17Merge pull request #2380 from StraToN/tabs-buttonsJuan Linietsky
Tab close button + display policies + application on Scenes Tabs
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-17misc cleanupJuan Linietsky
2015-10-17Merge pull request #2455 from firefly2442/hide-menu-fixJuan Linietsky
[UI fix] Hide opened menu when click on menu button
2015-10-17Merge pull request #2481 from firefly2442/cppcheck-arrayindexthencheckJuan Linietsky
ran cppcheck, fixed cases where array index is used before limits check
2015-10-16Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU
# Solved Conflicts: # tools/editor/property_editor.cpp
2015-10-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
Conflicts: platform/windows/detect.py
2015-10-13ability to change audio track in theora videoJuan Linietsky
2015-10-12ran cppcheck, fixed cases where array index is used before limits checkfirefly2442