Files
@ r28403:d4cdcb69255f
Branch filter:
Location: cpp/openttd-patchpack/source/src/textfile_gui.h - annotation
r28403:d4cdcb69255f
4.5 KiB
text/x-c
Fix: race-condition when quitting the game with libcurl (#11688)
There could be a callback in _new_http_callbacks that is not
processed yet. All callbacks in _http_callbacks were cancelled,
but not the ones in _new_http_callbacks
There could be a callback in _new_http_callbacks that is not
processed yet. All callbacks in _http_callbacks were cancelled,
but not the ones in _new_http_callbacks
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19068:3e8bf48b7b8a r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f r27259:59b91be38623 r19067:8b759022e9ee r19064:0f7af43d9a9f r19064:0f7af43d9a9f r23538:8df50944b27a r23538:8df50944b27a r23538:8df50944b27a r25304:2d7ac9e432f0 r19064:0f7af43d9a9f r23505:2c24909d1448 r28353:bfc4ab63f376 r28353:bfc4ab63f376 r28353:bfc4ab63f376 r23505:2c24909d1448 r25304:2d7ac9e432f0 r28353:bfc4ab63f376 r23505:2c24909d1448 r23505:2c24909d1448 r23505:2c24909d1448 r27295:4dfa0d5adc00 r23505:2c24909d1448 r26399:db15b808f86d r27903:a7a9733e21aa r23505:2c24909d1448 r27259:59b91be38623 r23505:2c24909d1448 r27371:b9ad4c1bff08 r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27371:b9ad4c1bff08 r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r27371:b9ad4c1bff08 r20772:bf3b8b08485d r27903:a7a9733e21aa r27903:a7a9733e21aa r27295:4dfa0d5adc00 r25304:2d7ac9e432f0 r20772:bf3b8b08485d r25304:2d7ac9e432f0 r27903:a7a9733e21aa r27903:a7a9733e21aa r27903:a7a9733e21aa r19064:0f7af43d9a9f r19064:0f7af43d9a9f r19064:0f7af43d9a9f | /*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
* OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file textfile_gui.h GUI functions related to textfiles. */
#ifndef TEXTFILE_GUI_H
#define TEXTFILE_GUI_H
#include "fileio_type.h"
#include "strings_func.h"
#include "textfile_type.h"
#include "window_gui.h"
std::optional<std::string> GetTextfile(TextfileType type, Subdirectory dir, const std::string &filename);
/** Window for displaying a textfile */
struct TextfileWindow : public Window, MissingGlyphSearcher {
TextfileType file_type; ///< Type of textfile to view.
Scrollbar *vscroll; ///< Vertical scrollbar.
Scrollbar *hscroll; ///< Horizontal scrollbar.
TextfileWindow(TextfileType file_type);
void UpdateWidgetSize(WidgetID widget, Dimension *size, [[maybe_unused]] const Dimension &padding, [[maybe_unused]] Dimension *fill, [[maybe_unused]] Dimension *resize) override;
void OnClick([[maybe_unused]] Point pt, WidgetID widget, [[maybe_unused]] int click_count) override;
void DrawWidget(const Rect &r, WidgetID widget) const override;
void OnResize() override;
void OnInvalidateData(int data = 0, bool gui_scope = true) override;
void OnDropdownSelect(WidgetID widget, int index) override;
void Reset() override;
FontSize DefaultSize() override;
std::optional<std::string_view> NextString() override;
bool Monospace() override;
void SetFontNames(FontCacheSettings *settings, const char *font_name, const void *os_data) override;
void ScrollToLine(size_t line);
virtual void LoadTextfile(const std::string &textfile, Subdirectory dir);
protected:
struct Line {
int top{0}; ///< Top scroll position in visual lines.
int bottom{0}; ///< Bottom scroll position in visual lines.
std::string text{}; ///< Contents of the line.
TextColour colour{TC_WHITE}; ///< Colour to render text line in.
Line(int top, std::string_view text) : top(top), bottom(top + 1), text(text) {}
Line() {}
};
struct Hyperlink {
size_t line; ///< Which line the link is on.
size_t begin; ///< Character position on line the link begins.
size_t end; ///< Character position on line the link end.
std::string destination; ///< Destination for the link.
};
struct HistoryEntry {
std::string filepath; ///< File the history entry is in.
int scrollpos; ///< Scrolling position the file was at at navigation time.
};
std::string filename{}; ///< Filename of the textfile.
std::string filepath{}; ///< Full path to the filename.
std::vector<Line> lines; ///< #text, split into lines in a table with lines.
std::vector<size_t> jumplist; ///< Table of contents list, line numbers.
std::vector<Hyperlink> links; ///< Clickable links in lines.
std::vector<Hyperlink> link_anchors; ///< Anchor names of headings that can be linked to.
std::vector<HistoryEntry> history; ///< Browsing history in this window.
size_t history_pos{0}; ///< Position in browsing history (for forward movement).
bool trusted{false}; ///< Whether the content is trusted (read: not from content like NewGRFs, etc).
void LoadText(std::string_view buf);
void FindHyperlinksInMarkdown(Line &line, size_t line_index);
/**
* Handle the clicking on a hyperlink.
*
* @param link The link that is clicked on.
*/
virtual void OnHyperlinkClick(const Hyperlink &link);
/**
* Post-processing after the text is loaded.
*/
virtual void AfterLoadText();
void NavigateToFile(std::string newfile, size_t line);
void AppendHistory(const std::string &filepath);
void UpdateHistoryScrollpos();
void NavigateHistory(int delta);
private:
uint search_iterator{0}; ///< Iterator for the font check search.
uint max_length{0}; ///< Maximum length of unwrapped text line.
uint ReflowContent();
uint GetContentHeight();
void SetupScrollbars(bool force_reflow);
void CheckHyperlinkClick(Point pt);
void AfterLoadMarkdown();
};
#endif /* TEXTFILE_GUI_H */
|