resolve conflicts

akkartik
Sep 11, 2024, 3:05 AM
QXXISTGENW6IG3HW4LMQJEC55OPJ3BP6JT5MRKYZJA4USZKC6HAAC

Dependencies

  • [2] GVJEOWYQ resolve conflicts
  • [3] QUCBJJSU don't always pop up keyboard on mobile devices
  • [4] EPRDIYDA bugfix in source editor
  • [5] BULPIBEG beginnings of a module for the text editor
  • [6] 6LJZN727 handle chords
  • [7] OI4FPFIN support drawings in the source editor
  • [8] VP5KC4XZ Merge lines.love
  • [9] KMSL74GA support selections in the source editor
  • [10] KYNGDE2C consistent names in a few more places
  • [11] KKQKPGCI resolve conflicts
  • [12] RXMHAZ6V resolve conflicts
  • [13] 4YDBYBA4 clean up memory leak experiments
  • [14] SGMA5JLE save the list of tests in repo
  • [15] TLOAPLBJ add a license
  • [16] 66X36NZN a little more prose describing manual_tests
  • [17] 4SR3Z4Y3 document the version of LÖVE I've been using
  • [18] 73OCE2MC after much struggle, a brute-force undo
  • [19] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [20] BLWAYPKV extract a module
  • [21] CE4LZV4T drop last couple of manual tests
  • [22] ORKN6EOB Merge lines.love
  • [23] T4FRZSYL delete an ancient, unused file
  • [24] ATQO62TF Merge lines.love
  • [25] MBAJPTDJ resolve conflicts
  • [26] 3QNOKBFM beginnings of a test harness
  • [27] TOXPJJYY resolve conflicts
  • [28] TVCPXAAU rename
  • [29] N2NUGNN4 include a brief reference enabling many useful apps
  • [30] 6VJTQKW7 start supporting LÖVE v12
  • [31] OTIBCAUJ love2d scaffold
  • [32] LXTTOB33 extract a couple of files
  • [33] MKPXANB5 bugfix: mouse clicks on file navigator above log browser side
  • [34] 2L5MEZV3 experiment: new edit namespace
  • [35] D2GCFTTT clean up repl functionality
  • [36] LWPFEZBI Merge lines.love
  • [37] XX7G2FFJ intermingle freehand line drawings with text
  • [38] QMRQL2FO resolve conflicts
  • [39] ZQDQLLCL bugfix
  • [40] R2ASHK5C fix a bad merge
  • [41] ZLJYLPOT Merge lines.love
  • [42] KKMFQDR4 editing source code from within the app
  • [43] VHQCNMAR several more modules
  • [44] FBBHEUQN resolve conflicts
  • [45] AVTNUQYR basic test-enabled framework
  • [46] 3PSFWAIL Merge lines.love
  • [47] RSZD5A7G forgot to add json.lua
  • [48] TBTRYEBP Merge lines.love
  • [49] R5QXEHUI somebody stop me
  • [50] VHUNJHXB Merge lines.love
  • [51] 2CTN2IEF Merge lines.love
  • [52] OB5XOXVC deemphasize the source editor
  • [53] OGUV4HSA remove some memory leaks from rendered fragments
  • [54] KG7YVGVR Merge lines.love
  • [55] VXORMHME delete experimental REPL
  • [56] K2X6G75Z start writing some tests for drawings
  • [57] FS2ITYYH record a known issue
  • [58] ED4Z6ORC cleaner API for file-system access
  • [59] JOPVPUSA editing source code from within the app
  • [60] JZR3QMTN Merge lines.love
  • [61] GX236KZG Revert "deemphasize the source editor"
  • [62] CRBLAWBO resolve conflicts

Change contents

  • file deletion: source.lua (----------)source.lua (----------)
    [5.2][5.177652:177686](),[5.2][5.177652:177686](),[5.177686][5.165766:165766]()
    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 (----------)
    [5.2][5.184046:184077](),[5.2][5.184046:184077](),[5.184077][5.178044:178044]()
    love.keyboard.setTextInput(true) -- bring up keyboard on touch screen
    return edit.mouse_press(Editor_state, x,y, mouse_button)
  • edit in source_edit.lua at line 237
    [5.5615][2.12:85]()
    love.keyboard.setTextInput(true) -- bring up keyboard on touch screen
  • edit in source.lua at line 288
    [5.174756]
    [5.174756]
    love.keyboard.setTextInput(true) -- bring up keyboard on touch screen
  • edit in run.lua at line 171
    [5.182946]
    [5.61]
    love.keyboard.setTextInput(true) -- bring up keyboard on touch screen
  • edit in edit.lua at line 149
    [5.1822][2.103:176]()
    love.keyboard.setTextInput(true) -- bring up keyboard on touch screen