.. |
examples
|
textscreen: Fix const correctness issue in guitest
|
2018-03-27 19:35:13 +03:00 |
fonts
|
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
|
2021-09-06 08:29:11 +02:00 |
.gitignore
|
Add tags files to svn:ignore properties.
|
2010-01-27 19:16:26 +00:00 |
CMakeLists.txt
|
textscreen: Fix ambiguous textscreen CMake line
|
2019-06-07 21:48:16 +09:00 |
Doxyfile
|
textscreen: Upgrade Doxyfile to latest version.
|
2018-12-26 16:10:35 -05:00 |
Makefile.am
|
Makefile.am: add CMakeLists.txt and win32 to EXTRA_DIST
|
2018-06-05 10:41:38 -07:00 |
textscreen.h
|
textscreen: Add extern "C" for C++ imports.
|
2017-10-22 18:39:22 -04:00 |
txt_button.c
|
Make TXT_NewButton2 label parameter const
|
2018-03-13 19:33:51 +02:00 |
txt_button.h
|
Make TXT_NewButton2 label parameter const
|
2018-03-13 19:33:51 +02:00 |
txt_checkbox.c
|
Make TXT_NewInvertedCheckBox label parameter const
|
2018-03-13 19:33:51 +02:00 |
txt_checkbox.h
|
Make TXT_NewInvertedCheckBox label parameter const
|
2018-03-13 19:33:51 +02: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
|
Make TXT_SetDesktopTitle parameter const
|
2018-03-13 12:31:51 +02:00 |
txt_desktop.h
|
Make TXT_SetDesktopTitle parameter const
|
2018-03-13 12:31:51 +02:00 |
txt_dropdown.c
|
Make TXT_NewDropdownList values parameter const
|
2018-03-27 19:28:43 +03:00 |
txt_dropdown.h
|
Make TXT_NewDropdownList values parameter const
|
2018-03-27 19:28:43 +03:00 |
txt_fileselect.c
|
txt_fileselect.c: add missing ctype.h include
|
2022-06-18 14:33:20 +00:00 |
txt_fileselect.h
|
Make TXT_NewFileSelector prompt parameter const
|
2018-03-27 19:21:38 +03: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: Remove extern from forward declarations which don't need it
|
2022-09-27 14:04:16 +03: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
|
Make TXT_NewLabel parameter const
|
2018-03-13 19:33:51 +02:00 |
txt_label.h
|
Make TXT_NewLabel parameter const
|
2018-03-13 19:33:51 +02:00 |
txt_main.h
|
Fix Mouse wheel conflict with Xbuttons 1&2 (#1440)
|
2022-09-07 16:24:30 +03:00 |
txt_radiobutton.c
|
Make TXT_NewRadioButton label parameter const
|
2018-03-13 19:57:07 +02:00 |
txt_radiobutton.h
|
Make TXT_NewRadioButton label parameter const
|
2018-03-13 19:57:07 +02:00 |
txt_scrollpane.c
|
Fix use of comma where semicolon was clearly intended
|
2023-07-17 21:24:23 +03:00 |
txt_scrollpane.h
|
Clean up file headers.
|
2014-05-05 00:20:54 -04:00 |
txt_sdl.c
|
Fix Mouse wheel conflict with Xbuttons 1&2 (#1440)
|
2022-09-07 16:24:30 +03:00 |
txt_sdl.h
|
setup/textscreen: Move TXT_SDLWindow extern declaration to txt_sdl.h
|
2022-09-30 13:01:53 +03:00 |
txt_separator.c
|
Make TXT_NewSeparator parameter const
|
2018-03-13 19:47:59 +02:00 |
txt_separator.h
|
Make TXT_NewSeparator parameter const
|
2018-03-13 19:47:59 +02:00 |
txt_spinctrl.c
|
textscreen: Set buffer when init-ing spincontrol
|
2023-09-26 13:14:19 +03: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
|
textscreen: Remove superfluous first_widget param.
|
2018-12-26 13:58:58 -05:00 |
txt_table.h
|
textscreen: Remove superfluous first_widget param.
|
2018-12-26 13:58:58 -05: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: Fix use after free
|
2022-04-27 18:16:34 +03:00 |
txt_window.h
|
textscreen: Allow any widget in action area.
|
2018-10-21 17:40:18 -04:00 |
txt_window_action.c
|
textscreen: Use cyan bg for window action hover.
|
2018-12-28 16:25:55 -05:00 |
txt_window_action.h
|
textscreen: Change most strings to UTF-8.
|
2017-01-21 16:21:27 +00:00 |