summaryrefslogtreecommitdiff
path: root/editor/editor_settings.cpp
AgeCommit message (Expand)Author
2018-03-23Merge pull request #17706 from Calinou/overhaul-hidpi-settingsRémi Verschelde
2018-03-23Overhaul the display scaling editor settingsHugo Locurcio
2018-03-23Merge pull request #17505 from ArkDShiggy/invert_y-axisRémi Verschelde
2018-03-20add option to invert y-axisJulien CATINEAU
2018-03-14Merge pull request #17420 from marcelofg55/fscache_err_checksRémi Verschelde
2018-03-13Added error checks for fscache savingMarcelo Fernandez
2018-02-28Add an hinting mode setting to DynamicFontsHugo Locurcio
2018-02-14Merge pull request #15399 from poke1024/load-one-translationRémi Verschelde
2018-02-02Changes for the "Recent Scripts" menu.Michael Alexsander Silva Dias
2018-01-25maximum recent files increment fixRazah
2018-01-12Properly save the new save safe setting, avoid crash.Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-09Fix bindings of EditorSettings.set_initial_valueRémi Verschelde
2018-01-08Merge pull request #15458 from volzhs/fix-editor-settings-1Rémi Verschelde
2018-01-08Merge pull request #15457 from volzhs/custom-font-source-codeRémi Verschelde
2018-01-08Set source code font with ttf, otfvolzhs
2018-01-08Fix editor setting value is back to defaultvolzhs
2018-01-06Load needed translation on demandBernhard Liebl
2018-01-06Fix editor settings weird behaviorvolzhs
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15033 from poke1024/shortcuts-macRémi Verschelde
2018-01-03Merge pull request #15073 from volzhs/editor-custom-fontRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Merge pull request #15152 from poke1024/editor-settings-changeNoshyaar
2017-12-29Only send editor "settings_changed" if actually changed.Bernhard Liebl
2017-12-28Respect text editor highlighting color changesvolzhs
2017-12-27Use .ttf or .otf file for editor custom fontvolzhs
2017-12-26On macOS, change some default editor shortcutsBernhard Liebl
2017-12-25Merge pull request #14853 from MattUV/context-menuNoshyaar
2017-12-20EditorSettings: Move scene tab options to their dedicated categoryRémi Verschelde
2017-12-20Adds an option to move cursor with right click in TextEditMattUV
2017-12-09Merge pull request #13994 from ISylvox/caret-blinkRémi Verschelde
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-12-05Moves the guides colors to editor settingsGilles Roudiere
2017-12-05Caret blinking is now enabled by defaultIndah Sylvia
2017-11-29Fixed editor settings disappearing (caused by uninitialized variable).Daniel J. Ramirez
2017-11-26Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky
2017-11-25Tweak the default editor camera settingsHugo Locurcio
2017-11-25Implement onion skinning for the animation editorPedro J. Estébanez
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-21Merge pull request #13119 from YeldhamDev/export_pathRémi Verschelde
2017-11-20Fixed not being able to use the "Open a Directory" dialog with the "Default E...Michael Alexsander Silva Dias
2017-11-20Add simple spacebar panning setting for 2D editorRicardo Maes
2017-11-20Fixed runtime EDITOR_DEFs being dropped.Daniel J. Ramirez
2017-11-20EditorSettings: Dehardcode major in config file nameRémi Verschelde
2017-11-20Change editor_settings.tres to editor_settings-3.tressersoong
2017-11-20Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde
2017-11-19Use new XDG folders to dehardcode pathsRémi Verschelde
2017-11-19Add initial support for the XDG Base Directory specRémi Verschelde
2017-11-17TextEdit code foldingIan