Commit Graph

  • 4d734e933c Fix resize behavior of treeview and toolbar Francesco Abbate 2021-02-27 12:13:11 +0100
  • 7802202625 Update subprojects options and version Francesco Abbate 2021-02-26 15:49:30 +0100
  • af0be4abf1 Update changelog and version v1.16.1-lite-xl Francesco Abbate 2021-02-25 09:37:06 +0100
  • 0f789cd6a2
    Merge pull request #63 from eugenpt/master Francesco 2021-02-24 20:21:44 +0000
  • 94b99b658e Fix multi-line commands Francesco Abbate 2021-02-24 18:06:47 +0100
  • cbb42d0028 Fix spacing in treeview Francesco Abbate 2021-02-24 17:50:34 +0100
  • ff5052be9a Improve build-package script to create portable and unix-like packages Francesco Abbate 2021-02-24 17:39:12 +0100
  • 351a772466 do not use 'portable' as a compile time option Francesco Abbate 2021-02-24 16:29:39 +0100
  • ea8a8770ea Do not use nullptr and add check Francesco Abbate 2021-02-24 09:46:48 +0100
  • b616b55fd9 +js language regexp pattern ep 2021-02-24 12:24:43 +0700
  • a23986f171 Cleanup font's note markdown file Francesco Abbate 2021-02-23 16:15:36 +0100
  • 35f31c8fbc Fix font rendering artifacts bug Francesco Abbate 2021-02-23 16:15:19 +0100
  • f7d547e7e6 Update changelog Francesco Abbate 2021-02-21 13:04:03 +0100
  • 22de3354ce Minor toobar tooltip adjustment Francesco Abbate 2021-02-21 12:57:42 +0100
  • fc46946ea1 Fix the flashing tooltip issue Francesco Abbate 2021-02-21 11:09:51 +0100
  • 2353076b37 Add config.transitions to enable/disable transitions Francesco Abbate 2021-02-21 11:08:25 +0100
  • 7a35e7c217 Don't show partially hidden icons in toolbar Francesco Abbate 2021-02-21 09:43:47 +0100
  • 5e0dee3e18 Fix indent spaces/tabs labeling Francesco Abbate 2021-02-20 22:56:52 +0100
  • f3abee98be FIX: issue that prevented the program to be terminated if no dirty file was open bud 2021-02-20 22:36:49 +0100
  • f3fc5e0cf9 FIX: added system.window_has_focus test, show popup if it fails bud 2021-02-20 20:53:54 +0100
  • 22c9628def Fix missing info icon Francesco Abbate 2021-02-20 20:15:09 +0100
  • cf6332aebc Fix tooltip from ghost toolbar Francesco Abbate 2021-02-20 20:14:24 +0100
  • 054350263d Fix treeview missing clamp bug Francesco Abbate 2021-02-20 20:13:25 +0100
  • bbb6ee9c28 FIX: replace system popup with CommandView dialog to confirm quit. bud 2021-02-20 19:51:22 +0100
  • 8263efb4bc clamp the size of the TreeView to a minimum of 0 lqdev 2021-02-20 18:21:11 +0100
  • 4f2e38d41f Make code and ui font smaller at 12 v1.16.0-lite-xl Francesco Abbate 2021-02-19 16:23:19 +0100
  • f22a56a651 Adjust indentation size in meson.build Francesco Abbate 2021-02-19 16:13:27 +0100
  • 688dc1a7b8 Do not log every plugin load Francesco Abbate 2021-02-19 16:12:56 +0100
  • 68d9794926 Adjust default code font size Francesco Abbate 2021-02-19 16:10:57 +0100
  • 76b463bd11 Create empty fonts directory in USERDIR Francesco Abbate 2021-02-19 16:10:02 +0100
  • f2721e8ea4 Do not mandate branch name in build-package script Francesco Abbate 2021-02-19 16:09:36 +0100
  • 0233941fe9 Bump version number Francesco Abbate 2021-02-19 13:54:10 +0100
  • 2a0846b604 Automatic keep adjusting indent size Francesco Abbate 2021-02-19 11:51:49 +0100
  • ef24828307 Add toolbar tooltips Francesco Abbate 2021-02-19 11:50:20 +0100
  • 335d704cab New fontello font smaller plus two new icons Francesco Abbate 2021-02-19 10:12:43 +0100
  • e463ba8959 Add new toolbar buttons and tips Francesco Abbate 2021-02-19 10:08:45 +0100
  • 6353fde609 Move user module loading before plugins Francesco Abbate 2021-02-19 10:08:03 +0100
  • 114f6b2481 Do not print error on standard output Francesco Abbate 2021-02-19 09:29:46 +0100
  • 6fcdafc5b6 Adjust line numbers for detect indent Francesco Abbate 2021-02-19 09:23:55 +0100
  • ba68d6db24 Improve error handling for directory arguments Francesco Abbate 2021-02-19 00:14:34 +0100
  • 830438eb4d Changelog update Francesco Abbate 2021-02-18 10:13:37 +0100
  • 52fb5afe34 Improve detectindent to skip comments Francesco Abbate 2021-02-18 10:10:06 +0100
  • a2c4fdf649 Normalize global PATH from core.init Francesco Abbate 2021-02-18 09:02:57 +0100
  • de1afb3391 Add full filename path in window's title Francesco Abbate 2021-02-18 00:26:19 +0100
  • 59fbf9cfc0 Merge branch 'master' into dev Francesco Abbate 2021-02-17 23:57:02 +0100
  • a40acce382
    Merge pull request #38 from francesco-st/patch-2 Francesco 2021-02-17 19:53:13 +0000
  • 9b27180267 Use doc on_save hooks to reload user module Francesco Abbate 2021-02-17 20:10:39 +0100
  • 1ce1c114ba Fix reload module problem on windows Francesco Abbate 2021-02-17 19:20:00 +0100
  • 588755b15a
    Use -static-libgcc only if the compiler is gcc francesco-st 2021-02-17 18:42:38 +0100
  • 8cd16bc96e FIX: re-added unsaved, which should now only be the title of unsaved documents bud 2021-02-17 00:05:29 +0100
  • 40a8e63281 FIX: Refactor, only do common.home_encode() if title has changed. Dont update title when command view is active bud 2021-02-16 23:56:16 +0100
  • 6369a7f760 Use tilde expansion when running save-as command Francesco Abbate 2021-02-16 22:52:55 +0100
  • 06c9c1c2cc Use full filename path for window title Francesco Abbate 2021-02-16 22:35:50 +0100
  • 1decf67b64
    Merge pull request #34 from budRich/user-module-auto-reload2 Francesco 2021-02-16 20:52:06 +0000
  • f11ce523e0
    Merge pull request #32 from budRich/full-path-in-window-title Francesco 2021-02-16 20:46:35 +0000
  • 63b024cb81 FIX: Use PATHSEP instead of hardcoded "/" path separator bud 2021-02-16 19:25:40 +0100
  • 4917be3daf remove config for window title format bud 2021-02-16 19:13:41 +0100
  • 3693556958 FIX: get DocView in init instead of step, remove option for window title format' bud 2021-02-16 19:12:56 +0100
  • 4335ab93c9 Require a branch in build-package script Francesco Abbate 2021-02-16 16:31:46 +0100
  • 9fced84a7a Move VERSION variable into Lua code Francesco Abbate 2021-02-16 14:33:39 +0100
  • d18b90ad4f Restore original key binding for trreview toggle Francesco Abbate 2021-02-16 09:41:03 +0100
  • dd30725d84 FIX: before setting full path to window title, make sure activeView is DocView bud 2021-02-15 22:38:29 +0100
  • b9fcb6e5ae ADD: test in doc:save(), if the file is the user module, automatically reload config bud 2021-02-15 22:09:25 +0100
  • cc9aa23340 REMOVE: dont add reload on save hook in core:open-user-module, its automatically done in doc:save() bud 2021-02-15 22:09:06 +0100
  • 7e3eb4a408 ADD: default value (false) for full_path_in_window_title bud 2021-02-15 21:06:03 +0100
  • 436446dd9a ADD: in core.step() show full path if view is a document and config.full_path_in_window_title is true bud 2021-02-15 21:05:06 +0100
  • db904b93d3 Add changelog entry for toolbar Francesco Abbate 2021-02-15 16:09:34 +0100
  • 680058547d Replace icons font with new fontello font Francesco Abbate 2021-02-15 15:49:33 +0100
  • c20aff2307 Adding final details for toolbarview plugin Francesco Abbate 2021-02-15 15:45:56 +0100
  • ebba21310b Fix treesize toggle command and transition Francesco Abbate 2021-02-15 12:18:43 +0100
  • b836c2e1e6 Implement proper layout of toolbar Francesco Abbate 2021-02-15 00:36:39 +0100
  • 5851a04098 Add hover and click functions for toolbar Francesco Abbate 2021-02-13 18:29:08 +0100
  • 2765cbd92b Show a dummy toolbar Francesco Abbate 2021-02-12 15:54:11 +0100
  • 7137f88b4c Start working in toolbar Francesco Abbate 2021-02-11 18:37:34 +0100
  • cd018170a0 Update changelog about treeview resize Francesco Abbate 2021-02-11 18:25:19 +0100
  • 9f0abd1a8b Show resize cursor only when panes are resizable Francesco Abbate 2021-02-11 17:15:27 +0100
  • f482ea318a Makes resizable attribute explicit in Node:split() Francesco Abbate 2021-02-11 16:12:21 +0100
  • c6a1323214 More accurate implementation for x and y axis Francesco Abbate 2021-02-11 11:53:53 +0100
  • e69d201e1b First preliminary implementation of treeview resize Francesco Abbate 2021-02-09 18:41:32 +0100
  • a8c810d801 Merge remote-tracking branch 'origin/master' into dev Francesco Abbate 2021-02-09 18:39:39 +0100
  • 3d8cf22933 Fix error with previous commit v1.15.3-lite-xl Francesco Abbate 2021-02-05 15:36:48 +0100
  • 03818d13fd Fix error when using relative dir argument Francesco Abbate 2021-02-03 07:39:35 +0100
  • 2a9fd899b5
    Merge pull request #19 from B14CK313/patch-2 v1.15.2-lite-xl Francesco 2021-01-22 08:29:48 +0100
  • 65c7f666aa
    Fixed path returned by temp_filename not writeable B14CK313 2021-01-22 02:10:24 +0100
  • 0d6fbe23c4 Add curl option to retry download in repackage script Francesco Abbate 2021-01-20 15:41:12 +0100
  • c2cccf0173 Fix conflict in treeview for top directories Francesco Abbate 2021-01-19 16:39:15 +0100
  • 9412b3f0d8 Do not add project path in files from project search v1.15.1-lite-xl Francesco Abbate 2021-01-13 17:09:35 +0100
  • 882413e92d Bump 1.16 version number Francesco Abbate 2021-01-13 16:52:27 +0100
  • 08b010a2da Add command root:close-all Francesco Abbate 2021-01-13 16:51:42 +0100
  • ef5e431a8b New feature to disable plugins from config Francesco Abbate 2021-01-13 14:50:24 +0100
  • fcf763fe9c Fix problem when project directory has a trailing slash Francesco Abbate 2021-01-10 12:56:15 +0100
  • 7f9e4e4984 Do not error out when project directory is invalid Francesco Abbate 2021-01-10 11:50:15 +0100
  • 9f0fa5121b Add keymap bindings for ctrl/shift insert commands Francesco Abbate 2021-01-06 15:12:26 +0100
  • bde6eae892
    Update FUNDING.yml Francesco 2021-01-05 08:03:46 +0100
  • 773464eab8 Merge remote-tracking branch 'rxi/master' v1.15-lite-xl Francesco Abbate 2021-01-04 13:59:53 +0100
  • 0399ea0041 Update usage file for 1.15 release Francesco Abbate 2021-01-04 13:55:18 +0100
  • effcd5b114 Fix path for local assets directory in repackage script Francesco Abbate 2021-01-04 13:43:11 +0100
  • 15dfac0b21 Prepare changelog for 1.15 release Francesco Abbate 2021-01-04 13:42:36 +0100
  • 431bf68e72 Fix missing gome expand in remove-directory command Francesco Abbate 2021-01-03 23:52:02 +0100
  • d85598ce17 Write workspace information in lite-xl config directory Francesco Abbate 2021-01-03 23:36:28 +0100