Adam Harrison
6bdcfc824d
Rearranged things to make a bit more sense.
2021-11-14 15:41:28 -05:00
Adam Harrison
7905ddd26f
Fixed propogation again.
2021-11-14 15:41:28 -05:00
Adam Harrison
4e313d9fc5
Propogated mouse clicks correctly.
2021-11-14 15:41:28 -05:00
Adam Harrison
ce2ec9f442
Moved commands out to the outer event loop.
2021-11-14 15:41:28 -05:00
Adam Harrison
6f53ee1b69
Added in double, and triple clicking.
2021-11-14 15:41:28 -05:00
Adam Harrison
4a0d390a7c
Added in macos keys.
2021-11-14 15:41:28 -05:00
Adam Harrison
612818ca05
Added in clicks to keymap.
2021-11-14 15:41:28 -05:00
Adam
09bf8bab2f
Merge pull request #659 from adamharrison/deterministic-plugin-load-order
...
Made plugin load order deterministic.
2021-11-14 15:41:00 -05:00
Adam Harrison
1376eaf54d
Made varaible anonymous.
2021-11-14 15:40:23 -05:00
Adam
0db3648966
Merge pull request #660 from adamharrison/improved-heuristic
...
Improved heuristic to pay more attention to string length.
2021-11-12 17:47:46 -05:00
Guldoman
0353d1d435
Merge pull request #651 from obtusedev/master
...
Add install instructions for prebuilt binaries
2021-11-11 01:18:37 +01:00
obtusedev
dfa48ddb51
Add install instructions for prebuilt binaries
2021-11-10 18:56:32 -05:00
Takase
2033b67dae
make labeler recursive
...
this is mentioned by Jan in Discord.
2021-11-10 08:12:27 +08:00
Takase
d22bf520ed
Keymap generator ( #503 )
...
add keymap generator
2021-11-08 12:44:09 +08:00
Adam
4e26a9fb2d
Merge pull request #621 from adamharrison/fix-renderer-mappings
...
Handles occasions where our color bytes aren't in the order we expected.
2021-11-07 15:30:57 -05:00
Adam Harrison
934f9c05d4
Screwed up checks.
2021-11-07 15:01:03 -05:00
Adam Harrison
a184ec9cc3
Improved heuristic to pay more attention to string length.
2021-11-07 14:04:42 -05:00
Adam
4b6a6a76f7
Merge pull request #656 from vincens2005/patch-2
...
Document bold, italic, and underlined font rendering
2021-11-07 13:42:57 -05:00
Adam Harrison
05dcddaeec
Made plugin load order deterministic.
2021-11-07 13:14:48 -05:00
Adam
c1a5e6e16d
Merge pull request #632 from Jan200101/PR/label-workflow
...
Add auto labeler workflow
2021-11-06 17:59:02 -04:00
Cukmekerb
3867ff2be7
Document bold, italic, and underlined font rendering
2021-11-05 14:35:58 -07:00
obtusedev
d0ece35705
Add install instructions for prebuilt binaries
2021-11-03 00:17:20 -04:00
Adam
dd9fc72fbd
Merge pull request #646 from adamharrison/expand-renderer-for-emojis
...
Expand glyphsets to accomodate emojis.
2021-11-02 12:41:40 -04:00
Adam
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
PIESEL
cd10497b49
Use Python syntax highlighting for Ren'Py scripts.
...
Ren'Py is a very popular Python visual novel engine, which has it's own "coding language" (even GitHub shows it as a separate language) and it's own file extension.
Generally Python syntax highlighting works for the Ren'Py language.
2021-11-01 16:30:15 +01:00
Adam
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
Adam
033575c9f4
Merge pull request #644 from Jan200101/PR/alignment
...
ensure command alignment is correct
2021-10-30 16:15:01 -04:00
Jan200101
e313eb0e2e
ensure command alignment is correct
2021-10-28 08:40:18 +02:00
Jan200101
065fe07696
Add auto labeler workflow
2021-10-25 19:29:31 +02:00
Adam Harrison
461533eabf
Handles occasions where our color bytes aren't in the order we expected.
2021-10-20 18:43:22 -04:00
Adam
3f1378ab2e
Merge pull request #616 from adamharrison/font-groupings
...
Added in support for fallback font groupings.
2021-10-20 11:00:40 -04:00
Adam
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
Adam
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
Francesco
e99d0e51c1
Merge pull request #615 from Jan200101/PR/proc-self
...
rely on /proc/self
2021-10-12 12:16:43 +02:00
Jan200101
d3fa64ce59
rely on /proc/self
2021-10-12 09:06:37 +02:00
Adam Harrison
d2e16ce0b5
Fixed clip issues if glyph exists before clip.x
2021-10-11 22:29:53 -04:00
Francesco
228d6ff101
Merge pull request #466 from Guldoman/new_not_dirty
...
Avoid setting a new file as dirty if it is empty
2021-10-10 10:05:19 +02:00
Adam Harrison
fe787de97a
Fixed clip boundaries.
2021-10-07 18:54:23 -04:00
Francesco Abbate
44d7f3738f
Improve highlither for document edits
...
The syntax highlighter keep a cache of the documents like tokenization.
In order to minimize the amount of tokenize re-computations we insert some
emtty lines or remove some lines in the highlither lines corresponding to
the lines added or removed to the document.
2021-10-07 19:19:08 +02:00