resolve conflicts
Dependencies
- [2]
A27ZAO4Oresolve conflicts - [3]
A7MKM5XLbetter support other keyboard layouts - [4]
VP5KC4XZMerge lines.love - [5]
6VJTQKW7start supporting LÖVE v12 - [6]
LXTTOB33extract a couple of files - [7]
AVTNUQYRbasic test-enabled framework - [8]
VZPH3XJKupdate source editor - [9]
VHQCNMARseveral more modules - [10]
KKQKPGCIresolve conflicts - [11]
CE4LZV4Tdrop last couple of manual tests - [12]
K2X6G75Zstart writing some tests for drawings - [13]
3PSFWAILMerge lines.love - [14]
QZUFJMD5resolve conflicts - [15]
OGUV4HSAremove some memory leaks from rendered fragments - [16]
73OCE2MCafter much struggle, a brute-force undo - [17]
2CTN2IEFMerge lines.love - [18]
BLWAYPKVextract a module - [19]
ORKN6EOBMerge lines.love - [20]
LWPFEZBIMerge lines.love - [21]
T42Y5MLOexplicitly specify app name - [22]
VHUNJHXBMerge lines.love - [23]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [24]
ZLJYLPOTMerge lines.love - [25]
GIG6OV3Gport keyboard layout handling to source editor - [26]
VXORMHMEdelete experimental REPL - [27]
TLOAPLBJadd a license - [28]
R5QXEHUIsomebody stop me - [29]
JOPVPUSAediting source code from within the app - [30]
XX7G2FFJintermingle freehand line drawings with text - [31]
6LJZN727handle chords - [32]
KMSL74GAsupport selections in the source editor - [33]
BULPIBEGbeginnings of a module for the text editor - [34]
4SR3Z4Y3document the version of LÖVE I've been using - [35]
2EELKVO2resolve conflicts - [36]
66X36NZNa little more prose describing manual_tests - [37]
D2GCFTTTclean up repl functionality - [38]
VTCPDL3Aresolve conflicts - [39]
F4RUTONDsplit up editor tests between LÖVE 11 and LÖVE 12 - [40]
PT7ICD7Zresolve conflicts - [41]
2L5MEZV3experiment: new edit namespace - [42]
2CK5QI7Wmake love event names consistent - [43]
ED4Z6ORCcleaner API for file-system access - [44]
FS2ITYYHrecord a known issue - [45]
TVCPXAAUrename - [46]
T4FRZSYLdelete an ancient, unused file - [47]
MBAJPTDJresolve conflicts - [48]
3QNOKBFMbeginnings of a test harness - [49]
RSZD5A7Gforgot to add json.lua - [50]
KKMFQDR4editing source code from within the app - [51]
N2NUGNN4include a brief reference enabling many useful apps - [52]
FYJXSWXVresolve conflicts - [53]
SGMA5JLEsave the list of tests in repo - [54]
4YDBYBA4clean up memory leak experiments - [55]
RUB7L6GYresolve conflicts - [56]
OTIBCAUJlove2d scaffold
Change contents
- file deletion: source_text.lua source_text.lua
-- textinput events can occur on chords with the shift key or AltGr key-- but not for ctrl, alt or cmd/super/guiif App.ctrl_down() or App.alt_down() or App.cmd_down() thenreturnend - replacement in source_text.lua at line 223
if App.any_modifier_down() thenif App.key_down(t) then-- The modifiers didn't change the key. Handle it in keychord_press.returnelse-- Key mutated by the keyboard layout. Continue below.end-- textinput events can occur on chords with the shift key or AltGr key-- but not for ctrl, alt or cmd/super/guiif App.ctrl_down() or App.alt_down() or App.cmd_down() thenreturn