| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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. | |||||
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -30/+30 | |
| | | | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56 | |||||
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -11/+11 | |
| | | | | | This saves typing and is a step towards fixing #56 | |||||
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -3/+1 | |
| | | | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | |||||
| * | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -1/+1 | |
| | | | | | | | visible (property) - access set_visible(bool) is_visible() is_visible_in_tree() - true when visible and parents visible show() hide() - for convenience | |||||
| * | -removed stop mouse and ignore mouse from control, which were confusing, ↵ | Juan Linietsky | 2017-01-08 | 1 | -1/+1 | |
| | | | | | replaced by mouse filter | |||||
| * | PopupMenu now emits both index_pressed and id_pressed instead of ↵ | Juan Linietsky | 2017-01-08 | 1 | -1/+1 | |
| | | | | | item_pressed, closes #3188 | |||||
| * | renamed _input_event for GUI events to _gui_input, so it's more ↵ | Juan Linietsky | 2017-01-08 | 1 | -2/+2 | |
| | | | | | differentiated than generalized _input | |||||
| * | Editor settings categories are now tidy and beautiful! | Juan Linietsky | 2017-01-05 | 1 | -4/+4 | |
| | | ||||||
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -4/+6 | |
| | | | | | | | -Modified help to display properties GDScript can still not make use of them, though. | |||||
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -31/+31 | |
| | | | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | |||||
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 | |
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||||
| * | Emit "*_changed" signal in set_* | volzhs | 2016-11-14 | 1 | -0/+1 | |
| | | ||||||
| * | Caret blink will no longer cause redraw without focus, issue 6167 | Paulb23 | 2016-11-06 | 1 | -1/+1 | |
| | | ||||||
| * | LineEdit long indicator, fix #6624 | Pawel Kowal | 2016-09-28 | 1 | -3/+4 | |
| | | ||||||
| * | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. | Andreas Haas | 2016-09-19 | 1 | -5/+9 | |
| | | | | | Fixes #6466 | |||||
| * | LineEdit: Quick fix to set_expand_to_text_length argument name | Rémi Verschelde | 2016-09-07 | 1 | -4/+4 | |
| | | ||||||
| * | -Added diectly editable expressions on node to VSEditor, closes #6392 | Juan Linietsky | 2016-09-06 | 1 | -20/+47 | |
| | | | | | -Added ability for LineEdit to expand to fit text | |||||
| * | Fixes LineEdit text selection with mouse selecting more than intended | Waldson Patrício | 2016-09-02 | 1 | -10/+0 | |
| | | ||||||
| * | LineEdit: Fix event handled as text when a mod key is pressed | Ignacio Etcheverry | 2016-07-27 | 1 | -1/+1 | |
| | | ||||||
| * | LineEdit: Fix rtl scrolling with mouse drag selection | Ignacio Etcheverry | 2016-07-15 | 1 | -3/+6 | |
| | | ||||||
| * | LineEdit placeholder now accepts translated strings. | Ovnuniarchos | 2016-07-10 | 1 | -1/+2 | |
| | | ||||||
| * | Remove unused variables (third pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -5/+0 | |
| | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||||
| * | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 | 2016-06-30 | 1 | -1/+3 | |
| | | ||||||
| * | add placeholder alpha property | sanikoyes | 2016-06-28 | 1 | -2/+18 | |
| | | ||||||
| * | Add placeholder property for line_edit | sanikoyes | 2016-06-27 | 1 | -5/+24 | |
| | | | | | this useful for user input tip | |||||
| * | Merge pull request #5379 from neikeq/pr-issue-5375 | Rémi Verschelde | 2016-06-24 | 1 | -0/+3 | |
| |\ | | | | | Fix weird deselection behaviour with text field | |||||
| | * | Fix weird deselection behaviour with text field | Ignacio Etcheverry | 2016-06-24 | 1 | -0/+3 | |
| | | | | | | | | | | | - TextEdit will now deselect if Ctrl+Left/Right is pressed - TextEdit and LineEdit no longer deselect text when Alt is pressed (except with Apple style keys) | |||||
| * | | Added setting to toggle line edit caret blink | Paulb23 | 2016-06-22 | 1 | -0/+23 | |
| | | | ||||||
| * | | Line edit caret no longer draws on focus loss | Paulb23 | 2016-06-22 | 1 | -0/+19 | |
| | | | ||||||
| * | | Added caret blink to line edit | Paulb23 | 2016-06-22 | 1 | -5/+60 | |
| |/ | ||||||
| * | LineEdit: Word jumping and OSX hotkeys | Ignacio Etcheverry | 2016-06-18 | 1 | -59/+190 | |
| | | ||||||
| * | LineEdit: Fix and improve selection behaviour | Ignacio Etcheverry | 2016-06-18 | 1 | -18/+24 | |
| | | ||||||
| * | rewrote LineEdit window repositioning code so it does not eat the last ↵ | Juan Linietsky | 2016-06-12 | 1 | -6/+13 | |
| | | | | | character, closes #4992 | |||||
| * | Reverted a PR i don't understand how to find but fixes #5097 | Juan Linietsky | 2016-06-09 | 1 | -3/+3 | |
| | | ||||||
| * | Merge pull request #5030 from sanikoyes/Pr-fix-label-minsize | Rémi Verschelde | 2016-06-04 | 1 | -3/+2 | |
| |\ | | | | | fix line_edit&label get min size bug&draw problem | |||||
| | * | fix line_edit&label get min size bug | sanikoyes | 2016-06-04 | 1 | -3/+2 | |
| | | | | | | | | | fix line_edit draw char(x ofs_max) | |||||
| * | | GUI Focus mode improvements | Zher Huei Lee | 2016-05-23 | 1 | -1/+1 | |
| |/ | | | | | | | | Exposed `get_focus_mode()` to the script Added `focus_mode` to the property panels for line-edit and sliders Added `enabled_focus_mode` to the property panels for buttons enabled_focus_mode is used when button is enabled/disabled | |||||
