Commit Graph

127 Commits

Author SHA1 Message Date
Samuel D. Crow
ff6578b08e Restarted from earlier attempt 2021-03-11 21:22:40 -06:00
Samuel Crow
5f81a3f4b2
Merge pull request #3 from bbjimmy/master
pulling from upstream
2020-07-19 21:37:17 -05:00
Jim Saxton
ae087e652d BuildFactory change library to lyab1 2020-04-12 10:11:02 -07:00
Jim Saxton
0efa876523 change lib name again. 2020-03-30 15:23:50 -07:00
Jim Saxton
3b03b4759a Update library name so we do not need a new name for every release. 2020-03-30 11:01:41 -07:00
Jim Saxton
3646945178 add missing header 2020-03-08 13:14:45 -07:00
Jim Saxton
982715e4e8 merging 1.7.8 changed files. 2020-03-08 12:40:42 -07:00
Jim Saxton
224fab2ea1 add default case to message received. fixes texturl 2019-11-02 09:58:56 -07:00
Samuel Crow
5fc54701d0
Merge pull request #2 from bbjimmy/master
Add 1.7.6 to change log
2019-03-09 11:03:30 -07:00
Jim Saxton
78e0ebcc8a Add 1.7.6 to change log 2019-03-07 08:31:12 -08:00
Samuel Crow
12c51f0798
Merge pull request #1 from bbjimmy/master
Pulling from upstream
2019-02-15 09:30:04 -07:00
Jim Saxton
d1acdf4c78
Merge pull request #8 from lorglas/master
yab 1.7.6 from lorglas
2018-12-17 12:33:39 -08:00
Yourself
a476af50f1 yab 1.7.6
- fix Draw Command with transparency error
- fix Treebox error, Treebox add wasn't correct
2018-12-07 21:59:00 +01:00
Jim Saxton
ac58bad296
Merge pull request #7 from KapiX/extract-tabview-cleanup
Extract some cleanup to functions
2018-04-30 09:17:19 -07:00
Jim Saxton
66b3f2c53b ready for next release 2018-04-27 12:15:53 -07:00
Kacper Kasper
6c9edbb68c Extract subchild cleanup to a function.
* No functional change intended.
2018-04-20 22:27:03 +02:00
Kacper Kasper
d9a9615de8 Extract YabTabView cleanup to a function.
* No functional change intended.
2018-04-20 22:26:40 +02:00
Jim Saxton
44c8183cc1
Merge pull request #6 from KapiX/tabview-fix
Fix crashes and mismatched tabs in TabView.
2018-04-19 11:48:02 -07:00
Kacper Kasper
076496e45d Fix crashes and mismatched tabs in TabView.
* Default BTab uses view's name property as tab label, so
  SetLabel changes that value. However, view names are important
  for yab and this would cause inconsistencies in view lists yab
  stores for referencing them by name. Views attached to tabs would
  not be removed because there is no name "Tab1" in the index
  (there is "Test1", which is the view's original name).
  Later, when asking for view with the same name created later yab
  could get wrong view (if lucky) or crash (if unlucky).
  This commit fixes that by storing original name in YabView
  property, and using that for removing views from the hierarchy.
* Fixes #5.
2018-04-15 17:48:44 +02:00
Jim Saxton
0aecb50e0e add easy method for setting system plain | fixed | bold fonts to textedit. 2018-04-05 10:37:03 -07:00
Jim Saxton
4f91293a4f fix typo 2018-02-20 12:42:35 -08:00
Jim Saxton
6bdc9f5d49 fix tabview set command 2018-02-20 12:29:51 -08:00
Jim Saxton
b80978aa40 Merge branch 'master' of https://github.com/bbjimmy/YAB 2017-10-04 08:37:19 -07:00
Jim Saxton
2b1e2a9177 prepare for release dur to BControlLook changes. 2017-10-04 08:34:54 -07:00
Jim Saxton
a6b96ab0f5 Merge pull request #3 from KapiX/tabview
Use native BTabView with slight modifications.
2017-09-17 21:13:47 -07:00
Kacper Kasper
3c7f07d931 Use native BTabView with slight modifications.
* Add "left" and "right" tabs orientation.
* Remove dependency on BControlLook which is private API.
2017-09-12 20:22:55 +02:00
Jim Saxton
1d61d43b0a update copyright date, remove unwanted new line from ide help data. 2017-08-08 11:43:35 -07:00
Jim Saxton
eb250a6530 fix typo 2017-08-07 10:08:54 -07:00
Jim Saxton
8b13a0c4ed remove binary file 2017-08-07 10:05:00 -07:00
Jim Saxton
b5fbde6e23 prepare for release 2017-08-07 09:51:26 -07:00
Jim Saxton
edf665b653 updated help data 2017-08-06 07:54:06 -07:00
Jim Saxton
6412e9ebde remove extra "end sub" 2017-08-05 21:38:41 -07:00
Jim Saxton
6cdea126bd fix flex-bison.yab 2017-08-05 21:31:17 -07:00
Jim Saxton
f2f13d7c3f fix paste error 2017-08-05 20:12:13 -07:00
Jim Saxton
8e6ed835c4 fix yab-ide for x86_64 2017-08-05 19:53:04 -07:00
Jim Saxton
599ff6d7d3 add license 2017-07-16 21:15:02 -07:00
Jim Saxton
20854fc3b0 add an option to close all files 2017-07-07 13:37:44 -07:00
Jim Saxton
8bf19814bc Document "Minimized-To-Deskbar" 2017-07-07 12:15:06 -07:00
Jim Saxton
b88fb30160 add check for minimized window 2017-07-07 12:06:18 -07:00
Jim Saxton
75acf961b3 work-around fix for help treebox selection problem. yab-IDE 2017-03-07 13:53:03 -08:00
Jim Saxton
5b908f7c0e Merge branch 'master' of https://github.com/bbjimmy/YAB 2017-02-09 18:46:01 -08:00
Jim Saxton
e33b6e2f5b update the IDE to refresh the BuildFactory files on each launch making updating yab and yab-IDE easier. 2017-02-09 18:43:08 -08:00
Jim Saxton
f68c50cfc1 Merge pull request #2 from korli/x86_64
x86_64 build fix
2017-01-31 12:40:09 -08:00
Jim Saxton
c1fbbdd63c fix x86x86_64 build 2017-01-31 12:21:20 -08:00
Jerome Duval
ef330144dc x86_64 build fix 2017-01-31 19:30:32 +01:00
Jim Saxton
786b55591d add ; needed by newer version of bison 2017-01-22 08:56:01 -08:00
Jim Saxton
f58833fcb4 bump ide version, update copyright notice. 2017-01-18 09:26:48 -08:00
Jim Saxton
cfc30ac608 fix "Open Project Folder" to open the folder for the selected project - file. 2017-01-13 08:55:14 -08:00
Jim Saxton
021621f9f6 removed "&exverbatim" from tHelp_E file. 2016-07-29 14:40:40 -07:00
Jim Saxton
e1459f1135 add peek$("refsreceived") documentation 2016-05-03 17:50:13 -07:00