| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c | Owen Taylor | 1998-02-19 | 1 | -0/+25 |
* | applied gtk-hamann_jeske-980218-0.patch.gz, a patch from Lars Hamann and | Tim Janik | 1998-02-19 | 1 | -0/+17 |
* | A couple of compiler warning fixes, GtkCList signal changes, changed | Jay Painter | 1998-02-18 | 1 | -0/+7 |
* | new signal GtkWidget::set_parent. this signal will be emitted once a | Tim Janik | 1998-02-18 | 1 | -0/+8 |
* | new functions gtk_tooltips_data_get and gtk_tooltips_set_tip, | Tim Janik | 1998-02-18 | 1 | -0/+20 |
* | Added some missing newlines on debug messages. | Federico Mena Quintero | 1998-02-17 | 1 | -0/+4 |
* | invoke gtk_entry_grow_text already in this place, so the application will | Tim Janik | 1998-02-17 | 1 | -0/+4 |
* | applied patch to fix draw_indicator behaviour from Lars Hamann and Stefan | Tim Janik | 1998-02-17 | 1 | -0/+15 |
* | From Patrice Fortier <Patrice.Fortier@aquarel.fr> | Owen Taylor | 1998-02-17 | 1 | -0/+8 |
* | From Patrice Fortier <Patrice.Fortier@aquarel.fr> | Owen Taylor | 1998-02-17 | 1 | -0/+14 |
* | Use gtk_signal_default_marshaller, for expand/collapse signals. | Owen Taylor | 1998-02-16 | 1 | -0/+5 |
* | check for clist !REALIZED. (draw_rows): bail out if the widget isn't | Tim Janik | 1998-02-13 | 1 | -0/+10 |
* | Realize window before creating xpm so it gets the right colormap/visual, | Owen Taylor | 1998-02-13 | 1 | -0/+6 |
* | gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] | Owen Taylor | 1998-02-13 | 1 | -0/+43 |
* | Fixed unrealize handler to comply with the documentation (which mentions | Federico Mena Quintero | 1998-02-12 | 1 | -0/+16 |
* | backed out the section "Gnits to care about". new file, kinda developers | Tim Janik | 1998-02-11 | 1 | -1/+3 |
* | new function gtk_signal_handler_pending() returning the id of the next | Tim Janik | 1998-02-10 | 1 | -1/+9 |
* | ok, there have been several severe bugs in the signal handler referencing | Tim Janik | 1998-02-10 | 1 | -0/+28 |
* | Check for the RESIZE_NEEDED flag and remove the widget from the list. | Owen Taylor | 1998-02-10 | 1 | -1/+13 |
* | no longer a private routine; gtksignal.h: export gtk_signal_get_handlers | Miguel de Icaza | 1998-02-09 | 1 | -0/+6 |
* | new fundtion to return the widget that the menu is attached to. | Tim Janik | 1998-02-08 | 1 | -0/+5 |
* | use a mask of 0xffffffff instead of 0xffff, since there are 22 flags | Owen Taylor | 1998-02-07 | 1 | -0/+3 |
* | use a mask of 0xffffffff instead of 0xffff, since there are 22 flags | Owen Taylor | 1998-02-07 | 1 | -0/+6 |
* | don't wipe out window_private's x and y coordinates if the configure | Tim Janik | 1998-02-07 | 1 | -0/+6 |
* | Menufactory now refs&sinks its children. | scott | 1998-02-05 | 1 | -0/+5 |
* | new function to perform the same actions as gtk_list_remove_items, but | Tim Janik | 1998-02-05 | 1 | -1/+38 |
* | for the emission of AFTER signals, fetch the objects signals via | Tim Janik | 1998-02-03 | 1 | -0/+14 |
* | Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don't | Owen Taylor | 1998-02-03 | 1 | -0/+22 |
* | don't add the same menu to different menuitems/ optionmenus. | Tim Janik | 1998-02-03 | 1 | -0/+13 |
* | attach/detach to menu widget via | Tim Janik | 1998-02-03 | 1 | -0/+12 |
* | gtk/gtktable.c Fixed problem with division by zero in row/column-spanned | Owen Taylor | 1998-02-03 | 1 | -0/+7 |
* | changed name to reflect that these macros in fact can't operate on | Tim Janik | 1998-02-02 | 1 | -0/+9 |
* | fixed destroy handler, so it doesn't segfault with the new refcounting | Tim Janik | 1998-02-02 | 1 | -0/+15 |
* | fixed a bad, bad referencing bug that could caused unreferencing of | Tim Janik | 1998-02-02 | 1 | -0/+17 |
* | cleanups with key name spaces. | Tim Janik | 1998-02-02 | 1 | -0/+10 |
* | hehe, forgot the ChangeLog | Tim Janik | 1998-02-02 | 1 | -0/+164 |
* | Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that | Owen Taylor | 1998-02-01 | 1 | -0/+8 |
* | Added and autoconfigured in a new utility function g_strcasecmp | Manish Singh | 1998-01-31 | 1 | -0/+5 |
* | Backed out change to close polygons since it caused problems for the | Owen Taylor | 1998-01-31 | 1 | -0/+5 |
* | - Conformity to new reference counting schemes - Font and color | Owen Taylor | 1998-01-31 | 1 | -0/+18 |
* | fixed round-off error in calculation of tables with a lot of cells | George Lebl | 1998-01-31 | 1 | -0/+5 |
* | red/green/blue parameters are now expected to be in [0, 65535], to be | Federico Mena | 1998-01-31 | 1 | -0/+11 |
* | Close the polygon if it isn't already. (To match gtk_draw_polygon) | Owen Taylor | 1998-01-30 | 1 | -0/+8 |
* | new function to gather information about a certain signal. | Tim Janik | 1998-01-29 | 1 | -0/+26 |
* | The auto_shrink policy of the floating window is now set to TRUE. This | Federico Mena | 1998-01-28 | 1 | -0/+9 |
* | More changes from Tony Gale. | Shawn Amundson | 1998-01-27 | 1 | -0/+4 |
* | additions/changes from new FAQ maintainers Nathan Froyd and Tony Gale. | CST 1998 Shawn T. Amundson | 1998-01-26 | 1 | -0/+5 |
* | additions/changes from Gregory A. McLean | CST 1998 Shawn T. Amundson | 1998-01-26 | 1 | -0/+4 |
* | added a bunch of checks for window != NULL and private->destroyed. (don't | Tim Janik | 1998-01-26 | 1 | -0/+12 |
* | added new widget flag GTK_LEAVE_PENDING. if a widget has GTK_LEAVE_PENDING | Tim Janik | 1998-01-25 | 1 | -0/+35 |