Commit Graph

  • c05cddecb7 Use PLATFORM to detect macOS for key bindings Francesco Abbate 2021-09-29 11:38:55 +0200
  • 590c83148e Enable inotify specific api only on linux Francesco Abbate 2021-09-29 11:38:03 +0200
  • 9e46d406f4 Don't nest ifndef Jean-André Santoni 2021-09-29 15:52:58 +0700
  • 2968458e06 Fix the size and blurriness of the icon on OSX Jean-André Santoni 2021-09-29 15:19:17 +0700
  • f0a3f50e6a
    Merge pull request #551 from Not-a-web-Developer/master Adam 2021-09-27 10:21:41 -0400
  • 86bf023c90 fixed the build link in readme.md Not-a-web-Developer 2021-09-27 19:29:25 +0530
  • 7a21ec382f Unecessary call.. Adam Harrison 2021-09-26 20:09:51 -0400
  • 4690459a13 Used different weights. Adam Harrison 2021-09-26 19:46:32 -0400
  • 5c4bfd9a77 Remove files from project list when collapsed Francesco Abbate 2021-09-26 22:45:00 +0200
  • 958703de02 Fix abort when dmon_watch_rm remove a wd Francesco Abbate 2021-09-26 22:43:13 +0200
  • 9198e48fec Bring back the dmon_watch_rm function Francesco Abbate 2021-09-26 22:41:07 +0200
  • ff86d54ff5 Move to dmon.h new version to test Francesco Abbate 2021-09-26 22:37:57 +0200
  • 8f8af19cbe
    Rearranged DPI calc so that on calc failure, returns 1. (#547) Adam 2021-09-26 10:21:57 -0400
  • 84622a0009
    Potentially fixing issue with cache not invalidating on restart. (#548) Adam 2021-09-26 10:18:13 -0400
  • 89d3f1b3d3 Rearranged DPI calc so that on calc failure, returns 1. Adam Harrison 2021-09-25 15:38:52 -0400
  • 48a2caf0d2 Potentially fixing issue with cache not invalidating on restart. Adam Harrison 2021-09-25 15:27:37 -0400
  • ecbdb7a945 Reverted bledthrough changes. Adam Harrison 2021-09-25 13:01:01 -0400
  • 8816131780 Added in a float for rencache. Adam Harrison 2021-09-25 12:55:20 -0400
  • b17aa3b068 Addressed issue where glyphs would continue to draw past their clip. Adam Harrison 2021-09-25 00:45:19 -0400
  • 42d72cc296 Missed a float. Adam Harrison 2021-09-25 00:37:08 -0400
  • 806e4bc970 Converted all ints to floats for x coordinate purposes. Adam Harrison 2021-09-25 00:35:55 -0400
  • d07d0e6d22 Made width return a floating point. Adam Harrison 2021-09-24 23:34:19 -0400
  • efbec1e84a
    Merge pull request #541 from takase1121/native-interop-fix Adam 2021-09-24 23:09:38 -0400
  • 27fe185ed4
    fix unable to load any native library takase1121 2021-09-25 10:31:15 +0800
  • c5fda5237f Added in correcion calculations for surface_scale. Adam Harrison 2021-09-21 21:49:32 -0400
  • 940db0f9c7 Added in underline as well. Adam Harrison 2021-09-16 19:00:56 -0400
  • 16deedc8a3 Fixed up some naming conventions, and also added bolding and italics. Adam Harrison 2021-09-16 18:41:54 -0400
  • 10f28079ba Removed another cpp mention. Adam Harrison 2021-09-11 02:08:01 -0400
  • a68fff2fff Removed C++ Adam Harrison 2021-09-11 01:17:55 -0400
  • b6829cb041 Used copy. Adam Harrison 2021-09-10 23:52:36 -0400
  • 425a4f600b Forgot to reset offset. Adam Harrison 2021-09-10 23:09:33 -0400
  • 67032f72ac Removed subpixel mentions. Adam Harrison 2021-09-10 22:54:05 -0400
  • 19b90aae18 Added freetype. Adam Harrison 2021-09-10 22:48:31 -0400
  • c879e016cc Removed lib font renderer mention. Adam Harrison 2021-09-10 22:32:05 -0400
  • be6bcbcacc Meson build updated. Adam Harrison 2021-09-10 22:25:10 -0400
  • 2209c327a7 Subprojects. Adam Harrison 2021-09-10 22:24:03 -0400
  • e25f2e9c5c Removed font renderer. Adam Harrison 2021-09-10 22:22:30 -0400
  • 8c32950f4b
    Merge pull request #527 from adamharrison/native-interop Adam 2021-09-23 15:11:08 -0400
  • 466464d8a4 Mispelling. Adam Harrison 2021-09-22 17:25:16 -0400
  • b8da46e10e Removed searchers[4]. Adam Harrison 2021-09-22 17:24:22 -0400
  • c08b76746b WIP: temporary fix for testing Francesco Abbate 2021-09-21 23:50:50 +0200
  • 7a4cc8ece9 Add missing pthread dependency Francesco Abbate 2021-09-21 16:41:27 +0200
  • 941f135047 Fix errors with previous commit Francesco Abbate 2021-09-21 16:41:09 +0200
  • 794fd6b47b Add dmon_watch_rm function to remove subdir Francesco Abbate 2021-09-21 11:39:38 +0200
  • 5ffe4eae90 Removed extra boolean. Adam Harrison 2021-09-20 23:54:52 -0400
  • 713ef787c2 Removed extra macros, used PLATFORM. Also removed MACOS, as it's redundant C code that's already encapsulated within PLATFORM. Adam Harrison 2021-09-20 23:50:06 -0400
  • e13529444f Less C code, and more namespacing is better. Adam Harrison 2021-09-20 23:42:39 -0400
  • c01c5a23b0 Added in plugin table. Adam Harrison 2021-09-20 23:38:10 -0400
  • 3ca127793a Incorporated some suggestions, and some functions. Adam Harrison 2021-09-20 23:33:12 -0400
  • da74a3b84e
    Merge branch 'lite-xl:master' into lite-xl-windows-dark-theme-title-bar-support Nikolai Sinyov 2021-09-20 21:44:45 +0300
  • 93cf01adfc WIP: add some notes about dmon_watch_add Francesco Abbate 2021-09-20 17:53:58 +0200
  • 31eed0c61a WIP: using new dmon_watch_add function Francesco Abbate 2021-09-20 17:51:46 +0200
  • 3fa8866532 Adding new dmon version with dmon_watch_add Francesco Abbate 2021-09-20 17:18:03 +0200
  • 6a4e02ef04 Testing a project config to automate builds console-based-lite-project Francesco Abbate 2021-09-19 23:59:04 +0200
  • 14dd6f1cd6 Normalize to project dir in treeview open Francesco Abbate 2021-09-19 23:50:50 +0200
  • 8d3680ab45 Scale custom syntax fonts for scale plugin Francesco Abbate 2021-09-19 18:51:44 +0200
  • 849614a3cb Avoid unnecessary call to SDL_GetModState Francesco Abbate 2021-09-19 18:42:36 +0200
  • 075061b80c
    Added in custom runtime environment variable for ease of testing. (#538) Adam 2021-09-18 15:56:23 -0400
  • 0218f8aefa Added in custom runtime environment variable for ease of testing. Adam Harrison 2021-09-18 13:56:09 -0400
  • 275ae1db2a Allow Cut/Copy entire line when no characters are selected Julian 2021-09-18 18:16:00 +0200
  • 80a6b2245e
    Reset syntax highlighting on file rename Guldoman 2021-09-17 23:41:14 +0200
  • c018ca3c60
    Fix numpad fn keys (#532) Francesco 2021-09-17 22:38:09 +0200
  • f6b6634868 Force showing tabs when dragging them Guldoman 2021-09-17 02:48:20 +0200
  • 3eba7cd7f1 Implement tab drag and drop Guldoman 2021-09-17 02:47:34 +0200
  • 6a3f59c423 Move single tab drawing to its own function Guldoman 2021-09-16 23:26:11 +0200
  • 1836639651
    Merge pull request #533 from adamharrison/markdown-blocks Adam 2021-09-17 13:55:26 -0400
  • 079edabb1d
    Merge 48a3f0b3e9 into 66bfff2e26 Takase 2021-09-17 20:30:55 +0530
  • daf3a87c2c
    Force showing tabs when dragging them Guldoman 2021-09-17 02:48:20 +0200
  • aa5b8d44db
    Implement tab drag and drop Guldoman 2021-09-17 02:47:34 +0200
  • 2ac7c7f09b Syntax. Adam Harrison 2021-09-16 17:43:17 -0400
  • 4b828eff65 Markdown subsyntax highlighting. Adam Harrison 2021-09-16 17:29:44 -0400
  • bf9e9bb495
    Move single tab drawing to its own function Guldoman 2021-09-16 23:26:11 +0200
  • fbc11c00eb Split entrypoints in half. Adam Harrison 2021-09-16 16:55:33 -0400
  • 1721b8f1c9 Should be elif. Adam Harrison 2021-09-16 16:28:02 -0400
  • 10c3c9d4cf Undid deletion. Adam Harrison 2021-09-16 16:24:07 -0400
  • 801b7dd0d9 Added some comments. Adam Harrison 2021-09-16 16:22:33 -0400
  • 03b467d9d9 Cleaned up, added utility API. Adam Harrison 2021-09-16 16:08:21 -0400
  • 2987554097 Moving things into final positions. Adam Harrison 2021-09-16 15:47:12 -0400
  • 377ce1cd06 Moved things around, fixed a few things up. Adam Harrison 2021-09-16 12:37:17 -0400
  • 84d7944e2b
    Merge branch 'lite-xl:master' into lite-xl-windows-dark-theme-title-bar-support Nikolai Sinyov 2021-09-16 16:03:26 +0300
  • b3e320ff2a Apply scancode lookup to KEY_UP events Francesco Abbate 2021-09-16 10:27:33 +0200
  • 8c7f0243e4 Fix the numeric keypad function keys Francesco Abbate 2021-09-15 17:26:09 +0200
  • 66bfff2e26 Fix wrong locked sibling check Guldoman 2021-09-15 17:30:16 +0200
  • 9bfec4aca5 Ensure that the primary node always has a `View` Guldoman 2021-09-15 03:46:29 +0200
  • fb955e4e12 Only check if sibling is locked in the split direction Guldoman 2021-09-15 03:42:59 +0200
  • 1e8031a0e8 Fix checking if sibling is locked when removing `View`s Guldoman 2021-09-14 04:16:46 +0200
  • d3a57ccf40
    Fix wrong locked sibling check Guldoman 2021-09-15 17:30:16 +0200
  • 36cab3b88d
    Ensure that the primary node always has a `View` Guldoman 2021-09-15 03:46:29 +0200
  • 08c92d769a
    Only check if sibling is locked in the split direction Guldoman 2021-09-15 03:42:59 +0200
  • 5a69928924 More accurate logic for node's remove view method fix-remove-view-context Francesco Abbate 2021-09-14 12:20:58 +0200
  • e9f48ce949 Added in sample plugin and tested things out. Works. Adam Harrison 2021-09-14 00:13:30 -0400
  • a66a76f9c9 Added in searcher. Adam Harrison 2021-09-13 23:40:01 -0400
  • fdec322cb6
    Fix checking if sibling is locked when removing `View`s Guldoman 2021-09-14 04:16:46 +0200
  • 3a720b5fe7
    Merge branch 'lite-xl:master' into lite-xl-windows-dark-theme-title-bar-support Nikolai Sinyov 2021-09-11 09:43:08 +0300
  • 25744d93ce Merge branch with modifications for 2.0.2 release Francesco Abbate 2021-09-11 08:19:40 +0200
  • 18189e63b6 Fix repackage script to restore project version v2.0.2 Francesco Abbate 2021-09-10 15:48:43 +0200
  • 8dd530e5cf Add -branch option in repackage script Francesco Abbate 2021-09-10 15:47:33 +0200
  • 218999dff8 Avoid bug when replacement stop at end of string Francesco Abbate 2021-09-10 14:55:04 +0200
  • afd0672197 Use line/col to identify selection in replace command Francesco Abbate 2021-09-10 14:54:55 +0200
  • cec1e4efb9 Do not fail search if there was an option change Francesco Abbate 2021-09-09 23:30:18 +0200