Commit Graph

  • f227481461 Fixed wrong parameter name problem Allen Webster 2019-08-05 14:10:50 -0700
  • 2f6b9744bd Eliminated old file change notification system; replaced OS layer job system with OS layer thread wrappers; moved coroutine implementation from OS layer to core Allen Webster 2019-08-03 22:36:13 -0700
  • d4db77b3fb New file listing API Allen Webster 2019-08-03 17:49:40 -0700
  • 2b28efa3bf Immediate Mode error highlighting -- everything is now in I.M. Allen Webster 2019-08-03 14:18:40 -0700
  • b998317bda isearch highlight implemented in I.M. rendering, fixes to enclosures Allen Webster 2019-08-02 13:07:08 -0700
  • 053cc15f1a Done for the day Allen Webster 2019-07-31 20:29:43 -0700
  • e60f115ebe Remove all markers visual code Allen Webster 2019-07-31 20:28:43 -0700
  • 1f81120343 New text coloring system setup Allen Webster 2019-07-31 20:16:53 -0700
  • 2e0992fdd3 extended text layouts to easily get character and line rectangles Allen Webster 2019-07-31 19:13:36 -0700
  • 7fd8196485 Finally got rid of line_height in View Allen Webster 2019-07-31 13:43:27 -0700
  • 662ed81563 Patch for isearch, it's still broken but good enough for now until I get time to rewrite it tfor realzies. Allen Webster 2019-07-29 13:24:47 -0700
  • bbd4b15272 Cleaned up [most of] everything on my personal todo list Allen Webster 2019-07-26 19:31:01 -0700
  • 6a66bbabf7 Fixed face modification Allen Webster 2019-07-26 18:40:31 -0700
  • 3b733a53e6 Renderer blend function fix Allen Webster 2019-07-25 18:42:46 -0700
  • f52738b5e6 Fixed some lingering string problems in windows platform layer Allen Webster 2019-07-25 17:58:25 -0700
  • dd51779a04 Hack to fix the GL wrong thread problem with font init -- do better later! Allen Webster 2019-07-25 17:18:05 -0700
  • 80b98e3b47 New Renderer - First Version. Finished. Allen Webster 2019-07-25 12:54:58 -0700
  • efa1515121 Batched rendering 50% Allen Webster 2019-07-25 00:17:01 -0700
  • 6b3d61c035 Font handling and rendering basically working. Allen Webster 2019-07-24 00:41:40 -0700
  • 3ddd3fc2fa In Procress Allen Webster 2019-07-21 11:31:17 -0700
  • 55d064cf61 In Progress: working on the new opengl back end and font rasterizer Allen Webster 2019-07-21 11:16:34 -0700
  • 8c54e8345e New word complete Allen Webster 2019-07-14 15:18:59 -0700
  • 706370b553 New string matching lists based system for search buffer filling Allen Webster 2019-07-12 20:19:24 -0700
  • 1acaeb040b Built out the new tables Allen Webster 2019-07-12 18:10:55 -0700
  • fac76e72f5 Delete deprecated files Allen Webster 2019-07-12 17:52:35 -0700
  • a7c5be3e02 Deprecated old table and arena code Allen Webster 2019-07-12 17:43:17 -0700
  • ac633ebbe5 Moving towards a much simpler 'search' system Allen Webster 2019-06-20 19:31:22 -0700
  • 7072c92dc2 Switching the API over to i64 and Range_i64 for positions inside buffers Allen Webster 2019-06-20 16:43:27 -0700
  • bd6b84ce81 Fixed hidden local variable Allen Webster 2019-06-20 13:36:05 -0700
  • 7d0dd46a3f Finished switching the API to new return style Allen Webster 2019-06-19 21:45:58 -0700
  • 5010d6e14f Fixed bugs in string seek, fixed bug in insertf Allen Webster 2019-06-19 20:43:02 -0700
  • cf6c92fcbd Switching the API return method Allen Webster 2019-06-18 19:31:59 -0700
  • ef571b7f64 Correct naming scheme Allen Webster 2019-06-18 15:56:09 -0700
  • 41ac11cf98 Extended String_Match struct; regularized range and rect type code Allen Webster 2019-06-17 21:47:00 -0700
  • f4b77f9c55 Fixed off-by-one problem with buffer_seek_string; fixed history grouping in batch edits Allen Webster 2019-06-17 13:05:14 -0700
  • 316673af26 Simplified and optimized implementation of string matching/scanning/listing operations by reducing to a chunked text linear scanning algorithim Allen Webster 2019-06-16 16:38:22 -0700
  • 27e12b8b0d I forget Allen Webster 2019-06-15 12:06:14 -0700
  • e274bb9120 Simplify and rename 'hard starts' stuff for indentation Allen Webster 2019-06-14 15:57:22 -0700
  • 797fb42749 Simplifying and organizing line commands Allen Webster 2019-06-14 15:01:50 -0700
  • 0a9bfc8b84 Simplifying implementation of move line up/down Allen Webster 2019-06-14 14:47:05 -0700
  • 11cd6192ed Removing old style scanning code from 4coder_search.cpp Allen Webster 2019-06-14 14:07:17 -0700
  • cdfff6f8a5 Fixed the replace in range bug Allen Webster 2019-06-14 13:28:20 -0700
  • b5cc96aa2a Fixed bug in backward string seek Allen Webster 2019-06-12 14:35:30 -0700
  • ab12f73e67 Seek string in the core Allen Webster 2019-06-11 16:16:27 -0700
  • 7e3bcf04a8 Generalizing the ideas of 'stop spots' and 'enclose' operations even more Allen Webster 2019-06-10 22:01:57 -0700
  • 0516c94afc Deeply reorganizing code from seek.cpp; more 'enclose' operations Allen Webster 2019-06-09 14:05:57 -0700
  • 24e025cf29 Seek character delimiter moved onto thew seek system Allen Webster 2019-06-08 17:19:55 -0700
  • 9ce2eeeb11 Replaced streaming implementations of seeks with a core based character class seek system Allen Webster 2019-06-08 17:09:14 -0700
  • 0096b6339e Simplifying and reorganizing 4coder_seek.cpp stuff Allen Webster 2019-06-05 16:04:35 -0700
  • 749b4349f6 Significant progress reorganizing the customization helpers Allen Webster 2019-06-01 20:07:57 -0700
  • 6130b839ea Fixed the bug where delete_file_query command doesn't end after the user confirms Allen Webster 2019-06-01 17:49:03 -0700
  • e384e63372 Deleted empty 4ed_shared_file_handling.cpp file Allen Webster 2019-06-01 17:47:45 -0700
  • 71ce96e5a4 Removing OS level directory cd implementations Allen Webster 2019-06-01 17:47:14 -0700
  • 0e7287fbf3 Removing directory_cd API Allen Webster 2019-06-01 17:45:18 -0700
  • 2ef8f361d7 Merge non-sense, who knows, here goes Allen Webster 2019-06-01 16:58:28 -0700
  • 7841ec0f2e Extraordinary breaking rewrite. Arenas. Strings. Lots of API related stuff. Allen Webster 2019-06-01 16:33:31 -0700
  • 70cae408d1 stop spamming all the views with the run buffer Allen Webster 2019-04-15 12:43:58 -0700
  • 9792327987 Fix variable shadowing problems Allen Webster 2019-04-08 13:02:44 -0700
  • 79e04a54c7 misc fixes Allen Webster 2019-04-08 12:21:04 -0700
  • c4117c86a0 Finished sectioning away View_Summary Allen Webster 2019-04-07 10:36:24 -0700
  • 9ac5c44a07 view summary blah blah lbha Allen Webster 2019-04-06 16:36:53 -0700
  • bcec902ce2 More progress shifting off of View_Summary Allen Webster 2019-04-06 14:13:49 -0700
  • 88df8a4fb2 Progress towards shifting off View_Summary Allen Webster 2019-04-06 12:40:36 -0700
  • e6451a3871 Cleanup cleanup cleanup; shrinking api implementation file size mostly Allen Webster 2019-04-05 16:30:24 -0700
  • 3911eb2197 Remove View_Summary from core API Allen Webster 2019-04-05 14:56:58 -0700
  • 18b755c626 Doubled buffer entries in buffer lister Allen Webster 2019-04-05 14:27:36 -0700
  • 9f15876d87 Initialize custom arena sooner Allen Webster 2019-04-05 14:22:11 -0700
  • a0b4524116 Variable shadowing fix Allen Webster 2019-04-05 14:18:16 -0700
  • 309d6b03ac Buffer_Summary completely shifted into transition files Allen Webster 2019-04-04 19:03:36 -0700
  • 4d2afeaeca A tiny bit more: Allen Webster 2019-04-04 01:28:18 -0700
  • bdf1d57eb5 Progress towards removing Buffer_Summary Allen Webster 2019-04-04 01:25:16 -0700
  • 7792bb2b81 New insertion buffering; fixed new search bug Allen Webster 2019-04-02 13:06:49 -0700
  • 7215850793 Fixed render_cursor computation in text layout; fixed default render caller on_screen_range query Allen Webster 2019-04-02 09:23:07 -0700
  • 5fc89ba45a buffer space <-> layout space conversions; on screen range and height in text layout Allen Webster 2019-03-31 23:40:24 -0700
  • afc46f615f text layout space conversions Allen Webster 2019-03-31 23:14:31 -0700
  • 8a9fe50a98 Fix alignment bug in new compute_render_layout system; fixed some misc. bugs Allen Webster 2019-03-31 21:24:13 -0700
  • 27214f4bf9 jumping, set dirty state API, fix null dereference crash Allen Webster 2019-03-31 20:50:37 -0700
  • e57e927e07 Deprecated mirrors Allen Webster 2019-03-31 20:05:48 -0700
  • 731a162d9c Lots of progress towards sectioning off Buffer_Summary Allen Webster 2019-03-31 19:41:39 -0700
  • 1977394096 layout handles, looking up cursor values Allen Webster 2019-03-31 17:36:09 -0700
  • a315461286 default_ui_render_caller - decomposition Allen Webster 2019-03-31 15:07:10 -0700
  • 068defec5f font metrics Allen Webster 2019-03-31 14:30:06 -0700
  • 148b618349 global_get_screen_rectangle Allen Webster 2019-03-31 14:04:02 -0700
  • 9d787d19fd explicitly telling compute_render_layout the 'buffer coordinates' for the layout Allen Webster 2019-03-31 13:56:00 -0700
  • a552b0168f top level render caller controlling layout directly Allen Webster 2019-03-31 11:55:26 -0700
  • 028f96b633 extened api to make Buffer_Summary redundant Allen Webster 2019-03-30 16:18:13 -0700
  • 362c3cea86 clipboard change hook fully integrated Allen Webster 2019-03-30 15:36:31 -0700
  • b3d043ea23 treat wrapped line queries as unwrapped if the file/view underlying is unwrapped Allen Webster 2019-03-30 15:21:58 -0700
  • 5a601f4832 buildsuper release mode Allen Webster 2019-03-30 15:10:17 -0700
  • 13fbae75e3 new animation call n=0 -> immediate animate, n>0 -> try to wait about roughly that many milliseconds Allen Webster 2019-03-30 14:51:56 -0700
  • 52e9c15b5c EQU Allen Webster 2019-03-30 13:37:01 -0700
  • 7b8e9e21ad EQU Allen Webster 2019-03-30 13:33:21 -0700
  • 1e67e5a3c5 switch Found_String to use Range Allen Webster 2019-03-30 13:30:51 -0700
  • 5029512554 Don't override cl in buildsuper Allen Webster 2019-03-30 13:28:20 -0700
  • 5cc8e74189 buffer_get_base_name Allen Webster 2019-03-30 13:17:10 -0700
  • 580548f44f context_get_arena Allen Webster 2019-03-29 14:21:50 -0700
  • e4d07a3778 waving a dead chicken over the altar of git Allen Webster 2019-03-28 22:03:17 -0700
  • 8d322ef025 Manually merging everything was magicked away by git Allen Webster 2019-03-28 22:00:58 -0700
  • c870447baa whatever, I have no idea what's going on, jesus christ git Allen Webster 2019-03-28 21:51:04 -0700
  • 2508308b7c Merged in casey_get_view_visible_range (pull request #2) cmuratori 2019-03-29 02:24:44 +0000