Initial import of gattrib 20040806alesstart
commit6b7322d846c85a05166e91a5993167cd43724c86
authorAles Hvezda <ahvezda@seul.org>
Sun, 8 Aug 2004 02:46:43 +0000 (8 02:46 +0000)
committerAles Hvezda <ahvezda@seul.org>
Sun, 8 Aug 2004 02:46:43 +0000 (8 02:46 +0000)
treec662139113ced1059e42bc8b10842dec11a68b36
parent3180244c8fd0894ddfd5c0a0159abbad13f88633
Initial import of gattrib 20040806
53 files changed:
gattrib/AUTHORS [new file with mode: 0644]
gattrib/COPYING [new file with mode: 0644]
gattrib/ChangeLog [new file with mode: 0644]
gattrib/INSTALL [new file with mode: 0644]
gattrib/Makefile.am [new file with mode: 0644]
gattrib/NEWS [new file with mode: 0644]
gattrib/NOTES [new file with mode: 0644]
gattrib/README [new file with mode: 0644]
gattrib/README.gEDA [new file with mode: 0644]
gattrib/ToDos [new file with mode: 0644]
gattrib/autogen.sh [new file with mode: 0755]
gattrib/configure.ac [new file with mode: 0644]
gattrib/include/Makefile.am [new file with mode: 0644]
gattrib/include/gettext.h [new file with mode: 0644]
gattrib/include/globals.h [new file with mode: 0644]
gattrib/include/gtkextra-marshal.h [new file with mode: 0644]
gattrib/include/gtkitementry_1_2.h [new file with mode: 0644]
gattrib/include/gtkitementry_2_2.h [new file with mode: 0644]
gattrib/include/gtksheet_1_2.h [new file with mode: 0644]
gattrib/include/gtksheet_2_2.h [new file with mode: 0644]
gattrib/include/i_vars.h [new file with mode: 0644]
gattrib/include/pixmaps.h [new file with mode: 0644]
gattrib/include/prototype.h [new file with mode: 0644]
gattrib/include/struct.h [new file with mode: 0644]
gattrib/include/x_menu.h [new file with mode: 0644]
gattrib/include/x_states.h [new file with mode: 0644]
gattrib/lib/Makefile.am [new file with mode: 0644]
gattrib/lib/system-gattribrc.in [new file with mode: 0644]
gattrib/src/Makefile.am [new file with mode: 0644]
gattrib/src/g_rc.c [new file with mode: 0644]
gattrib/src/g_register.c [new file with mode: 0644]
gattrib/src/gattrib.c [new file with mode: 0644]
gattrib/src/globals.c [new file with mode: 0644]
gattrib/src/gtkextra-marshal.c [new file with mode: 0644]
gattrib/src/gtkitementry_1_2.c [new file with mode: 0644]
gattrib/src/gtkitementry_2_2.c [new file with mode: 0644]
gattrib/src/gtksheet_1_2.c [new file with mode: 0644]
gattrib/src/gtksheet_2_2.c [new file with mode: 0644]
gattrib/src/i_basic.c [new file with mode: 0644]
gattrib/src/i_vars.c [new file with mode: 0644]
gattrib/src/listsort.c [new file with mode: 0644]
gattrib/src/parsecmd.c [new file with mode: 0644]
gattrib/src/s_misc.c [new file with mode: 0644]
gattrib/src/s_object.c [new file with mode: 0644]
gattrib/src/s_rename.c [new file with mode: 0644]
gattrib/src/s_sheet_data.c [new file with mode: 0644]
gattrib/src/s_string_list.c [new file with mode: 0644]
gattrib/src/s_table.c [new file with mode: 0644]
gattrib/src/s_toplevel.c [new file with mode: 0644]
gattrib/src/x_dialog.c [new file with mode: 0644]
gattrib/src/x_fileselect.c [new file with mode: 0644]
gattrib/src/x_gtksheet.c [new file with mode: 0644]
gattrib/src/x_window.c [new file with mode: 0644]