fruitjam-doom/textscreen
Simon Howard 7ad4a11afa textscreen: Make UTF8 the rule, not the exception.
Rename TXT_DrawString() to TXT_DrawCodePageString() and rename
TXT_DrawUTF8String() to TXT_DrawString(). It's better to just assume
everything is UTF8 and deal with the exceptions, as this is less likely
to cause bugs. There is only a small handful of places where we want to
draw a specific character from the native code page.
2017-01-21 17:15:00 +00:00
..
examples textscreen: Add Italian window. 2017-01-21 16:37:51 +00:00
fonts textscreen: Very minor fix to code page. 2017-01-21 15:55:33 +00:00
.gitignore Add tags files to svn:ignore properties. 2010-01-27 19:16:26 +00:00
Doxyfile Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags 2009-03-08 22:51:25 +00:00
Makefile.am textscreen: Add widget for conditionally hiding. 2016-06-05 00:04:59 -04:00
textscreen.h textscreen: Add widget for conditionally hiding. 2016-06-05 00:04:59 -04:00
txt_button.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_button.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_checkbox.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_checkbox.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_conditional.c textscreen: Set parent pointer for conditionals. 2016-06-09 23:10:59 -04:00
txt_conditional.h textscreen: Add widget for conditionally hiding. 2016-06-05 00:04:59 -04:00
txt_desktop.c textscreen: Add help URL functionality for windows. 2015-04-04 21:29:33 -04:00
txt_desktop.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_dropdown.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_dropdown.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_fileselect.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_fileselect.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_gui.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_gui.h textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_inputbox.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_inputbox.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_io.c textscreen: Refactor code page mapping. 2017-01-21 15:46:04 +00:00
txt_io.h textscreen: Refactor code page mapping. 2017-01-21 15:46:04 +00:00
txt_label.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_label.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_main.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_radiobutton.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_radiobutton.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_scrollpane.c textscreen: Allow cycling through tables with tab key. 2015-07-11 17:13:20 -04:00
txt_scrollpane.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_sdl.c textscreen: Refactor code page mapping. 2017-01-21 15:46:04 +00:00
txt_sdl.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_separator.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_separator.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_spinctrl.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_spinctrl.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_strut.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_strut.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_table.c Fix warning: variable ‘widget’ set but not used 2015-11-17 17:33:13 +01:00
txt_table.h textscreen: Add TXT_SetTableColumns() function. 2015-07-10 01:18:23 -04:00
txt_utf8.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_utf8.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_widget.c Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_widget.h Clean up file headers. 2014-05-05 00:20:54 -04:00
txt_window.c textscreen: Refactor TXT_OpenURL() to simplify. 2015-06-07 19:17:12 -04:00
txt_window.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00
txt_window_action.c textscreen: Make UTF8 the rule, not the exception. 2017-01-21 17:15:00 +00:00
txt_window_action.h textscreen: Change most strings to UTF-8. 2017-01-21 16:21:27 +00:00