| Commit message (Expand) | Author | Age | Files | Lines |
* | removed the ugly check whether we need gtk_widget_destroy or | Tim Janik | 1998-03-15 | 4 | -53/+55 |
* | notebook fix from lars. | Tim Janik | 1998-03-15 | 1 | -1/+4 |
* | added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs. | Tim Janik | 1998-03-15 | 6 | -15/+24 |
* | changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so it | Tim Janik | 1998-03-15 | 2 | -11/+28 |
* | small fix by Assar Westerlund <assar@sics.se>. | Tim Janik | 1998-03-15 | 1 | -1/+2 |
* | don't cast a NULL pointer. | Tim Janik | 1998-03-15 | 1 | -4/+7 |
* | fixed a bug with invoking the quit handlers that could cause them to be | Tim Janik | 1998-03-14 | 2 | -8/+5 |
* | Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6 | Owen Taylor | 1998-03-14 | 1 | -3/+3 |
* | Some cleanups of signedness warnings | Owen Taylor | 1998-03-14 | 3 | -12/+10 |
* | Moved the gtk_signal_connect of the specified callback into the big | Federico Mena Quintero | 1998-03-14 | 1 | -193/+205 |
* | refuse to allocate with a greater height than requested. | Tim Janik | 1998-03-14 | 3 | -14/+66 |
* | Don't leave NULL's in argv. | Owen Taylor | 1998-03-14 | 1 | -7/+16 |
* | gpointer gtk_object_get_user_data (GtkObject *object) { if | Tim Janik | 1998-03-14 | 2 | -5/+5 |
* | Don't resize windows when request is rejected by WM. Only use the resize | Owen Taylor | 1998-03-14 | 1 | -21/+7 |
* | make use of *_by_id() functions for handler key. | Tim Janik | 1998-03-14 | 4 | -413/+392 |
* | Now we return a GtkVisibility value, instead of a simple boolean. Also, | Federico Mena Quintero | 1998-03-14 | 3 | -22/+43 |
* | fix popup calculations (removal of FIXMEs), changes from Lars Hamann. | Tim Janik | 1998-03-13 | 6 | -26/+186 |
* | Set the column width of the clists to the longest string length so that | George Lebl | 1998-03-13 | 1 | -0/+24 |
* | return TRUE for GtkWidget::delete_event to avoid destruction of our float | Tim Janik | 1998-03-12 | 6 | -190/+73 |
* | new_pixmap wasn't using its filename argument. Add descriptions | Russell Nelson | 1998-03-12 | 1 | -1/+1 |
* | changed handler tags to be of type guint, reflecting the internal tag | Tim Janik | 1998-03-12 | 4 | -109/+110 |
* | fetch the inintial value of attributes.event_mask from | Tim Janik | 1998-03-12 | 4 | -9/+32 |
* | applied gtk-shige-980311-0.patch.gz, which removes the erronerous | Tim Janik | 1998-03-12 | 8 | -46/+87 |
* | Bug fixes/improvements to the motion event eating for Dnd | Elliot Lee | 1998-03-11 | 1 | -0/+1 |
* | Various minor cleanups related to -W | Owen Taylor | 1998-03-11 | 3 | -7/+13 |
* | I did a topdir/ChangeLog entry, why should I put anything in here? :) | Elliot Lee | 1998-03-11 | 1 | -5/+0 |
* | Fixed file selector | Jay Painter | 1998-03-11 | 1 | -28/+30 |
* | applied gtk-hamann_jeske-980311-0.patch.gz. | Tim Janik | 1998-03-11 | 3 | -141/+238 |
* | applied gtk-bolliet-980310-0.patch.gz which adds more checks and | Tim Janik | 1998-03-11 | 9 | -160/+211 |
* | code and structure clean ups. fixed the tooltips flickering bug. | Tim Janik | 1998-03-11 | 2 | -135/+86 |
* | Chain to the parent finalize handler. (from: "Mattias.Gronlund" | Owen Taylor | 1998-03-11 | 1 | -0/+2 |
* | Add gtk_entry_set_max_length() | Elliot Lee | 1998-03-10 | 1 | -0/+6 |
* | removed a trailing GTK_TYPE_WIDGET for the need_resize signal. | Tim Janik | 1998-03-10 | 1 | -2/+1 |
* | Merging release_1_0 changes into the main tree. | Owen Taylor | 1998-03-10 | 5 | -57/+104 |
* | la de da, add back the prototype I just removed -mig, thanks again snorf | Arturo Espinosa | 1998-03-10 | 1 | -0/+5 |
* | Snorfle, thanks :-) Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclec... | Arturo Espinosa | 1998-03-10 | 1 | -0/+7 |
* | Export functionality. | Miguel de Icaza | 1998-03-10 | 1 | -6/+17 |
* | glib include -timj | Tim Janik | 1998-03-10 | 1 | -1/+1 |
* | changed gtk_range_trough_click() to take an additional jump_perc arg, | Tim Janik | 1998-03-10 | 3 | -24/+66 |
* | commiting changes from owen: | Owen Taylor | 1998-03-10 | 8 | -279/+412 |
* | We now accept the color parameter to be NULL. If it is NULL, it will mark | Federico Mena Quintero | 1998-03-10 | 1 | -9/+20 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 39 | -453/+453 |
* | reverted the changes ian introduced in r1.16 on Mar 06, since they broke | Tim Janik | 1998-03-09 | 1 | -35/+17 |
* | hehe stupid me, wanted to fix a warning, and borke | Tim Janik | 1998-03-09 | 1 | -2/+6 |
* | patch from lars for construct behaviour. | Tim Janik | 1998-03-09 | 2 | -10/+30 |
* | No, you can't add a GtkStyle * to a list of GtkRcNode *. (Fixes huge | Owen Taylor | 1998-03-09 | 1 | -9/+22 |
* | Change has_selection to always be set in claim_selection() | Owen Taylor | 1998-03-08 | 1 | -0/+2 |
* | - Show selection correctly when starting selection with arrows | Owen Taylor | 1998-03-08 | 5 | -92/+209 |
* | changed clist->selection GList so its data elements are casted row indexes in... | Jay Painter | 1998-03-08 | 2 | -79/+228 |
* | removed gtk_range_calc_value(). | Tim Janik | 1998-03-08 | 2 | -9/+0 |