summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Added compatibility code for 1.0.x-like parameters. Changed internalStefan Jeske1998-06-241-43/+60
* added a frame with radio buttons to select the resize_mode for theTim Janik1998-06-2417-267/+489
* s/GkWidget/GtkWidget/Manish Singh1998-06-242-2/+2
* Export the gtk_entry_adjust_scroll. Required if you change the cursorMiguel de Icaza1998-06-233-3/+6
* new CTree line style GTK_CTREE_LINES_TABBEDLars Hamann1998-06-223-73/+673
* Remove $(srcdir) from, and clean up, the dependencies. Generate toRaja R Harinath1998-06-214-77/+135
* removed extra comma at end of enumSeth Alves1998-06-201-1/+1
* - Bug fix for precision problem causing occasional double emission ofStefan Jeske1998-06-193-208/+339
* fail silently for toplevels. if resize_mode changes to GTK_RESIZE_PARENT,Tim Janik1998-06-193-35/+55
* Only respond to selection with button 1. This allows context-sensitiveOwen Taylor1998-06-191-1/+1
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-198-132/+125
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-1928-760/+1222
* Use pointer<->int conversion macros to avoid warnings.Federico Mena Quintero1998-06-182-26/+22
* yeppers, accelerator changes to fix the gimp. commit message dedicated toTim Janik1998-06-1814-60/+250
* Changed GtkSpinButtonUpdatePolicy enum, added keyboardStefan Jeske1998-06-173-51/+135
* new function gdk_window_at_pointer() to retrive the current GdkWindow theTim Janik1998-06-1712-93/+106
* 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-171-32/+37
* fix from TimJ for off-by-one error in table resizingManish Singh1998-06-161-6/+6
* 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