rustdesk/flutter/lib/models
21pages 57d1b1ecc4
fix nextRgba not called when switching to texture render (#8792)
Because rgba buffer render doesn't support multi display, when switch to
multi display, it is possible that rgba.valid has been set to valid but
nextRgab is not called, when switching back to single display,
rgba.valid is still true.

Fix by rgba buffer, rgba texture and  gpu texture using different messages.

Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-24 12:06:16 +08:00
..
ab_model.dart sort address book name dropdown (#8127) 2024-05-23 17:44:48 +08:00
chat_model.dart fix: android prompt "Failed to stop voice call" on conn ended (#8434) 2024-06-21 16:43:54 +08:00
cm_file_model.dart fix missing log when removed directory names have same prefix 2023-11-07 10:43:03 +08:00
desktop_render_texture.dart refact: texture render as an option (#8168) 2024-05-28 16:42:30 +08:00
file_model.dart Refact. Flutter web, mid commit (#7494) 2024-03-24 11:23:06 +08:00
group_model.dart disable-group-panel for https://github.com/rustdesk/rustdesk-server-pro/issues/250 2024-05-28 20:10:12 +08:00
input_model.dart Feat/android more actions (#8496) 2024-06-27 13:28:05 +08:00
model.dart fix nextRgba not called when switching to texture render (#8792) 2024-07-24 12:06:16 +08:00
native_model.dart fix: macos, load multi dylib instances (#8731) 2024-07-17 11:49:11 +08:00
peer_model.dart opt password sync, opt ab widgets (#7582) 2024-04-02 22:08:47 +08:00
peer_tab_model.dart disable-group-panel for https://github.com/rustdesk/rustdesk-server-pro/issues/250 2024-05-28 20:10:12 +08:00
platform_model.dart Refact. Build flutter web (#7472) 2024-03-22 13:16:37 +08:00
server_model.dart Refact/android input changed notify clients (#8494) 2024-06-27 13:05:45 +08:00
state_model.dart fix: restore window, on connection (#8129) 2024-05-23 22:11:40 +08:00
user_model.dart fix: http/https proxy (#7821) 2024-04-25 11:46:21 +08:00
web_model.dart Refact. Flutter web desktop (#7539) 2024-03-28 11:38:11 +08:00