gambas-source-code/gb.sdl2/src
gambas 5c39034418 Support for Wayland.
[GB.SDL2]
* NEW: The 'GB_GUI_PLATFORM' environement variable allows to select the platform between 'x11' or 'wayland'.
* NEW: By default, the SDL2 'wayland' video driver is used if the 'WAYLAND_DISPLAY' environment variable exists.
2020-12-22 01:52:01 +01:00
..
audio Don't free channels at library unloading, it crashes. Do that in the '_exit' method of the Channel class. 2018-04-11 03:43:18 +02:00
c_draw.c Don't crash when drawing one-character static strings. 2019-01-13 08:58:00 +01:00
c_draw.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
c_font.c Don't crash when drawing one-character static strings. 2019-01-13 08:58:00 +01:00
c_font.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
c_image.c Remove useless void line. 2020-06-29 20:23:37 +02:00
c_image.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
c_key.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
c_key.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
c_mouse.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
c_mouse.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
c_window.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
c_window.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
default_font.c Add greek and cyrillic characters to the default font. 2019-05-24 02:36:10 +02:00
default_font.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
default_font_data.h Update default font with latest version of Gambas font. 2019-08-03 00:33:46 +02:00
gb.sdl2.component [GB.SDL2] 2014-12-27 08:33:25 +00:00
main.c Support for Wayland. 2020-12-22 01:52:01 +01:00
main.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
Makefile.am [GB.SDL2.AUDIO] 2014-12-30 15:56:19 +00:00