| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tweak the property hint ranges of caret blink and line length guideline | Hugo Locurcio | 2018-05-13 | 1 | -1/+1 |
| | | | | | | | This allows for more precise adjustments. (cherry picked from commit 0eb2f6c2235ba13409c169225321cd5eafd6ad5b) | ||||
| * | Fix placeholders position in `LineEdit` when editing inside the Editor | robfram | 2018-05-13 | 1 | -1/+0 |
| | | | | | | | | | | | Editing the `Text` property through the editor causes a wrong placement of the placeholder, as it calls `LineEdit::clear_internal`, which was wrongly reseting the cached placeholder width. Fix #18184. (cherry picked from commit c17de1f70fcba19f2afdfe49d194b9b175791ea8) | ||||
| * | Hand-merge API hash fixes #18514 | Hein-Pieter van Braam | 2018-04-29 | 1 | -4/+2 |
| | | | | | | | This hasn't made it into master yet but is important for mono support. If this turns out to be the wrong call we'll revert and merge whatever next version of this becomes available. | ||||
| * | Fixed context menu TTR bugs | sersoong | 2018-04-28 | 1 | -7/+7 |
| | | | | | (cherry picked from commit a1cfc89108b1905311c83227ae6d8016c9b496ba) | ||||
| * | LineEdit placeholder alignment, content margins, and overflow bugs | robfram | 2018-04-28 | 1 | -4/+16 |
| | | | | | | | | LineEdit doesn't correctly uses style margins nor use placeholders width correctly, causing multiple rendering bugs. (cherry picked from commit 53b51f68bf9b6dd38014b5ac022209b8433d7340) | ||||
| * | Fixed #15082: line edit emits two "text_changed" signals when pasting while ↵ | Federico Frenguelli | 2018-02-19 | 1 | -2/+16 |
| | | | | | | | text is selected (cherry picked from commit 9cd3ed4acef91ee7dcef1db2edfe3e40d6838656) | ||||
| * | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -1/+2 |
| | | | | | | | | 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 signal arguments shadowing member variables | Rémi Verschelde | 2018-01-09 | 1 | -2/+2 |
| | | | | | Fixes #10212. | ||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| | | | | | | | 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 #15103 from poke1024/lineedit-key-up-down | Rémi Verschelde | 2018-01-03 | 1 | -0/+12 |
| |\ | | | | | Support KEY_UP and KEY_DOWN in LineEdit | ||||
| | * | Support KEY_UP and KEY_DOWN in LineEdit | Bernhard Liebl | 2017-12-27 | 1 | -0/+12 |
| | | | |||||
| * | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| |/ | | | | Happy new year to the wonderful Godot community! | ||||
| * | Exposed LineEdit's "selection_clear" and renamed it to "deselect". | Michael Alexsander Silva Dias | 2017-12-17 | 1 | -22/+11 |
| | | |||||
| * | Check for icon in LineEdit::set_cursor_position | TheAspiringHacker | 2017-12-06 | 1 | -0/+4 |
| | | | | | Fixes #14340 | ||||
| * | change expand_to_len property to add on nonzero...also rename to | kbake | 2017-11-18 | 1 | -1/+2 |
| | | | | | expand_to_text_length and shift window on expand to see all text | ||||
| * | add context menu enable getters, setters, and properties in LineEdit and ↵ | Ian | 2017-11-11 | 1 | -1/+13 |
| | | | | | TextEdit | ||||
| * | Merge pull request #12268 from AlexHolly/fix-lineedit-selection | Rémi Verschelde | 2017-10-30 | 1 | -2/+4 |
| |\ | | | | | Fix LineEdit drag selection to the left | ||||
| | * | fix LineEdit drag selection to the left | AlexHolly | 2017-10-20 | 1 | -2/+4 |
| | | | |||||
| * | | Added multi level undo redo to line edit | Paulb23 | 2017-10-29 | 1 | -31/+74 |
| |/ | |||||
| * | Fixed center align in LineEdit | balint magyar | 2017-10-01 | 1 | -2/+8 |
| | | |||||
| * | Fix crash when scene has LineEdit and run from editor | volzhs | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | Fixed caret blink and speed resetting in scenes, issue 10764 | Paulb23 | 2017-09-24 | 1 | -1/+1 |
| | | |||||
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -24/+24 |
| | | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | ||||
| * | Fixed some metrics (some issues caused by the new Noto Sans font). | Daniel J. Ramirez | 2017-09-03 | 1 | -1/+1 |
| | | | | | plus other minor fixes | ||||
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | 2017-08-21 | 1 | -11/+11 |
| |\ | | | | | ClassDB: Provide the enum name of integer constants | ||||
| | * | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -11/+11 |
| | | | |||||
| * | | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | 2017-08-20 | 1 | -1/+1 |
| |\ \ | |/ |/| | Adds Engine::is_editor_hint() method | ||||
| | * | Removes editor_hint from SceneTree | Ignacio Etcheverry | 2017-08-19 | 1 | -1/+1 |
| | | | |||||
| * | | Rename localization method to `tr` again | Rémi Verschelde | 2017-08-18 | 1 | -1/+1 |
| | | | | | | | | | Partial revert of #10380 based on contributor ~~bullying~~ feedback. | ||||
| * | | Rename `XL_MESSAGE` aka `tr` to `localize` | Rémi Verschelde | 2017-08-17 | 1 | -1/+1 |
| |/ | | | | | Also renames `set_message_translation` to `set_message_localization` for consistency. | ||||
| * | Merge pull request #10142 from bruvzg/3.0-osx-ime | Rémi Verschelde | 2017-08-11 | 1 | -6/+76 |
| |\ | | | | | Add IME support (macOS) | ||||
| | * | Implement NSTextInputClient protocol for IME | bruvzg | 2017-08-09 | 1 | -6/+76 |
| | | | |||||
| * | | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -1/+1 |
| |/ | |||||
| * | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | 2017-08-06 | 1 | -2/+2 |
| | | | | | Closes #7695 | ||||
| * | Icons can now be added inside line edits (Search icon). | Daniel J. Ramirez | 2017-07-19 | 1 | -0/+6 |
| | | | | | | | Fixed window title bar margins. fixed compilation error | ||||
| * | Merge pull request #9652 from djrm/theme_fixes | Rémi Verschelde | 2017-07-17 | 1 | -1/+6 |
| |\ | | | | | Improvements and fixes for the default theme. | ||||
| | * | Improvements and fixes for the default theme. | Daniel J. Ramirez | 2017-07-16 | 1 | -1/+6 |
| | | | | | | | | | Added customizable border size and window highlight. | ||||
| * | | LineEdit: don't undo uneditable LineEdit | Poommetee Ketson | 2017-07-17 | 1 | -1/+3 |
| |/ | |||||
| * | IME window follow the input cursor. | geequlim | 2017-07-11 | 1 | -0/+10 |
| | | | | | | Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit. | ||||
| * | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -2/+2 |
| | | | | | Make the naming consistent with other classes. | ||||
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -300/+297 |
| | | | | | this might cause bugs I haven't found yet.. | ||||
| * | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | 2017-05-20 | 1 | -2/+2 |
| |\ | | | | | New customizable editor theme | ||||
| | * | Revert "Add new editor and default theme (WIP)" | volzhs | 2017-05-03 | 1 | -2/+2 |
| | | | | | | | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7. | ||||
| * | | LineEdit: fix placeholder text affected by secret | Poommetee Ketson | 2017-05-03 | 1 | -2/+2 |
| |/ | |||||
| * | Add new editor and default theme (WIP) | Daniel J. Ramirez | 2017-04-27 | 1 | -2/+2 |
| | | |||||
| * | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -1/+1 |
| | | | | | | | | | Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005 | ||||
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| | | |||||
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -342/+302 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | ||||
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -1/+1 |
| | | | | | | | The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful. | ||||
