Merge lines.love
[?]
Jan 2, 2023, 2:05 AM
DB7HJBHJ2ZB665YA4PDX5EXZKTUIYSXQ4CUMAK4HBCOT7G25EKXACDependencies
- [2]
D76MS2G2Merge lines.love - [3]
EJOZAD7Ntypo - [4]
RSZD5A7Gforgot to add json.lua - [5]
VHUNJHXBMerge lines.love - [6]
R5QXEHUIsomebody stop me - [7]
4YDBYBA4clean up memory leak experiments - [8]
T4FRZSYLdelete an ancient, unused file - [9]
2CK5QI7Wmake love event names consistent - [10]
AYX33NBCMerge lines.love - [11]
XX7G2FFJintermingle freehand line drawings with text - [12]
BULPIBEGbeginnings of a module for the text editor - [13]
66X36NZNa little more prose describing manual_tests - [14]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [15]
LXTTOB33extract a couple of files - [16]
2CTN2IEFMerge lines.love - [17]
JMUD7T3Oget rid of ugly side-effects in tests - [18]
TLOAPLBJadd a license - [19]
FS2ITYYHrecord a known issue - [20]
73OCE2MCafter much struggle, a brute-force undo - [21]
MD3W5IRAnew fork: rip out drawing support - [22]
JOPVPUSAediting source code from within the app - [23]
CQYKYJJUremember window positions across restart/ctrl+e - [24]
K2X6G75Zstart writing some tests for drawings - [25]
VHQCNMARseveral more modules - [26]
AVTNUQYRbasic test-enabled framework - [27]
BLWAYPKVextract a module - [28]
D2GCFTTTclean up repl functionality - [29]
TVCPXAAUrename - [30]
DCO5BQWVMerge lines.love - [31]
KMSL74GAsupport selections in the source editor - [32]
KKMFQDR4editing source code from within the app - [33]
OTIBCAUJlove2d scaffold - [34]
3PSFWAILMerge lines.love - [35]
GUOQRUL7Merge lines.love - [36]
CE4LZV4Tdrop last couple of manual tests - [37]
6LJZN727handle chords - [38]
L2FWWEQLsource: remember cursor position of multiple files - [39]
2L5MEZV3experiment: new edit namespace - [40]
ETXNVRPTMerge lines.love - [41]
VP5KC4XZMerge lines.love - [42]
ORKN6EOBMerge lines.love - [43]
XGHCLIKBMerge lines.love - [44]
UTDSCN3GMerge lines.love - [45]
3QNOKBFMbeginnings of a test harness - [46]
OGUV4HSAremove some memory leaks from rendered fragments - [47]
VO2ZVTWKMerge lines.love - [48]
VXORMHMEdelete experimental REPL
Change contents
- file deletion: source.lua source.lua
App.screen.flags.minheight = math.min(App.screen.height, 200)App.screen.resize(App.screen.width, App.screen.height, App.screen.flags) - file deletion: run.lua run.lua
App.screen.flags.minheight = math.min(App.screen.height, 200)love.window.setMode(App.screen.width, App.screen.height, App.screen.flags)endfunction run.resize(w, h)--? print(("Window resized to width: %d and height: %d."):format(w, h))App.screen.width, App.screen.height = w, hText.redraw_all(Editor_state)Editor_state.selection1 = {} -- no support for shift drag while we're resizingEditor_state.right = App.screen.width-Margin_rightEditor_state.width = Editor_state.right-Editor_state.leftText.tweak_screen_top_and_cursor(Editor_state, Editor_state.left, Editor_state.right)endApp.screen.flags.minheight = math.min(App.screen.height, 200)App.screen.width, App.screen.height = Settings.width, Settings.heightlove.window.setMode(App.screen.width, App.screen.height, App.screen.flags) - replacement in source.lua at line 175
App.screen.flags.minheight = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200) - replacement in run.lua at line 59
App.screen.flags.minheight = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200) - replacement in run.lua at line 90
App.screen.flags.minheight = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200)