 AdamandGitHub
|
dd9fc72fbd
|
Merge pull request #646 from adamharrison/expand-renderer-for-emojis
Expand glyphsets to accomodate emojis.
|
2021-11-02 12:41:40 -04:00 |
|
 AdamandGitHub
|
faea2a7f91
|
Merge pull request #648 from piotrek94692/patch-1
Use Python syntax highlighting for Ren'Py scripts.
|
2021-11-02 09:03:24 -04:00 |
|
 AdamandGitHub
|
90714c48e1
|
Update renderer.c
Upped limit to 1024.
|
2021-11-01 10:03:36 -04:00 |
|
Adam Harrison
|
b7cb7e2b67
|
Just added MAX. More inline with other constant.
|
2021-10-31 13:34:46 -04:00 |
|
Adam Harrison
|
9e67995feb
|
Expand glyphsets to accomodate emojis.
|
2021-10-31 13:27:51 -04:00 |
|
 AdamandGitHub
|
033575c9f4
|
Merge pull request #644 from Jan200101/PR/alignment
ensure command alignment is correct
|
2021-10-30 16:15:01 -04:00 |
|
 AdamandGitHub
|
3f1378ab2e
|
Merge pull request #616 from adamharrison/font-groupings
Added in support for fallback font groupings.
|
2021-10-20 11:00:40 -04:00 |
|
 AdamandGitHub
|
c973b9306b
|
Merge pull request #619 from adamharrison/fix-alpha-rendering
Changed font rendering computation to take into account alpha blending.
|
2021-10-20 11:00:01 -04:00 |
|
Adam Harrison
|
b816a04d27
|
Added in a missing static.
|
2021-10-17 00:39:08 -04:00 |
|
Adam Harrison
|
16fc15daee
|
Allowed for a white square as part of the other groups.
|
2021-10-17 00:26:20 -04:00 |
|
Adam Harrison
|
cab315bed1
|
Added in a rectdraw when a fallback glyph isn't present.
|
2021-10-17 00:22:27 -04:00 |
|
Adam Harrison
|
c7c4a3c528
|
Clarified.
|
2021-10-17 00:10:40 -04:00 |
|
Adam Harrison
|
d1fcdacacd
|
Broke out font groupings.
|
2021-10-16 23:49:42 -04:00 |
|
Adam Harrison
|
7575d2eee6
|
Fixed minor issue.
|
2021-10-16 23:32:17 -04:00 |
|
Adam Harrison
|
3092dca919
|
Changed computation to take into account alpha blending.
|
2021-10-16 22:59:41 -04:00 |
|
Adam Harrison
|
f2488fdd8d
|
Added in support for font groupings.
|
2021-10-12 23:24:52 -04:00 |
|
 AdamandGitHub
|
3e2b0f28c8
|
Merge pull request #596 from adamharrison/fix-clip-boundaries
Fixed clip boundaries.
|
2021-10-12 21:51:52 -04:00 |
|
Adam Harrison
|
7c1ff0f3d8
|
Fixed writing before clip.
|
2021-10-12 21:22:02 -04:00 |
|
Adam Harrison
|
d2e16ce0b5
|
Fixed clip issues if glyph exists before clip.x
|
2021-10-11 22:29:53 -04:00 |
|
Adam Harrison
|
fe787de97a
|
Fixed clip boundaries.
|
2021-10-07 18:54:23 -04:00 |
|
 AdamandGitHub
|
6264caffe1
|
Merge pull request #576 from adamharrison/fix-negative-pens
Fixed negative pens.
|
2021-10-02 16:31:42 -04:00 |
|
Adam Harrison
|
26ec2d7090
|
Fixed negative pens.
|
2021-10-02 14:13:39 -04:00 |
|
Adam Harrison
|
f80f920bda
|
Added in suggested changes.
|
2021-10-02 12:25:52 -04:00 |
|
Adam Harrison
|
ee61b34084
|
Turned off whitespace by default.
|
2021-10-02 12:23:32 -04:00 |
|
Adam Harrison
|
c5f60a7865
|
Fixed issues if one got into high codepoint ranges.
|
2021-10-01 23:56:36 -04:00 |
|
Adam Harrison
|
531cd3bedb
|
Fixed issue with metrics.
|
2021-10-01 21:20:44 -04:00 |
|
 AdamandGitHub
