Commit Graph

  • 7e44162101
    Fix `Scrollbar.{expanded,contracted}_size` documentation Guldoman 2023-09-07 04:04:24 +0200
  • 185b9cb080
    Fixed C++14 digit separators (#1593) Robert Hildebrandt 2023-09-07 01:54:52 +0200
  • ac5c65c521
    docs(core.config): add documentation for config options (#1512) Takase 2023-08-26 23:32:39 +0800
  • 5f68e8b7a9
    feat(statusview): make a separate item for doc position percent (#1579) sammyette 2023-08-26 08:19:12 -0700
  • 215b8daef7
    Autocomplete plugin improvements (#1519) Jefferson González 2023-08-26 10:50:48 -0400
  • 3f28557aeb
    Add `NaN` guard to `View:update_scrollbar` Guldoman 2023-08-26 05:11:10 +0200
  • 397b61e7c6
    Fix returned `percent` when clicking the `Scrollbar` `track` Guldoman 2023-08-23 19:07:52 +0200
  • 890e4882f3
    fix(core): defer core:open-log until everything is loaded (#1585) Takase 2023-08-18 21:25:10 +0800
  • 09dd111c61
    docs(core.contextmenu): add documentation for contextmenu (#1567) Takase 2023-08-25 10:32:07 +0800
  • d937693ddb
    Use Lua wrap by default (#1481) Jan 2023-08-25 04:33:39 +0200
  • 3d93e16597
    Normalize strokes in fixed order (#1572) Guldoman 2023-08-25 20:03:23 +0200
  • cb66d5b9e7
    Adds super as a modkey. (#1590) Adam 2023-08-25 14:34:51 -0400
  • 671c8976df
    Normalize strokes in fixed order (#1572) Guldoman 2023-08-25 20:03:23 +0200
  • 6f05a386f8
    Use Lua wrap by default (#1481) Jan 2023-08-25 04:33:39 +0200
  • cb667af756
    docs(core.contextmenu): add documentation for contextmenu (#1567) Takase 2023-08-25 10:32:07 +0800
  • 0dc6043dc7
    Fix returned `percent` when clicking the `Scrollbar` `track` Guldoman 2023-08-23 19:07:52 +0200
  • d1c3fc0f1c
    Fix `scrollbar` misinterpreting `percent` (#1587) Guldoman 2023-08-20 16:28:49 +0200
  • eb27e543b4
    ci(release): use lite-xl org (#1571) Takase 2023-08-05 09:00:17 +0800
  • 86cfbe5f3b
    Make `DocView` aware of scrollbars sizes (#1177) Guldoman 2023-08-04 16:56:49 +0200
  • c279ef0034
    Updated README.md as per PR comittee meeting #8. Adam Harrison 2023-08-04 09:46:35 -0400
  • 9120fb0046
    Updating the *Installing prebuild* section in README.md (#1548) Shreyas A S 2023-08-04 19:11:49 +0530
  • e62a672d7e
    Normalize stroke before adding keybind (#1334) Delta-official 2023-08-04 13:38:33 +0000
  • 07818934b6
    feat(src/renderer): unify fontgroup baseline (#1560) Takase 2023-08-04 02:03:33 +0800
  • 5d0bcc99fa
    Documentation for core.command (#1564) Takase 2023-07-27 19:04:44 +0800
  • b5b6682303
    docs(system): fix missing parameter for system.path_compare (#1566) Takase 2023-07-23 19:17:45 +0800
  • ad0d280ecc
    Documentation for core.common (#1510) Takase 2023-07-23 03:39:32 +0800
  • 553251834b
    feat(src/renderer): stream fonts with SDL_RWops on all platforms (#1555) Takase 2023-07-11 09:45:36 +0800
  • 7f84ed311b
    style(src/renderer): use FreeType header names (#1554) Takase 2023-07-09 08:42:40 +0800
  • f7400c924e
    Allow setting custom glyphset size (#1542) Guldoman 2023-07-04 05:50:28 +0200
  • e9678cc140
    Skip checking `files` if no filename was provided to `syntax.get` Guldoman 2023-07-03 22:39:54 +0200
  • b5617a3eef
    Fix #1538 log scrolls automatically (the real PR) (#1546) Luke aka SwissalpS 2023-06-28 03:05:03 +0200
  • bd53bc3718
    comment typo in object.lua (#1541) Luke aka SwissalpS 2023-06-25 04:09:27 +0200
  • 2af3082640
    Attach command buffer to Renderer Window (#1472) Jan 2023-06-16 16:19:52 +0200
  • 964b8fe29d
    Increase number of loadable glyphsets (#1524) Guldoman 2023-06-13 22:45:43 +0200
  • f1f81c8851
    Make `Doc:sanitize_position` return a more appropriate `col` (#1469) Guldoman 2023-06-09 15:34:34 +0200
  • 68e9c4670e
    Revert "core syntax: strip the path from filename on syntax.get (#1168)" (#1322) Guldoman 2023-06-09 15:31:59 +0200
  • ff884d7d4a
    When logging don't use `core.status_view` if not yet initialized Guldoman 2023-06-09 03:50:34 +0200
  • 3febcf454c
    Mark `linewrapping` `open_files` table as weak Guldoman 2023-05-24 04:23:27 +0200
  • 6c17f6e2ee
    Close lua state when exiting on a runtime error (#1487) Jefferson González 2023-05-19 10:28:39 -0700
  • 2a9b367e13
    Move lineguide below blinking cursor, fixes #1488 (#1511) takase1121 2023-08-19 13:26:01 +0800
  • 64e5fd8ead
    fix(renderer): fix memory leak when freeing glyphsets takase1121 2023-05-16 21:18:04 +0800
  • 4c320a10c0
    docs(system): make all parameters for set_window_hit_test optional takase1121 2023-05-13 18:29:20 +0800
  • bd36b3f615
    Restore horizontal scroll position after scale change (#494) Guldoman 2023-04-29 18:50:39 +0200
  • c0b1fe348f
    feat(bootstrap): return error string from C searcher takase1121 2023-04-26 08:29:57 +0800
  • 6111b071ec
    fix(rencache): fix compiler warning for printing size_t takase1121 2023-04-23 16:35:40 +0800
  • 793af14dca
    Fixing linewrapping bug to do with wordwrapping. Adam Harrison 2023-04-22 14:54:42 -0400
  • 2517d34113
    ci(build): update action dependencies takase1121 2023-04-19 09:14:03 +0800
  • 1952848caa
    fix(process): check for HANDLE_INVALID (#1475) Takase 2023-04-19 09:02:10 +0800
  • 760271d416
    Make `system.path_compare` more digit-aware (#1474) Jan 2023-04-18 20:55:25 +0200
  • 2fe1f52a1f
    Process API improvements (again) (#1370) Takase 2023-04-18 02:56:04 +0800
  • 64a6d88618
    Build releases with Ubuntu 18.04 container (#1460) Takase 2023-04-16 21:18:40 +0800
  • 97f3159415
    Merge carets after `doc:move-to-{previous,next}-char` (#1462) Guldoman 2023-04-14 23:49:26 +0200
  • 8e57b71118
    refactor(plugin_api): move the header into include/ (#1440) Takase 2023-04-15 03:45:46 +0800
  • a44a7eafe8
    Cross compiling improvements + macOS universal binary (#1458) Takase 2023-04-11 23:33:34 +0800
  • 1fe90da664
    upgrade header files to Lua 5.4 (#1436) Takase 2023-04-11 23:20:28 +0800
  • 0d0f1b00d9
    Fix for api_require wrong macro && conditions (#1465) Jefferson González 2023-04-10 21:29:31 -0400
  • f60228f610
    #1393 followup (#1463) vqn 2023-04-10 21:57:11 +0200
  • d497402c30
    Make `system.path_compare` more case-aware (#1457) Guldoman 2023-04-07 20:41:32 +0200
  • fdd6ca3426
    Update api_require to expose more symbols (#1437) Takase 2023-04-08 01:45:28 +0800
  • 84aeea61c2
    Optimizing MSYS2 CI (#1435) Takase 2023-04-08 01:25:31 +0800
  • a0c8f01312
    fix(CI): bump dependency versions (#1434) Takase 2023-04-08 01:24:27 +0800
  • 4e3d6824ff
    fix: fix differing stacktrace on stdout and file (#1404) Takase 2023-04-08 01:18:16 +0800
  • bb31a1adf2
    fix(windows-utf8-patch): fix os.getenv() not supporting UTF-8 output (#1397) Takase 2023-04-08 01:11:01 +0800
  • a24432941c
    Fix invalid EXEFILE and EXEDIR on Windows (#1396) Takase 2023-04-08 01:06:01 +0800
  • 12e0634f9c
    fix cursors positions when deleting multiple selections (#1393) vqn 2023-04-07 16:54:00 +0000
  • 6d217204f6
    Allow `tokenizer` to pause and resume in the middle of a line (#1444) Guldoman 2023-04-01 18:12:39 +0200
  • 6deca53303
    Disable `trimwhitespace` and `drawwhitespace` via their configs (#1446) Adam 2023-03-28 19:57:24 -0400
  • bf35417f82
    Don't calculate widths per-uft8-char when not needed (#1409) Guldoman 2023-03-28 01:17:11 +0200
  • 84c7bb9de6
    Asynchronous process reaping (#1412) Takase 2023-03-22 20:36:05 +0800
  • 89864ee88c
    Aggregate `SDL_Surface`s and their scale in `RenSurface` (#1429) Guldoman 2023-03-19 20:39:52 +0100
  • a61531dbf0
    Use clipping functions provided by SDL (#1426) Guldoman 2023-03-14 16:39:00 +0100
  • 1d0725f904
    Improve text width calculation precision (#1408) Guldoman 2023-03-09 16:48:46 +0100
  • 32860c111e
    refactor(main): move SetProcessDPIAware to manifests (#1413) Takase 2023-03-09 21:58:32 +0800
  • 8c47fad637
    Split `Command` struct into different structs for each command type (#1407) Guldoman 2023-03-04 21:23:09 +0100
  • f685293417
    Add manifest on Windows (#1405) Takase 2023-03-03 22:07:45 +0800
  • 95611366bb
    Use correct view for scrolling to `find-replace:repeat-find` results (#1400) Guldoman 2023-03-03 11:42:31 +0100
  • 067271bc02
    fix incorrect x_offset if opened docs have different tab sizes (#1383) vqn 2023-02-09 18:26:32 +0100
  • c8f033ec8b
    Fixed up some post 5.1/jit Symbols (#1385) Adam 2023-02-09 11:55:47 -0500
  • b0e524dd15
    Improve `DocView:get_visible_line_range` precision (#1382) Guldoman 2023-02-06 19:03:29 +0100
  • 24491bc3fd
    plugins scale: also rescale style.expanded_scrollbar_size (#1380) Jefferson González 2023-02-06 13:40:12 -0400
  • 70ed171612
    NagView: properly rescale on scale change (#1379) Jefferson González 2023-02-06 13:38:00 -0400
  • 6925c06599
    Improved plugins config table handling (#1356) Jefferson González 2023-02-06 13:32:44 -0400
  • b95fdfcf5f
    fix: exec() error not returned to parent (#1363) Takase 2023-02-01 06:26:15 +0800
  • 218ba3ebac
    Context menu fixes and keyboard navigation (#1338) takase1121 2023-08-19 12:36:39 +0800
  • 017711b369
    Getting rid of annoying forward slash on windows. (#1345) Adam 2023-01-30 11:10:11 -0500
  • b8eb6865a6
    gh workflow: fix path to macOS arm64 cross file jgmdev 2023-01-25 17:28:34 -0400
  • 03d11c869d
    ci: fix msys build now requiring ca-certificates (#1348) Jefferson González 2023-01-24 15:25:56 -0400
  • a951c3cd39
    pass RenWindow by argument (#1321) Jan 2023-01-22 04:11:42 +0100
  • 5907118683
    Added missing header declaration. Adam Harrison 2023-01-19 19:28:14 -0500
  • 95f18a1148
    plugin api: allow usage on multiple source files (#1335) Jefferson González 2023-01-19 20:27:23 -0400
  • bddb5e274d
    Avoid drawing hidden text in `DocView:draw_line_text` (#1298) Guldoman 2023-01-19 04:15:26 +0100
  • d54a5d0672
    remove static libgcc from meson (#1290) Jan 2023-01-19 02:43:48 +0100
  • 4c18cf6744
    Updated dummy method signature to match prototypes. Adam Harrison 2023-01-13 16:31:28 -0500
  • a9d8f12cb7
    Make empty groups in `regex.gmatch` return their offset (#1325) Guldoman 2023-01-13 19:34:09 +0100
  • 38fa9f976c
    Use `table.move` to implement `common.splice` (#1324) xwii 2023-01-14 01:33:13 +0700
  • ae218bc005
    Create Renderer Only When It Doesn't Exist (#1315) adityaraj 2023-01-12 05:23:23 +0530
  • c8afe3d1bf
    replace uses of SDL_Window with RenWindow (#1319) Jan 2023-01-12 00:25:06 +0100
  • 2d0ddc302f
    Reorganize resources/ + wasm target (#1244) Takase 2023-01-10 05:50:26 +0800
  • 291e7eab6f
    packaging: use master branch for plugin addons jgmdev 2023-01-08 02:32:31 -0400
  • 1984573214
    fix: center title and version in emptyview (#1311) sammyette 2023-01-06 15:27:05 -0400