Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SplitContainer bool properties | Franklin Sobrinho | 2015-11-19 | 1 | -2/+2 |
* | Merge pull request #2364 from neikeq/textedit_select | Juan Linietsky | 2015-11-19 | 2 | -63/+64 |
|\ | |||||
| * | TextEdit: Properly scroll vertically when selecting text with mouse drag | neikeq | 2015-11-07 | 2 | -19/+14 |
| * | textedit selection improvements | neikeq | 2015-08-13 | 2 | -44/+50 |
* | | Merge pull request #2707 from akien-mga/master | Juan Linietsky | 2015-11-18 | 1 | -2/+0 |
|\ \ | |||||
| * | | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 1 | -2/+0 |
* | | | Merge pull request #2635 from StraToN/tabs-buttons | Juan Linietsky | 2015-11-18 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | Fixed minor bug : quicklty pointing alternatively Script button and Close but... | Julian Murgia - StraToN | 2015-10-19 | 1 | -0/+2 |
* | | | | Merge pull request #2638 from MarianoGnu/master | Juan Linietsky | 2015-11-18 | 1 | -5/+2 |
|\ \ \ \ | |||||
| * | | | | Clamp filling angle instead of normalize | MarianoGNU | 2015-10-19 | 1 | -5/+1 |
| * | | | | add missing default value | MarianoGNU | 2015-10-19 | 1 | -0/+1 |
* | | | | | Merge pull request #2639 from MarianoGnu/origin | Juan Linietsky | 2015-11-18 | 2 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Fix ButtonGroup broken layout | MarianoGNU | 2015-10-19 | 2 | -4/+4 |
| |/ / / / | |||||
* | | | | | Merge pull request #2725 from SaracenOne/line_edit_alignment | Juan Linietsky | 2015-11-18 | 2 | -23/+154 |
|\ \ \ \ \ | |||||
| * | | | | | Aligned line edit fix. | Saracen | 2015-11-02 | 1 | -19/+42 |
| * | | | | | Added alignment to LineEdit GUI control. | Saracen | 2015-11-02 | 2 | -16/+124 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #2730 from TheHX/fix_exp_property | Juan Linietsky | 2015-11-18 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix Range exp_edit property | Franklin Sobrinho | 2015-11-04 | 1 | -1/+1 |
* | | | | | | Merge pull request #2734 from neikeq/popupmenu_imp | Juan Linietsky | 2015-11-18 | 1 | -2/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Small PopupMenu changes | neikeq | 2015-11-13 | 1 | -2/+8 |
* | | | | | | | Merge pull request #2735 from TheHX/fix_tree_checkbox | Juan Linietsky | 2015-11-18 | 1 | -2/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add Tree checkbox check/uncheck behavior when pressing enter | Franklin Sobrinho | 2015-11-05 | 1 | -2/+5 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #2747 from MarianoGnu/line_edit | Juan Linietsky | 2015-11-18 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add <Select All>(Ctrl+A) shortcut to LineEdit. | MarianoGNU | 2015-11-06 | 1 | -0/+3 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #2769 from TheHX/text_edit_improvements | Juan Linietsky | 2015-11-18 | 1 | -4/+109 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Implement Ctrl + backspace/delete to delete words | Franklin Sobrinho | 2015-11-12 | 1 | -4/+109 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #2779 from bojidar-bg/patch-5 | Juan Linietsky | 2015-11-18 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Change popup_menu.cpp as proposed in #2011 | Bojidar Marinov | 2015-11-13 | 1 | -0/+1 |
| |/ / / / / / | |||||
* | | | | | | | -fixed tabs | Juan Linietsky | 2015-11-18 | 1 | -17/+16 |
* | | | | | | | -Merged Script and Help tabs | Juan Linietsky | 2015-11-17 | 5 | -2/+37 |
* | | | | | | | -better integration of ndee's theme | Juan Linietsky | 2015-11-13 | 2 | -4/+32 |
|/ / / / / / | |||||
* | / / / / | more fixes | Juan Linietsky | 2015-11-04 | 1 | -5/+7 |
| |/ / / / |/| | | | | |||||
* | | | | | -Fixed a bug in scrollcontainer not respecting expand flag | Juan Linietsky | 2015-10-25 | 1 | -1/+9 |
|/ / / / | |||||
* | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-10-20 | 2 | -2/+214 |
|\| | | | |||||
| * | | | Add fill_degrees to limitate radial filling | MarianoGNU | 2015-10-18 | 2 | -7/+31 |
| * | | | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | 2015-10-17 | 10 | -20/+311 |
| |\ \ \ | |||||
| * | | | | Add fill modes. Clockwise, Counter-CW and center-offset | MarianoGNU | 2015-10-17 | 2 | -2/+190 |
* | | | | | -work in progress implementation of NDEE's theme It's NOT DONE YET | Juan Linietsky | 2015-10-20 | 1 | -38/+51 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-10-17 | 5 | -210/+417 |
|\ \ \ \ | |||||
| * | | | | Merge pull request #2274 from MarianoGnu/master | Juan Linietsky | 2015-10-17 | 5 | -210/+417 |
| |\| | | | |||||
| | * | | | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | 2015-10-16 | 10 | -159/+467 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-30 | 2 | -2/+2 |
| | |\ \ \ \ | |||||
| | * | | | | | Add missing icons, also make MSVC2010 happy | Mariano Javier Suligoy | 2015-08-30 | 2 | -173/+173 |
| | * | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-30 | 4 | -29/+156 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-24 | 6 | -13/+205 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-03 | 2 | -3/+119 |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | |||||
| | * | | | | | | | Delete selected nodes with the Delete key | Mariano Javier Suligoy | 2015-07-26 | 1 | -0/+7 |
| | * | | | | | | | Duplicate GraphNode(s) [Control+D] | Mariano Javier Suligoy | 2015-07-25 | 2 | -9/+19 |
| | * | | | | | | | Box selection for GraphNodes | Mariano Javier Suligoy | 2015-07-24 | 2 | -8/+90 |
| | * | | | | | | | Fix tab indent | Mariano Javier Suligoy | 2015-07-20 | 4 | -909/+909 |