summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix a NULL warning. -timjTim Janik1998-03-081-3/+3
* typos and warning fixes.Tim Janik1998-03-082-8/+21
* applied a bunch of patches and removed all the printfs thatTim Janik1998-03-084-11/+35
* define the version variables in config.h.Tim Janik1998-03-083-0/+28
* Added a new function, gtk_preview_reset(), that can be used (under highlyOwen Taylor1998-03-082-8/+86
* register living objects in a hashtable.Tim Janik1998-03-072-34/+39
* made the object/class cast checks much more descriptive, based onTim Janik1998-03-074-21/+67
* Fixed the vscrollbar flickering problem, by checking the area on exposeOwen Taylor1998-03-071-1/+16
* Disallow pasting into non-editable widgets.Owen Taylor1998-03-074-130/+233
* return NULL if device is not ready gtk/gtkwindow.h: check forPST 1998 Shawn T. Amundson1998-03-061-0/+2
* Fix selection bugs (selection was not being modified).rhlabs1998-03-061-0/+2
* Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), andIan Main1998-03-063-64/+174
* (select row) Emit UNselect of rows that aren't selected.rhlabs1998-03-051-1/+1
* Singnals -> GTK_RUN_FIRST; api select/unselect function now always do what th...Jay Painter1998-03-051-59/+145
* Old stuff that didn't get commited. (owt)Owen Taylor1998-03-052-4/+4
* Unset allocation on unparent, to force reallocation if we get adding backOwen Taylor1998-03-054-32/+124
* realization fixes by lars.Tim Janik1998-03-031-14/+18