OSDN Git Service

Be more consistent about the format of comments.
[hengbandforosx/hengbandosx.git] / src / main-cocoa.m
2020-10-06 Eric BranlundBe more consistent about the format of comments.
2020-10-03 Eric BranlundAligned misaligned indent.
2020-09-30 Eric BranlundRemoved extraneous semicolon.
2020-09-30 Eric BranlundCorrected two misspellings in comments. Added an artic...
2020-09-30 Eric BranlundSince the contents of Term aren't used, don't bother...
2020-09-29 Eric BranlundMoved some commented out code and adjusted the comment...
2020-09-29 Eric BranlundChanged to use VERSION_NAME rather than Hengband in...
2020-09-29 Eric BranlundUse VERSION_NAME rather than Hengband when setting...
2020-09-29 Eric BranlundChanged some whitespace to better match Angband's Mac...
2020-09-28 Eric BranlundRemoved synthesize statements that are redundant with...
2020-09-28 Eric BranlundMoved comment so that it makes more sense.
2020-09-22 Eric BranlundFix some whitespace from a recent change.
2020-09-22 Eric BranlundMoved loadPrefs(), initWindows(), and linkTermData...
2020-09-21 Eric BranlundRearranged whitespace in some comments
2020-09-21 Eric BranlundGroup Term_mbcs_cocoa() with the other Term_* functions.
2020-09-20 Eric BranlundWasn't considering the full GLYPH_COUNT glyphs in updat...
2020-08-15 Eric BranlundUpdated comment for create_angband_image() since it...
2020-08-15 Eric BranlundIn Term_pict_cocoa(), step through the passed in arrays...
2020-04-06 Eric BranlundThe setting for big tiles initially shown in the menu...
2020-04-05 Eric BranlundSet player_egid before calling init_angband(). For...
2020-03-27 Eric BranlundSince terminals other than terminal zero are configured... v2.2.1.7d vmacos2.2.1-7d
2020-03-22 Eric BranlundIt's not currently used in hengband, but bring over...
2020-03-20 Eric BranlundPorted faster rendering strategy for OS X from Angband.
2020-03-18 Eric BranlundWhen calculating the number of columns, round down...
2020-03-18 Eric BranlundChanged to user changes to the window size are in incre...
2020-03-10 Eric BranlundChanged so the auxiliary windows are not floating panel...
2020-03-09 Eric BranlundPut the do_cmd_redraw() and wakeup_event_loop() combina...
2020-03-09 Eric BranlundRefactored some tests of the graphics mode. Replaced...
2020-03-06 Eric BranlundAdopted change from Angband: don't change the window...
2020-03-06 Eric BranlundChanging the font or tile set during character generati...
2020-02-28 Eric BranlundPer hengbandforosx ticket 40203, include the dimensions...
2020-02-28 Eric BranlundCreate the Angband terminals other than terminal zero...
2020-02-28 Eric BranlundUse #import (to be more idiomatic with Objective C...
2020-02-27 Eric BranlundPosition the splash screen prompt in relation to the...
2020-02-27 Eric BranlundAdjusted Japanese splash screen prompt to match the...
2020-02-26 Eric BranlundRemoved AngbandSoundCatalog's dispose() method: not...
2020-02-26 Eric BranlundChanged to do additional cleanup in hook_quit: nuke...
2020-02-26 Eric BranlundRemoved function, not called anywhere, that was inadver...
2020-02-26 Eric BranlundCorrected typo in comment.
2020-02-26 Eric BranlundSince 10.6 is no longer of interest, removed the redecl...
2020-02-26 Eric BranlundSince the user repsonse to the alert dialogs is not...
2020-02-26 Eric BranlundThe release notes for Core Foundation say that as of...
2020-02-26 Eric BranlundTo reduce the differences with Angband 4.2's version...
2020-02-26 Eric BranlundTo make further changes easier (to better match with...
2020-02-25 Eric BranlundMade beginGame() an instance method of AngbandAppDelega...
2020-02-24 Eric BranlundChanged Cocoa terminal hook prototypes to match those...
2020-02-24 Eric BranlundAdded menu item and backing value stored in the prefere... v2.2.1.7c vmacos2.2.1-7c
2020-02-23 Eric BranlundAdjusted logic in Term_xtra_cocoa_fresh() to support...
2020-02-23 Eric BranlundLoad the possible graphics modes before loading the...
2020-02-23 Eric BranlundAdjusted logic in query_before_text() to handle big...
2020-02-23 Eric BranlundAdjusted logic in Term_pict_cocoa() to handle big tile...
2020-02-21 Eric BranlundIn case a tile set fails to load, provide feedback...
2020-02-21 Eric BranlundProtected against CGBitmapContextCreate() failing while...
2020-02-21 Eric BranlundAmended fix for minimum content size regression to...
2020-02-20 Eric BranlundRemoved AngbandContext's endGame since it is not called.
2020-02-20 Eric BranlundRemoved AngbandContext's validateMenuItem since it...
2020-02-20 Eric BranlundChanged to NSMenuItem's parentItem (added in 10.6)...
2020-02-20 Eric BranlundRemoved terminalsMenu from the application delegate...
2020-02-20 Eric BranlundUpdated openFiles for changes evidently made in 10...
2020-02-20 Eric BranlundChanged to have main-cocoa.m use the application delega...
2020-02-17 Eric BranlundMerge branch 'master' of git://git.osdn.net/gitroot...
2020-02-17 Eric BranlundFixed regression: minimum window size not correctly...
2020-02-13 Eric BranlundMerge branch 'master' of git://git.osdn.net/gitroot...
2020-01-29 Eric BranlundChanged to keep the save menu entry and command menu...
2020-01-29 Eric BranlundModified so save menu item is disabled while on the...
2020-01-28 Eric BranlundMerge branch 'master' of git://git.osdn.net/gitroot...
2020-01-27 Eric BranlundChanged so that font changes on the main window while...
2020-01-26 Eric BranlundChanged when blending is used with tile sets: now use...
2020-01-24 Eric BranlundChanged where init_graphics_modes() is called to align...
2020-01-24 Eric BranlundMade some whitespace changes to better match what's...
2020-01-24 Eric BranlundPort over correction for Angband issue 4114 ( https...
2020-01-24 Eric BranlundAdded optimization for tile rendering: don't draw...
2020-01-24 Eric BranlundCorrected tile rendering problem introduced by the...
2020-01-21 Eric BranlundMade whitespace changes to reduce the number of differe...
2020-01-21 Eric BranlundRemoved commented out code that does not appear in...
2020-01-16 Eric BranlundChanged encoding for keycode and option modifier in...
2020-01-15 Eric BranlundIn preparation for keycode encoding changes in main...
2020-01-13 Eric BranlundChanged to set ANGBAND_SYS before calling load_prefs...
2020-01-10 Eric BranlundCorrected awkwardly worded comment.
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...
next