| Commit message (Expand) | Author | Age | Files | Lines |
| * | avoid crash on some cases of richtextlabel fill, but odd behavior persists, #... | Juan Linietsky | 2015-05-05 | 1 | -1/+3 |
| * | fix crash in editor when using alt+arrows to indent, thanks adolson and romul... | Juan Linietsky | 2015-05-05 | 1 | -0/+3 |
| * | Merge pull request #1804 from ricpelo/ricpelo-patch-2 | Juan Linietsky | 2015-05-04 | 1 | -2/+2 |
| |\ |
|
| | * | Wrong use of | instead of || | Ricardo Pérez | 2015-05-04 | 1 | -2/+2 |
| * | | fix font import path on windows, closes #1675 | Juan Linietsky | 2015-05-04 | 1 | -1/+0 |
| * | | Merge pull request #1755 from dbsGen/master | Juan Linietsky | 2015-05-03 | 2 | -33/+58 |
| |\ \ |
|
| | * | | Optimize the code. | Gen | 2015-05-01 | 1 | -66/+31 |
| | * | | fixed a autowrap bug when word is too length. | Gen | 2015-04-30 | 1 | -6/+5 |
| | * | | Update label.cpp | Gen | 2015-04-30 | 1 | -1/+20 |
| | * | | space is only skipped when autowrap. | Gen | 2015-04-29 | 1 | -3/+2 |
| | * | | record the number of space before a word. | Gen | 2015-04-29 | 1 | -2/+2 |
| | * | | record the number of space before a words. | Gen | 2015-04-29 | 1 | -16/+26 |
| | * | | Update label.h | Gen | 2015-04-28 | 1 | -1/+2 |
| | * | | Update label.cpp | Gen | 2015-04-28 | 1 | -5/+37 |
| * | | | Triple click doesn't select line if click was done on different lines. Fix #1727 | Biliogadafr | 2015-05-02 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | -fixed old condition in TextureFrame that caused bugs in materials, closes #1742 | Juan Linietsky | 2015-05-01 | 1 | -2/+2 |
| * | | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 2 | -9/+9 |
| * | | bad lookup in grid container corrected, cells are properly aligned again. Fix... | Juan Linietsky | 2015-04-28 | 1 | -14/+14 |
| |/ |
|
| * | fix crash on exit for popup, fixes #1676 | Juan Linietsky | 2015-04-26 | 1 | -2/+4 |
| * | disable apply modifiers by default in export flag | Juan Linietsky | 2015-04-22 | 1 | -1/+1 |
| * | -Many fixes and demo for RichTexLabel | Juan Linietsky | 2015-04-21 | 3 | -21/+206 |
| * | -oops, duplicated text issue fix.. | Juan Linietsky | 2015-04-20 | 1 | -0/+1 |
| * | disable undo properly after ctrl-i, fixes #1688 | Juan Linietsky | 2015-04-18 | 1 | -2/+1 |
| * | -try to avoid errors when path using ".." is present in script include, fixes... | Juan Linietsky | 2015-04-18 | 1 | -10/+0 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 84 | -179/+179 |
| * | merging okam changes | Juan Linietsky | 2015-04-02 | 1 | -1/+1 |
| * | android fixes, please test | Juan Linietsky | 2015-03-23 | 2 | -3/+31 |
| * | Merge pull request #1402 from ElectricSolstice/editor_match_fix | Juan Linietsky | 2015-03-22 | 1 | -2/+47 |
| |\ |
|
| | * | Fixed issue 1377 about script editor parenthesis matching. | ElectricSolstice | 2015-02-19 | 1 | -2/+47 |
| * | | Merge pull request #1460 from MarianoGnu/master | Juan Linietsky | 2015-03-22 | 3 | -2/+137 |
| |\ \ |
|
| | * | | Fix C++11 compilation | Mariano Javier Suligoy | 2015-03-08 | 1 | -2/+2 |
| | * | | Register CheckBox class to create it using editor. | Mariano Javier Suligoy | 2015-03-02 | 1 | -2/+3 |
| | * | | Improve mechanism and fix radio icon rendering. | Mariano Javier Suligoy | 2015-03-01 | 2 | -26/+26 |
| | * | | Add CheckBox control with theme edition and radio icon avaible. | Mariano Javier Suligoy | 2015-03-01 | 2 | -0/+134 |
| | |/ |
|
| * | | Merge pull request #1535 from rollenrolm/hidden_files | Juan Linietsky | 2015-03-22 | 1 | -5/+14 |
| |\ \ |
|
| | * | | New option to show/hide hidden files | rollenrolm | 2015-03-21 | 1 | -5/+14 |
| * | | | drag & drop demo (GUI) | Juan Linietsky | 2015-03-22 | 1 | -0/+1 |
| |/ / |
|
| * | | signed distance field font support | Juan Linietsky | 2015-03-21 | 1 | -1/+3 |
| * | | New option to send canvas to render buffer | Juan Linietsky | 2015-03-16 | 1 | -2/+2 |
| * | | lot of work on 2D lighting and isometric maps | Juan Linietsky | 2015-03-09 | 1 | -41/+43 |
| |/ |
|
| * | support for light and normal mapping in 2D | Juan Linietsky | 2015-02-18 | 1 | -1/+1 |
| * | Godot UI is quick and snappy again! | Juan Linietsky | 2015-02-15 | 1 | -0/+2 |
| * | fixes to mouse warp | Juan Linietsky | 2015-02-14 | 2 | -1/+10 |
| * | New Navigation & Pathfinding support for 2D | Juan Linietsky | 2015-02-14 | 2 | -2/+6 |
| * | begin work on lighting system for 2D | Juan Linietsky | 2015-01-22 | 1 | -0/+4 |
| * | When overwriting a file with an auto added extension the file name is now set... | Nathan Warden | 2015-01-16 | 1 | -1/+1 |
| * | File path in save dialog automatically appended with correct extension if not... | Nathan Warden | 2015-01-14 | 1 | -1/+8 |
| * | Total rows of text edit was calculated wrong, fixed issue #842 | marynate | 2015-01-13 | 1 | -1/+1 |
| * | -Initial working(?) implementation of shaders for 2D. Lighting still not ther... | Juan Linietsky | 2015-01-12 | 1 | -0/+1 |
| * | Fixes to GraphEdit: | Juan Linietsky | 2015-01-08 | 3 | -9/+54 |