Commit Graph

55 Commits

Author SHA1 Message Date
Jim Saxton
224fab2ea1 add default case to message received. fixes texturl 2019-11-02 09:58:56 -07: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
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
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
b5fbde6e23 prepare for release 2017-08-07 09:51:26 -07:00
Jim Saxton
20854fc3b0 add an option to close all files 2017-07-07 13:37:44 -07:00
Jim Saxton
b88fb30160 add check for minimized window 2017-07-07 12:06:18 -07: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
021621f9f6 removed "&exverbatim" from tHelp_E file. 2016-07-29 14:40:40 -07:00
Jim Saxton
b291c83078 prepare for release -- wip -- 2016-04-25 08:28:53 -07:00
Jim Saxton
e3863980fd add https:// to texturl 2016-04-15 15:23:08 -07:00
Jim Saxton
52e0eea2ce clean-up makefile 2016-02-07 10:36:10 -08:00
Jim Saxton
309914cada fix makefile to work with x86 2016-02-06 23:50:36 -08:00
Jim Saxton
1bbb5e8a44 fix shutdown bug 2016-02-05 15:24:05 -08:00
Jim Saxton
1bff209a17 Detect gcc version and modify LD to allow x86 and x86_gcc2 to compile. 2016-02-04 11:38:18 -08:00
Jim Saxton
ff4a755ca4 revert change for gcc4 as it breaks gcc2 compiling. 2016-02-04 10:40:35 -08:00
Jim Saxton
b25383ea7b adjust makefile to allow gcc4 to compile again. 2016-02-03 20:20:38 -08:00
Jim Saxton
7f4b4694cf Bump version in .rdef file 2016-01-28 12:05:06 -08:00
Jim Saxton
206d08363e Change required to run yab with public mix_color, bump yab version. 2016-01-28 11:52:57 -08:00
Jim Saxton
b7b79564d2 remove libyab.so binary 2015-11-18 14:10:39 -08:00
Jim Saxton
3ec069a4cd prepare for point release 2015-11-18 08:59:34 -08:00
Jim Saxton
3314348e1f preparing for point release 2015-11-18 08:43:46 -08:00
Jim Saxton
ca98410d86 Remove a file uploaded by mistake. 2015-11-06 08:27:00 -08:00
Jim Saxton
65225691b3 change curser to cursor 2015-11-03 22:02:26 -08:00
Jim Saxton
9ab5e3addd give TextEdit new abilities. 2015-10-31 12:25:57 -07:00
Jim Saxton
a922aea5b7 minor documentation update 2015-10-29 09:54:23 -07:00
Jim Saxton
ab4554395d add a small gutter to the textedit window. 2015-10-28 22:08:05 -07:00
Jim
afa8e9bf1a comment out second srand statement ... fixes ran() command 2015-07-08 13:57:35 -07:00
Jim
c1ee990d14 revert change to ran() 2015-07-06 13:55:03 -07:00
Jim
4cc8836c33 fix ran() function to give a random number even on the first run. 2015-07-06 13:04:54 -07:00
Jim
01c7b6bd64 prepare for the next release. bump yab to 1.7.5, bump yab-IDE to 2.2.5 2015-06-06 20:52:18 -07:00
Jessica Hamilton
5d83b8bcbe Include current directory for library search path
* Fixes an issue with running locally built yab
  prior to installing.
2015-05-31 14:51:25 +12:00
Jessica Hamilton
8a836e1b10 Create libyab.so, as well as an install target.
* This also updates the BuildFactory Automakefile to
  make use of libyab.so.
* fixattributes.sh has been integrated into the
  Makefile, so is no longer required.
* yab binaries will now depend on libyab.so, including
  yab itself.
2015-05-31 14:19:10 +12:00
Jim
ebce2d1e38 update demo programs to use new features 2015-05-09 15:45:47 -07:00
Jim
83339084fe added Item$ = "__SmIC__="+FileName$ to COLUMNBOX ADD, add a filemode: r+ ( read/write ) 2015-05-05 21:04:32 -07:00
Jim
cd2a1ddb30 prepare for release yab 1.7.4.5 ide 2.2.4.4 2015-04-25 08:00:15 -07:00
Jim
989510264b fix crash on "cloes all" and error on system shutdown/restart. 2015-04-24 20:21:54 -07:00
Jim
fb6e3df844 Revert "add pause to prevent yab crashing on Deskbar Close all"
This reverts commit 66bedce9ba.
2015-04-23 20:29:12 -07:00
Jim
66bedce9ba add pause to prevent yab crashing on Deskbar Close all 2015-04-23 20:09:07 -07:00