summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/webengine.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed mongoose due to restricted license and webserver wip till code is ↵ Miodrag Milanovic2015-11-041-545/+0
| | | | restructured (nw)
* webengine cleanup (nw) Miodrag Milanovic2015-04-241-4/+4
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-4/+4
|
* updated astring constructors to have just one string param, to be more like ↵ Miodrag Milanovic2015-04-131-1/+1
| | | | std::string (nw)
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-3/+3
|
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
|
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-1/+1
| | | includes.
* compile fix (nw) Miodrag Milanovic2015-01-101-1/+1
|
* Added integral version of jsoncpp source (nw) Miodrag Milanovic2015-01-101-1/+1
|
* Made compilation with latest mongoose possible (nw) Miodrag Milanovic2015-01-101-12/+11
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-111/+111
|
* (nw) R. Belmont2014-09-261-5/+6
|
* web: allow pasting in text. [Firehawke] R. Belmont2014-09-261-0/+47
|
* webengine.c: Reduce tagmap lookups (nw) Wilbert Pol2014-09-091-4/+5
|
* Added support for LUA server pages (nw) Miodrag Milanovic2014-09-091-1/+149
|
* Do web serving in main thread (nw) Miodrag Milanovic2014-09-081-23/+5
|
* Cleanups and version bump Miodrag Milanovic2014-07-221-27/+27
|
* Update to latest (nw) Miodrag Milanovic2014-06-161-2/+0
|
* Updated mongoose and fixed initial websocket connecte to client (nw) Miodrag Milanovic2014-06-121-1/+5
|
* Updated to latest mongoose, used new added features (nw) Miodrag Milanovic2014-06-041-50/+23
|
* clang compile fix. (nw) Curt Coder2014-05-301-1/+1
|
* Updated to latest mongoose code in agreement with author (nw) Miodrag Milanovic2014-05-301-158/+116
|
* webengine: fixed a memory leak, after Firewave's suggestion. nw. Fabio Priuli2014-05-021-1/+1
|
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP ↵ Nathan Woods2014-01-291-3/+3
| | | | conventions; we now have a ui_manager class
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-8/+8
|
* Mongoose headers don't play nice with our redefined free() on persnickety ↵ Justin Kerk2013-11-031-2/+2
| | | | compilers (nw)
* Fixed compile. (nw) Curt Coder2013-10-201-1/+1
|
* web: Page not found handling, sends a 404 error. [Firehawke] R. Belmont2013-10-201-0/+20
|
* Marking some of my core files (nw) Miodrag Milanovic2013-10-161-31/+2
|
* web: more UI improvements [Firehawke] R. Belmont2013-09-261-1/+2
|
* web: Fix web options reading from ini, improved load/save state UI [Firehawke] R. Belmont2013-09-241-1/+1
|
* web: load and save states [Firehawke] R. Belmont2013-09-221-0/+53
|
* web: Fix rendering issues on WebKit-based phones in portrait mode, added ↵ R. Belmont2013-09-201-0/+7
| | | | pause/unpause toggle. [Firehawke]
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-53/+52
|
* some 5 min slider work, to make it affect settings (nw) Miodrag Milanovic2013-08-221-0/+34
|
* add sliders to settings page, and show current values (nw) Miodrag Milanovic2013-08-191-18/+29
|
* preps for slider work (nw) Miodrag Milanovic2013-08-161-23/+69
|
* Implemented first commands for web interface (nw) Miodrag Milanovic2013-08-151-1/+37
|
* added screenshot option and serving it from webserver (nw) Miodrag Milanovic2013-08-141-0/+26
|
* ah never close connection, was not even in their examples, my bad (nw) Miodrag Milanovic2013-08-131-1/+0
|
* detach do not remove, should fix server crash (nw) Miodrag Milanovic2013-08-131-2/+2
|
* fix compile with DEBUG=1 (nw) Miodrag Milanovic2013-08-131-5/+6
|
* remove non active web socket clients in keep alive callback (nw) Miodrag Milanovic2013-08-121-1/+2
|
* Moved webengine into separate file, added callbacks for websockets and made ↵ Miodrag Milanovic2013-08-121-0/+229
example for triggering ui on driver change, also added json for game driver (nw)