| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Property convert images to RGBA before applying hq2x, fixes #5168 | Juan Linietsky | 2016-07-18 | 1 | -2/+6 |
| | | |||||
| * | Added block caret to TextEdit | Paulb23 | 2016-07-12 | 1 | -0/+1 |
| | | |||||
| * | Removed duplicate color | Paulb23 | 2016-07-11 | 1 | -1/+0 |
| | | |||||
| * | Expose colors to theme | Paulb23 | 2016-07-11 | 1 | -0/+7 |
| | | |||||
| * | Exposed code completion colors to the text edit theme | Paulb23 | 2016-06-24 | 1 | -0/+3 |
| | | |||||
| * | Added code completion existing color setting | Paulb23 | 2016-06-21 | 1 | -1/+0 |
| | | |||||
| * | Added code completion selected color setting | Paulb23 | 2016-06-21 | 1 | -6/+0 |
| | | |||||
| * | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 1 | -10/+28 |
| | | | | Also removes a couple wrong Godot headers from third-party source files. | ||||
| * | It is now possible to set a default custom theme, whether you want a hidpi ↵ | Juan Linietsky | 2016-06-16 | 1 | -22/+16 |
| | | | | | default theme, or just use a custom font for the default theme | ||||
| * | Adds the ability to draw parent-children relationship lines in scene tree editor | UgisBrekis | 2016-06-15 | 1 | -3/+2 |
| | | | | | | Can be turned on/off in editor settings + line color change available as well | ||||
| * | -Some fixes to OSX retina scaling for window functions | Juan Linietsky | 2016-05-30 | 1 | -143/+132 |
| | | | | | -Implemented HiDPI detection and support for Godot Editor! | ||||
| * | Fixed caret color not changing though properties | Paulb23 | 2016-05-24 | 1 | -1/+1 |
| | | |||||
| * | -Added configuration warning system for nodes | Juan Linietsky | 2016-05-17 | 1 | -0/+1 |
| | | | | | | -Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | ||||
| * | Merge pull request #4096 from neikeq/pr-margin-cont-imp | Juan Linietsky | 2016-05-13 | 1 | -1/+4 |
| |\ | | | | | MarginContainer improvements | ||||
| | * | MarginContainer: Add top, right and bottom margins | Ignacio Etcheverry | 2016-03-21 | 1 | -1/+4 |
| | | | |||||
| * | | -begun implementing drag & drop editor wide | Juan Linietsky | 2016-05-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | -filesystem dock dnd support -property list dnd support -scene tree dnd support | ||||
| * | | move Font to BitmapFont | Juan Linietsky | 2016-04-28 | 1 | -9/+9 |
| |/ | | | | so we can add DynamicFont later.. | ||||
| * | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | 2016-03-12 | 1 | -1/+5 |
| | | | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -4/+4 |
| | | |||||
| * | -Work on addon editor plugin (disabled by default) | Juan Linietsky | 2016-03-04 | 1 | -0/+8 |
| | | | | | -New HTTPRequest node, to make HTTP requests simpler. | ||||
| * | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky | 2016-02-08 | 1 | -0/+7 |
| | | |||||
| * | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky | 2016-02-02 | 1 | -2/+2 |
| | | |||||
| * | Add presets. | MarianoGNU | 2016-01-15 | 1 | -1/+2 |
| | | | | | | | Also fix some bugs. Fix a crash and a minor bug | ||||
| * | Move shaders to default theme and add shader_override related methods to ↵ | MarianoGNU | 2016-01-15 | 1 | -1/+10 |
| | | | | | Control class | ||||
| * | Add a visual editor to color picker. | MarianoGNU | 2016-01-15 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #3159 from neikeq/tab_close_icon | Rémi Verschelde | 2016-01-06 | 1 | -0/+1 |
| |\ | | | | | Add tab close icon to the default theme | ||||
| | * | Add tab close icon to the default theme | Ignacio Etcheverry | 2015-12-29 | 1 | -0/+1 |
| | | | |||||
| * | | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #3140 from neikeq/fix_refresh_icon | Juan Linietsky | 2015-12-26 | 1 | -1/+5 |
| |\ | | | | | Add reload icon to FileDialog's default theme | ||||
| | * | Added reload icon to FileDialog's default theme | Ignacio Etcheverry | 2015-12-26 | 1 | -1/+5 |
| | | | |||||
| * | | -Added table support to RichTextLabel | reduz | 2015-12-26 | 1 | -0/+2 |
| |/ | | | | -Made help more readable, closes #2851 | ||||
| * | -implement arrows on tabs, when too many tabs are present, fixes #2806 | Juan Linietsky | 2015-12-14 | 1 | -0/+4 |
| | | |||||
| * | Merge pull request #2709 from eska014/fix-default-menubutton-styleboxes | Juan Linietsky | 2015-11-18 | 1 | -0/+1 |
| |\ | | | | | Fix default StyleBoxes of MenuButton | ||||
| | * | Add default focus StyleBox to MenuButton | eska | 2015-11-01 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #2639 from MarianoGnu/origin | Juan Linietsky | 2015-11-18 | 1 | -0/+4 |
| |\ \ | | | | | | | Fix ButtonGroup broken layout | ||||
| | * | | Fix ButtonGroup broken layout | MarianoGNU | 2015-10-19 | 1 | -0/+4 |
| | | | | |||||
| * | | | -Fixed default theme a little | Juan Linietsky | 2015-11-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | -Added option to group help pages, fixes #2805 | ||||
| * | | | -Merged Script and Help tabs | Juan Linietsky | 2015-11-17 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | -Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab | ||||
| * | | | -better integration of ndee's theme | Juan Linietsky | 2015-11-13 | 1 | -8/+8 |
| | |/ |/| | |||||
| * | | -work in progress implementation of NDEE's theme It's NOT DONE YET | Juan Linietsky | 2015-10-20 | 1 | -33/+52 |
| |/ | |||||
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-30 | 1 | -1/+1 |
| |\ | | | | | | | | | | | # Solved Conflicts: # tools/editor/property_editor.cpp # tools/editor/property_editor.h | ||||
| | * | -display/emulate_touchscreen now really emulates a touchscreen | Juan Linietsky | 2015-08-29 | 1 | -1/+1 |
| | | | | | | | | | -icons to show node menus | ||||
| * | | Edit default values. WARNING!!! | Mariano Javier Suligoy | 2015-08-29 | 1 | -2/+6 |
| | | | | | | | | | Do not merge these changes, default values are not compiled into shaders yet! | ||||
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | 2015-08-03 | 1 | -1/+3 |
| |\| | |||||
| | * | QOL, script buttons in scene tabs | Juan Linietsky | 2015-07-26 | 1 | -1/+3 |
| | | | |||||
| * | | Fix tab indent | Mariano Javier Suligoy | 2015-07-20 | 1 | -45/+45 |
| | | | |||||
| * | | Select and move multiple nodes at once | Mariano Javier Suligoy | 2015-07-19 | 1 | -0/+2 |
| |/ | |||||
| * | some editor window changes | Juan Linietsky | 2015-06-13 | 1 | -0/+2 |
| | | | | | | -ability to make dock position configurable, and it gets saved -editor starts maximized default | ||||
| * | grid container supports separate h and v spacing | Juan Linietsky | 2015-06-08 | 1 | -1/+2 |
| | | | | | closes #2049 | ||||
| * | new file dialog! | Juan Linietsky | 2015-06-06 | 1 | -2/+21 |
| | | | | | | | | | | -ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories | ||||
