summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* - Conformity to new reference counting schemes - Font and colorOwen Taylor1998-01-312-85/+212
* In gtk_widget_init, set the flags _on_top_of_ those forOwen Taylor1998-01-311-1/+1
* fixed round-off error in calculation of tables with a lot of cellsGeorge Lebl1998-01-311-9/+9
* hm, initital refcount revolution commit ;)Tim Janik1998-01-3051-1627/+1859
* make toolbar Child structure accesible from appsRadek Doulik1998-01-302-52/+53
* Close the polygon if it isn't already. (To match gtk_draw_polygon)Owen Taylor1998-01-301-36/+20
* some bugs worked out.Tim Janik1998-01-301-3/+3
* new user signal, and possibility to query signal information.Tim Janik1998-01-295-40/+216
* this goes to *all* widget writers,Tim Janik1998-01-291-2/+6
* removed a FIXME that i had forgotten earlier.Tim Janik1998-01-291-1/+0
* Small fix to my previous GtkTable commit -miguelArturo Espinosa1998-01-281-0/+2
* Oops, forgot a clean-up - FedericoArturo Espinosa1998-01-281-3/+0
* The auto_shrink policy of the floating window is now set to TRUE. ThisFederico Mena1998-01-282-20/+46
* Tables autoresize now -miguelArturo Espinosa1998-01-272-25/+71
* Shows the widgets properly. -JayJay Painter1998-01-271-4/+5
* Fixed widget sensitivity for the treeitem - please review at leisureElliot Lee1998-01-271-3/+10
* Fixed a resizing bug with CList where you could loose the end of the lastJay Painter1998-01-262-22/+27
* added new widget flag GTK_LEAVE_PENDING. if a widget has GTK_LEAVE_PENDINGTim Janik1998-01-253-13/+27
* forgot a printf() line ;)Tim Janik1998-01-241-1/+0
* gtk_object_query_args() now returns the args in the corret order.Tim Janik1998-01-242-12/+21
* Changed static function names/reorganized to make more sense. -JayJay Painter1998-01-242-681/+728
* new element n_args in GtkObjectClass.Tim Janik1998-01-232-0/+5
* gtk/Makefile.am: Fixed the called to runelisp to use $(SHELL).scott1998-01-221-2/+2
* some gtk_*_set_arg fixesTim Janik1998-01-218-0/+26
* Added in Jay's new gtk_clist_column_titles_passive() call.Ian Main1998-01-211-0/+2
* Forgot to free GList on destroy, and to destroy fileop dialog boxes.Ian Main1998-01-211-8/+26
* GtkCList Updates. -JayJay Painter1998-01-212-78/+156
* Small fix for the optionmenu.Ian Main1998-01-211-1/+9
* New file selection dialog. Converted to use clist, added Mac-like pulldown,Ian Main1998-01-212-325/+656
* removed some superfluous variables that duplicated widget->state.Tim Janik1998-01-213-14/+2
* Use browse mode on the listElliot Lee1998-01-211-1/+1
* sensitivity and state setting combination.Tim Janik1998-01-202-148/+175
* Conversion to use Paolo Molaro's GtkCombo instead of GtkComboBoxOwen Taylor1998-01-207-495/+635
* GtkCList updates. -JayJay Painter1998-01-201-13/+10
* someone forgot the __cplusplus closing brace.Miguel de Icaza1998-01-201-0/+3
* Set container_class->focus to NULL. Widgets in the toolbar should not getFederico Mena1998-01-191-0/+1
* Removed the GTK_PIXMAP casts to match Eckehard's new prototypes.Federico Mena1998-01-193-50/+33
* GtkCList updates: Click-Drag column resizing, a couple of layoutJay Painter1998-01-193-77/+445
* this is a stack of grabbing widgets now, having unique entries. theTim Janik1998-01-193-14/+22
* changed gtk_toolbar_{append,prepend,inser]_item to accept any GtkWidget asMET Eckehard Berns1998-01-182-6/+6
* Forgot this. -ShawnShawn Amundson1998-01-181-0/+1
* Statusbar widget. -ShawnShawn Amundson1998-01-183-0/+237
* Missed some files -owtOwen Taylor1998-01-181-1/+1
* implementations of gtk_invoke_key_snoopers(), gtk_key_snooper_install()Tim Janik1998-01-182-7/+91
* g_str_hash stuff -timjTim Janik1998-01-181-2/+2
* renamed g_string_equal => g_str_equal renamed g_string_hash => g_str_hashOwen Taylor1998-01-181-2/+2
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-1825-96/+166
* gtk_*_get_arg() and gtk_*_set_arg() implementations. new argTim Janik1998-01-187-19/+153
* checked in wrong version of gtk_box_reorder_child previously.Tim Janik1998-01-181-1/+3
* new functions gtk_box_reorder_child, gtk_box_query_child_packing andTim Janik1998-01-183-11/+275