summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/SDL2/test/testresample.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/SDL2/test/testresample.c')
0 files changed, 0 insertions, 0 deletions
td>(nw) Clean up the mess on master Vas Crabb2019-03-261-3/+13 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+3 * Fix crash when exiting directly while filter UI is active (GitHub #4596) Vas Crabb2019-02-041-1/+10 * More UI stuff: Vas Crabb2019-01-191-2/+2 * UI cleanup continues: Vas Crabb2019-01-151-0/+1 * ui/menu.cpp: Well, obviously (nw) AJR2018-06-251-1/+1 * Standardize "On"/"Off" items in UI menus. "On" is now consistently to the rig... AJR2018-06-241-0/+16 * fixed MT06816 (alloc-dealloc-mismatch in menu.cpp) (nw) firewave2018-01-071-1/+1 * Merge duplicate code for drawing UI palette menu (nw) AJR2017-09-151-18/+31 * UI improvements: Vas Crabb2017-08-211-1/+4 * Don't process every character individually when searching - this reduces Vas Crabb2017-08-101-4/+4 * internal UI improvements: Vas Crabb2017-08-071-2/+2 * a bit of prep for making selected index private (nw) Vas Crabb2016-11-231-11/+11 * encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-231-10/+40 * Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-4/+17 * Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1 * Improvements to rgb_t (nw) AJR2016-10-221-4/+4 * more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-3/+3 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13 * quick fixes to some more stuff that isn't supplementary plane clean Vas Crabb2016-08-031-1/+0 * std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2 * Moved background bitmap/texture back into menu.cpp Nathan Woods2016-07-111-1/+21 * Split "widgets" code out of ui::menu::global_state into a separate module Nathan Woods2016-07-101-106/+2 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-39/+44 * UI refactoring: move palette menu drawing code out of base into palette menu ... Vas Crabb2016-07-101-188/+0 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-128/+31 * Not inline now (nw) Vas Crabb2016-07-101-1/+1 * UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-1514/+186 * Reduce visibility of more menu members Vas Crabb2016-07-091-83/+83 * another baby step untangling the menu code Vas Crabb2016-07-091-34/+27 * Fixed MT06263 dankan18902016-07-021-2/+2 * Merge pull request #1021 from npwoods/swlist_cleanup Vas Crabb2016-07-011-11/+0 |\ | * Cleanups to the software list menu Nathan Woods2016-06-301-11/+0 * | MT06268 fix crash when drawing menus