aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2022-05-09Fixed dirwatch dummy, and scanning.Adam Harrison
2022-05-05plugins: add load priority support with '--priority:###'jgmdev
2022-05-05Merge pull request #972 from Guldoman/PR_pretty_serializeJefferson González
2022-05-05Merge pull request #971 from jgmdev/PR/core-private-to-publicJefferson González
2022-05-04Erroneously added padding.Adam Harrison
2022-05-04Updated linewrap and autocomplete to use the new get_line_screen_position whi...Adam Harrison
2022-05-03Updated treeview to match convention.Adam Harrison
2022-05-04Open `LogView` in correct `Node`Guldoman
2022-05-03Add pretty printing to `common.serialize`Guldoman
2022-05-02core: expose rescan_project_directories and configure_borderless_windowjgmdev
2022-05-02Merge pull request #966 from adamharrison/check-plugin-load-timeGuldoman
2022-04-30Added in log to show total time.Adam Harrison
2022-04-30Add typeahead to `CommandView` (#963)Guldoman
2022-04-28Send `mouseleft` event when the mouse leaves the window (#928)Guldoman
2022-04-28Added plugin load-time log.Adam Harrison
2022-04-28Check if `USERDIR` doesn't exist in `core.delete_temp_files`Guldoman
2022-04-27Manage return values from "replacer" function in `Doc:replace`Guldoman
2022-04-27Catch mouse clicks if `contextmenu` is openGuldoman
2022-04-26TreeView Changes (#898)Adam
2022-04-26Clamp scroll position when dragging the scrollbar without animationsGuldoman
2022-04-26Asynchronous Reads for Dirmonitor (#930)Adam
2022-04-26Fixed windows dirmonitor issues.Adam Harrison
2022-04-26Don't animate scrolling by dragging the scroll bar (#940)Guldoman
2022-04-26Allow functions in `keymap` (#948)Guldoman
2022-04-26Add utf8 support to tokenizer (#945)Jefferson González
2022-04-25Add animation categories to enable finer transitions control (#941)Guldoman
2022-04-24Merge branch 'master' into master-2.1Adam
2022-04-24Asynchronous Reads for Dirmonitor (#930)Adam
2022-04-20Set the correct working directory for the AppImage version (#937)Guldoman
2022-04-18Add `DATADIR` and `USERDIR` explanation in created user moduleGuldoman
2022-04-18Add triple single quotes multiline strings to `language_python`Philip Bergwerf
2022-04-17Significantly improved performance of tokenization for larger documents by by...Adam Harrison
2022-04-15Added in check in case of nil.Adam Harrison
2022-04-12Apply `drawwhitespace` plugin only to `DocView`sGuldoman
2022-04-12Fix missing pixel in scrollbarGuldoman
2022-04-12Show `arrow` cursor when hovering `DocView` scrollbar trackGuldoman
2022-04-12Add scrollbar "track" and resize on hoverGuldoman
2022-04-12Fix `DocView:on_mouse_released` not considering all parametersGuldoman
2022-04-12Avoid calling `View:scrollbar_overlaps_point` uselesslyGuldoman
2022-04-11Merge pull request #913 from lite-xl/auto-complete-syntax-symbolsFrancesco
2022-04-10Add syntax symbols for auto-completeFrancesco Abbate
2022-04-10Early `break` if `autocomplete` needs to updateGuldoman
2022-04-10Consider last document line to gather `autocomplete` symbolsGuldoman
2022-04-03Added in check in case of nil.Adam Harrison
2022-04-03Fixed windows dirmonitor issues.Adam Harrison
2022-04-03Fixed some minor issues with linewrapping.Adam Harrison
2022-04-03Apparenlty these were issues? What?Adam Harrison
2022-04-03Soft Line Wrapping (#636)Adam
2022-04-03Bumping version numbers.Adam Harrison
2022-04-03Fix keeping scroll position when restoring a `DocView` (#910)Guldoman