summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendlay.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-25/+27
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-9/+9
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-12/+12
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-2/+2
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-1787/+1787
* Rename led8seg to led8seg{,_gts1} and CTYPE_LED8SEG{,_GTS1} as per hap's requ... jbu2014-12-091-1789/+1789
* Add CTYPE_LED8SEG to m_maxstate default setup (nw) jbu2014-12-091-1/+1
* bottom new segment was too short hap2014-12-061-5/+6
* Add led8seg (Futaba) and use in gts1.lay jbu2014-12-061-0/+64
* only normalize component bounds in layout_element::layout_element() when comp... Oliver Stöneberg2014-10-231-12/+15
* only calculate m_aspect and m_srcaspect in layout_view::recompute() when they... Oliver Stöneberg2014-10-211-4/+6
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-7/+7
* Added support for horizontal 'belt' reels which may be needed for future AWP ... James Wallace2014-04-021-27/+185
* made MAME and MESS compile under VS2013, 32bit only for now (nw) Miodrag Milanovic2014-03-311-0/+10
* Fixed OSX debugger and clang compile fix (nw) Wilbert Pol2014-03-111-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-33/+15
* added a few more missing \n in logging / cleanups (nw) Oliver Stöneberg2014-03-101-2/+2
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-5/+2
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-42/+42
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-42/+42
* removed unreachable code detected by cppcheck (nw) Oliver Stöneberg2012-12-251-1/+1
* got rid of generic color overlays, almost all of them were used by only 1 gam... Michaël Banaan Ananas2012-10-141-11/+0
* nevermind: yes, should make a triangle/poly primitive instead Michaël Banaan Ananas2012-10-101-10/+1
* better use yes/no instead of 1/0 Michaël Banaan Ananas2012-10-101-1/+1
* rendlay: added support for folding rects diagonally, allowing you to draw rig... Michaël Banaan Ananas2012-10-101-1/+11
* so generic color overlays are supposed to go to emu/layout(?) Michaël Banaan Ananas2012-10-091-0/+1
* Since there is no clear way to determine if mouse should be shown or not, I a... Miodrag Milanovic2012-08-191-2/+0
* Added internal mouse cursor visible in menus and when clickable artwork is us... Miodrag Milanovic2012-08-151-0/+3
* added simple artwork for dendego games Michaël Banaan Ananas2012-07-111-11/+5
* Allow image loading outside of layout zip (no whatsnew) Miodrag Milanovic2012-05-221-1/+2
* Clean-ups and version bump Miodrag Milanovic2012-05-211-1/+1
* Finally done the last part of the dotmatrix changes, which is to create a dot... Scott Stone2012-05-171-1/+11
* This is phase 2 of the DMD changes, creating a new '5 dot' element to make it... Scott Stone2012-05-131-9/+19
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-10/+10
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+7
* Added ability to add the graphics in the external drwho art file to the new r... Scott Stone2012-04-251-49/+150
* Started adding support for scrolling reel displays, currently text Scott Stone2012-04-231-0/+148
* Refactored a few things related to reels and use of layouts allowing for more... Scott Stone2012-04-201-0/+26
* add support for simple text alignment in layout files, defaulting to center Michaël Banaan Ananas2012-02-111-1/+21
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Guess at a fix for clickable artwork. Aaron Giles2012-02-051-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-4/+7
* Fix disk artwork rendering. Aaron Giles2012-01-171-2/+2
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-20/+20
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-158/+136