summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/ui.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #589 from dankan1890/master Miodrag Milanović2016-01-291-2/+1
|\ | | | | Small code cleanup
| * Small code cleanup: dankan18902016-01-291-2/+1
| | | | | | | | | | | | | | | | | | - corealloc.h: added macro definition for global_alloc (nothrow) memory allocation. - textbuf.cpp / wavwrite.cpp: removed pointless cast. - debugcmd.cpp / luaengine.cpp / render.cpp: avoid strlen calls in a loop. - diimage.cpp: simplified "device_image_interface::set_image_filename" function. - miscmenu.cpp / selgame.h / video.cpp(h): replaced int with bool where applicable. - ui.cpp: removed unused code.
* | make internal mousepointer(that big orange one) smaller and less jaggies hap2016-01-291-2/+3
|/
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-2/+2
|
* Have sound_stream::input_name return the std::string it constructs AJR2016-01-241-1/+1
|
* Print messages for BTANBs, nw angelosa2016-01-241-1/+17
|
* reverting: Miodrag Milanovic2016-01-201-6/+6
| | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw)
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-3/+3
| | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7.
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-3/+3
|
* tags are now strings (nw) Miodrag Milanovic2016-01-161-6/+6
| | | | fix start project for custom builds in Visual Studio (nw)
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-6/+6
|
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-1/+1
|
* Merge pull request #561 from ajrhacker/strings Miodrag Milanović2016-01-111-10/+5
|\ | | | | Return std::string objects by value rather than pass by reference [ajrhacker]
| * Return std::string objects by value rather than pass by reference AJR2016-01-101-10/+5
| | | | | | | | | | | | - strprintf is unaltered, but strformat now takes one fewer argument - state_string_export still fills a buffer, but has been made const - get_default_card_software now takes no arguments but returns a string
* | modernized ui_input_manager (nw) Miodrag Milanovic2016-01-101-30/+30
|/
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ↵ Miodrag Milanovic2015-12-171-1/+1
| | | | | | | std::unique_ptr (nw) auto_alloc_array to unique_ptr Added make_unique_clear
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
|
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-6/+6
|
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-66/+66
|
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-3/+3
|
* More cleanups (nw) Miodrag Milanovic2015-11-111-1/+1
|
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-3/+0
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2484