visualboyadvance-m/src/wx
Fabrice de Gans b027e64753 [config] Move wxUserInput to the config namespace
* Remove the wx prefix and make UserInput a class in the config
  namespace.
* Make UserInput constexpr-constructible. This should reduce program
  startup time by having the compiler pre-allocate UserInput objects.
* Change initialization of UserInput objects to be made via
  constructor. A previous approach would have limited creation of
  UserInput objects to a few places but that proved unworkable in the
  long run.
2022-09-26 02:20:12 +00:00
..
autoupdater Minor refactor of strutils and add 3 new functions 2022-09-23 23:43:31 +00:00
config [config] Move wxUserInput to the config namespace 2022-09-26 02:20:12 +00:00
icons App name cleanup. 2019-12-21 18:22:57 +00:00
tests Minor refactor of strutils and add 3 new functions 2022-09-23 23:43:31 +00:00
widgets [config] Move wxUserInput to the config namespace 2022-09-26 02:20:12 +00:00
xrc Show name of interframe blender not num in OSD 2022-09-23 23:44:36 +00:00
CMakeLists.txt [config] Move wxUserInput to the config namespace 2022-09-26 02:20:12 +00:00
background-input.cpp Isolate x11 keymap to its own header. 2020-08-29 20:53:49 +00:00
background-input.h [LINUX,WINDOWS] Key/Joy background input. 2020-08-29 20:53:49 +00:00
bin2c.c Use cl(the MS C/C++ compiler) instead of cc for MSVC build. 2017-02-11 14:55:45 +08:00
check-pot-updated.cmake build: update dev msg for translations .pot update 2022-08-18 15:00:40 +00:00
cmdevents.cpp [options] Remove duplicate string constants 2022-09-25 05:47:34 +00:00
copy-events.cmake fix some compilation warnings 2019-04-03 17:32:25 +00:00
drawing.h *Removal of the cairo renderer, it never performed well to begin with. 2017-08-27 13:11:34 -04:00
dsound.cpp Enable GB colorization hack support in GUI. 2021-11-24 21:30:37 +00:00
faudio.cpp Enable GB colorization hack support in GUI. 2021-11-24 21:30:37 +00:00
filters.h Moved all filters into interframe.cpp file, original code by EmporerArthur 2016-11-19 20:43:07 -05:00
gfxviewers.cpp Fix `Save` button on Tile Viewer for GB and GBA. 2020-03-18 00:48:43 +00:00
guiinit.cpp [config] Move wxUserInput to the config namespace 2022-09-26 02:20:12 +00:00
interactive-pause.cmake cmake: Release automation followup. 2019-12-25 23:14:45 +00:00
ioregs.h support Wx built with --enable-stl #134 2017-09-10 15:44:18 -07:00
link-static.cmake cmake: static: check for link file when editing 2018-12-23 19:43:32 -08:00
mac-translations.cmake rename mac-localizations to mac-translations.cmake 2018-08-11 15:05:12 -07:00
macsupport.mm support older 32 bit macs running 10.7, fix build 2018-06-30 03:40:47 -07:00
make-translations-zip.cmake build: improve translations.zip creation 2022-08-10 15:29:20 +00:00
msys-link-static.cmake cmake: static: check for link file when editing 2018-12-23 19:43:32 -08:00
openal.cpp Enable GB colorization hack support in GUI. 2021-11-24 21:30:37 +00:00
openal.h full throttle support + snd driver improvements 2017-03-05 08:43:25 -08:00
opts.cpp [config] Move wxUserInput to the config namespace 2022-09-26 02:20:12 +00:00
opts.h [config] Move wxUserInput to the config namespace 2022-09-26 02:20:12 +00:00
panel.cpp [config] Move wxUserInput to the config namespace 2022-09-26 02:20:12 +00:00
pre-build.cmd Clean up and dependency path fixes 2015-06-11 11:26:35 +10:00
rpi.h add old resources that were in the win32 folder that the wxwidgets interface uses on windows 2016-12-20 17:56:05 -05:00
strutils.cpp Minor refactor of strutils and add 3 new functions 2022-09-23 23:43:31 +00:00
strutils.h Minor refactor of strutils and add 3 new functions 2022-09-23 23:43:31 +00:00
sys.cpp Fix menu state after playing a movie 2022-08-08 04:01:45 +00:00
vbam-options-internal.h [options] Remove duplicate string constants 2022-09-25 05:47:34 +00:00
vbam-options-static.cpp [options] Remove duplicate string constants 2022-09-25 05:47:34 +00:00
vbam-options.cpp [options] Remove duplicate string constants 2022-09-25 05:47:34 +00:00
vbam-options.h [options] Remove duplicate string constants 2022-09-25 05:47:34 +00:00
viewers.cpp wx: Silence -Woverloaded-virtual warnings with debug builds. 2019-10-09 10:32:51 -07:00
viewsupt.cpp Enable GB colorization hack support in GUI. 2021-11-24 21:30:37 +00:00
viewsupt.h wx: Silence -Woverloaded-virtual warnings with debug builds. 2019-10-09 10:32:51 -07:00
visualboyadvance-m.appdata.xml App name cleanup. 2019-12-21 18:22:57 +00:00
visualboyadvance-m.desktop Linux: fix icon name in .desktop file. 2019-12-29 01:26:15 +00:00
wayland.cpp initial Wayland support #72 #76 2017-02-20 13:20:09 -08:00
wayland.h initial Wayland support #72 #76 2017-02-20 13:20:09 -08:00
wxhead.h Input followup (#687) 2020-06-20 19:36:24 -03:00
wxlogdebug.h Joystick handling refactor. 2019-11-27 23:09:35 +00:00
wxplist.in more minor improvements for OS X build 2015-11-16 21:56:23 -05:00
wxutil.cpp Introduce wxUserInput class 2022-07-12 18:20:09 +00:00
wxutil.h Introduce wxUserInput class 2022-07-12 18:20:09 +00:00
wxvbam.cpp [config] Move wxUserInput to the config namespace 2022-09-26 02:20:12 +00:00
wxvbam.h [options] Remove duplicate string constants 2022-09-25 05:47:34 +00:00
wxvbam.rc [Windows,MacOS] Auto-updater refactoring. (#639) 2020-05-07 23:06:00 -03:00
x11keymap.h Isolate x11 keymap to its own header. 2020-08-29 20:53:49 +00:00
xaudio2.cpp Enable GB colorization hack support in GUI. 2021-11-24 21:30:37 +00:00