Commit Graph

  • 751c2eb7d1
    fix detection of short description start myk002 2022-08-19 16:19:19 -0700
  • 95cd8f9d54
    Merge branch 'develop' into docs myk002 2022-08-19 15:36:07 -0700
  • ade8177336
    Merge pull request #2267 from myk002/myk_dojobnow Myk 2022-08-19 09:42:33 -0700
  • 36e9af8c2b
    Update data/init/dfhack.keybindings.init Myk 2022-08-19 09:38:03 -0700
  • d0967b7e59
    add alt-N keybinding for do-job-now myk002 2022-08-19 09:34:38 -0700
  • eb73de4670
    make Usage a proper header myk002 2022-08-17 22:42:02 -0700
  • 72de1873e0
    Improve keybinding rendering under the text builder lethosor 2022-08-17 23:18:58 -0400
  • fa8bceba93
    Make paragraph labels render as plain text (not bold) under the text builder lethosor 2022-08-17 23:17:08 -0400
  • 06c8269002
    Update Documentation.rst with examples of dfhack-tool and dfhack-command lethosor 2022-08-17 23:04:17 -0400
  • a4e70cf3e1
    Remove now-unused dfhack-keybind role lethosor 2022-08-17 22:52:10 -0400
  • 7e0581204d
    Refactor everything to use make_labeled_paragraph() lethosor 2022-08-17 22:37:03 -0400
  • fe7414baae
    Make .dfhack-tool-summary styles consistent with Sphinx 5+ lethosor 2022-08-17 22:22:06 -0400
  • c5ec1726aa Auto-update submodules DFHack-Urist via GitHub Actions 2022-08-17 07:17:01 +0000
  • 22356e2fd6
    resort tags according to new spreadsheet order myk002 2022-08-16 09:36:17 -0700
  • 4373f865a3
    make `dfhack` a "when" tag myk002 2022-08-16 08:23:48 -0700
  • 83e1fa7de0
    add summary text in its own paragraph element myk002 2022-08-16 00:12:25 -0700
  • 524c49cb28
    use easier to read underlining in text output myk002 2022-08-16 00:12:08 -0700
  • 60458ad885
    reorganize and alphabetize tags myk002 2022-08-15 23:43:02 -0700
  • 7acec133ba
    organize tags by group, add more info about tools myk002 2022-08-15 23:14:50 -0700
  • b01ef4a962
    add todos about not using strong for text output myk002 2022-08-15 23:14:16 -0700
  • df9c37a8b7
    Merge branch 'develop' into docs myk002 2022-08-15 17:09:36 -0700
  • 1c0d586d03
    Merge pull request #2263 from myk002/myk_hot_launcher Myk 2022-08-15 17:01:06 -0700
  • a167dcc72a
    update to scripts head myk002 2022-08-15 16:58:33 -0700
  • 471be06995 add secondary hotkey for gui/launcher myk002 2022-08-07 22:50:47 -0700
  • cc5d564b42 support backtick as a keybinding myk002 2022-07-11 17:23:56 -0700
  • 945cdece75 Auto-update submodules DFHack-Urist via GitHub Actions 2022-08-15 23:47:01 +0000
  • 4a83a17c14
    Merge pull request #2264 from myk002/myk_helpdb Myk 2022-08-15 16:44:57 -0700
  • 8672282fd8
    add helpdb, unit test, and document API myk002 2022-08-08 12:55:27 -0700
  • 859414ac3b
    Merge pull request #2262 from myk002/myk_history_repo Myk 2022-08-15 16:29:22 -0700
  • f7a0423566 update changelog myk002 2022-08-08 12:07:25 -0700
  • 6fd0f4505f add dfhack history repository and expose to lua myk002 2022-07-15 09:18:27 -0700
  • 84cd3f0e6d add getEntries() to the CommandHistory API myk002 2022-07-15 09:07:14 -0700
  • 5a22cf9490
    Merge pull request #2261 from myk002/myk_widget_mousification Myk 2022-08-15 16:27:27 -0700
  • 7f0791f6c3 use setText() accessor method instead of direct access myk002 2022-08-15 16:22:56 -0700
  • 22f9f3b042 add unit tests for new widget functionality myk002 2022-08-08 11:44:33 -0700
  • 7dddb5e2ed document widget mouse integration myk002 2022-08-08 11:02:29 -0700
  • 7c3b06d71e update changelog myk002 2022-08-08 10:56:47 -0700
  • 0ae4fed3cf add mouse support for CycleHotkeyLabel widgets myk002 2022-08-08 10:56:17 -0700
  • aa80f280d3 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2022-08-07 15:27:14 +0000
  • d3abe93a75 clean up Label tests myk002 2022-08-06 23:32:00 -0700
  • 79b6cd13e9 support scrolling by half pages in Label myk002 2022-08-06 23:48:25 -0700
  • a5af5a1373 don't bork on no frame, set cursor to end of text myk002 2022-07-20 15:36:17 -0700
  • 4e382c7b3b make HotkeyLabels react to clicking myk002 2022-07-17 16:04:36 -0700
  • 8de8b22566 click to correct cursor position on long strings myk002 2022-07-17 15:43:58 -0700
  • b7f74fe2ce allow mouse lclick to select a List item myk002 2022-07-16 22:18:38 -0700
  • 1dd3d6656b move the cursor in an EditField on mouse lclick myk002 2022-07-16 22:03:39 -0700
  • 0aa9a187cf support cursor movement in EditFields myk002 2022-07-15 22:22:51 -0700
  • 43b1abcdcf support submit2 for EditFields myk002 2022-07-15 13:46:01 -0700
  • 214dd3c579 reset scroll position when the text is changed myk002 2022-07-11 17:23:23 -0700
  • e61d3bf3c7
    Merge pull request #2260 from myk002/myk_base_command_counts Myk 2022-08-15 16:24:20 -0700
  • 6abec116b5
    add seed values for command usage frequency myk002 2022-08-08 10:19:18 -0700
  • eef0824cef
    Merge pull request #2257 from myk002/myk_class3example Myk 2022-08-15 16:18:39 -0700
  • b2a4f10c22 output onupdate log messages by default myk002 2022-08-03 21:43:07 -0700
  • f400ee50f8 refine docs, logging, help text myk002 2022-08-03 16:18:22 -0700
  • 06f1f533ac build the skeleton in the "all plugins" build myk002 2022-08-03 00:33:24 -0700
  • 23ced99131 fix call to new functions in existing coord fn myk002 2022-08-03 00:30:46 -0700
  • a28cf6d444 remove all lua integration from the examples myk002 2022-08-03 00:11:18 -0700
  • a4c8535977 add argparse int checking methods, more docs myk002 2022-08-03 00:01:25 -0700
  • 43dfd27bb4 create several use-case-focused plugin examples myk002 2022-08-02 18:41:03 -0700
  • 0bbbacf161 extend the docs and examples in skeleton.cpp myk002 2022-08-02 18:40:50 -0700
  • 2f9021a3a0 move examples to the examples folder myk002 2022-08-02 12:56:44 -0700
  • 7a903c8322
    Merge pull request #2254 from myk002/myk_seedwatch_all Myk 2022-08-15 16:15:13 -0700
  • 9f648d532e modify seedwatch all to actually watch all seeds myk002 2022-07-31 14:22:21 -0700
  • 340b524348
    Invoke build.py with cmake-found python lethosor 2022-08-15 17:49:44 -0400
  • 488fd67742
    output version of found sphinx and python myk002 2022-08-14 23:01:20 -0700
  • 09401ac370 Auto-update submodules DFHack-Urist via GitHub Actions 2022-08-14 07:16:48 +0000
  • f1f207b45b
    don't include rst sources in html output myk002 2022-08-13 21:51:36 -0700
  • 47dc8c6c11
    update scripts reference myk002 2022-08-13 21:23:26 -0700
  • 2a3a812b3c
    update tag reference in Core.rst myk002 2022-08-13 21:21:48 -0700
  • eb91feff7c
    revise tag list and assignments myk002 2022-08-11 23:34:37 -0700
  • f6699c0014
    Sync tags descriptions from spreadsheet Myk 2022-08-13 13:40:14 -0700
  • c5afca1d18
    Merge branch 'develop' into docs Myk 2022-08-13 13:35:20 -0700
  • b21fc8aa75
    remove extra space at bottom of tool summary Myk 2022-08-13 13:32:45 -0700
  • a01114a41b Auto-update submodules DFHack-Urist via GitHub Actions 2022-08-13 07:17:18 +0000
  • f9930b313a
    migrate all docs to the new directives myk002 2022-08-09 22:37:24 -0700
  • 4f799a152a
    Merge branch 'docs-sphinx-tool-directive' into docs lethosor 2022-08-09 11:36:11 -0400
  • 2d60c543fd
    Remove "Tool:" line lethosor 2022-08-08 21:22:55 -0400
  • e6b5d5b0c1
    Remove commas from tag lists lethosor 2022-08-08 17:35:58 -0400
  • daf3bc516b
    Switch to <topic> to fix line breaks in text output lethosor 2022-08-08 02:29:22 -0400
  • 6e29ddf2d3
    Move space out of <strong> node for better text rendering lethosor 2022-08-08 02:19:07 -0400
  • 1e7ce2602e
    Shrink tool/command boxes somewhat lethosor 2022-08-07 18:18:51 -0400
  • 6b32e008b3
    Attempt to port keybinding documentation verification to new extension lethosor 2022-08-07 02:16:38 -0400
  • 7651d301d2
    Remove extra paragraph around keybindings lethosor 2022-08-07 01:51:38 -0400
  • 5a14992aca
    Use new directives for a few plugins lethosor 2022-08-07 01:44:02 -0400
  • ed95db27f5
    Move dfhack-keybind role to tool_docs.py and call from dfhack-command lethosor 2022-08-07 01:37:14 -0400
  • 5ef36d210f
    Render implicit dfhack-command alongside dfhack-tool unless :no-command: is passed lethosor 2022-08-07 01:03:15 -0400
  • 39e9288458
    Render commands as literals lethosor 2022-08-06 23:11:12 -0400
  • b3d79f87cb
    Fix optional name override lethosor 2022-08-06 23:12:26 -0400
  • d19ffa1806
    Add stub dfhack-command directive, refactor to support lethosor 2022-08-06 23:08:51 -0400
  • 12b3363b2c
    Make dfhack-tool tags link to tag descriptions lethosor 2022-08-06 17:26:33 -0400
  • bb2ca0cc16
    Render dfhack-tool as admonition lethosor 2022-08-06 16:59:45 -0400
  • de5f4d3566
    Default to document basename in dfhack-tool directive lethosor 2022-08-06 16:24:56 -0400
  • e47c681e9c
    Use write_file_if_changed() in changelog.py lethosor 2022-08-04 02:07:52 -0400
  • 89a88e94a9
    Allow empty :tags:, give section a name to prevent errors lethosor 2022-07-27 22:02:08 -0400
  • d96260556e
    Make title visible by putting it in its own section lethosor 2022-07-27 03:18:51 -0400
  • c44c8721c9
    Initial attempt at dfhack-tool directive lethosor 2022-07-27 02:17:21 -0400
  • 8f332c5925 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2022-08-08 06:39:11 +0000
  • 3e9a916f4e
    Merge branch 'develop' into docs Myk 2022-08-07 23:38:00 -0700
  • c0eb568d0d
    Merge branch 'develop' into docs myk002 2022-08-07 23:36:56 -0700
  • 7274a8cd2a
    use docs/build.py to do the docs build myk002 2022-08-07 23:35:00 -0700