summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump Miodrag Milanovic2016-07-278-21/+21
* Using decltype() and removing +1/-1 "dance" Nathan Woods2016-07-252-7/+4
* Fixed off by one issue and other cleanups requested by Vas Nathan Woods2016-07-254-19/+16
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-2419-326/+196
* Fix order of evaluation making imgui debugger not fail on starting without dr... Miodrag Milanovic2016-07-231-1/+1
* Get sun4_40 happy with SCSI therealmogminer@gmail.com2016-07-223-0/+175
* BGFX: fix crash when bgfx effect folder is not present or incomplete Giuseppe Gorgoglione2016-07-183-2/+22
* Fixed MT #6291 ImJezze2016-07-165-26/+56
* Fixed dimension of high-res snapshots (Alt + 12) and AVI records (Alt + Shift... ImJezze2016-07-161-6/+33
* Merge pull request #1093 from stevenc99/kfreebsd R. Belmont2016-07-161-1/+1
|\
| * kfreebsd: use termios.h not just on regular FreeBSD Steven Chamberlain2016-07-131-1/+1
* | Assorted typos fixed (MT #6295, 6296) (nw) Scott Stone2016-07-151-1/+1
|/
* Apollo changes: [Hans Ostermeyer] arbee2016-07-121-1/+3
* fix build on debian ppc64 with -maltivec (nw) Vas Crabb2016-07-121-0/+5
* windebug: images: added Create option. Robbbert2016-07-091-4/+45
* windebug: in images menu, added support for 7z. Robbbert2016-07-091-5/+7
* MT6284 flush stdout/stderr before killing process Vas Crabb2016-07-085-47/+69
* Make behaviour slightly friendlier with hlsl_write option (nw) Vas Crabb2016-07-072-8/+3
* Patch up d3dhlsl as well (nw) Vas Crabb2016-07-073-3/+6
* Restore ability to supply explicit name for bgfx AVI output file, auto causes... Vas Crabb2016-07-075-9/+13
* POSIX implementation for valid filename/path character functions Vas Crabb2016-07-071-3/+50
* Merge branch 'file_create_and_format_refactorings' of https://github.com/npwo... Vas Crabb2016-07-073-1/+69
|\
| * Changed osd_is_valid_filepath_char() to block 0x7F and C1 control characters Nathan Woods2016-07-051-0/+1
| * Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() function... Nathan Woods2016-07-053-1/+68
* | Merge pull request #1035 from GiuseppeGorgoglione/master Vas Crabb2016-07-0710-376/+176
|\ \
| * | Remove bgfx_avi_name and hlsl_write options Giuseppe Gorgoglione2016-07-048-41/+21
| * | Direct3D HLSL: use aviwrite to record avi movies Giuseppe Gorgoglione2016-07-044-344/+164
* | | explicit <cstdlib> (nw) Vas Crabb2016-07-061-0/+1
| |/ |/|
* | use allocating mode of ::realpath by default (nw) Vas Crabb2016-07-051-0/+7
|/
* Added crt-geom and crt-geom-deluxe shaders for bgfx. Jeremy Green2016-07-0312-0/+734
* Don't raise stuff to public unnecessarily (nw) Vas Crabb2016-07-021-2/+2
* Make monitor list a list of shared_ptr like window_list (nw) Brad Hughes2016-07-019-91/+101
* more cleanup (nw) Miodrag Milanovic2016-07-016-53/+42
* Direct3D: convert linked lists into vectors of unique pointers Giuseppe Gorgoglione2016-07-014-235/+105
* Misc code cleanups for Direct3D code Giuseppe Gorgoglione2016-07-016-464/+240
* Not needed anyway (nw) Vas Crabb2016-06-302-2/+0
* Fix input issues on big endian systems (fixes #963) Brad Hughes2016-06-298-47/+79
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-2925-110/+106
* Fixed incorrect implementation of win_time_point_from_filetime() Vas Crabb2016-06-261-2/+3
|\
| * Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and... Nathan Woods2016-06-261-6/+3
| * Fixed incorrect implementation of win_time_point_from_filetime() Nathan Woods2016-06-251-2/+6
* | Fix mouse behavior on OSX Brad Hughes2016-06-252-7/+27
|/
* clang on windows fixes (nw) Miodrag Milanovic2016-06-253-3/+2
* A few minor input fixes and cleanups Brad Hughes2016-06-254-22/+26
* debugimgui: allow debugger console and log window scrollbars to stay at their... mahlemiut2016-06-251-1/+16
* Init (nw) Vas Crabb2016-06-251-0/+1
* Fine, be that way GCC (nw) Vas Crabb2016-06-252-8/+8
* Better fix (nw) Vas Crabb2016-06-252-10/+9
* Fix path with missing return, hopefully fix OSX build (nw) Vas Crabb2016-06-252-8/+5
* Revert "This worked by pure luck (nw)" Vas Crabb2016-06-253-17/+11