|
f0a3f50e6a
|
Merge pull request #551 from Not-a-web-Developer/master
fixed the build link in readme.md
|
2021-09-27 10:21:41 -04:00 |
|
Adam Harrison
|
7a21ec382f
|
Unecessary call..
|
2021-09-26 20:09:51 -04:00 |
|
Adam Harrison
|
4690459a13
|
Used different weights.
|
2021-09-26 19:46:32 -04:00 |
|
 AdamandGitHub
|
8f8af19cbe
|
Rearranged DPI calc so that on calc failure, returns 1. (#547)
|
2021-09-26 16:21:57 +02:00 |
|
 AdamandGitHub
|
84622a0009
|
Potentially fixing issue with cache not invalidating on restart. (#548)
|
2021-09-26 16:18:13 +02:00 |
|
Adam Harrison
|
ecbdb7a945
|
Reverted bledthrough changes.
|
2021-09-25 13:01:01 -04:00 |
|
Adam Harrison
|
8816131780
|
Added in a float for rencache.
|
2021-09-25 12:55:20 -04:00 |
|
Adam Harrison
|
b17aa3b068
|
Addressed issue where glyphs would continue to draw past their clip.
|
2021-09-25 00:45:19 -04:00 |
|
Adam Harrison
|
42d72cc296
|
Missed a float.
|
2021-09-25 00:37:08 -04:00 |
|
Adam Harrison
|
806e4bc970
|
Converted all ints to floats for x coordinate purposes.
|
2021-09-25 00:35:55 -04:00 |
|
Adam Harrison
|
d07d0e6d22
|
Made width return a floating point.
|
2021-09-24 23:34:19 -04:00 |
|
 AdamandGitHub
|
efbec1e84a
|
Merge pull request #541 from takase1121/native-interop-fix
fix unable to load any native library
|
2021-09-24 23:09:38 -04:00 |
|
Adam Harrison
|
c5fda5237f
|
Added in correcion calculations for surface_scale.
|
2021-09-24 11:23:49 -04:00 |
|
Adam Harrison
|
940db0f9c7
|
Added in underline as well.
|
2021-09-24 11:23:49 -04:00 |
|
Adam Harrison
|
16deedc8a3
|
Fixed up some naming conventions, and also added bolding and italics.
|
2021-09-24 11:23:49 -04:00 |
|
Adam Harrison
|
10f28079ba
|
Removed another cpp mention.
|
2021-09-24 11:23:49 -04:00 |
|
Adam Harrison
|
a68fff2fff
|
Removed C++
|
2021-09-24 11:23:49 -04:00 |
|
Adam Harrison
|
b6829cb041
|
Used copy.
|
2021-09-24 11:22:39 -04:00 |
|
Adam Harrison
|
425a4f600b
|
Forgot to reset offset.
|
2021-09-24 11:22:39 -04:00 |
|
Adam Harrison
|
67032f72ac
|
Removed subpixel mentions.
|
2021-09-24 11:22:39 -04:00 |
|
Adam Harrison
|
19b90aae18
|
Added freetype.
|
2021-09-24 11:22:39 -04:00 |
|
Adam Harrison
|
c879e016cc
|
Removed lib font renderer mention.
|
2021-09-24 11:22:39 -04:00 |
|
Adam Harrison
|
be6bcbcacc
|
Meson build updated.
|
2021-09-24 11:22:39 -04:00 |
|
Adam Harrison
|
2209c327a7
|
Subprojects.
|
2021-09-24 11:22:39 -04:00 |
|
Adam Harrison
|
e25f2e9c5c
|
Removed font renderer.
|
2021-09-24 11:22:39 -04:00 |
|
 AdamandGitHub
|
8c32950f4b
|
Merge pull request #527 from adamharrison/native-interop
Native Plugins
|
2021-09-23 15:11:08 -04:00 |
|
Adam Harrison
|
466464d8a4
|
Mispelling.
|
2021-09-22 17:25:16 -04:00 |
|
Adam Harrison
|
b8da46e10e
|
Removed searchers[4].
|
2021-09-22 17:24:22 -04:00 |
|
Adam Harrison
|
5ffe4eae90
|
Removed extra boolean.
|
2021-09-20 23:54:52 -04:00 |
|
Adam Harrison
|
713ef787c2
|
Removed extra macros, used PLATFORM. Also removed MACOS, as it's redundant C code that's already encapsulated within PLATFORM.
|
2021-09-20 23:50:06 -04:00 |
|
Adam Harrison
|
e13529444f
|
Less C code, and more namespacing is better.
|
2021-09-20 23:42:39 -04:00 |
|
Adam Harrison
|
c01c5a23b0
|
Added in plugin table.
|
2021-09-20 23:38:10 -04:00 |
|
Adam Harrison
|
3ca127793a
|
Incorporated some suggestions, and some functions.
|
2021-09-20 23:33:12 -04:00 |
|
 AdamandGitHub
|
075061b80c
|
Added in custom runtime environment variable for ease of testing. (#538)
|
2021-09-18 21:56:23 +02:00 |
|
 AdamandGitHub
|
1836639651
|
Merge pull request #533 from adamharrison/markdown-blocks
Subsyntax Markdown Blocks
|
2021-09-17 13:55:26 -04:00 |
|
Adam Harrison
|
2ac7c7f09b
|
Syntax.
|
2021-09-16 17:43:17 -04:00 |
|
Adam Harrison
|
4b828eff65
|
Markdown subsyntax highlighting.
|
2021-09-16 17:29:44 -04:00 |
|
Adam Harrison
|
fbc11c00eb
|
Split entrypoints in half.
|
2021-09-16 16:55:33 -04:00 |
|
Adam Harrison
|
1721b8f1c9
|
Should be elif.
|
2021-09-16 16:28:02 -04:00 |
|
Adam Harrison
|
10c3c9d4cf
|
Undid deletion.
|
2021-09-16 16:24:07 -04:00 |
|
Adam Harrison
|
801b7dd0d9
|
Added some comments.
|
2021-09-16 16:22:33 -04:00 |
|
Adam Harrison
|
03b467d9d9
|
Cleaned up, added utility API.
|
2021-09-16 16:08:21 -04:00 |
|
Adam Harrison
|
2987554097
|
Moving things into final positions.
|
2021-09-16 15:47:12 -04:00 |
|
Adam Harrison
|
377ce1cd06
|
Moved things around, fixed a few things up.
|
2021-09-16 12:37:17 -04:00 |
|
Adam Harrison
|
e9f48ce949
|
Added in sample plugin and tested things out. Works.
|
2021-09-14 00:13:30 -04:00 |
|
Adam Harrison
|
a66a76f9c9
|
Added in searcher.
|
2021-09-13 23:40:01 -04:00 |
|
 Adam HarrisonandFrancesco Abbate
|
b7f2d1ad03
|
Forgot to return an 'n'.
|
2021-09-07 15:03:00 +02:00 |
|
 Adam HarrisonandFrancesco Abbate
|
7811660caf
|
Fixed replace to make it multicursor-aware.
|
2021-09-07 15:03:00 +02:00 |
|
 Adam HarrisonandFrancesco Abbate
|
1d61cf989f
|
Fixed cursor movement.
|
2021-09-07 15:03:00 +02:00 |
|
 Adam HarrisonandFrancesco Abbate
|
d352eb1cb9
|
Fixed cursors moving around with removal and inserts with cursors. Also fixed drawing line highlights with multicursors.
|
2021-09-07 15:03:00 +02:00 |
|
 Adam HarrisonandFrancesco Abbate
|
9d4e944549
|
Added in two new VSC-style multicursor shortcuts.
|
2021-09-07 15:03:00 +02:00 |
|
 AdamandGitHub
|
a0508103b1
|
Merge pull request #481 from Guldoman/h_scroll_size_cache
Add a simple cache to `DocView:get_h_scrollable_size`
|
2021-09-02 20:01:06 -04:00 |
|
 AdamandGitHub
|
06b64f2928
|
Merge pull request #465 from adamharrison/fix-multicursor-commands
Forgot to return an 'n'.
|
2021-08-31 16:23:17 -04:00 |
|
Adam Harrison
|
e541236c22
|
Forgot to return an 'n'.
|
2021-08-31 16:21:40 -04:00 |
|
 AdamandGitHub
|
49bee555fa
|
Merge pull request #455 from adamharrison/fix-multicursor-commands
Fixed replace to make it multicursor-aware.
|
2021-08-31 16:09:08 -04:00 |
|
Adam Harrison
|
1c4a4e763e
|
Fixed replace to make it multicursor-aware.
|
2021-08-30 22:56:33 -04:00 |
|
 AdamandGitHub
|
8d6ac47cd0
|
Merge pull request #451 from Timofffee/fix-macos-keymap
Fix macOS keymap
|
2021-08-30 13:37:07 -04:00 |
|
 AdamandGitHub
|
3eb6f1dbd4
|
Merge pull request #430 from adamharrison/vsc-multicursor-shortcuts
Added in two new VSC-style multicursor shortcuts.
|
2021-08-30 10:52:09 -04:00 |
|
Adam Harrison
|
4ae16615e8
|
Fixed cursor movement.
|
2021-08-29 20:05:58 -04:00 |
|
Adam Harrison
|
bbe4e21f52
|
Fixed cursors moving around with removal and inserts with cursors. Also fixed drawing line highlights with multicursors.
|
2021-08-29 17:54:57 -04:00 |
|
Adam Harrison
|
58f4963ade
|
Added in two new VSC-style multicursor shortcuts.
|
2021-08-28 13:42:06 -04:00 |
|
 Adam HarrisonandFrancesco
|
b6af395fc7
|
2.0 changelog and modversion updates.
|
2021-08-17 20:24:44 +02:00 |
|
 AdamandGitHub
|
2ea62eee8f
|
Merge pull request #391 from adamharrison/fix-replace-tooltip
Added in additional function to remove tooltip after cancelling replace.
|
2021-08-14 09:12:20 -04:00 |
|
 AdamandGitHub
|
9e45b1de58
|
Merge pull request #390 from adamharrison/cursor-fixes
Fixed multilne cursors at the edges of docuemnts.
|
2021-08-14 09:12:13 -04:00 |
|
Adam Harrison
|
5f1e68b824
|
Added in additional function to remove tooltip after cancelling replace.
|
2021-08-14 09:11:07 -04:00 |
|
Adam Harrison
|
8e9c410d27
|
Fixed multilne cursors at the edges of docuemnts.
|
2021-08-14 08:59:37 -04:00 |
|
 AdamandGitHub
|
37dcc4725f
|
Merge pull request #376 from adamharrison/clipboard-fix
Added in a hash check to the system clipboard.
|
2021-08-12 15:30:50 -04:00 |
|
 AdamandGitHub
|
db3e9cb914
|
Merge pull request #384 from adamharrison/fix-multi-directory
Handle proper path normalization if we begin with '..'.
|
2021-08-12 09:53:16 -04:00 |
|
 AdamandGitHub
|
f3e750ccb4
|
Merge pull request #378 from adamharrison/close-other-tabs
Added in close others, and refactored close all.
|
2021-08-12 09:53:04 -04:00 |
|
 AdamandGitHub
|
d9fc6d407b
|
Merge pull request #377 from adamharrison/regex-anchored
Fixed small bug on bootup, and added in a multiline qualifier to replacements.
|
2021-08-12 09:52:54 -04:00 |
|
Adam Harrison
|
e2a7578553
|
If multiple '..' handle correctly.
|
2021-08-11 20:54:03 -04:00 |
|
Adam Harrison
|
5e66f74f38
|
Handle proper path normalization if we begin with '..'.
|
2021-08-11 19:19:58 -04:00 |
|
Adam Harrison
|
acd122bc34
|
Small fix.
|
2021-08-11 18:38:36 -04:00 |
|
Adam Harrison
|
aa4d91a03f
|
Reverted hash changes; simply copy entire clipboard.
|
2021-08-11 18:14:46 -04:00 |
|