summaryrefslogtreecommitdiff
path: root/gtk/makeenums.pl
Commit message (Collapse)AuthorAgeFilesLines
* use more elaborate variable names.Tim Janik2001-04-031-1/+1
| | | | | | | | | Tue Apr 3 05:09:07 2001 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate variable names. * gtk/makeenums.pl: touch this so enum files get remade.
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
| | | | | | | | | | | | | | | | | I submitted this patch twice to gtk-devel-list, and received no comments, so am committing it. Although not exhaustively tested, I have been using this gtk+ for a week w/o problems, and I did read the code to ensure that nothing ever writes to these data structures. If by chance people encounter SEGV's in gtk+ code that is setting values in global data structures, this patch could be a possible culprit. 1998-11-30 Elliot Lee <sopwith@cuc.ml.org> * {gdk,gtk}/*.c: Make read-only data structures "static const" to allow them to be shared, mainly including (but not limited to) the GtkTypeInfo structures for each class. * gtk/gtkfilesel.c: Add /net to the "leave me alone" directory listing.
* reverted bogus and undocumented!!! changes from Jay Cox (98/11/23Tim Janik1998-11-261-4/+5
| | | | | | | | | | | | | | | Thu Nov 26 03:18:08 1998 Tim Janik <timj@gtk.org> * gtk/gtkclist.h: * gtk/gtkctree.h: * gtk/gtkclist.c: * gtk/gtkctree.c: reverted bogus and undocumented!!! changes from Jay Cox (98/11/23 13:53:26) which `const' qualified char* arrays. * gtk/maketypes.awk: changed underline substitution, so we get GTK_TYPE_CTREE_POS instead of the broken GTK_TYPE_C_TREE_POS. * gtk/makeenums.pl: likewise. * gtk/gtkctree.c: adapted type names accordingly.
* Forgot to commit thisRaja R Harinath1998-09-201-1/+1
|
* boy! did i really modify that many files?Tim Janik1998-06-161-1/+1
| | | | | anyways, here go the child args and a lot of cleanups ;) you wouldn't want me to put the ChangeLog entry in here, would you?
* Moved font lists from the klass structure to a static structure inOwen Taylor1998-06-161-5/+5
| | | | | | | | | | | | | Mon Jun 15 23:39:44 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkfontsel.[ch] (gtk_font_selection_dialog_init): Moved font lists from the klass structure to a static structure in gtkfontsel.c; cleans up global the namespace. Mon Jun 15 22:16:10 1998 Owen Taylor <otaylor@gtk.org> * gtk/makeenums.pl (parse_entries): Fix (untriggered) bug with /*< skip >*/ and remove warning.
* Made the gtkmarshal.* generation rules maintainer-only.Owen Taylor1998-06-161-0/+215
Mon Jun 15 20:14:09 1998 Owen Taylor <otaylor@gtk.org> * gtk/Makefile.am: Made the gtkmarshal.* generation rules maintainer-only. Really add makeenums.pl (this is getting to be a bad habit)