resolve conflicts
Dependencies
- [2]
GVJEOWYQresolve conflicts - [3]
QUCBJJSUdon't always pop up keyboard on mobile devices - [4]
EPRDIYDAbugfix in source editor - [5]
RSZD5A7Gforgot to add json.lua - [6]
TLOAPLBJadd a license - [7]
LXTTOB33extract a couple of files - [8]
KKMFQDR4editing source code from within the app - [9]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [10]
ZLJYLPOTMerge lines.love - [11]
OB5XOXVCdeemphasize the source editor - [12]
TOXPJJYYresolve conflicts - [13]
R5QXEHUIsomebody stop me - [14]
K2X6G75Zstart writing some tests for drawings - [15]
KMSL74GAsupport selections in the source editor - [16]
R2ASHK5Cfix a bad merge - [17]
KG7YVGVRMerge lines.love - [18]
CE4LZV4Tdrop last couple of manual tests - [19]
ORKN6EOBMerge lines.love - [20]
TVCPXAAUrename - [21]
VXORMHMEdelete experimental REPL - [22]
VP5KC4XZMerge lines.love - [23]
SGMA5JLEsave the list of tests in repo - [24]
FS2ITYYHrecord a known issue - [25]
VHQCNMARseveral more modules - [26]
FBBHEUQNresolve conflicts - [27]
D2GCFTTTclean up repl functionality - [28]
VHUNJHXBMerge lines.love - [29]
4SR3Z4Y3document the version of LÖVE I've been using - [30]
CRBLAWBOresolve conflicts - [31]
ZQDQLLCLbugfix - [32]
N2NUGNN4include a brief reference enabling many useful apps - [33]
6VJTQKW7start supporting LÖVE v12 - [34]
BLWAYPKVextract a module - [35]
BULPIBEGbeginnings of a module for the text editor - [36]
73OCE2MCafter much struggle, a brute-force undo - [37]
MKPXANB5bugfix: mouse clicks on file navigator above log browser side - [38]
MBAJPTDJresolve conflicts - [39]
RXMHAZ6Vresolve conflicts - [40]
XX7G2FFJintermingle freehand line drawings with text - [41]
2L5MEZV3experiment: new edit namespace - [42]
OI4FPFINsupport drawings in the source editor - [43]
3PSFWAILMerge lines.love - [44]
JZR3QMTNMerge lines.love - [45]
ATQO62TFMerge lines.love - [46]
KYNGDE2Cconsistent names in a few more places - [47]
GX236KZGRevert "deemphasize the source editor" - [48]
66X36NZNa little more prose describing manual_tests - [49]
3QNOKBFMbeginnings of a test harness - [50]
QMRQL2FOresolve conflicts - [51]
JOPVPUSAediting source code from within the app - [52]
LWPFEZBIMerge lines.love - [53]
4YDBYBA4clean up memory leak experiments - [54]
ED4Z6ORCcleaner API for file-system access - [55]
6LJZN727handle chords - [56]
T4FRZSYLdelete an ancient, unused file - [57]
TBTRYEBPMerge lines.love - [58]
AVTNUQYRbasic test-enabled framework - [59]
OGUV4HSAremove some memory leaks from rendered fragments - [60]
OTIBCAUJlove2d scaffold - [61]
KKQKPGCIresolve conflicts - [62]
2CTN2IEFMerge lines.love
Change contents
- file deletion: source.lua source.lua
love.keyboard.setTextInput(true) -- bring up keyboard on touch screen--? print('mouse click', x, y)--? print(Editor_state.left, Editor_state.right)--? print(Log_browser_state.left, Log_browser_state.right) - file deletion: run.lua run.lua
love.keyboard.setTextInput(true) -- bring up keyboard on touch screenreturn edit.mouse_press(Editor_state, x,y, mouse_button) - edit in source_edit.lua at line 237
love.keyboard.setTextInput(true) -- bring up keyboard on touch screen - edit in source.lua at line 288
love.keyboard.setTextInput(true) -- bring up keyboard on touch screen - edit in run.lua at line 171
love.keyboard.setTextInput(true) -- bring up keyboard on touch screen - edit in edit.lua at line 149
love.keyboard.setTextInput(true) -- bring up keyboard on touch screen