summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2015-05-19more fixesJuan Linietsky
fix ctrl-a for some cases, mentioned in #1704 fix toggling visibility not updating, fixes #1923
2015-05-19fixed latin separation in label, broke it? for cjkJuan Linietsky
changed non-separatable character detection so latin works properly. This is probably incorrect. If you speak chinese, korean or japanese, please help me fix it. closes #1935
2015-05-19more fixesJuan Linietsky
-only refuse to load an older file if version major is different, fixes #1944 -fix drive letter default value, fixes #1939
2015-05-18fix a crash situation when starting a thread and other small fixesJuan Linietsky
2015-05-09-fix clip+center alignment on Button, fixes #1865Juan Linietsky
2015-05-09-Added prints() function, fixes #1132, #1859Juan Linietsky
-Tabs work inside built-in log window, fixes #1867
2015-05-07Merge pull request #1826 from eehrich/masterJuan Linietsky
Reviewed compiler warnings: fixed some bugs and formal stuff. (2nd try)
2015-05-06-removed dynamic_cast on CheckBox, fixes #1830Juan Linietsky
2015-05-06clearified parenthesis of if constructehriche
2015-05-06optional formal changesehriche
2015-05-05avoid crash on some cases of richtextlabel fill, but odd behavior persists, ↵Juan Linietsky
#1803
2015-05-05fix crash in editor when using alt+arrows to indent, thanks adolson and ↵Juan Linietsky
romulox_x
2015-05-04Merge pull request #1804 from ricpelo/ricpelo-patch-2Juan Linietsky
Wrong use of | instead of ||
2015-05-04fix font import path on windows, closes #1675Juan Linietsky
2015-05-04Wrong use of | instead of ||Ricardo Pérez
2015-05-03Merge pull request #1755 from dbsGen/masterJuan Linietsky
Fixed some bugs in Label.
2015-05-02Triple click doesn't select line if click was done on different lines. Fix #1727Biliogadafr
2015-05-01-fixed old condition in TextureFrame that caused bugs in materials, closes #1742Juan Linietsky
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2015-05-01Optimize the code.Gen
2015-04-30fixed a autowrap bug when word is too length.Gen
2015-04-30Update label.cppGen
2015-04-29space is only skipped when autowrap.Gen
2015-04-29record the number of space before a word.Gen
2015-04-29record the number of space before a words.Gen
2015-04-28bad lookup in grid container corrected, cells are properly aligned again. ↵Juan Linietsky
Fixes #1462
2015-04-28Update label.hGen
2015-04-28Update label.cppGen
2015-04-26fix crash on exit for popup, fixes #1676Juan Linietsky
2015-04-22disable apply modifiers by default in export flagJuan Linietsky
2015-04-21-Many fixes and demo for RichTexLabelJuan Linietsky
-Proper ability to edit BBCode in RTL.
2015-04-20-oops, duplicated text issue fix..Juan Linietsky
2015-04-18disable undo properly after ctrl-i, fixes #1688Juan Linietsky
2015-04-18-try to avoid errors when path using ".." is present in script include, ↵Juan Linietsky
fixes #1703
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-02merging okam changesJuan Linietsky
2015-03-23android fixes, please testJuan Linietsky
(can' t build android atm)
2015-03-22Merge pull request #1402 from ElectricSolstice/editor_match_fixJuan Linietsky
Fixed issue #1377 about script editor parenthesis matching.
2015-03-22Merge pull request #1460 from MarianoGnu/masterJuan Linietsky
Create Checkbox class with support for Radio Buttons
2015-03-22Merge pull request #1535 from rollenrolm/hidden_filesJuan Linietsky
New option to show/hide hidden files
2015-03-22drag & drop demo (GUI)Juan Linietsky
2015-03-21New option to show/hide hidden filesrollenrolm
2015-03-21signed distance field font supportJuan Linietsky
2015-03-16New option to send canvas to render bufferJuan Linietsky
allows to use 3D environment effects for post processing such as Glow, Bloom, HDR, etc. in 2D.
2015-03-09lot of work on 2D lighting and isometric mapsJuan Linietsky
added a new demo, isometric_light that does full isometric sorting, lights, shadows, etc.
2015-03-08Fix C++11 compilationMariano Javier Suligoy
2015-03-02Register CheckBox class to create it using editor.Mariano Javier Suligoy
2015-03-01Improve mechanism and fix radio icon rendering.Mariano Javier Suligoy
2015-03-01Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy
2015-02-19Fixed issue 1377 about script editor parenthesis matching.ElectricSolstice