10 Commits

Author SHA1 Message Date
Le Philousophe 7203d1078f GUI: Let drawDialog not reset the clipping rectangle
This will allow for optimized redrawing of select parts of the dialog.
2026-04-26 21:06:07 +10:00
Christian Kündig 5128dbb1a0 GUI: EMSCRIPTEN: Add option to download file opened in TextViewer 2025-11-08 16:26:54 +02:00
Le Philousophe 5e2828b4ae GUI: Handle safe area in text viewer dialog 2025-07-13 17:26:37 +02:00
Le Philousophe fd0267cfd1 GUI: Make TextViewerDialog use a Path instead of a String 2023-12-24 13:19:25 +01:00
Orgad Shaneh e4ec99fc62 GUI: Fix GCC/MinGW warning
textviewer.cpp:84:64: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int64' {aka 'long long int'} [-Wformat=]
   84 |         warning("TextViewerDialog::loadFile(): File size is: %ld", stream->size());
      |                                                              ~~^   ~~~~~~~~~~~~~~
      |                                                                |               |
      |                                                                long int        int64 {aka long long int}
      |                                                              %lld
2023-04-09 23:55:16 +03:00
Eugene Sandulenko 8952ceaa2f GUI: Process empty log path and gracefully process unreadable paths 2023-03-27 00:24:46 +02:00
Eugene Sandulenko a768d12707 GUI: Remove leftover debug message 2023-03-26 14:22:01 +02:00
Eugene Sandulenko 4869bf0780 GUI: Added close button to the TextViewer dialog 2023-03-26 14:20:52 +02:00
Eugene Sandulenko 10c3eb8ebc GUI: Fix crash in TextViewer 2023-03-25 17:31:27 +01:00
Eugene Sandulenko 42c68234bb GUI: Display scummvm.log path and add viewer 2023-03-25 17:11:21 +01:00