Jim Saxton
6cac5ef25a
set appsig fr omimetype m remark in file
2016-04-24 09:12:03 -07:00
Jim Saxton
c36fc02800
added popup.yab library
2016-04-23 05:51:47 -07:00
Jim Saxton
e3863980fd
add https:// to texturl
2016-04-15 15:23:08 -07:00
Jim Saxton
576d42f4ca
remove un-needed colon ":" from switch statements in template files.
2016-03-18 07:35:56 -07:00
Jim Saxton
3b52a6334e
clean-up
2016-03-01 13:15:02 -08:00
Jim Saxton
7018619dab
add IRC channel.
2016-03-01 13:12:55 -08:00
Jim Saxton
35b230574a
add back 3 header files needed by BuildFactory
2016-02-14 20:25:58 -08: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
98c423360b
Buildfactory needs fewer files since libyab.so
...
Preparing for x86 build
2016-02-06 17:03:44 -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
525d957131
prepare for point release
2015-11-18 09:51:52 -08:00
Jim Saxton
3ec069a4cd
prepare for point release
2015-11-18 08:59:34 -08:00
Jim Saxton
a4fd85d357
prepare for point release
2015-11-18 08:57:44 -08:00
Jim Saxton
a4f5dc94d2
preparing for point release
2015-11-18 08:45:18 -08:00
Jim Saxton
3314348e1f
preparing for point release
2015-11-18 08:43:46 -08:00
Jim Saxton
9a1447874a
fix typo
2015-11-18 08:18:12 -08:00
Jim Saxton
ca98410d86
Remove a file uploaded by mistake.
2015-11-06 08:27:00 -08:00
Jim Saxton
7ce0ef47ae
change curser to cursor
2015-11-03 22:09: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 Saxton
34ada3672e
re-direct output of ls command used to test if the directory exists to
...
/dev/null
2015-08-06 12:53:44 -07:00
Jim
001a3d1aa4
fix filehandle leak in fileblock.yab
2015-07-30 12:58:27 -07:00
Jim
edcdfd3231
use line input to read a line of a file insdeas of peek, fixes hang on files without "\n" at the end.
2015-07-12 22:10:31 -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
0e588903c5
add libyab.so to .gitignore
2015-07-06 13:42:10 -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
89d7787305
make all variables local and clean-up fileblock.yab, fixes problems when bound.
2015-06-30 06:51:40 -07:00
Jim
061c20a0dc
add subroutine numberofrecords
2015-06-21 20:30:50 -07:00
Jim
1d6cf80655
more help tree clean-up
2015-06-18 11:25:37 -07:00
Jim
ea5e43c683
document adding to / modifying the help data
2015-06-17 21:39:02 -07:00
Jim
c5bc2b25f4
update help treebox data
2015-06-17 21:11:38 -07:00
Jim
8854dcc7de
remove junk files from yab-IDE/src
2015-06-16 08:01:15 -07:00
Jim
0169f9a8cf
WIP updating help tree data
2015-06-16 07:59:33 -07:00
Jim
7c924ab138
add lof() to fileblock.yab
2015-06-11 12:41:05 -07:00
Jim
3a7106136f
add yab version to about window
2015-06-10 21:42:08 -07:00
Jim
7d3fc9dde5
copy bison.h to BuildFactory ( changed with libyab.so )
2015-06-09 22:40:05 -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
bbjimmy
ca1f098c3c
Merge pull request #1 from jessicah/master
...
Create libyab.so, as well as an install target.
2015-05-30 21:44:01 -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