summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new function gdk_window_at_pointer() to retrive the current GdkWindow theTim Janik1998-06-1722-170/+415
* Fixed functions with no argumentsElliot Lee1998-06-171-1/+2
* Now accepts an extra "clip" parameter, which is the clipping rectangle toFederico Mena Quintero1998-06-178-32/+86
* fix from TimJ for off-by-one error in table resizingManish Singh1998-06-168-6/+41
* TODOStefan Jeske1998-06-161-0/+4
* boy! did i really modify that many files?Tim Janik1998-06-1662-915/+2593
* Moved font lists from the klass structure to a static structure inOwen Taylor1998-06-1615-210/+307
* 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-1535-1663/+2337
* 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
* Patch from Tom Bech <tomb@ii.uib.no>, to handle color specs of the form cOwen Taylor1998-06-139-2/+66
* *** empty log message ***Stefan Jeske1998-06-137-0/+42
* New API to set the shadow type of the arrow panel.Stefan Jeske1998-06-134-7/+40
* Removed code for drawing the child in two places at once. Unfortunately,Owen Taylor1998-06-1310-1/+144
* renamed enum GtkAnchor and GtkSide to GtkAnchorType and GtkSideType, to beTim Janik1998-06-1215-144/+316
* Added gtkpackerCDT 1998 Shawn T. Amundson1998-06-1214-0/+1753
* Removed glib, since it's in its own module now.Dick Porter1998-06-111-16/+3
* Fixed broken list-removal code.Owen Taylor1998-06-118-14/+73
* Support ACLOCAL_FLAGSOwen Taylor1998-06-118-15/+43
* #define GTK_HAVE_ACCEL_GROUPManish Singh1998-06-118-0/+30
* Added missing quotes.Owen Taylor1998-06-118-2/+30
* Renamed from G_COMPILED_WITH_DEBUGGING.Raja R Harinath1998-06-118-1/+22
* Explain check better.Raja R Harinath1998-06-119-8/+324
* Remove last remaining fileRaja R Harinath1998-06-101-17/+0
* glib/* Moved to glib moduleOwen Taylor1998-06-1053-16229/+215
* adapted clist pixmap clippingLars Hamann1998-06-1010-112/+324
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-1021-69/+136
* prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (thisTim Janik1998-06-1012-36/+93
* enum and flags type creation can now be done throughTim Janik1998-06-109-103/+216
* 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-108-20/+41
* Pass $srcdir in environment to genmarshal.pl. Look for `gtkmarshal.list'Raja R Harinath1998-06-109-2/+44
* more const pointer corrections.Tim Janik1998-06-101-10/+10
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-0940-157/+309
* Removed the fleur_cursor field. Now the cursor is created/destroyed onFederico Mena Quintero1998-06-099-9/+81
* Fix for people using name manglingElliot Lee1998-06-091-2/+2
* Just a convenience to parallel gtk-configElliot Lee1998-06-093-1/+60
* Warning cleanups.. cvsignore stuffManish Singh1998-06-095-0/+6
* renamed the newly created gtk_enum_get_values and gtk_enum_set_values toTim Janik1998-06-0911-10/+165
* removed some bogus commas.Tim Janik1998-06-091-3/+3
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-0942-645/+1268
* check for func in g_[s]list_insert_sorted and g_[s]list_find_customTim Janik1998-06-083-98/+106
* wrapped enum definitions with glib macros.Tim Janik1998-06-0830-1263/+3141
* Start of marshalling centralization.Elliot Lee1998-06-084-0/+99