ppsspp/ui
2014-05-19 23:28:11 +02:00
..
CMakeLists.txt Update some CMakeLists used by projects other than PPSSPP 2013-11-04 12:27:37 +01:00
screen.cpp Add some infrastructure to handle screen resizes that don't lose the device 2013-12-16 16:19:40 +01:00
screen.h UIContext now keeps track of dimensions, allowing us to reduce use of display.h 2014-02-10 12:36:26 +01:00
ui_context.cpp UIContext now keeps track of dimensions, allowing us to reduce use of display.h 2014-02-10 12:36:26 +01:00
ui_context.h UIContext now keeps track of dimensions, allowing us to reduce use of display.h 2014-02-10 12:36:26 +01:00
ui_screen.cpp Oops, make sure step_ is initialised, even with the constructor that doesn't specify a step. 2014-05-06 14:54:19 -04:00
ui_screen.h Some input tweaks and UI utility functions 2014-05-19 23:28:11 +02:00
ui.cpp Harmonize compiler options, warning fix 2013-08-30 20:18:39 +02:00
ui.h Make sure MAX_POINTERS is only defined once. 2013-11-04 15:31:53 +01:00
view.cpp Add the ability for Sliders and their corresponding Screens to have the ability to move in steps greater than 1. 2014-05-05 23:47:22 -04:00
view.h Just to be safe, initialise the Slider's step_ too. 2014-05-06 15:05:47 -04:00
viewgroup.cpp UI: Improve scoring function for directional keyboard nav 2014-03-19 16:15:33 +01:00
viewgroup.h Some input tweaks and UI utility functions 2014-05-19 23:28:11 +02:00
virtual_input.cpp Warning fixes 2014-01-14 11:01:45 +01:00
virtual_input.h Add TouchCrossPad widget which actually can do diagonals reasonably. 2013-03-30 16:48:02 +01:00