aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* avoid crash on some cases of richtextlabel fill, but odd behavior persists, #...Juan Linietsky2015-05-051-1/+3
* fix crash in editor when using alt+arrows to indent, thanks adolson and romul...Juan Linietsky2015-05-051-0/+3
* Merge pull request #1804 from ricpelo/ricpelo-patch-2Juan Linietsky2015-05-041-2/+2
|\
| * Wrong use of | instead of ||Ricardo Pérez2015-05-041-2/+2
* | fix font import path on windows, closes #1675Juan Linietsky2015-05-041-1/+0
* | Merge pull request #1755 from dbsGen/masterJuan Linietsky2015-05-032-33/+58
|\ \
| * | Optimize the code.Gen2015-05-011-66/+31
| * | fixed a autowrap bug when word is too length.Gen2015-04-301-6/+5
| * | Update label.cppGen2015-04-301-1/+20
| * | space is only skipped when autowrap.Gen2015-04-291-3/+2
| * | record the number of space before a word.Gen2015-04-291-2/+2
| * | record the number of space before a words.Gen2015-04-291-16/+26
| * | Update label.hGen2015-04-281-1/+2
| * | Update label.cppGen2015-04-281-5/+37
* | | Triple click doesn't select line if click was done on different lines. Fix #1727Biliogadafr2015-05-021-1/+1
| |/ |/|
* | -fixed old condition in TextureFrame that caused bugs in materials, closes #1742Juan Linietsky2015-05-011-2/+2
* | -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-012-9/+9
* | bad lookup in grid container corrected, cells are properly aligned again. Fix...Juan Linietsky2015-04-281-14/+14
|/
* fix crash on exit for popup, fixes #1676Juan Linietsky2015-04-261-2/+4
* disable apply modifiers by default in export flagJuan Linietsky2015-04-221-1/+1
* -Many fixes and demo for RichTexLabelJuan Linietsky2015-04-213-21/+206
* -oops, duplicated text issue fix..Juan Linietsky2015-04-201-0/+1
* disable undo properly after ctrl-i, fixes #1688Juan Linietsky2015-04-181-2/+1
* -try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky2015-04-181-10/+0
* Updated copyright year in all headersJuan Linietsky2015-04-1884-179/+179
* merging okam changesJuan Linietsky2015-04-021-1/+1
* android fixes, please testJuan Linietsky2015-03-232-3/+31
* Merge pull request #1402 from ElectricSolstice/editor_match_fixJuan Linietsky2015-03-221-2/+47
|\
| * Fixed issue 1377 about script editor parenthesis matching.ElectricSolstice2015-02-191-2/+47
* | Merge pull request #1460 from MarianoGnu/masterJuan Linietsky2015-03-223-2/+137
|\ \
| * | Fix C++11 compilationMariano Javier Suligoy2015-03-081-2/+2
| * | Register CheckBox class to create it using editor.Mariano Javier Suligoy2015-03-021-2/+3
| * | Improve mechanism and fix radio icon rendering.Mariano Javier Suligoy2015-03-012-26/+26
| * | Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy2015-03-012-0/+134
| |/
* | Merge pull request #1535 from rollenrolm/hidden_filesJuan Linietsky2015-03-221-5/+14
|\ \
| * | New option to show/hide hidden filesrollenrolm2015-03-211-5/+14
* | | drag & drop demo (GUI)Juan Linietsky2015-03-221-0/+1
|/ /
* | signed distance field font supportJuan Linietsky2015-03-211-1/+3
* | New option to send canvas to render bufferJuan Linietsky2015-03-161-2/+2
* | lot of work on 2D lighting and isometric mapsJuan Linietsky2015-03-091-41/+43
|/
* support for light and normal mapping in 2DJuan Linietsky2015-02-181-1/+1
* Godot UI is quick and snappy again!Juan Linietsky2015-02-151-0/+2
* fixes to mouse warpJuan Linietsky2015-02-142-1/+10
* New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-142-2/+6
* begin work on lighting system for 2DJuan Linietsky2015-01-221-0/+4
* When overwriting a file with an auto added extension the file name is now set...Nathan Warden2015-01-161-1/+1
* File path in save dialog automatically appended with correct extension if not...Nathan Warden2015-01-141-1/+8
* Total rows of text edit was calculated wrong, fixed issue #842marynate2015-01-131-1/+1
* -Initial working(?) implementation of shaders for 2D. Lighting still not ther...Juan Linietsky2015-01-121-0/+1
* Fixes to GraphEdit:Juan Linietsky2015-01-083-9/+54