aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* more fixesJuan Linietsky2015-05-191-2/+7
* fixed latin separation in label, broke it? for cjkJuan Linietsky2015-05-191-3/+7
* more fixesJuan Linietsky2015-05-191-8/+2
* fix a crash situation when starting a thread and other small fixesJuan Linietsky2015-05-181-0/+2
* -fix clip+center alignment on Button, fixes #1865Juan Linietsky2015-05-091-0/+2
* -Added prints() function, fixes #1132, #1859Juan Linietsky2015-05-091-0/+10
* Merge pull request #1826 from eehrich/masterJuan Linietsky2015-05-073-4/+4
|\
| * clearified parenthesis of if constructehriche2015-05-061-1/+1
| * optional formal changesehriche2015-05-062-3/+3
* | -removed dynamic_cast on CheckBox, fixes #1830Juan Linietsky2015-05-061-1/+1
|/
* 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
|/