summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* boy! did i really modify that many files?Tim Janik1998-06-1654-903/+1993
* Moved font lists from the klass structure to a static structure inOwen Taylor1998-06-168-210/+195
* Added maintainer-rule autogened filesManish Singh1998-06-163-2/+69
* Made the gtkmarshal.* generation rules maintainer-only.Owen Taylor1998-06-162-3/+218
* Actually add in the files...Owen Taylor1998-06-152-0/+3506
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-1519-1326/+1672
* Redo (and complete) movement of all pointer types into pointer_data in the Gt...Elliot Lee1998-06-142-5/+3
* Reformat two function prototypes for cosmeticsElliot Lee1998-06-141-2/+2
* reverting changes that depend on other code which i'm going toTim Janik1998-06-141-11/+0
* heal gtk. ;)Tim Janik1998-06-143-15/+29
* s/string_data/pointer_data/ as needed to match GtkArgElliot Lee1998-06-143-11/+9
* New API to set the shadow type of the arrow panel.Stefan Jeske1998-06-133-7/+34
* Removed code for drawing the child in two places at once. Unfortunately,Owen Taylor1998-06-131-1/+20
* renamed enum GtkAnchor and GtkSide to GtkAnchorType and GtkSideType, to beTim Janik1998-06-127-144/+244
* Added gtkpackerCDT 1998 Shawn T. Amundson1998-06-124-0/+1023
* Fixed broken list-removal code.Owen Taylor1998-06-111-14/+17
* #define GTK_HAVE_ACCEL_GROUPManish Singh1998-06-111-0/+2
* glib/* Moved to glib moduleOwen Taylor1998-06-101-4/+4
* adapted clist pixmap clippingLars Hamann1998-06-103-112/+247
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-105-21/+21
* prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (thisTim Janik1998-06-103-10/+21
* enum and flags type creation can now be done throughTim Janik1998-06-102-103/+153
* Thinko... The ChangeLog entry still stands.Raja R Harinath1998-06-101-4/+4
* Add $(srcdir) where needed (in the rule), and removed it where not neededRaja R Harinath1998-06-101-20/+20
* Pass $srcdir in environment to genmarshal.pl. Look for `gtkmarshal.list'Raja R Harinath1998-06-102-2/+2
* more const pointer corrections.Tim Janik1998-06-101-10/+10
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-096-40/+34
* Removed the fleur_cursor field. Now the cursor is created/destroyed onFederico Mena Quintero1998-06-092-9/+11
* Warning cleanups.. cvsignore stuffManish Singh1998-06-093-0/+4
* renamed the newly created gtk_enum_get_values and gtk_enum_set_values toTim Janik1998-06-094-10/+88
* removed some bogus commas.Tim Janik1998-06-091-3/+3
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-0934-643/+994
* wrapped enum definitions with glib macros.Tim Janik1998-06-0818-967/+2741
* Start of marshalling centralization.Elliot Lee1998-06-084-0/+99
* hrm.. extra #pragma..Manish Singh1998-06-071-1/+0
* silly typoManish Singh1998-06-071-1/+1
* feature check menu items in the compatibility code (this required me toTim Janik1998-06-072-8/+37
* further additions to fit the gimp's code. additions to the dumping code toTim Janik1998-06-074-55/+211
* support different types of callbacks, to maintain existing code.Tim Janik1998-06-072-15/+55
* remove these files, we got gtkaccelgroup.[ch] now.Tim Janik1998-06-072-501/+0
* fixed an assertment.Tim Janik1998-06-0748-1704/+6957
* Commented out the MEM_PROFILE and MEM_CHECK from gmem.c, causing problemsManish Singh1998-06-061-1/+2
* reversed test sequence for GTK_WIDGET_CAN_FOCUS and GTK_IS_CONTAINERLars Hamann1998-06-022-19/+19
* Added function gtk_clist_swap to swap two rows in a clist; I also haveJay Painter1998-06-023-6/+101
* Revert, as per Owen's requestElliot Lee1998-05-251-94/+5
* Make GtkEditable use signals instead of calling klass->... for stuff. Could s...Elliot Lee1998-05-241-5/+94
* Locate child at (border_width,border_width), notOwen Taylor1998-05-231-2/+2
* Oops. Commited a file I should not have. Revert changeArturo Espinosa1998-05-221-0/+1
* Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be used in gnome-libsMiguel de Icaza1998-05-223-148/+169
* Fix size_allocate to pass on to the child even if child isn't visible.Elliot Lee1998-05-221-3/+3