Commit Graph
158 Commits
Author SHA1 Message Date
Krzosa Karol c2b2c2a6ae Improve scrolling 2024-07-22 10:31:02 +02:00
Krzosa Karol b2d9688fbe Scrollbar 2024-07-22 09:59:52 +02:00
Krzosa Karol 254407e89e Clipboard 2024-07-22 08:15:40 +02:00
Krzosa Karol a5069cd148 Undo redo 2024-07-22 08:03:22 +02:00
Krzosa Karol 91d2db6116 Create cursor above, double click, render whitespace when selecting 2024-07-22 07:30:40 +02:00
Krzosa Karol 4c9366d495 Fix merge carets with mouse 2024-07-21 18:12:43 +02:00
Krzosa Karol 915620da34 Full width line highlight and commands.cpp 2024-07-21 17:47:41 +02:00
Krzosa Karol 5d3f1fcf08 Command refactor 2024-07-21 17:38:02 +02:00
Krzosa Karol 9554160edc Experimenting with key bindings 2024-07-21 15:10:54 +02:00
Krzosa Karol fc928da75b Tune the looks 2024-07-21 14:16:09 +02:00
Krzosa Karol 8c1118b429 Refactor and Escape+Delete+Backspace 2024-07-21 12:39:31 +02:00
Krzosa Karol 846d4e7ab5 Add more testing load buffers 2024-07-21 11:07:32 +02:00
Krzosa Karol 816c24c1b6 Manual rendering and small fixes 2024-07-21 10:46:07 +02:00
Krzosa Karol 6ac1c8711c Forgot to add math int 2024-07-21 10:00:01 +02:00
Krzosa Karol c9cd2e6c1e Move to integer based rendering, fix Big line 2024-07-21 09:59:50 +02:00
Krzosa Karol 4c1630d61d Line highlight improvements and misc 2024-07-21 09:03:30 +02:00
Krzosa Karol ddbee2f0ec Optimize, working on a buffer with million lines 2024-07-21 08:30:27 +02:00
Krzosa Karol 8de8938be1 Mouse scrolling, BUFFER_DEBUG, todo list 2024-07-21 08:09:38 +02:00
Krzosa Karol 675e4a10dd Page up and page down, home and end 2024-07-21 07:43:13 +02:00
Krzosa Karol 2b2cc9cf6c Mouse click add cursor 2024-07-21 06:40:44 +02:00
Krzosa Karol 0b74fd81e3 Writing text 2024-07-20 10:06:25 +02:00
Krzosa Karol 941652b4bc Rename cursor to caret because cursor can be confused with mouse pointer 2024-07-20 09:48:40 +02:00
Krzosa Karol 2ba9d991bf Scrolling left right 2024-07-20 09:45:36 +02:00
Krzosa Karol ba5930b585 Scrolling up and scrolling down 2024-07-20 09:37:02 +02:00
Krzosa Karol 3868afce93 Refactor movement code 2024-07-20 09:20:25 +02:00
Krzosa Karol ba4ed9afff Ctrl cursor movement and fix selection draw bug 2024-07-20 09:15:15 +02:00
Krzosa Karol adeb2de366 Implement decently fast selection 2024-07-20 07:56:56 +02:00
Krzosa Karol 0071136146 Cursor movement, draw selection and fixing bugs 2024-07-20 07:41:02 +02:00
Krzosa Karol cd48094a18 Split buffer into multiple files 2024-07-18 14:19:48 +02:00
Krzosa Karol e0ac9654c3 Buffer multi cursor 2024-07-18 14:10:35 +02:00
Krzosa Karol 196d5353c8 Buffer cursor work 2024-07-18 13:22:55 +02:00
Krzosa Karol e9783b2317 Buffer work 2024-07-18 12:25:40 +02:00
Krzosa Karol 47d92dba14 Working on the buffer 2024-07-18 10:08:16 +02:00
Krzosa Karol 24eeca8f79 New project 2024-07-17 07:30:55 +02:00
Krzosa Karol f7ac92cd01 New project 2024-07-17 07:30:46 +02:00
Krzosa Karol 63bd416e7c Convert to SDL3 and static link 2024-07-13 08:58:30 +02:00
Krzosa Karol e6b23b2a98 MenuOpen mode, deffered read on start, cleanup todos 2024-07-13 07:19:22 +02:00
Krzosa Karol 83bc33015d Delete _main.cpp 2024-07-13 06:53:35 +02:00
Krzosa Karol c660118f8b Read on start and omit file type 2024-07-12 12:47:29 +02:00
Krzosa Karol 1ec217905d Config 2024-07-12 10:34:17 +02:00
Krzosa Karol bd97ecb9eb Big update 2024-07-12 08:27:24 +02:00
Krzosa Karol 9891a302ac Big update 2024-07-12 08:27:19 +02:00
Krzosa Karol 37982e0448 Add pdfio 2024-07-08 10:38:35 +02:00
Krzosa Karol 22828c9d23 Print loaded files and errors, enable loading and searching 2024-07-06 09:51:39 +02:00
Krzosa Karol e3a176b2f9 Trying to improve threading, thread queue 2024-07-06 07:55:38 +02:00
Krzosa Karol 30fa22aed5 Gui improvements and optimizations 2024-07-06 06:56:18 +02:00
Krzosa Karol 0dd6289509 Rewrite to IMGUI 2024-07-05 15:24:58 +02:00
Krzosa Karol e23a7b9c02 Fix move down out of selection 2024-07-04 16:23:12 +02:00
Krzosa Karol b48cffd880 Page up page down 2024-07-04 16:21:02 +02:00
Krzosa Karol 2f52c018cd Add spall profiler and stop generating layout every frame 2024-07-04 14:30:20 +02:00