summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2015-09-26Merge pull request #2458 from TheHX/text_edit_hscrollJuan Linietsky
2015-09-26Fix BaseButtons remaining pressed when hiding them while pressing them downeska
2015-09-25Merge pull request #2449 from leezh/label-valign-fixJuan Linietsky
2015-09-25Merge pull request #2502 from vnen/fix-itemlist-typoJuan Linietsky
2015-09-24added alignment to BoxContainerZher Huei Lee
2015-09-21Fix typo in ItemList bindingsGeorge Marques
2015-09-09Fix HScrollBar of TextEdit, closes #2355Franklin Sobrinho
2015-09-08fix minsize-related issues with LabelZher Huei Lee
2015-09-07added get_visible_characters() to LabelZher Huei Lee
2015-09-07reworked Label classZher Huei Lee
2015-09-01-removed resources dock, good bye old friendJuan Linietsky
2015-08-30-fix compile issue (pow)Juan Linietsky
2015-08-29-multi-selection (shift-click) working in scene treeJuan Linietsky
2015-08-29-fixes to capture modeJuan Linietsky
2015-08-24Added new NinePatch control (could be done before with Panel and Stylebox but...Juan Linietsky
2015-08-23**WARNING BEFORE PULLING**Juan Linietsky
2015-07-26QOL, script buttons in scene tabsJuan Linietsky
2015-07-24-added icons for root node types on tabsJuan Linietsky
2015-06-29Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky
2015-06-27more code completion improvementsJuan Linietsky
2015-06-26improved get_node(), connect(), etc code completion.Juan Linietsky
2015-06-23Merge pull request #1907 from tommy3/show-hidden-filesJuan Linietsky
2015-06-23Merge pull request #2068 from Krzycho666/color_rampJuan Linietsky
2015-06-22Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky
2015-06-14missing changesJuan Linietsky
2015-06-13some editor window changesJuan Linietsky
2015-06-11founded and fixed a bug that freezed godot when deleting while grabbing color...krzycho
2015-06-11ColorRamp new features:krzycho
2015-06-08draw button focus before text and iconJuan Linietsky
2015-06-08grid container supports separate h and v spacingJuan Linietsky
2015-06-07Merge pull request #2007 from Krzycho666/masterJuan Linietsky
2015-06-07Merge pull request #1973 from Biliogadafr/ColorRampJuan Linietsky
2015-06-06-fixed many memory initialization issuesJuan Linietsky
2015-06-06Merge remote-tracking branch 'origin/master'Juan Linietsky
2015-06-06new file dialog!Juan Linietsky
2015-06-01-fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky
2015-05-29Fixed ui_accept problem. It's possible now to make a custom ui_accept action ...krzycho
2015-05-24Replace color phases with color ramp for Particles2D.Biliogadafr
2015-05-19more fixesJuan Linietsky
2015-05-19fixed latin separation in label, broke it? for cjkJuan Linietsky
2015-05-19more fixesJuan Linietsky
2015-05-18fix a crash situation when starting a thread and other small fixesJuan Linietsky
2015-05-14set initial flag 'show_hidden_files' for file dialogs in project manager init...tommy3
2015-05-09-fix clip+center alignment on Button, fixes #1865Juan Linietsky
2015-05-09-Added prints() function, fixes #1132, #1859Juan Linietsky
2015-05-07Merge pull request #1826 from eehrich/masterJuan Linietsky
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