scummvm/engines/ags/engine/gui
Walter Agazzi cce6aff754 AGS: Engine: replaced uses of strncpy with snprintf for safety
From upstream 02feb81b34f041dccd8a4bb33ff060cc532d979b
2024-01-17 03:12:30 +01:00
..
animating_gui_button.cpp AGS: Fixing more trivial warnings 2022-06-18 01:08:54 +01:00
animating_gui_button.h AGS: Added animation volumes to save format 2022-05-10 21:18:01 -07:00
csci_dialog.cpp AGS: Engine: in built-in dialogs exceed all the keypress buffer at once 2022-12-17 22:10:55 +01:00
csci_dialog.h
gui_dialog_defines.h AGS: Fixing various "unused va/arg" warnings + removed empty funcs 2022-04-25 21:44:40 -07:00
gui_dialog_internal_defs.h AGS: rewrote eAGSMouseButton enum to sync with the script API 2022-10-10 00:16:16 +01:00
gui_dialog.cpp AGS: Engine: Update cursor and dependent "logic" in special game states 2023-04-29 13:11:41 +02:00
gui_dialog.h AGS: Store debug room names in std::vector 2022-04-23 19:36:22 -07:00
gui_engine.cpp AGS: Common: account for Font's height when calculating ListBox and TextBox 2024-01-17 03:12:28 +01:00
my_controls.h
my_label.cpp AGS: Engine: replaced uses of strncpy with snprintf for safety 2024-01-17 03:12:30 +01:00
my_label.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00
my_listbox.cpp AGS: Engine: move cursor and cursor-over-gui updates to the game update fn 2023-04-29 13:11:41 +02:00
my_listbox.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00
my_push_button.cpp AGS: Engine: replaced uses of strncpy with snprintf for safety 2024-01-17 03:12:30 +01:00
my_push_button.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00
my_textbox.cpp AGS: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
my_textbox.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00
new_control.cpp AGS: Engine: move cursor and cursor-over-gui updates to the game update fn 2023-04-29 13:11:41 +02:00
new_control.h AGS: In built-in guis renamed local args hiding global variables 2022-04-22 21:40:27 -07:00