Commit Graph

22 Commits

Author SHA1 Message Date
Jim Saxton
982715e4e8 merging 1.7.8 changed files. 2020-03-08 12:40:42 -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
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
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
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
1bbb5e8a44 fix shutdown bug 2016-02-05 15:24:05 -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
ab4554395d add a small gutter to the textedit window. 2015-10-28 22:08:05 -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
Jim
2e68d1b447 Update ATTRIBUTE GET$ "","" to only return the path as this is more useful. 2015-04-20 09:27:25 -07:00
Jim
60573e5b1e modify ATTRIBUTE GET$ to also get the program directory/filename with a$=ATTRIBUTE GET$ "","" 2015-04-19 09:59:42 -07:00
Jim
d24e5115f3 Allow scaled vect with BITMAP GET 2015-04-15 11:51:47 -07:00
Jim
3e33065a02 initiaql check-in, moved repository -- no-longer a fork of
haikuarchives/yab
2015-04-13 13:40:27 -07:00