| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed themes presets to String format | Chaosus | 2018-06-23 | 1 | -2/+2 |
| | | |||||
| * | Removed duplicate default colours and removed GDScriptHighligher colours ↵ | Paulb23 | 2018-06-13 | 1 | -17/+24 |
| | | | | | from main editor. | ||||
| * | Theme saving no longer hard coded | Paulb23 | 2018-06-13 | 1 | -33/+10 |
| | | |||||
| * | Merge pull request #19503 from akien-mga/osx-ctrl-cmd | Rémi Verschelde | 2018-06-13 | 1 | -25/+1 |
| |\ | | | | | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | ||||
| | * | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | Rémi Verschelde | 2018-06-11 | 1 | -25/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | KEY_MASK_CMD is automatically replaced by KEY_MASK_CTRL on non-OSX and KEY_MASK_META (Command key) on OSX, so it should be used for all Ctrl/Cmd + key shortcuts. Also de-hacked the macOS shortcut replacements with proper conditional definition. Not tested on macOS, cannot judge if they are good shortcuts. Fixes #10761. | ||||
| * | | Added Solarized Dark and Light themes | Chaosus | 2018-06-13 | 1 | -1/+1 |
| |/ | |||||
| * | Exposed set/get_project_metadata in EditorSettings. | Michael Alexsander Silva Dias | 2018-05-16 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #18442 from StraToN/add-button-sort-methods-overview | Rémi Verschelde | 2018-05-16 | 1 | -0/+1 |
| |\ | | | | | Add a ToggleButton for alphabetic sorting in methods overview | ||||
| | * | Add button hbox with alphabetic sort toggle above methods outline. | Julian Murgia | 2018-05-11 | 1 | -0/+1 |
| | | | |||||
| * | | TextEdit word wrap | Ian | 2018-05-14 | 1 | -0/+1 |
| | | | |||||
| * | | Editor: make custom bold font config working | Martin Capitanio | 2018-05-13 | 1 | -1/+1 |
| |/ | | | | Fixes #18737 | ||||
| * | fixed bodl font error message | toger5 | 2018-05-11 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changes | Rémi Verschelde | 2018-05-10 | 1 | -0/+8 |
| |\ | | | | | GDScript function definition and get_node shortcut syntax highlighting | ||||
| | * | Added GDScript NodePath highlighting | Paulb23 | 2018-04-20 | 1 | -0/+2 |
| | | | |||||
| | * | Added GDScript function definition highlighting | Paulb23 | 2018-04-20 | 1 | -0/+6 |
| | | | |||||
| * | | Fix the 3D grid color setting hints | Hugo Locurcio | 2018-05-08 | 1 | -2/+2 |
| | | | | | | | | | | | It was mistakenly changed to RGBA in #18525 when it should have stayed RGB (the 3D grid does not currently support transparency). | ||||
| * | | Merge pull request #18113 from toger5/bold_font | Juan Linietsky | 2018-05-07 | 1 | -0/+2 |
| |\ \ | | | | | | | added bold font to editor (support for coustom bold font) | ||||
| | * | | added bold font to editor (support for coustom bold font) | toger5 | 2018-04-19 | 1 | -0/+2 |
| | |/ | |||||
| * | | Merge pull request #18525 from Calinou/improve-3d-grid | Juan Linietsky | 2018-05-07 | 1 | -2/+11 |
| |\ \ | | | | | | | Improve the 3D editor grid | ||||
| | * | | Improve the 3D editor grid | Hugo Locurcio | 2018-04-30 | 1 | -2/+11 |
| | |/ | | | | | | | | | | | | | - The grid's primary and secondary colors can now be changed - The number of grid steps (subdivisions) can now be changed - The grid size can now be changed - The grid is now darker by default | ||||
| * | | Make bones have more contrast with outline | Juan Linietsky | 2018-05-04 | 1 | -1/+3 |
| | | | |||||
| * | | Tweak the property hint ranges of caret blink and line length guideline | Hugo Locurcio | 2018-04-28 | 1 | -2/+2 |
| |/ | | | | This allows for more precise adjustments. | ||||
| * | Merge pull request #17706 from Calinou/overhaul-hidpi-settings | Rémi Verschelde | 2018-03-23 | 1 | -2/+4 |
| |\ | | | | | Overhaul the display scaling editor settings | ||||
| | * | Overhaul the display scaling editor settings | Hugo Locurcio | 2018-03-23 | 1 | -2/+4 |
| | | | | | | | | | | | This adds more scaling options, in addition to a custom scaling option which allows any scale between 0.75 and 3.0 to be used. | ||||
| * | | Merge pull request #17505 from ArkDShiggy/invert_y-axis | Rémi Verschelde | 2018-03-23 | 1 | -0/+1 |
| |\ \ | |/ |/| | add option to invert y-axis | ||||
| | * | add option to invert y-axis | Julien CATINEAU | 2018-03-20 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #17420 from marcelofg55/fscache_err_checks | Rémi Verschelde | 2018-03-14 | 1 | -5/+2 |
| |\ \ | | | | | | | Added error checks for fscache saving | ||||
| | * | | Added error checks for fscache saving | Marcelo Fernandez | 2018-03-13 | 1 | -5/+2 |
| | | | | |||||
| * | | | Add an hinting mode setting to DynamicFonts | Hugo Locurcio | 2018-02-28 | 1 | -0/+4 |
| | |/ |/| | | | | | | | | | | | - Editor font hinting can now be tweaked in the Editor Settings. - DynamicFonts used in projects now have tweakable hinting settings in their DynamicFontData child. Changes will be visible upon reloading the scene in the editor. | ||||
| * | | Merge pull request #15399 from poke1024/load-one-translation | Rémi Verschelde | 2018-02-14 | 1 | -27/+29 |
| |\ \ | | | | | | | Load needed editor translation only on demand | ||||
| | * | | Load needed translation on demand | Bernhard Liebl | 2018-01-06 | 1 | -27/+29 |
| | | | | |||||
| * | | | Changes for the "Recent Scripts" menu. | Michael Alexsander Silva Dias | 2018-02-02 | 1 | -2/+0 |
| | | | | |||||
| * | | | maximum recent files increment fix | Razah | 2018-01-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Properly save the new save safe setting, avoid crash. | Juan Linietsky | 2018-01-12 | 1 | -0/+1 |
| | | | | |||||
| * | | | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | ||||
| * | | | Fix bindings of EditorSettings.set_initial_value | Rémi Verschelde | 2018-01-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | Also ran doctool. | ||||
| * | | | Merge pull request #15458 from volzhs/fix-editor-settings-1 | Rémi Verschelde | 2018-01-08 | 1 | -2/+6 |
| |\ \ \ | | | | | | | | | Fix editor setting value is back to default | ||||
| | * | | | Fix editor setting value is back to default | volzhs | 2018-01-08 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | Fix #15449 | ||||
| * | | | | Merge pull request #15457 from volzhs/custom-font-source-code | Rémi Verschelde | 2018-01-08 | 1 | -8/+8 |
| |\ \ \ \ | |/ / / |/| | | | Set source code font with ttf, otf | ||||
| | * | | | Set source code font with ttf, otf | volzhs | 2018-01-08 | 1 | -8/+8 |
| | |/ / | | | | | | | | | | | | | | | | | | | renamed interface/editor/custom_font to interface/editor/main_font moved text_editor/theme/font to interface/editor/code_font renamed interface/editor/font_size to interface/editor/main_font_size renamed interface/editor/source_code_size to interface/editor/code_font_size | ||||
| * / / | Fix editor settings weird behavior | volzhs | 2018-01-06 | 1 | -10/+21 |
| |/ / | |||||
| * | | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | ||||
| * | | Merge pull request #15033 from poke1024/shortcuts-mac | Rémi Verschelde | 2018-01-04 | 1 | -0/+36 |
| |\ \ | | | | | | | Alternative keyboard shortcuts for macOS | ||||
| | * | | On macOS, change some default editor shortcuts | Bernhard Liebl | 2017-12-26 | 1 | -0/+36 |
| | | | | |||||
| * | | | Merge pull request #15073 from volzhs/editor-custom-font | Rémi Verschelde | 2018-01-03 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Use .ttf or .otf file for editor custom font | ||||
| | * | | | Use .ttf or .otf file for editor custom font | volzhs | 2017-12-27 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | Happy new year to the wonderful Godot community! | ||||
| * | | | Merge pull request #15152 from poke1024/editor-settings-change | Noshyaar | 2018-01-01 | 1 | -6/+19 |
| |\ \ \ | | | | | | | | | Only send editor "settings_changed" if actually changed | ||||
| | * | | | Only send editor "settings_changed" if actually changed. | Bernhard Liebl | 2017-12-29 | 1 | -6/+19 |
| | |/ / | |||||
| * / / | Respect text editor highlighting color changes | volzhs | 2017-12-28 | 1 | -6/+6 |
| |/ / | | | | | | | Fix #14838 | ||||
