summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* removed the ugly check whether we need gtk_widget_destroy orTim Janik1998-03-154-53/+55
* notebook fix from lars.Tim Janik1998-03-151-1/+4
* added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs.Tim Janik1998-03-156-15/+24
* changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so itTim Janik1998-03-152-11/+28
* small fix by Assar Westerlund <assar@sics.se>.Tim Janik1998-03-151-1/+2
* don't cast a NULL pointer.Tim Janik1998-03-151-4/+7
* fixed a bug with invoking the quit handlers that could cause them to beTim Janik1998-03-142-8/+5
* Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6Owen Taylor1998-03-141-3/+3
* Some cleanups of signedness warningsOwen Taylor1998-03-143-12/+10
* Moved the gtk_signal_connect of the specified callback into the bigFederico Mena Quintero1998-03-141-193/+205
* refuse to allocate with a greater height than requested.Tim Janik1998-03-143-14/+66
* Don't leave NULL's in argv.Owen Taylor1998-03-141-7/+16
* gpointer gtk_object_get_user_data (GtkObject *object) { ifTim Janik1998-03-142-5/+5
* Don't resize windows when request is rejected by WM. Only use the resizeOwen Taylor1998-03-141-21/+7
* make use of *_by_id() functions for handler key.Tim Janik1998-03-144-413/+392
* Now we return a GtkVisibility value, instead of a simple boolean. Also,Federico Mena Quintero1998-03-143-22/+43
* fix popup calculations (removal of FIXMEs), changes from Lars Hamann.Tim Janik1998-03-136-26/+186
* Set the column width of the clists to the longest string length so thatGeorge Lebl1998-03-131-0/+24
* return TRUE for GtkWidget::delete_event to avoid destruction of our floatTim Janik1998-03-126-190/+73
* new_pixmap wasn't using its filename argument. Add descriptionsRussell Nelson1998-03-121-1/+1
* changed handler tags to be of type guint, reflecting the internal tagTim Janik1998-03-124-109/+110
* fetch the inintial value of attributes.event_mask fromTim Janik1998-03-124-9/+32
* applied gtk-shige-980311-0.patch.gz, which removes the erronerousTim Janik1998-03-128-46/+87
* Bug fixes/improvements to the motion event eating for DndElliot Lee1998-03-111-0/+1
* Various minor cleanups related to -WOwen Taylor1998-03-113-7/+13
* I did a topdir/ChangeLog entry, why should I put anything in here? :)Elliot Lee1998-03-111-5/+0
* Fixed file selectorJay Painter1998-03-111-28/+30
* applied gtk-hamann_jeske-980311-0.patch.gz.Tim Janik1998-03-113-141/+238
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-119-160/+211
* code and structure clean ups. fixed the tooltips flickering bug.Tim Janik1998-03-112-135/+86
* Chain to the parent finalize handler. (from: "Mattias.Gronlund"Owen Taylor1998-03-111-0/+2
* Add gtk_entry_set_max_length()Elliot Lee1998-03-101-0/+6
* removed a trailing GTK_TYPE_WIDGET for the need_resize signal.Tim Janik1998-03-101-2/+1
* Merging release_1_0 changes into the main tree.Owen Taylor1998-03-105-57/+104
* la de da, add back the prototype I just removed -mig, thanks again snorfArturo Espinosa1998-03-101-0/+5
* Snorfle, thanks :-) Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclec...Arturo Espinosa1998-03-101-0/+7
* Export functionality.Miguel de Icaza1998-03-101-6/+17
* glib include -timjTim Janik1998-03-101-1/+1
* changed gtk_range_trough_click() to take an additional jump_perc arg,Tim Janik1998-03-103-24/+66
* commiting changes from owen:Owen Taylor1998-03-108-279/+412
* We now accept the color parameter to be NULL. If it is NULL, it will markFederico Mena Quintero1998-03-101-9/+20
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-0939-453/+453
* reverted the changes ian introduced in r1.16 on Mar 06, since they brokeTim Janik1998-03-091-35/+17
* hehe stupid me, wanted to fix a warning, and borkeTim Janik1998-03-091-2/+6
* patch from lars for construct behaviour.Tim Janik1998-03-092-10/+30
* No, you can't add a GtkStyle * to a list of GtkRcNode *. (Fixes hugeOwen Taylor1998-03-091-9/+22
* Change has_selection to always be set in claim_selection()Owen Taylor1998-03-081-0/+2
* - Show selection correctly when starting selection with arrowsOwen Taylor1998-03-085-92/+209
* changed clist->selection GList so its data elements are casted row indexes in...Jay Painter1998-03-082-79/+228
* removed gtk_range_calc_value().Tim Janik1998-03-082-9/+0