summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * Change player_type::* to boolBardur Arantsson2019-02-15
| | * Add missing 'const' to a couple of functionsBardur Arantsson2019-02-15
| | * Replace uses of bool_ with boolBardur Arantsson2019-02-15
| | * Migrate all headers to C++-onlyBardur Arantsson2019-02-15
| | * main-win: "Migrate" to C++Bardur Arantsson2019-02-15
| | * Fix old-style #include for legacy C headersBardur Arantsson2019-02-15
| | * Remove MIN/MAX macrosBardur Arantsson2019-02-15
| | * Rewrite private_check_user_directory() to use boost::fsBardur Arantsson2019-02-15
| | * Simplify and combine the h-* headersBardur Arantsson2019-02-15
| | * Replace uses of format() with fmt::format()Bardur Arantsson2019-02-15
| | * Remove angband.hBardur Arantsson2019-02-15
| | * Move capitalize() declaration to z-util.hppBardur Arantsson2019-02-15
| | * Replace C-style string code with boost::algorithm::* equivalentsBardur Arantsson2019-02-15
| | * Remove pointless commentsBardur Arantsson2019-02-15
| | * z-form: Migrate to C++Bardur Arantsson2019-02-15
| | * z-util: Migrate to C++Bardur Arantsson2019-02-15
| | * main-gtk2: Migrate to C++Bardur Arantsson2019-02-15
| | * main-sdl: Migrate to C++Bardur Arantsson2019-02-15
| | * main-gcu: Migrate to C++Bardur Arantsson2019-02-15
| | * main-x11: Migrate to C++Bardur Arantsson2019-02-15
| | * Remove Term_queue_chars() from z-term APIBardur Arantsson2019-02-15
| | * main-x11: Remove dead codeBardur Arantsson2019-02-15
| | * moveup/main-x11 remove selectionBardur Arantsson2019-02-15
| | * main-x11: Inline Metadpy_update()Bardur Arantsson2019-02-15
| | * Remove effectively dead TERM_XTRA_* handling codeBardur Arantsson2019-02-15
| | * Remove redundant optimizationBardur Arantsson2019-02-15
| | * Avoid unnecessary uses of the Term globalBardur Arantsson2019-02-15
| | * Extract key queue logic out of struct termBardur Arantsson2019-02-15
| | * Remove unused return values from Term_* functionsBardur Arantsson2019-02-15
| | * Rewrite struct term and struct term_win to classesBardur Arantsson2019-02-15
| | * Migrate z-term.c to C++Bardur Arantsson2019-02-15
| | * Move #include outside of "extern C" blockBardur Arantsson2019-02-15
| | * Make 'struct term' opaqueBardur Arantsson2019-02-15
| | * Change term_init to a constructor-like functionBardur Arantsson2019-02-15
| | * Set Term->resize hook via a functionBardur Arantsson2019-02-15
| | * Avoid accessing Term->data directlyBardur Arantsson2019-02-15
| | * Set term->data during term_init()Bardur Arantsson2019-02-15
| | * Explicitly pass Term->data to UI hooksBardur Arantsson2019-02-15
| | * main-x11: Remove the "selection" handlingBardur Arantsson2019-02-15
| | * Remove unused return value of {text,curs,xtra}_hook_tBardur Arantsson2019-02-15
| | * Move initialization of term UI hooks to functionBardur Arantsson2019-02-15
| | * Avoid 'circular' reference from term to itself in {init,nuke}_hookBardur Arantsson2019-02-15
| | * Avoid accessing Term soft_cursorBardur Arantsson2019-02-15
| | * Avoid accessing Term mapped_flag directlyBardur Arantsson2019-02-15
| | * Avoid direct access to Term->icky_cornerBardur Arantsson2019-02-15
| | * Move Term_queue_space() to z-term.cBardur Arantsson2019-02-15
| | * Avoid accessing Term->{wid,hgt} directlyBardur Arantsson2019-02-15
| | * Make struct term_win opaqueBardur Arantsson2019-02-15
| | * Change NULL to nullptrBardur Arantsson2019-02-15
| | * Add boost::optional<> Arbitrary instances for CppCheckBardur Arantsson2019-02-15