resolve conflicts
Dependencies
- [2]
3V2R6YS6merge bugfix - [3]
F7YD5D7Iresolve conflicts - [4]
YZVFSDIZresolve conflicts - [5]
F4RUTONDsplit up editor tests between LÖVE 11 and LÖVE 12 - [6]
VHQCNMARseveral more modules - [7]
D2GCFTTTclean up repl functionality - [8]
CE4LZV4Tdrop last couple of manual tests - [9]
SW5GN5LPsuggest a default layout for freewheeling apps - [10]
2DVVKKVAflesh out Readme - [11]
BRBXUGRGresolve conflicts - [12]
BULPIBEGbeginnings of a module for the text editor - [13]
LRDM35CEapp running again - [14]
R6MNUXDJpijul bug - [15]
4Y2QDDAZresolve conflicts - [16]
C3GUE45IMerge text.love - [17]
5T2AKBEXresolve conflicts - [18]
CD7JC76Cresolve conflicts - [19]
66X36NZNa little more prose describing manual_tests - [20]
67PWAM7Gresolve conflicts - [21]
4SR3Z4Y3document the version of LÖVE I've been using - [22]
UEG224LHdebug animations - [23]
RSZD5A7Gforgot to add json.lua - [24]
T42Y5MLOexplicitly specify app name - [25]
PT7ICD7Zresolve conflicts - [26]
JOPVPUSAediting source code from within the app - [27]
LWPFEZBIMerge lines.love - [28]
MBAJPTDJresolve conflicts - [29]
HZENSQEQresolve conflicts - [30]
TLOAPLBJadd a license - [31]
D43U7GQ4alter on-disk representation (manifest files) - [32]
CZQ3NJ4NMerge text0 - [33]
OL7ZCZWDMerge text.love - [34]
AVTNUQYRbasic test-enabled framework - [35]
BLWAYPKVextract a module - [36]
VLTU33KWresolve conflicts - [37]
2EELKVO2resolve conflicts - [38]
VXORMHMEdelete experimental REPL - [39]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [40]
2CFLXLIEMerge text.love - [41]
CZ6X73VYmerge bugfix - [42]
OTIBCAUJlove2d scaffold - [43]
XX7G2FFJintermingle freehand line drawings with text - [44]
3PSFWAILMerge lines.love - [45]
3QNOKBFMbeginnings of a test harness - [46]
36Z442IVback to commit 8123959e52f without code editing - [47]
FYJXSWXVresolve conflicts - [48]
FS2ITYYHrecord a known issue - [49]
5255G4IVresolve conflicts - [50]
LXTTOB33extract a couple of files - [51]
73OCE2MCafter much struggle, a brute-force undo - [52]
TVCPXAAUrename - [53]
T4FRZSYLdelete an ancient, unused file - [54]
SGMA5JLEsave the list of tests in repo - [55]
KKMFQDR4editing source code from within the app - [56]
ML34DNNDdelete a stale file - [57]
VZPH3XJKupdate source editor - [58]
VP5KC4XZMerge lines.love - [59]
VHUNJHXBMerge lines.love - [60]
KMSL74GAsupport selections in the source editor - [61]
5OVKHVY6nice way to make on.* handlers more discoverable - [62]
57HKHZ7Zinclude the tool that's mentioned in representation.md - [63]
PJ5PQAQErecord support for multiple versions - [64]
N2NUGNN4include a brief reference enabling many useful apps - [65]
K2X6G75Zstart writing some tests for drawings - [66]
YY472LBUresolve conflicts - [67]
4YDBYBA4clean up memory leak experiments - [68]
PCHTG7YUresolve conflicts - [69]
RUB7L6GYresolve conflicts - [70]
R5QXEHUIsomebody stop me - [71]
KKQKPGCIresolve conflicts - [72]
ED4Z6ORCcleaner API for file-system access - [73]
6VJTQKW7start supporting LÖVE v12 - [74]
VTCPDL3Aresolve conflicts - [75]
ORKN6EOBMerge lines.love - [76]
ZLJYLPOTMerge lines.love - [77]
OGUV4HSAremove some memory leaks from rendered fragments - [78]
2L5MEZV3experiment: new edit namespace - [79]
6LJZN727handle chords - [80]
VXRYVZ74Merge text.love - [81]
EZHO4TSWnew file-system format for freewheeling apps
Change contents
- file deletion: source_text.lua source_text.lua source_text.lua source_text.lua source_text.lua source_text.lua[5.2]→[5.147125:147164](∅→∅),[5.2]→[5.147125:147164](∅→∅),[5.2]→[5.147125:147164](∅→∅),[5.2]→[5.147125:147164](∅→∅),[5.147164]→[5.83786:83786](∅→∅),[5.2]→[5.147125:147164](∅→∅),[5.2]→[5.147125:147164](∅→∅),[5.147164]→[5.83786:83786](∅→∅)
-- 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