godot/scene/gui
George Marques edadb46bd4 Fix TextEdit cursor position after undo remove text
It was going to where the text started, now it goes to where the text
ends.

(cherry picked from commit 831ae2d510)
2016-06-25 01:41:58 +02:00
..
SCsub Cosmetic fixes to SCons buildsystem 2015-11-01 20:53:26 +01:00
base_button.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
base_button.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
box_container.cpp BoxContainer: Bind method add_spacer(bool) 2016-04-02 22:13:58 +02:00
box_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
button.cpp Classref: Document Button and ButtonArray 2016-04-29 07:42:59 +02:00
button.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
button_array.cpp Classref: Document Button and ButtonArray 2016-04-29 07:42:59 +02:00
button_array.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
button_group.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
button_group.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
center_container.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
center_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
check_box.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
check_box.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
check_button.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
check_button.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
color_picker.cpp Add function to get the color picker dialog from ColorPickerButton, closes #4415 2016-06-25 01:41:58 +02:00
color_picker.h Add function to get the color picker dialog from ColorPickerButton, closes #4415 2016-06-25 01:41:58 +02:00
color_ramp_edit.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
color_ramp_edit.h Replace color phases with color ramp for Particles2D. 2015-05-24 21:18:52 +03:00
container.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
control.cpp Fixed ancient bug that prevented proper theme editing, closes #4924 2016-06-25 01:22:41 +02:00
control.h Rotation APIs: Better exposure for degrees methods 2016-05-12 08:55:14 +02:00
custom_button.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
custom_button.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
dialogs.cpp Add more documentations and fix AcceptDialog::add_cancel 2016-04-29 18:02:03 +02:00
dialogs.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
file_dialog.cpp Make ".." always appear even if dir is unlistable (likely lacking permissions), closes #1938 2016-06-25 01:41:57 +02:00
file_dialog.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
graph_edit.cpp -Cleaned up GraphEdit, also fixes #3568 2016-02-08 16:28:12 -03:00
graph_edit.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
graph_node.cpp -Cleaned up GraphEdit, also fixes #3568 2016-02-08 16:28:12 -03:00
graph_node.h -Forgot to add clips input to graphedit, fixes #3420 2016-01-23 18:49:26 -03:00
grid_container.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
grid_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
item_list.cpp open directory or file when double click 2016-05-18 08:21:38 +02:00
item_list.h Revert "Revert "-make sure single select after multi select works better"" 2016-05-18 08:21:16 +02:00
label.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
label.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
line_edit.cpp LineEdit: Fix and improve selection behaviour 2016-06-25 01:41:57 +02:00
line_edit.h LineEdit: Fix and improve selection behaviour 2016-06-25 01:41:57 +02:00
margin_container.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
margin_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
menu_button.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
menu_button.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
option_button.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
option_button.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
panel.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
panel.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
panel_container.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
panel_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
patch_9_frame.cpp Added new NinePatch control (could be done before with Panel and Stylebox but this is easier) 2015-08-24 09:39:16 -03:00
patch_9_frame.h Added new NinePatch control (could be done before with Panel and Stylebox but this is easier) 2015-08-24 09:39:16 -03:00
popup.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
popup.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
popup_menu.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
popup_menu.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
progress_bar.cpp Progress bar minsize now checks percent_visible 2016-04-06 18:45:33 +02:00
progress_bar.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
range.cpp math: Fix rounding error for 0 in Math::round (#4495) 2016-05-01 12:28:01 +02:00
range.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
reference_frame.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
reference_frame.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
rich_text_label.cpp correctly wrap lines longer than width in richtextlabel, fixes #4735 2016-06-25 01:41:56 +02:00
rich_text_label.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scroll_bar.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
scroll_bar.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
scroll_container.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scroll_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
separator.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
separator.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
slider.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
slider.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
spin_box.cpp Fix wrong local mouse pos when holding spinbox and improve behaviour 2016-01-21 14:09:30 +01:00
spin_box.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
split_container.cpp -Massive editor dialog cleanup 2016-01-17 20:03:57 -03:00
split_container.h -Massive editor dialog cleanup 2016-01-17 20:03:57 -03:00
tab_container.cpp TabContainer now reports proper minimum size, closes #4896 2016-06-25 01:41:57 +02:00
tab_container.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tabs.cpp Tabs: Fix align issue with right/close buttons 2016-05-06 11:06:42 +02:00
tabs.h -Improved tab visibility, fixes #3314 2016-01-22 20:19:57 -03:00
text_edit.cpp Fix TextEdit cursor position after undo remove text 2016-06-25 01:41:58 +02:00
text_edit.h Added breakpoint markers, issue 4750 2016-06-04 22:20:02 +02:00
texture_button.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
texture_button.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
texture_frame.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
texture_frame.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
texture_progress.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
texture_progress.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tool_button.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tool_button.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tree.cpp fix how some display values are shown, fixes #4953 2016-06-25 01:22:41 +02:00
tree.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
video_player.cpp Fix Theora video playback without a Vorbis stream 2016-06-17 13:38:47 +02:00
video_player.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00