configure.in removed traces of gap which was moved to a separate CVS
2003-03-25 Sven Neumann <sven@gimp.org> * configure.in * plug-ins/Makefile.am: removed traces of gap which was moved to a separate CVS module and bumped the version to 1.3.14. * pixmaps/Makefile.am: removed a couple of pixmaps that are not used any longer.
This commit is contained in:

committed by
Sven Neumann

parent
ea8e22bbff
commit
3dd44bf210
@ -1,3 +1,12 @@
|
|||||||
|
2003-03-25 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* configure.in
|
||||||
|
* plug-ins/Makefile.am: removed traces of gap which was moved to a
|
||||||
|
separate CVS module and bumped the version to 1.3.14.
|
||||||
|
|
||||||
|
* pixmaps/Makefile.am: removed a couple of pixmaps that are not
|
||||||
|
used any longer.
|
||||||
|
|
||||||
2003-03-25 Michael Natterer <mitch@gimp.org>
|
2003-03-25 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/widgets/gimpcontainertreeview.c
|
* app/widgets/gimpcontainertreeview.c
|
||||||
|
@ -32,7 +32,7 @@ GIMPPRINT_REQUIRED_VERSION=4.2.0
|
|||||||
#
|
#
|
||||||
GIMP_MAJOR_VERSION=1
|
GIMP_MAJOR_VERSION=1
|
||||||
GIMP_MINOR_VERSION=3
|
GIMP_MINOR_VERSION=3
|
||||||
GIMP_MICRO_VERSION=13
|
GIMP_MICRO_VERSION=14
|
||||||
GIMP_INTERFACE_AGE=0
|
GIMP_INTERFACE_AGE=0
|
||||||
GIMP_BINARY_AGE=0
|
GIMP_BINARY_AGE=0
|
||||||
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
|
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
|
||||||
@ -1065,7 +1065,6 @@ AC_SUBST(GIMP_PLUGINS)
|
|||||||
AC_SUBST(GIMP_MODULES)
|
AC_SUBST(GIMP_MODULES)
|
||||||
|
|
||||||
dnl These are not built nor included in the tarball for the time being.
|
dnl These are not built nor included in the tarball for the time being.
|
||||||
dnl plug-ins/gap/Makefile
|
|
||||||
dnl plug-ins/plugin-helper/Makefile
|
dnl plug-ins/plugin-helper/Makefile
|
||||||
dnl plug-ins/tools/common/Makefile
|
dnl plug-ins/tools/common/Makefile
|
||||||
|
|
||||||
|
@ -3,23 +3,14 @@
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
delete.xpm \
|
delete.xpm \
|
||||||
duplicate.xpm \
|
duplicate.xpm \
|
||||||
first.xpm \
|
|
||||||
last.xpm \
|
|
||||||
locked.xbm \
|
locked.xbm \
|
||||||
next.xpm \
|
|
||||||
new.xpm \
|
new.xpm \
|
||||||
no.xpm \
|
|
||||||
path.xbm \
|
path.xbm \
|
||||||
penadd.xpm \
|
penadd.xpm \
|
||||||
pendel.xpm \
|
pendel.xpm \
|
||||||
penedit.xpm \
|
penedit.xpm \
|
||||||
pennorm.xpm \
|
pennorm.xpm \
|
||||||
penstroke.xpm \
|
penstroke.xpm \
|
||||||
play.xpm \
|
|
||||||
prev.xpm \
|
|
||||||
question.xpm \
|
|
||||||
topath.xpm \
|
topath.xpm \
|
||||||
toselection.xpm \
|
toselection.xpm \
|
||||||
update.xpm \
|
wilber2.xpm
|
||||||
wilber2.xpm \
|
|
||||||
yes.xpm
|
|
||||||
|
@ -1,40 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * first_xpm[] = {
|
|
||||||
"13 13 24 1",
|
|
||||||
" c None",
|
|
||||||
". c #000000",
|
|
||||||
"+ c #333333",
|
|
||||||
"@ c #999999",
|
|
||||||
"# c #FFFFFF",
|
|
||||||
"$ c #CCCCCC",
|
|
||||||
"% c #BEBEBE",
|
|
||||||
"& c #E5E5E5",
|
|
||||||
"* c #CDCDCD",
|
|
||||||
"= c #8B8B8B",
|
|
||||||
"- c #B7B7B7",
|
|
||||||
"; c #A2A2A2",
|
|
||||||
"> c #6B6B6B",
|
|
||||||
", c #636363",
|
|
||||||
"' c #979797",
|
|
||||||
") c #A4A4A4",
|
|
||||||
"! c #9B9B9B",
|
|
||||||
"~ c #5D5D5D",
|
|
||||||
"{ c #9F9F9F",
|
|
||||||
"] c #B2B2B2",
|
|
||||||
"^ c #757575",
|
|
||||||
"/ c #8A8A8A",
|
|
||||||
"( c #666666",
|
|
||||||
"_ c #898989",
|
|
||||||
".. . ",
|
|
||||||
".+ ..@.",
|
|
||||||
".+ ..@##.",
|
|
||||||
".+ ..@##$#.",
|
|
||||||
".+ ..@##$%$#.",
|
|
||||||
"...@&*=-;$$#.",
|
|
||||||
".+>,'=)!$%$#.",
|
|
||||||
"...+~{=-]$$#.",
|
|
||||||
".+ ..+^/-%$#.",
|
|
||||||
".+ ..+()$#.",
|
|
||||||
".+ ..+_@.",
|
|
||||||
".+ ..+.",
|
|
||||||
".. . "};
|
|
@ -1,40 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * last_xpm[] = {
|
|
||||||
"13 13 24 1",
|
|
||||||
" c None",
|
|
||||||
". c #000000",
|
|
||||||
"+ c #999999",
|
|
||||||
"@ c #333333",
|
|
||||||
"# c #FFFFFF",
|
|
||||||
"$ c #CCCCCC",
|
|
||||||
"% c #BEBEBE",
|
|
||||||
"& c #A2A2A2",
|
|
||||||
"* c #B7B7B7",
|
|
||||||
"= c #8B8B8B",
|
|
||||||
"- c #CDCDCD",
|
|
||||||
"; c #E5E5E5",
|
|
||||||
"> c #9B9B9B",
|
|
||||||
", c #A4A4A4",
|
|
||||||
"' c #979797",
|
|
||||||
") c #636363",
|
|
||||||
"! c #6B6B6B",
|
|
||||||
"~ c #B2B2B2",
|
|
||||||
"{ c #9F9F9F",
|
|
||||||
"] c #5D5D5D",
|
|
||||||
"^ c #8A8A8A",
|
|
||||||
"/ c #757575",
|
|
||||||
"( c #666666",
|
|
||||||
"_ c #898989",
|
|
||||||
" . ..",
|
|
||||||
".+.. @.",
|
|
||||||
".##+.. @.",
|
|
||||||
".#$##+.. @.",
|
|
||||||
".#$%$##+.. @.",
|
|
||||||
".#$$&*=-;+...",
|
|
||||||
".#$%$>,=')!@.",
|
|
||||||
".#$$~*={]@...",
|
|
||||||
".#$%*^/@.. @.",
|
|
||||||
".#$,(@.. @.",
|
|
||||||
".+_@.. @.",
|
|
||||||
".@.. @.",
|
|
||||||
" . .."};
|
|
@ -1,38 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * next_xpm[] = {
|
|
||||||
"13 13 22 1",
|
|
||||||
" c None",
|
|
||||||
". c #000000",
|
|
||||||
"+ c #333333",
|
|
||||||
"@ c #FFFFFF",
|
|
||||||
"# c #999999",
|
|
||||||
"$ c #CCCCCC",
|
|
||||||
"% c #A2A2A2",
|
|
||||||
"& c #B7B7B7",
|
|
||||||
"* c #8B8B8B",
|
|
||||||
"= c #CDCDCD",
|
|
||||||
"- c #E5E5E5",
|
|
||||||
"; c #9B9B9B",
|
|
||||||
"> c #A4A4A4",
|
|
||||||
", c #979797",
|
|
||||||
"' c #636363",
|
|
||||||
") c #6B6B6B",
|
|
||||||
"! c #B2B2B2",
|
|
||||||
"~ c #9F9F9F",
|
|
||||||
"{ c #5D5D5D",
|
|
||||||
"] c #8A8A8A",
|
|
||||||
"^ c #757575",
|
|
||||||
"/ c #666666",
|
|
||||||
" ",
|
|
||||||
".. . ",
|
|
||||||
".+ ... ",
|
|
||||||
".+ .@#.. ",
|
|
||||||
".+ .$@@#.. ",
|
|
||||||
".+ .%&*=-#.. ",
|
|
||||||
".+ .$;>*,')+.",
|
|
||||||
".+ .!&*~{+.. ",
|
|
||||||
".+ .&]^+.. ",
|
|
||||||
".+ ./+.. ",
|
|
||||||
".+ ... ",
|
|
||||||
".. . ",
|
|
||||||
" "};
|
|
@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * no_xpm[] = {
|
|
||||||
"13 14 8 1",
|
|
||||||
" c None",
|
|
||||||
". c #000000",
|
|
||||||
"+ c #C46D74",
|
|
||||||
"@ c #9F3C44",
|
|
||||||
"# c #B5444E",
|
|
||||||
"$ c #BD5A62",
|
|
||||||
"% c #7B2D34",
|
|
||||||
"& c #8C343C",
|
|
||||||
" .. . ",
|
|
||||||
" .+@. .#.",
|
|
||||||
" .##. .$#.",
|
|
||||||
" .#@. .$#%.",
|
|
||||||
" .##..$#&. ",
|
|
||||||
" .####@. ",
|
|
||||||
" .####. ",
|
|
||||||
" .$###. ",
|
|
||||||
" .$####. ",
|
|
||||||
" .$#&..#&. ",
|
|
||||||
".+#&. .@#. ",
|
|
||||||
".#&. .#@. ",
|
|
||||||
" .. .@#. ",
|
|
||||||
" .. "};
|
|
@ -1,39 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * play_xpm[] = {
|
|
||||||
"13 13 23 1",
|
|
||||||
" c None",
|
|
||||||
". c #000000",
|
|
||||||
"+ c #4D4D4D",
|
|
||||||
"@ c #808080",
|
|
||||||
"# c #666666",
|
|
||||||
"$ c #5F5F5F",
|
|
||||||
"% c #515151",
|
|
||||||
"& c #5C5C5C",
|
|
||||||
"* c #464646",
|
|
||||||
"= c #676767",
|
|
||||||
"- c #737373",
|
|
||||||
"; c #4E4E4E",
|
|
||||||
"> c #525252",
|
|
||||||
", c #4C4C4C",
|
|
||||||
"' c #323232",
|
|
||||||
") c #363636",
|
|
||||||
"! c #1A1A1A",
|
|
||||||
"~ c #595959",
|
|
||||||
"{ c #505050",
|
|
||||||
"] c #2F2F2F",
|
|
||||||
"^ c #454545",
|
|
||||||
"/ c #3B3B3B",
|
|
||||||
"( c #333333",
|
|
||||||
" . ",
|
|
||||||
".+.. ",
|
|
||||||
".@@+.. ",
|
|
||||||
".@#@@+.. ",
|
|
||||||
".@#$#@@+.. ",
|
|
||||||
".@##%&*=-+.. ",
|
|
||||||
".@#$#;>*,')!.",
|
|
||||||
".@##~&*{]!.. ",
|
|
||||||
".@#$&^/!.. ",
|
|
||||||
".@#>(!.. ",
|
|
||||||
".+^!.. ",
|
|
||||||
".!.. ",
|
|
||||||
" . "};
|
|
@ -1,38 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * prev_xpm[] = {
|
|
||||||
"13 13 22 1",
|
|
||||||
" c None",
|
|
||||||
". c #000000",
|
|
||||||
"+ c #333333",
|
|
||||||
"@ c #999999",
|
|
||||||
"# c #FFFFFF",
|
|
||||||
"$ c #CCCCCC",
|
|
||||||
"% c #E5E5E5",
|
|
||||||
"& c #CDCDCD",
|
|
||||||
"* c #8B8B8B",
|
|
||||||
"= c #B7B7B7",
|
|
||||||
"- c #A2A2A2",
|
|
||||||
"; c #6B6B6B",
|
|
||||||
"> c #636363",
|
|
||||||
", c #979797",
|
|
||||||
"' c #A4A4A4",
|
|
||||||
") c #9B9B9B",
|
|
||||||
"! c #5D5D5D",
|
|
||||||
"~ c #9F9F9F",
|
|
||||||
"{ c #B2B2B2",
|
|
||||||
"] c #757575",
|
|
||||||
"^ c #8A8A8A",
|
|
||||||
"/ c #666666",
|
|
||||||
" ",
|
|
||||||
" . ..",
|
|
||||||
" ... +.",
|
|
||||||
" ..@#. +.",
|
|
||||||
" ..@##$. +.",
|
|
||||||
" ..@%&*=-. +.",
|
|
||||||
".+;>,*')$. +.",
|
|
||||||
" ..+!~*={. +.",
|
|
||||||
" ..+]^=. +.",
|
|
||||||
" ..+/. +.",
|
|
||||||
" ... +.",
|
|
||||||
" . ..",
|
|
||||||
" "};
|
|
@ -1,70 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * question_xpm[] = {
|
|
||||||
"18 27 40 1",
|
|
||||||
" c None",
|
|
||||||
". c #000000",
|
|
||||||
"+ c #CDCACD",
|
|
||||||
"@ c #BDBEBD",
|
|
||||||
"# c #ACAEAC",
|
|
||||||
"$ c #A4A5A4",
|
|
||||||
"% c #6A756A",
|
|
||||||
"& c #313031",
|
|
||||||
"* c #202420",
|
|
||||||
"= c #292829",
|
|
||||||
"- c #4A4C4A",
|
|
||||||
"; c #A4A1A4",
|
|
||||||
"> c #312C31",
|
|
||||||
", c #101410",
|
|
||||||
"' c #201C20",
|
|
||||||
") c #B4B6B4",
|
|
||||||
"! c #202020",
|
|
||||||
"~ c #C5C2C5",
|
|
||||||
"{ c #A4AAA4",
|
|
||||||
"] c #8B8D8B",
|
|
||||||
"^ c #080808",
|
|
||||||
"/ c #ACB2AC",
|
|
||||||
"( c #525952",
|
|
||||||
"_ c #000400",
|
|
||||||
": c #BDBABD",
|
|
||||||
"< c #4A444A",
|
|
||||||
"[ c #4A484A",
|
|
||||||
"} c #ACAAAC",
|
|
||||||
"| c #9C999C",
|
|
||||||
"1 c #524C52",
|
|
||||||
"2 c #5A5D5A",
|
|
||||||
"3 c #625962",
|
|
||||||
"4 c #313431",
|
|
||||||
"5 c #292C29",
|
|
||||||
"6 c #5A555A",
|
|
||||||
"7 c #C5C6C5",
|
|
||||||
"8 c #393C39",
|
|
||||||
"9 c #B4B2B4",
|
|
||||||
"0 c #6A656A",
|
|
||||||
"a c #949994",
|
|
||||||
"..................",
|
|
||||||
".++@###@+++@###@+.",
|
|
||||||
".++@###@+++@###@+.",
|
|
||||||
".@@@@@@@@@@@@@@@@.",
|
|
||||||
".##@@$%&*=-;+++@#.",
|
|
||||||
".#$>...,*'..*)+@#.",
|
|
||||||
".#;.!;~@##{]^^)@#.",
|
|
||||||
".@/.(@@@@@@@$_*:@.",
|
|
||||||
".+@.<##@+++@#[.}+.",
|
|
||||||
".++@###@+++@#].|+.",
|
|
||||||
".++@###@+++@#].|+.",
|
|
||||||
".@@@@@@@@@@@@1.}@.",
|
|
||||||
".##@+++@###@}.*:#.",
|
|
||||||
".##@+++@##;2.^)@#.",
|
|
||||||
".##@+++}3=..4:+@#.",
|
|
||||||
".@@@@@@5..6$@@@@@.",
|
|
||||||
".++@###*.7+@###@+.",
|
|
||||||
".++@###!.++@###@+.",
|
|
||||||
".++@##$88@+@###@+.",
|
|
||||||
".@@@@9,..^9@@@@@@.",
|
|
||||||
".##@+;....0@+++@#.",
|
|
||||||
".##@+:....a@+++@#.",
|
|
||||||
".##@++}8=]#@+++@#.",
|
|
||||||
".@@@@@@@@@@@@@@@@.",
|
|
||||||
".++@###@+++@###@+.",
|
|
||||||
".++@###@+++@###@+.",
|
|
||||||
".................."};
|
|
@ -1,96 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * update_xpm[] = {
|
|
||||||
"17 17 76 1",
|
|
||||||
" c None",
|
|
||||||
". c #C5C5C5",
|
|
||||||
"+ c #8A8A8A",
|
|
||||||
"@ c #000000",
|
|
||||||
"# c #848484",
|
|
||||||
"$ c #B2B2B2",
|
|
||||||
"% c #979797",
|
|
||||||
"& c #343434",
|
|
||||||
"* c #272727",
|
|
||||||
"= c #CCCCCC",
|
|
||||||
"- c #111111",
|
|
||||||
"; c #2C2C2C",
|
|
||||||
"> c #838383",
|
|
||||||
", c #545454",
|
|
||||||
"' c #202020",
|
|
||||||
") c #525252",
|
|
||||||
"! c #ADADAD",
|
|
||||||
"~ c #FFFFFF",
|
|
||||||
"{ c #989898",
|
|
||||||
"] c #494949",
|
|
||||||
"^ c #222222",
|
|
||||||
"/ c #565656",
|
|
||||||
"( c #535353",
|
|
||||||
"_ c #262626",
|
|
||||||
": c #888888",
|
|
||||||
"< c #C8C8C8",
|
|
||||||
"[ c #666666",
|
|
||||||
"} c #C6C6C6",
|
|
||||||
"| c #1D1D1D",
|
|
||||||
"1 c #5A5A5A",
|
|
||||||
"2 c #9A9A9A",
|
|
||||||
"3 c #8C8C8C",
|
|
||||||
"4 c #DADADA",
|
|
||||||
"5 c #999999",
|
|
||||||
"6 c #969696",
|
|
||||||
"7 c #141414",
|
|
||||||
"8 c #282828",
|
|
||||||
"9 c #555555",
|
|
||||||
"0 c #C7C7C7",
|
|
||||||
"a c #4B4B4B",
|
|
||||||
"b c #2A2A2A",
|
|
||||||
"c c #B0B0B0",
|
|
||||||
"d c #BEBEBE",
|
|
||||||
"e c #919191",
|
|
||||||
"f c #BBBBBB",
|
|
||||||
"g c #8F8F8F",
|
|
||||||
"h c #1C1C1C",
|
|
||||||
"i c #B7B7B7",
|
|
||||||
"j c #B6B6B6",
|
|
||||||
"k c #8B8B8B",
|
|
||||||
"l c #292929",
|
|
||||||
"m c #C0C0C0",
|
|
||||||
"n c #AEAEAE",
|
|
||||||
"o c #B3B3B3",
|
|
||||||
"p c #8E8E8E",
|
|
||||||
"q c #1E1E1E",
|
|
||||||
"r c #B8B8B8",
|
|
||||||
"s c #909090",
|
|
||||||
"t c #BABABA",
|
|
||||||
"u c #333333",
|
|
||||||
"v c #2B2B2B",
|
|
||||||
"w c #0E0E0E",
|
|
||||||
"x c #4F4F4F",
|
|
||||||
"y c #939393",
|
|
||||||
"z c #1F1F1F",
|
|
||||||
"A c #585858",
|
|
||||||
"B c #484848",
|
|
||||||
"C c #505050",
|
|
||||||
"D c #B9B9B9",
|
|
||||||
"E c #9D9D9D",
|
|
||||||
"F c #101010",
|
|
||||||
"G c #5B5B5B",
|
|
||||||
"H c #252525",
|
|
||||||
"I c #808080",
|
|
||||||
"J c #959595",
|
|
||||||
"K c #C9C9C9",
|
|
||||||
" .+@#$ ",
|
|
||||||
" %&*@=@-;> ",
|
|
||||||
" ,')!@~@{]^/ ",
|
|
||||||
" (_:<@=~[@}%|1 ",
|
|
||||||
" 2|3 @~45@ 67> ",
|
|
||||||
" 89< @=~=4[@ 0ab ",
|
|
||||||
"c-5 @~d4d5@ e-f",
|
|
||||||
"ghi @=~4d4d[@ jhk",
|
|
||||||
">lm @~=n=o=5@ mb>",
|
|
||||||
"pqr@=~5=5=5d[@j|+",
|
|
||||||
"o-%@~5o5o5o55@s-t",
|
|
||||||
" _@=5[[[[[[[[u@v ",
|
|
||||||
" :w@@@@@@@@@@@q: ",
|
|
||||||
" xby< 0yzA ",
|
|
||||||
" B^C6DmfEaFG ",
|
|
||||||
" e*FzbH*bI ",
|
|
||||||
" ok>JK "};
|
|
@ -1,35 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * yes_xpm[] = {
|
|
||||||
"13 14 18 1",
|
|
||||||
" c None",
|
|
||||||
". c #000000",
|
|
||||||
"+ c #B3C2A7",
|
|
||||||
"@ c #708C58",
|
|
||||||
"# c #859D71",
|
|
||||||
"$ c #627B4D",
|
|
||||||
"% c #97AB86",
|
|
||||||
"& c #566C43",
|
|
||||||
"* c #A2BD9E",
|
|
||||||
"= c #789774",
|
|
||||||
"- c #88AC84",
|
|
||||||
"; c #5E764A",
|
|
||||||
"> c #698566",
|
|
||||||
", c #6D8855",
|
|
||||||
"' c #688251",
|
|
||||||
") c #668050",
|
|
||||||
"! c #6D8956",
|
|
||||||
"~ c #4F633E",
|
|
||||||
" .. ",
|
|
||||||
" .+@. ",
|
|
||||||
" .#$. ",
|
|
||||||
" .%@. ",
|
|
||||||
" .. .#&. ",
|
|
||||||
".*=. .#@. ",
|
|
||||||
".--.. .@&. ",
|
|
||||||
" .-=..;@. ",
|
|
||||||
" .-->.,&. ",
|
|
||||||
" .--'). ",
|
|
||||||
" .-!~. ",
|
|
||||||
" .--. ",
|
|
||||||
" .>. ",
|
|
||||||
" . "};
|
|
@ -55,7 +55,3 @@ SUBDIRS = \
|
|||||||
$(XJT) \
|
$(XJT) \
|
||||||
common \
|
common \
|
||||||
tools
|
tools
|
||||||
|
|
||||||
## plugin-helper \
|
|
||||||
## gap \
|
|
||||||
## gdyntext \
|
|
||||||
|
@ -147,31 +147,6 @@ plug-ins/fits/fits.c
|
|||||||
plug-ins/flame/flame.c
|
plug-ins/flame/flame.c
|
||||||
plug-ins/fp/fp.c
|
plug-ins/fp/fp.c
|
||||||
plug-ins/fp/fp_gtk.c
|
plug-ins/fp/fp_gtk.c
|
||||||
#plug-ins/gap/gap_arr_dialog.c
|
|
||||||
#plug-ins/gap/gap_dbbrowser_utils.c
|
|
||||||
#plug-ins/gap/gap_decode_mpeg_main.c
|
|
||||||
#plug-ins/gap/gap_decode_xanim.c
|
|
||||||
#plug-ins/gap/gap_filter_foreach.c
|
|
||||||
#plug-ins/gap/gap_filter_main.c
|
|
||||||
#plug-ins/gap/gap_frontends_main.c
|
|
||||||
#plug-ins/gap/gap_lib.c
|
|
||||||
#plug-ins/gap/gap_main.c
|
|
||||||
#plug-ins/gap/gap_mod_layer.c
|
|
||||||
#plug-ins/gap/gap_mov_dialog.c
|
|
||||||
#plug-ins/gap/gap_mov_exec.c
|
|
||||||
#plug-ins/gap/gap_mpege.c
|
|
||||||
#plug-ins/gap/gap_navigator_dialog.c
|
|
||||||
#plug-ins/gap/gap_range_ops.c
|
|
||||||
#plug-ins/gap/gap_resi_dialog.c
|
|
||||||
#plug-ins/gap/gap_split.c
|
|
||||||
#plug-ins/gap/resize.c
|
|
||||||
#plug-ins/gdyntext/charmap.c
|
|
||||||
#plug-ins/gdyntext/charmap_window.c
|
|
||||||
#plug-ins/gdyntext/font_selection.c
|
|
||||||
#plug-ins/gdyntext/gdyntext.c
|
|
||||||
#plug-ins/gdyntext/gdyntext_ui.c
|
|
||||||
#plug-ins/gdyntext/gdyntextcompat.c
|
|
||||||
#plug-ins/gdyntext/message_window.c
|
|
||||||
plug-ins/gfig/gfig.c
|
plug-ins/gfig/gfig.c
|
||||||
plug-ins/gflare/gflare.c
|
plug-ins/gflare/gflare.c
|
||||||
plug-ins/gfli/gfli.c
|
plug-ins/gfli/gfli.c
|
||||||
|
Reference in New Issue
Block a user