summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* LIST command format changes (#2051) Scott Stone2017-02-091-19/+19
* small cleanup (nw) Vas Crabb2017-02-021-11/+6
* Don't crash on bad cheat expressions, also make the code look more like 'ente... Vas Crabb2017-02-022-353/+403
* Use std::sort instead of qsort in listdevices (nw) AJR2017-01-312-9/+4
* luaengine: wait (nw) cracyc2017-01-162-0/+18
* Make "requirement" field in softlists actually work (MT 6464) AJR2017-01-111-0/+4
* Changed filesel.cpp to use wstring_from_utf8() Nathan Woods2017-01-051-5/+3
* Merge pull request #1920 from ajrhacker/rom_size Miodrag Milanović2017-01-041-1/+1
|\
| * ROMs over 2 GB no longer reported as negative size in XML AJR2017-01-041-1/+1
* | Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-1/+5
|/
* find_dipname considered harmful (nw) AJR2017-01-033-25/+8
* Service mode DIP switch adjustments AJR2017-01-023-0/+32
* first srcclean pass (nw) Vas Crabb2016-12-252-3/+3
* vis: fix bunch of video issues (nw) cracyc2016-12-241-1/+1
* Fix for -romident misattributing device ROMs to alphabetically first driver u... AJR2016-12-241-1/+3
* ui: another attempt at sorting File Manager entries (nw) mahlemiut2016-12-242-1/+19
* Revert "ui: sort File Manager menu items (nw)" mahlemiut2016-12-191-7/+0
* ui: sort File Manager menu items (nw) mahlemiut2016-12-191-0/+7
* Make bitmaps movable, allowing them to be used in vectors and emplaced easily. Vas Crabb2016-12-152-32/+34
* coretmpl: add an associative LRU cache with map-like behaviour Vas Crabb2016-12-152-38/+28
* XML refactoring: Vas Crabb2016-12-115-82/+82
* make -console start console lua plugin (nw) Miodrag Milanovic2016-11-301-0/+5
* srcclean (nw) Vas Crabb2016-11-272-4/+4
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-245-5/+5
* datmenu.cpp: fixed the mouse hover state drawing. (nw) dankan18902016-11-231-6/+7
* a bit of prep for making selected index private (nw) Vas Crabb2016-11-236-32/+37
* encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-238-125/+150
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-2364-213/+235
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-192-3/+3
* luaengine: oops (nw) cracyc2016-11-172-4/+2
* more xmlfile cleanup (nw) Vas Crabb2016-11-172-13/+14
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-173-54/+54
* luaengine: use initializers (nw) cracyc2016-11-151-16/+12
* luaengine: hide stuff that shouldn't be touched directly in registry (nw) cracyc2016-11-141-26/+26
* luaengine: don't copy ui options (nw) cracyc2016-11-131-1/+1
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-3/+3
* Revert "Use true/false if type used is bool (nw)" Miodrag Milanovic2016-11-121-1/+1
* Use true/false if type used is bool (nw) Miodrag Milanovic2016-11-111-1/+1
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-3/+3
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-112-3/+3
* ability to show custom menu using LUA [headkaze] Miodrag Milanovic2016-11-083-0/+26
* Fix a bug in parsing the software name option that prevented the loading of s... AJR2016-11-071-1/+3
* update sol2 (nw) cracyc2016-11-071-5/+2
* resurected sqlite3 and lsqlite3 (nw) Miodrag Milanovic2016-11-071-0/+2
* Exit on Ctrl-C in console without crashing (nw) Miodrag Milanovic2016-11-071-2/+7
* plugins/console: add lua console [Carl] cracyc2016-11-066-188/+78
* Removing SOL_CHECK_ARGUMENTS till we figure all consequences (nw) Miodrag Milanovic2016-11-062-2/+2
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-066-11/+11
* Updated sol2, made lua console not crash for nil data (nw) Miodrag Milanovic2016-11-061-0/+2
* Added lua-linenoise by Carls request (nw) Miodrag Milanovic2016-11-041-0/+2