summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
Commit message (Expand)AuthorAgeFilesLines
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-191-0/+25
* applied gtk-hamann_jeske-980218-0.patch.gz, a patch from Lars Hamann andTim Janik1998-02-191-0/+17
* A couple of compiler warning fixes, GtkCList signal changes, changedJay Painter1998-02-181-0/+7
* new signal GtkWidget::set_parent. this signal will be emitted once aTim Janik1998-02-181-0/+8
* new functions gtk_tooltips_data_get and gtk_tooltips_set_tip,Tim Janik1998-02-181-0/+20
* Added some missing newlines on debug messages.Federico Mena Quintero1998-02-171-0/+4
* invoke gtk_entry_grow_text already in this place, so the application willTim Janik1998-02-171-0/+4
* applied patch to fix draw_indicator behaviour from Lars Hamann and StefanTim Janik1998-02-171-0/+15
* From Patrice Fortier <Patrice.Fortier@aquarel.fr>Owen Taylor1998-02-171-0/+8
* From Patrice Fortier <Patrice.Fortier@aquarel.fr>Owen Taylor1998-02-171-0/+14
* Use gtk_signal_default_marshaller, for expand/collapse signals.Owen Taylor1998-02-161-0/+5
* check for clist !REALIZED. (draw_rows): bail out if the widget isn'tTim Janik1998-02-131-0/+10
* Realize window before creating xpm so it gets the right colormap/visual,Owen Taylor1998-02-131-0/+6
* gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]Owen Taylor1998-02-131-0/+43
* Fixed unrealize handler to comply with the documentation (which mentionsFederico Mena Quintero1998-02-121-0/+16
* backed out the section "Gnits to care about". new file, kinda developersTim Janik1998-02-111-1/+3
* new function gtk_signal_handler_pending() returning the id of the nextTim Janik1998-02-101-1/+9
* ok, there have been several severe bugs in the signal handler referencingTim Janik1998-02-101-0/+28
* Check for the RESIZE_NEEDED flag and remove the widget from the list.Owen Taylor1998-02-101-1/+13
* no longer a private routine; gtksignal.h: export gtk_signal_get_handlersMiguel de Icaza1998-02-091-0/+6
* new fundtion to return the widget that the menu is attached to.Tim Janik1998-02-081-0/+5
* use a mask of 0xffffffff instead of 0xffff, since there are 22 flagsOwen Taylor1998-02-071-0/+3
* use a mask of 0xffffffff instead of 0xffff, since there are 22 flagsOwen Taylor1998-02-071-0/+6
* don't wipe out window_private's x and y coordinates if the configureTim Janik1998-02-071-0/+6
* Menufactory now refs&sinks its children.scott1998-02-051-0/+5
* new function to perform the same actions as gtk_list_remove_items, butTim Janik1998-02-051-1/+38
* for the emission of AFTER signals, fetch the objects signals viaTim Janik1998-02-031-0/+14
* Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don'tOwen Taylor1998-02-031-0/+22
* don't add the same menu to different menuitems/ optionmenus.Tim Janik1998-02-031-0/+13
* attach/detach to menu widget viaTim Janik1998-02-031-0/+12
* gtk/gtktable.c Fixed problem with division by zero in row/column-spannedOwen Taylor1998-02-031-0/+7
* changed name to reflect that these macros in fact can't operate onTim Janik1998-02-021-0/+9
* fixed destroy handler, so it doesn't segfault with the new refcountingTim Janik1998-02-021-0/+15
* fixed a bad, bad referencing bug that could caused unreferencing ofTim Janik1998-02-021-0/+17
* cleanups with key name spaces.Tim Janik1998-02-021-0/+10
* hehe, forgot the ChangeLogTim Janik1998-02-021-0/+164
* Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so thatOwen Taylor1998-02-011-0/+8
* Added and autoconfigured in a new utility function g_strcasecmpManish Singh1998-01-311-0/+5
* Backed out change to close polygons since it caused problems for theOwen Taylor1998-01-311-0/+5
* - Conformity to new reference counting schemes - Font and colorOwen Taylor1998-01-311-0/+18
* fixed round-off error in calculation of tables with a lot of cellsGeorge Lebl1998-01-311-0/+5
* red/green/blue parameters are now expected to be in [0, 65535], to beFederico Mena1998-01-311-0/+11
* Close the polygon if it isn't already. (To match gtk_draw_polygon)Owen Taylor1998-01-301-0/+8
* new function to gather information about a certain signal.Tim Janik1998-01-291-0/+26
* The auto_shrink policy of the floating window is now set to TRUE. ThisFederico Mena1998-01-281-0/+9
* More changes from Tony Gale.Shawn Amundson1998-01-271-0/+4
* additions/changes from new FAQ maintainers Nathan Froyd and Tony Gale.CST 1998 Shawn T. Amundson1998-01-261-0/+5
* additions/changes from Gregory A. McLeanCST 1998 Shawn T. Amundson1998-01-261-0/+4
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-261-0/+12
* added new widget flag GTK_LEAVE_PENDING. if a widget has GTK_LEAVE_PENDINGTim Janik1998-01-251-0/+35