summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* section: Gnits to care about -------------------Tim Janik1998-02-051-0/+18
* documentation. -timjTim Janik1998-02-044-239/+453
* indentations. -timjTim Janik1998-02-041-10/+6
* Renamed widget_states.txt to widget_system.txt, andOwen Taylor1998-02-031-48/+137
* for the emission of AFTER signals, fetch the objects signals viaTim Janik1998-02-0310-9/+154
* Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don'tOwen Taylor1998-02-0315-50/+278
* don't add the same menu to different menuitems/ optionmenus.Tim Janik1998-02-0314-88/+132
* attach/detach to menu widget viaTim Janik1998-02-0315-37/+239
* gtk/gtktable.c Fixed problem with division by zero in row/column-spannedOwen Taylor1998-02-038-27/+55
* Fixed (?) problem with arithmentic exceptions in row/columnOwen Taylor1998-02-031-10/+4
* dunno, what cvs wants right now. i just told me theseTim Janik1998-02-025-23/+23
* changed name to reflect that these macros in fact can't operate onTim Janik1998-02-027-0/+63
* fixed destroy handler, so it doesn't segfault with the new refcountingTim Janik1998-02-0214-31/+146
* fixed a bad, bad referencing bug that could caused unreferencing ofTim Janik1998-02-0215-119/+298
* cleanups with key name spaces.Tim Janik1998-02-027-0/+70
* watch the next ChangeLog update...Tim Janik1998-02-027-34/+40
* fixed a refresh bug with unrealization of no_window widgets.Tim Janik1998-02-024-14/+21
* forgot gtkprivate.h as wellTim Janik1998-02-021-0/+70
* hehe, forgot the ChangeLogTim Janik1998-02-027-0/+1148
* GTK_RESIZE_NEEDED is a private flag now.Tim Janik1998-02-0212-254/+346
* move enum GtkToolbarChildType before typedef to make gtktoolbar.h compile wit...Radek Doulik1998-02-011-7/+5
* Some documentation of the internals.Owen Taylor1998-02-011-0/+290
* Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so thatOwen Taylor1998-02-019-33/+102
* I got sick of typing in the same commands over and over, so borrowedShawn Amundson1998-01-312-9/+81
* Added and autoconfigured in a new utility function g_strcasecmpManish Singh1998-01-3114-9/+73
* Backed out change to close polygons since it caused problems for theOwen Taylor1998-01-318-17/+44
* - Conformity to new reference counting schemes - Font and colorOwen Taylor1998-01-319-85/+338
* 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-318-9/+44
* red/green/blue parameters are now expected to be in [0, 65535], to beFederico Mena1998-01-319-126/+137
* hm, initital refcount revolution commit ;)Tim Janik1998-01-3056-1657/+2026
* 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-308-36/+76
* discovered and documented a new bug ;)Tim Janik1998-01-301-0/+7
* some bugs worked out.Tim Janik1998-01-303-136/+14
* new function to gather information about a certain signal.Tim Janik1998-01-297-0/+182
* 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
* The list sort functions compared things backwards. Fixed.Manish Singh1998-01-295-11/+18
* 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-2811-22/+111
* Tables autoresize now -miguelArturo Espinosa1998-01-272-25/+71
* More changes from Tony Gale.Shawn Amundson1998-01-279-152/+374
* g_string_prepend* had interchanged src and dest params. Fixed.Manish Singh1998-01-272-2/+7
* Fixed a really lame error where g_slist_insert didn't hook the dataManish Singh1998-01-272-19/+29
* 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
* additions/changes from new FAQ maintainers Nathan Froyd and Tony Gale.CST 1998 Shawn T. Amundson1998-01-269-136/+305