Commit Graph

  • 9692671989 Ignore .genio configuration file master yann64 2024-10-09 22:16:36 +02:00
  • 2354f0be28 Array support now works Samuel D. Crow 2022-08-05 15:06:35 -05:00
  • 7930b048b8 wrote on n sub unit test and made necessary fixes Samuel D. Crow 2022-08-04 21:18:26 -05:00
  • ede1b24458 REmove unneeded type and update the README.md file Samuel D. Crow 2022-08-01 21:48:40 -05:00
  • 820fb864bd Fixed bugs with paramaters being passed to the wrong callsite Samuel D. Crow 2022-08-01 15:35:43 -05:00
  • 34f1abeda6 Set up submodule and clean up makefile Samuel D. Crow 2022-07-31 22:27:38 -05:00
  • c0b69ae0a9 make sure strings aren't passed by value on 32bits Samuel D. Crow 2022-06-30 16:52:21 -05:00
  • a9f2818b05 revamped printSegment to get rid of phantom EOLs Samuel D. Crow 2022-06-30 12:55:25 -05:00
  • 7f1539c421 Added runtime checks and started fixing test code Samuel D. Crow 2022-06-30 11:41:31 -05:00
  • 6a3c37b02c Fixed longstanding bugs and cleaned up code Samuel D. Crow 2022-06-28 21:10:15 -05:00
  • bf70fd087b some cosmetic changes to fix warnings and forLoop Samuel D. Crow 2021-05-04 12:15:49 -05:00
  • e8a47bd3da Cleared up double-free of a temporary variable. Samuel D. Crow 2021-04-21 21:54:08 -05:00
  • 7c5f331395 fixed tester and parameter passing bugs Samuel D. Crow 2021-04-16 22:01:48 -05:00
  • 9ddac1afd6 Fixed subroutine bugs Samuel D. Crow 2021-04-16 18:56:10 -05:00
  • ca08646b93 Added scope to paramter passes Samuel D. Crow 2021-04-15 12:40:57 -05:00
  • d37eb38ad1 Got past temporary variable deallocation bug. Now working on functions. Samuel D. Crow 2021-04-08 15:31:36 -05:00
  • 8797cb8870 added float test Samuel D. Crow 2021-03-29 14:49:12 -05:00
  • 0fe8d74bc5 added string test and it works Samuel D. Crow 2021-03-29 14:23:50 -05:00
  • b0072dffa4 got rid of double-free conditions and segfault Samuel D. Crow 2021-03-29 14:01:13 -05:00
  • bb2be9c16c removed most of the shared_ptr usage and retooled temporary variables to recycle Samuel D. Crow 2021-03-28 22:35:35 -05:00
  • fd89b1a054 fixes scope bug in test code, typo in runtime and makefiles Samuel D. Crow 2021-03-25 14:38:17 -05:00
  • 48505d1ef8 fixed bugs and added enough runtime to execute first code after the compiler segfaults at shutdown Samuel D. Crow 2021-03-24 18:17:33 -05:00
  • 7c5bf76778 added printSegment class and started tester for framework Samuel D. Crow 2021-03-24 12:47:00 -05:00
  • f0ad605119 more array support Samuel D. Crow 2021-03-24 10:17:01 -05:00
  • a96f1345ae added array handling Samuel D. Crow 2021-03-24 09:28:03 -05:00
  • 1d3829a47e fixed 2 more warnings under Clang and converted mode to 4 bools. Samuel D. Crow 2021-03-23 16:25:37 -05:00
  • fbb60f4e3d Started enforcing style guide. Fixed all warnings. Samuel D. Crow 2021-03-23 15:25:59 -05:00
  • 68bf3cab0f fixed up Makefile and .gitignore now that it builds Samuel D. Crow 2021-03-20 10:50:45 -05:00
  • e5d08cc31b added static initializers and now it builds and links! Samuel D. Crow 2021-03-19 19:26:10 -05:00
  • 68c4806a3d made a few tweaks and regenerated the Makefile to get it to link but it still won't Samuel D. Crow 2021-03-18 16:18:54 -05:00
  • b6e8984e62 it builds but doesn't link yet Samuel D. Crow 2021-03-17 18:56:14 -05:00
  • 1dae0a4b54 started build script and went on a massive bug hunt Samuel D. Crow 2021-03-16 17:01:28 -05:00
  • 4eb08efc9d saving progress on functions and variables Samuel D. Crow 2021-03-15 14:04:53 -05:00
  • 4b2b567a42 removed parameter passing of globals and fixed expression evaluator some Samuel D. Crow 2021-03-13 16:49:58 -06:00
  • 43319754a8 split yab2cpp.cpp into 2 parts, finished for loop and started variables Samuel D. Crow 2021-03-13 14:26:41 -06:00
  • 4943489628 added loop constructs and a few missing methods elsewhere Samuel D. Crow 2021-03-12 21:57:53 -06:00
  • db06b3bf62 removed obsolete docs Samuel D. Crow 2021-03-11 21:59:00 -06:00
  • 301018f1fd More junk cleaned up that shouldn't have been committed Samuel D. Crow 2021-03-11 21:53:10 -06:00
  • e991daeb45
    Add new ReadMe file (old one accidently committed) Samuel Crow 2021-03-11 21:39:43 -06:00
  • 8da1e7bb50 removed old files that shouldn't have been committed in the first place (unstaged) Samuel D. Crow 2021-03-11 21:30:38 -06:00
  • ff6578b08e Restarted from earlier attempt Samuel D. Crow 2021-03-11 21:22:40 -06:00
  • 5f81a3f4b2
    Merge pull request #3 from bbjimmy/master Samuel Crow 2020-07-19 21:37:17 -05:00
  • ae087e652d BuildFactory change library to lyab1 Jim Saxton 2020-04-12 10:11:02 -07:00
  • 0efa876523 change lib name again. Jim Saxton 2020-03-30 15:23:50 -07:00
  • 3b03b4759a Update library name so we do not need a new name for every release. Jim Saxton 2020-03-30 11:01:41 -07:00
  • 3646945178 add missing header Jim Saxton 2020-03-08 13:14:45 -07:00
  • 982715e4e8 merging 1.7.8 changed files. Jim Saxton 2020-03-08 12:40:42 -07:00
  • 224fab2ea1 add default case to message received. fixes texturl Jim Saxton 2019-11-02 09:58:56 -07:00
  • 5fc54701d0
    Merge pull request #2 from bbjimmy/master Samuel Crow 2019-03-09 11:03:30 -07:00
  • 78e0ebcc8a Add 1.7.6 to change log Jim Saxton 2019-03-07 08:31:12 -08:00
  • 12c51f0798
    Merge pull request #1 from bbjimmy/master Samuel Crow 2019-02-15 09:30:04 -07:00
  • d1acdf4c78
    Merge pull request #8 from lorglas/master Jim Saxton 2018-12-17 12:33:39 -08:00
  • a476af50f1 yab 1.7.6 - fix Draw Command with transparency error - fix Treebox error, Treebox add wasn't correct Yourself 2018-12-07 21:59:00 +01:00
  • ac58bad296
    Merge pull request #7 from KapiX/extract-tabview-cleanup Jim Saxton 2018-04-30 09:17:19 -07:00
  • 66b3f2c53b ready for next release Jim Saxton 2018-04-27 12:15:53 -07:00
  • 6c9edbb68c Extract subchild cleanup to a function. Kacper Kasper 2018-04-20 22:25:57 +02:00
  • d9a9615de8 Extract YabTabView cleanup to a function. Kacper Kasper 2018-04-20 22:02:04 +02:00
  • 44c8183cc1
    Merge pull request #6 from KapiX/tabview-fix Jim Saxton 2018-04-19 11:48:02 -07:00
  • 076496e45d Fix crashes and mismatched tabs in TabView. Kacper Kasper 2018-04-15 17:48:44 +02:00
  • 0aecb50e0e add easy method for setting system plain | fixed | bold fonts to textedit. Jim Saxton 2018-04-05 10:37:03 -07:00
  • 4f91293a4f fix typo Jim Saxton 2018-02-20 12:42:35 -08:00
  • 6bdc9f5d49 fix tabview set command Jim Saxton 2018-02-20 12:29:51 -08:00
  • b80978aa40 Merge branch 'master' of https://github.com/bbjimmy/YAB Jim Saxton 2017-10-04 08:37:19 -07:00
  • 2b1e2a9177 prepare for release dur to BControlLook changes. Jim Saxton 2017-10-04 08:34:54 -07:00
  • a6b96ab0f5 Merge pull request #3 from KapiX/tabview Jim Saxton 2017-09-17 21:13:47 -07:00
  • 3c7f07d931 Use native BTabView with slight modifications. Kacper Kasper 2017-08-30 17:08:52 +02:00
  • 1d61d43b0a update copyright date, remove unwanted new line from ide help data. Jim Saxton 2017-08-08 11:43:35 -07:00
  • eb250a6530 fix typo Jim Saxton 2017-08-07 10:08:54 -07:00
  • 8b13a0c4ed remove binary file Jim Saxton 2017-08-07 10:05:00 -07:00
  • b5fbde6e23 prepare for release Jim Saxton 2017-08-07 09:51:26 -07:00
  • edf665b653 updated help data Jim Saxton 2017-08-06 07:54:06 -07:00
  • 6412e9ebde remove extra "end sub" Jim Saxton 2017-08-05 21:38:41 -07:00
  • 6cdea126bd fix flex-bison.yab Jim Saxton 2017-08-05 21:31:17 -07:00
  • f2f13d7c3f fix paste error Jim Saxton 2017-08-05 20:12:13 -07:00
  • 8e6ed835c4 fix yab-ide for x86_64 Jim Saxton 2017-08-05 19:53:04 -07:00
  • 599ff6d7d3 add license Jim Saxton 2017-07-16 21:15:02 -07:00
  • 20854fc3b0 add an option to close all files Jim Saxton 2017-07-07 13:37:44 -07:00
  • 8bf19814bc Document "Minimized-To-Deskbar" Jim Saxton 2017-07-07 12:15:06 -07:00
  • b88fb30160 add check for minimized window Jim Saxton 2017-07-07 12:06:18 -07:00
  • 75acf961b3 work-around fix for help treebox selection problem. yab-IDE Jim Saxton 2017-03-07 13:53:03 -08:00
  • 5b908f7c0e Merge branch 'master' of https://github.com/bbjimmy/YAB Jim Saxton 2017-02-09 18:46:01 -08:00
  • e33b6e2f5b update the IDE to refresh the BuildFactory files on each launch making updating yab and yab-IDE easier. Jim Saxton 2017-02-09 18:43:08 -08:00
  • f68c50cfc1 Merge pull request #2 from korli/x86_64 Jim Saxton 2017-01-31 12:40:09 -08:00
  • c1fbbdd63c fix x86x86_64 build Jim Saxton 2017-01-31 12:21:20 -08:00
  • ef330144dc x86_64 build fix Jerome Duval 2017-01-30 19:28:47 +01:00
  • 786b55591d add ; needed by newer version of bison Jim Saxton 2017-01-22 08:56:01 -08:00
  • f58833fcb4 bump ide version, update copyright notice. Jim Saxton 2017-01-18 09:26:48 -08:00
  • cfc30ac608 fix "Open Project Folder" to open the folder for the selected project - file. Jim Saxton 2017-01-13 08:55:14 -08:00
  • 021621f9f6 removed "&exverbatim" from tHelp_E file. Jim Saxton 2016-07-29 14:40:40 -07:00
  • e1459f1135 add peek$("refsreceived") documentation Jim Saxton 2016-05-03 17:50:13 -07:00
  • c898cf281c add "https://" to yab-commands texturl Jim Saxton 2016-04-28 08:54:45 -07:00
  • 4fa5abc245 add "https://" to texturl help docs Jim Saxton 2016-04-28 08:51:44 -07:00
  • 67eb46cd64 fis typo Jim Saxton 2016-04-28 07:56:34 -07:00
  • 690f8a09f8 update copyright notice on yab-IDabout window Jim Saxton 2016-04-27 11:14:00 -07:00
  • f197f1583b remove reference to quickres fediting the application signature. This is no-longer required. Jim Saxton 2016-04-27 10:08:56 -07:00
  • 41e2296ff8 update help files to reflect that yab does not come with ncurses support compiled in. Jim Saxton 2016-04-27 09:39:53 -07:00
  • ae40f977fe add doc for ncurses Jim Saxton 2016-04-26 21:45:37 -07:00
  • b291c83078 prepare for release -- wip -- Jim Saxton 2016-04-25 08:28:53 -07:00
  • 7ac7752e3c yab-IDE will use "application/x-vnd-filename" if no mimetype is set Jim Saxton 2016-04-24 10:02:43 -07:00
  • 6cac5ef25a set appsig fr omimetype m remark in file Jim Saxton 2016-04-24 09:12:03 -07:00