Initial revision
commit410152a12cc513ee136598439926a26c57c36ea4
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)
tree216b029f44cdb7d1812cc422329c27b7061128b0
parent1371fb5afbc5e6a071f414e45b999670256c2d4e
Initial revision
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]