OSDN Git Service

For English spell descriptions, most only use one space after a period. Changed...
[hengbandforosx/hengbandosx.git] / src / main-cocoa.m
2019-11-29 Eric BranlundReplaced CGContextShowGlyphsWithAdvances (deprecated... vmacos2.2.1-7a
2019-11-28 Eric BranlundRemoved unused file global in main-cocoa.m.
2019-11-28 Eric BranlundUpdated comment for GLYPH_COUNT.
2019-11-28 Eric BranlundSince the player feedback for the same style of renderi...
2019-10-18 Eric BranlundMerge pull request #39637 (taotao/hengband/refresh_mon_...
2019-09-18 Eric BranlundSelecting one of the other window menu entries when...
2019-09-18 Eric BranlundIf the font is changed, update the minimum window size...
2019-09-17 Eric BranlundReplaced 23 with Term->hgt - 1.
2019-09-11 Eric BranlundCommit 9843a18bde263d35049e3a19056fbb4e8f980eba only...
2019-09-10 Eric BranlundRemoved trailing whitespace after semicolons that end...
2019-09-10 Eric BranlundChanged Term_bigcurs_cocoa(), Term_curs_cocoa(), Term_p...
2019-09-06 Eric BranlundAdded a big cursor hook since it's used if the cursor...
2019-09-06 Eric BranlundMove setting never_frosh on the terminal to term_data_l...
2019-09-05 Eric BranlundDisable notifications about row flushes since nothing...
2019-09-03 Eric BranlundRemoved push_pixel(), crack_rect(), and push_options...
2019-09-03 Eric BranlundIn Term_pict_cocoa(), update the destination rectangle...
2019-09-03 Eric BranlundChanged strategy for handling text drawing: use a...
2019-09-03 Eric BranlundIn preparation for some more changes which will need...
2019-08-30 Eric BranlundSaw clearing artifacts along the tops of characters...
2019-08-27 Eric BranlundLocalized the one case where main-cocoa.m sends a strin...
2019-08-27 Eric BranlundCorrections for compiler errors introduced by commit...
2019-08-27 Eric BranlundLocalized the two alert dialogs that are displayed...
2019-08-27 Eric BranlundCommit 98de7b628e457c82a9607f3d1fb7b1ed266d7d86 for...
2019-08-27 Eric BranlundUse the Angband global, angband_term_name, as the sourc...
2019-08-27 Eric BranlundWhen the JP preprocessor macro is set, detect and rende...
2019-08-27 Eric BranlundAdded comments for some of the methods the application...
2019-08-26 Eric BranlundSo the dynamically added entries in the Command and...
2019-08-26 Eric BranlundSince localization to Japanese should be supported...
2019-08-26 Eric BranlundIf asked by the OS to open a file, pass FALSE to new_ga...
2019-08-26 Eric BranlundSet up file-level constants for the keys to look up...
2019-08-26 Eric BranlundThis is the result of merging in what the current Angba...
2019-08-25 Eric BranlundImported a Mac OS X Cocoa interface from poschengband...