Merge text.love
[?]
Mar 26, 2023, 5:04 AM
5YXILO7X2FVZICXMM3XWZQU7V3ULNJT3BQV72K4BVFO6CRBX44FACDependencies
- [2]
36Z442IVback to commit 8123959e52f without code editing - [3]
44O46KDAMerge lines.love - [4]
OWPI7Y4QMerge text.love - [5]
ASP5RVZAMerge lines.love - [6]
KMSL74GAsupport selections in the source editor - [7]
4KC7I3E2make colors easier to edit - [8]
TVCPXAAUrename - [9]
MQTFTTEKMerge lines.love - [10]
TLOAPLBJadd a license - [11]
66X36NZNa little more prose describing manual_tests - [12]
CE4LZV4Tdrop last couple of manual tests - [13]
D2GCFTTTclean up repl functionality - [14]
T4FRZSYLdelete an ancient, unused file - [15]
3G723RV5Merge text.love - [16]
GUOQRUL7Merge lines.love - [17]
2CTN2IEFMerge lines.love - [18]
Q7XPSKIIMerge lines.love - [19]
TRSYJH2ZMerge text.love - [20]
2L5MEZV3experiment: new edit namespace - [21]
6LJZN727handle chords - [22]
2TQUKHBCMerge lines.love - [23]
ORKN6EOBMerge lines.love - [24]
3QNOKBFMbeginnings of a test harness - [25]
AVTNUQYRbasic test-enabled framework - [26]
4U4VQWNYMerge lines.love - [27]
4SR3Z4Y3document the version of LÖVE I've been using - [28]
C3GUE45IMerge text.love - [29]
VXORMHMEdelete experimental REPL - [30]
ECBDENZ4Merge text.love - [31]
XX7G2FFJintermingle freehand line drawings with text - [32]
LXFHXL2NMerge text.love - [33]
VP5KC4XZMerge lines.love - [34]
4YDBYBA4clean up memory leak experiments - [35]
YMKVHKZRMerge text.love - [36]
FS2ITYYHrecord a known issue - [37]
VHQCNMARseveral more modules - [38]
UAYCSFSKMerge text.love - [39]
BLWAYPKVextract a module - [40]
JOPVPUSAediting source code from within the app - [41]
K2X6G75Zstart writing some tests for drawings - [42]
ZTZOO2OQMerge lines.love - [43]
R5QXEHUIsomebody stop me - [44]
KKMFQDR4editing source code from within the app - [45]
ETXNVRPTMerge lines.love - [46]
A4BSGS2CMerge lines.love - [47]
VOU73AK6Merge lines.love - [48]
MD3W5IRAnew fork: rip out drawing support - [49]
UN7GKYV5support hyperlinks in the source editor - [50]
EX43CDDIMerge text.love - [51]
ZWDTEUH7clean up some absolute coordinates - [52]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [53]
VHUNJHXBMerge lines.love - [54]
3PSFWAILMerge lines.love - [55]
BULPIBEGbeginnings of a module for the text editor - [56]
OGUV4HSAremove some memory leaks from rendered fragments - [57]
Y5XAFGMWMerge text.love - [58]
LXTTOB33extract a couple of files - [59]
73OCE2MCafter much struggle, a brute-force undo - [60]
OTIBCAUJlove2d scaffold - [61]
RSZD5A7Gforgot to add json.lua - [62]
K74U4BAUMerge lines.love
Change contents
- file deletion: icons.lua icons.lua
endfunction icon.hyperlink_decoration(button_params)local x,y = button_params.x, button_params.yApp.color(Hyperlink_decoration_color)love.graphics.line(x,y+Editor_state.line_height, x+button_params.w,y+Editor_state.line_height)love.graphics.line(x,y+6, x+12,y+6)love.graphics.line(x+6,y, x+6,y+12)