Commit Graph

  • 2ec3b7348b fixed file saving bug Allen Webster 2016-11-04 23:55:07 -0400
  • e8405a5c04 fixed file loading bug Allen Webster 2016-11-04 22:59:35 -0400
  • fe951cd92e building html document generator Allen Webster 2016-11-03 17:37:29 -0400
  • 7f559c4016 setting up the site generator's general document system. Allen Webster 2016-11-03 00:57:26 -0400
  • de4f320e27 organized metaprogramming some more, still needs work. Setup the 'site' subproject Allen Webster 2016-11-01 23:27:51 -0400
  • 9de2633f51 fixed binary search impossible to find' Allen Webster 2016-10-29 15:51:59 -0400
  • 6c0015f1ed fixed more packaging bugs Allen Webster 2016-10-29 14:29:03 -0400
  • 3370e48236 fixed bug in the packaging code Allen Webster 2016-10-29 13:58:28 -0400
  • 8bcf23a848 fixed critical bug with line reallocating Allen Webster 2016-10-29 13:48:21 -0400
  • 92acc0bc08 switched to build.cpp Allen Webster 2016-10-28 17:25:16 -0400
  • 1068a1de24 fixed a few ship bugs for a4.0.12 Allen Webster 2016-10-28 10:44:57 -0400
  • c221d97f13 a4.0.12 ready Allen Webster 2016-10-28 10:11:56 -0400
  • 39be882693 post-stream, got miblo incrementors/decrementors started. added settings for code presentation. adding config file for code wrapping Allen Webster 2016-10-27 19:45:41 -0400
  • a6a6957ba9 fixed fucking git fuckup... fuck that shit.. uhg Allen Webster 2016-10-27 02:58:37 -0400
  • ff08a6ea24 Merge branch 'master' of https://bitbucket.org/4coder/4coder Allen Webster 2016-10-27 01:59:59 -0400
  • c9aa96b371 update to TODO (woops) Allen Webster 2016-10-27 01:59:55 -0400
  • c97b6d1983 TEMPORARY SOLUTION: have a code-wrapped file do all lexing in serial Allen Webster 2016-10-27 01:58:22 -0400
  • e8b3920284 update todo file Allen Webster 2016-10-24 22:46:03 -0400
  • 54bea311a2 getting buffer font info Allen Webster 2016-10-24 22:45:34 -0400
  • ad5b203b57 preprocessor code wrapping rule Allen Webster 2016-10-24 20:26:52 -0400
  • e76dac4994 minimum base width feature for code wrapping Allen Webster 2016-10-24 19:02:10 -0400
  • 39dbddfa3f Fix label jump skipping bug Allen Webster 2016-10-24 13:22:22 -0400
  • 43d6c29e8b introduced memory debugging mode, finished comment wrapping rule Allen Webster 2016-10-22 11:30:25 -0400
  • 6f64d7c12e fixups from wednesday's stream Allen Webster 2016-10-14 17:21:17 -0400
  • c86d2dc9c6 added rule for continued statements Allen Webster 2016-10-10 18:09:46 -0400
  • 94c624a505 tweaks to the existing wrap rules Allen Webster 2016-10-10 16:47:09 -0400
  • 7ac01f5918 loosened up the buffer creation API Allen Webster 2016-10-08 16:20:49 -0400
  • a9ee84547c code wrapping appears to work entirely Allen Webster 2016-10-06 21:55:44 -0400
  • 2e341edd41 fixed a lot of bugs in the token smart wrapping system, still more to fix Allen Webster 2016-10-06 19:27:23 -0400
  • 9a4609c8d5 setup the basis for the token smart wrap rule Allen Webster 2016-10-06 17:29:04 -0400
  • 2053d0df47 minor cleanup of the code presentation stuff Allen Webster 2016-10-05 21:38:08 -0400
  • 39699b2d9f wrapped up the unification of the virtual whitespace parsing system, switched to allowing the virtual whitespace to be toggled Allen Webster 2016-10-05 02:08:23 -0400
  • ce1a53d67f first setup of code formatting Allen Webster 2016-09-30 20:33:13 -0400
  • 5dee37296c example of basic word level wrapping Allen Webster 2016-09-29 15:39:47 -0400
  • 40d9aebd64 driving wrap positions through a metadata system Allen Webster 2016-09-29 14:29:00 -0400
  • 7d31bb986d arbitrary line wrapping working Allen Webster 2016-09-28 21:07:14 -0400
  • 0b2d781ce1 clean up the memory for all the new metadata systems Allen Webster 2016-09-27 23:32:35 -0400
  • 0d587c8fe2 switched indent array to using wrap_line, driving all systems through the wrapped indents array Allen Webster 2016-09-27 16:28:59 -0400
  • 8f8806f86d added a wrap_line index to the cursors, switch the dialogical wrap APIs to using wrap_line instead of pos, for identifying wrap positions Allen Webster 2016-09-27 15:33:44 -0400
  • ab4bdaf535 switched wrap measurement to indexes instead of y values Allen Webster 2016-09-27 14:51:58 -0400
  • b54e11bc97 driving all virtual whitespace through an indents array Allen Webster 2016-09-27 11:16:46 -0400
  • 980cb9e477 dialectic API for line wrap measurements Allen Webster 2016-09-27 00:41:59 -0400
  • 3cfb743a12 added remeasuring for character starts; fixed issue with inserting characters at the beginning of a line Allen Webster 2016-09-25 15:25:27 -0400
  • 0da0013df6 basic apparent character positioning working Allen Webster 2016-09-24 20:13:24 -0400
  • 7b66fad3b8 fixed dumb whitespace merge problem Allen Webster 2016-09-24 17:26:37 -0400
  • f006fed643 Merge branch '4.0.11-patches' of https://bitbucket.org/4coder/4coder Allen Webster 2016-09-24 17:04:13 -0400
  • 45ed69c9f0 Fixed nasty crashing bug in the 4.0.11 branch Allen Webster 2016-09-24 16:58:05 -0400
  • 249c6f5e4a introduced first pass version of character start measuring Allen Webster 2016-09-24 13:25:11 -0400
  • 79b1590ff0 quick patch for 4.0.11 users with big files Allen Webster 2016-09-24 11:37:49 -0400
  • fcd6f703b4 fixed line counting bug Allen Webster 2016-09-24 11:26:36 -0400
  • ac2a3ffb6d part of the way towards adding an apparent-character positioning system, need the metadata for it now Allen Webster 2016-09-24 02:17:06 -0400
  • df5535cc87 basic navigation kinda works most of the time Allen Webster 2016-09-23 20:18:27 -0400
  • da7a09ca0d rendering with virtual whitespace skips whitespace on first line correctly now Allen Webster 2016-09-23 19:36:35 -0400
  • a29af32a42 partially added line_shifting to the cursor seeking system Allen Webster 2016-09-23 19:25:06 -0400
  • 5be1cd9588 collapsed all view seeks down to one function so the seek struct can be passed straight through. fixed a bug with the seek bounds checking. Allen Webster 2016-09-23 17:24:27 -0400
  • ab207cf8f0 fix the fucking stupid merge conflicts that are totally stupid and avoidable Allen Webster 2016-09-23 16:29:43 -0400
  • fbbb50b105 merge pre-commit Allen Webster 2016-09-23 16:02:58 -0400
  • d714bd5ee4 listing all locations of an identifier; added token start/end range to the get_token_index call for situations that don't need deep token reading Allen Webster 2016-09-23 13:50:55 -0400
  • 7dee6e880c more fine tuned control over autocomplete in new Allen Webster 2016-09-23 12:59:04 -0400
  • e5d1d71175 cursor seeking types all collapsed down to one function Allen Webster 2016-09-23 00:56:47 -0400
  • 6a4e401a56 the cursor seek is pretty cleaned up and ready for an interactive API Allen Webster 2016-09-22 22:50:02 -0400
  • e2bb11ad8d fixed cursor seek control flow so that the step is just in one spot again Allen Webster 2016-09-22 22:30:29 -0400
  • 28b6132be5 switched to better streaming API Allen Webster 2016-09-22 21:57:28 -0400
  • b84dcf03d7 whitespace virtualization started Allen Webster 2016-09-22 20:03:47 -0400
  • 93d738240b implemented standard wrap remeasuring rule Allen Webster 2016-09-22 17:25:52 -0400
  • 50f719dc4c fix cursor positions when a file's wraps are remeasured. Allen Webster 2016-09-22 15:01:50 -0400
  • a5768e457c moved line wrapping rules 100 to buffer datastructures Allen Webster 2016-09-21 20:01:12 -0400
  • 69699db27a removed widths from buffers Allen Webster 2016-09-21 18:45:43 -0400
  • 582faa4bdf new wrap rule; cleaning up some init stuff Allen Webster 2016-09-21 18:34:19 -0400
  • 3947255b00 compiling in windows; building lexer library docs Allen Webster 2016-09-21 09:07:08 -0400
  • 33407c2258 now only writing buffer render items if they fall in the clip range of the view. Allen Webster 2016-09-20 16:02:41 -0400
  • 1e8bea250e arbitrary wrap positions with commands for adjusting and horizontal navigation Allen Webster 2016-09-20 15:48:02 -0400
  • 1b03a6a2be added clparams to app step on linux; got the lexer API working with a fixed with tb Allen Webster 2016-09-20 14:10:05 -0400
  • b9536768f7 basics of navigation now work, now need to deal with finding a better line wrapping rule Allen Webster 2016-09-19 22:52:35 -0400
  • 9bf48efd83 more buffer rendering cleanup Allen Webster 2016-09-19 21:57:25 -0400
  • 7531353153 documentation for relex system, and some cleanup on buffer rendering Allen Webster 2016-09-19 20:51:28 -0400
  • 7d081dd7f5 removed the completely unused backify loop system Allen Webster 2016-09-19 15:50:43 -0400
  • 1a987c6781 fixed bug with the parallel lexing routine not using the gap buffer Allen Webster 2016-09-19 10:41:11 -0400
  • 6d2589d149 rendering all bytes Allen Webster 2016-09-18 23:29:40 -0400
  • 803f486973 passing the command line parameters to the application Allen Webster 2016-09-18 22:49:25 -0400
  • b4d1a2205d cleared out old buffer code Allen Webster 2016-09-18 11:30:19 -0400
  • c551c081a7 now officially running through the gap buffer with 100 of features working!!!! Allen Webster 2016-09-18 11:24:43 -0400
  • 3a7f4db69e relex API allows starting from any chunk, fixed null check bug Allen Webster 2016-09-18 10:41:15 -0400
  • 6168528c0e cleaned up the relex API, in theory it handles chunks now Allen Webster 2016-09-18 09:09:43 -0400
  • 3bd8fd5147 name hiding problem fixed, new version number Allen Webster 2016-09-17 10:04:41 -0400
  • 7c8cbc4943 fixing nonsense Allen Webster 2016-09-16 21:56:28 -0400
  • 21bbf919cd Merge branch 'master' of https://bitbucket.org/4coder/4coder Allen Webster 2016-09-16 21:54:28 -0400
  • 27f6e3a040 nonsense Allen Webster 2016-09-16 21:54:24 -0400
  • 51f05ac783 fixed issue with get/close view Allen Webster 2016-09-16 21:53:31 -0400
  • c9b62381ed 4.0.11 fix on command line file handling Allen Webster 2016-09-16 21:11:22 -0400
  • be735f84f0 4.0.11 ready Allen Webster 2016-09-16 20:03:09 -0400
  • 7a23c72d11 switched experimental operations over to token streams Allen Webster 2016-09-16 10:10:45 -0400
  • bc4905b83c introduced token streams Allen Webster 2016-09-15 11:01:52 -0400
  • 7a12c71a95 new code manipulating experiments, fix to relex rule Allen Webster 2016-09-14 19:39:33 -0400
  • 9e151fd823 fixed several small issues and added a new test for unicode files Allen Webster 2016-09-13 19:59:48 -0400
  • 30a2a95b69 fixed up file track issue Allen Webster 2016-09-13 15:56:14 -0400
  • 1f064acbb7 Merge branch 'master' of https://bitbucket.org/4coder/4coder Allen Webster 2016-09-13 15:39:12 -0400
  • 8862c2b5b6 Merge branch 'master' of https://bitbucket.org/4coder/4coder Allen Webster 2016-09-13 15:38:15 -0400
  • aa10a0013d improved zipping rule on linux for packaging Allen Webster 2016-09-13 15:38:09 -0400
  • 46c21b991b cleaned up the indenting code Allen Webster 2016-09-13 09:52:54 -0400