summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.c
Commit message (Expand)AuthorAgeFilesLines
* Add @INTLLIBS@. gtk-scier-981116-0.patch Sean CierOwen Taylor1998-12-181-2/+3
* Removed unused variable, fixed minor memory leak.Owen Taylor1998-12-151-1/+1
* Append locale-specific suffixes to default rc file names, and look theseOwen Taylor1998-12-141-4/+49
* Allocate correct amount of memory for strings.Owen Taylor1998-12-091-2/+2
* Released GTK+ 1.1.6GTK_1_1_6CST 1998 Shawn T. Amundson1998-12-091-0/+103
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-3/+3
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-9/+1
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-1/+1
* Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.cjaycox1998-11-231-2/+2
* New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. ChristopherOwen Taylor1998-11-131-4/+6
* check if column[i].button is valid before calling gtk_widget_intersect onManish Singh1998-11-081-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-204/+618
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-10/+6
* introduce testbindings on C-1 for buttons, to check out bindingTim Janik1998-07-221-122/+187
* implementation of the "class" keyword for styles.Tim Janik1998-07-011-170/+200
* fixed lookup order for rc styles. the latest defined rc set pattern isTim Janik1998-06-301-4/+4
* code overhaul for simplicity and more descriptive error messages.Tim Janik1998-06-301-337/+284
* fixed an assertment.Tim Janik1998-06-071-201/+53
* I should have named it gtk_rc_set_image_loader() initially - fixedElliot Lee1998-05-211-1/+1
* Allow user to set a custom image loading routine for loading bg_pixmap'sElliot Lee1998-05-211-3/+27
* Fixed up a stat() that Sopwith missed when changing stat => lstat.Owen Taylor1998-05-131-2/+2
* Use lstat() to tell when an rc file was modified, not stat(), because weElliot Lee1998-05-121-1/+1
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-23/+134
* New function to reset the RC styles for a heirarchyOwen Taylor1998-05-011-0/+91
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-28/+48
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* No, you can't add a GtkStyle * to a list of GtkRcNode *. (Fixes hugeOwen Taylor1998-03-091-9/+22
* - Show selection correctly when starting selection with arrowsOwen Taylor1998-03-081-47/+112
* we make an active server grab now, this way we can change the cursorTim Janik1998-02-271-2/+2
* new function. many functions adapted to use GScanner for scanning.Tim Janik1997-12-231-653/+511
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-2/+2
* applied jamesa-971010-0 for stability. applied jamesa-971010-2 for a smallTim Janik1997-12-071-14/+14
* Initial revisionElliot Lee1997-11-241-0/+1489