summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed ifndef..define typoShawn Amundson1998-03-021-2/+2
* // comment. -owtOwen Taylor1998-03-021-3/+3
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-026-9/+27
* Changed 'entry != NULL' to 'editable != NULL' in three spots.Owen Taylor1998-03-021-3/+3
* oh, boy, world can be so crude!GTK_0_99_4Tim Janik1998-03-021-63/+72
* cast fixTim Janik1998-03-021-1/+1
* small fix to notebook portionPST 1998 Shawn T. Amundson1998-03-021-0/+1
* Required changes for version change to 0.99.4PST 1998 Shawn T. Amundson1998-03-028-287/+680
* forgot to remove a printfTim Janik1998-03-011-1/+0
* removed duplicate stuff out of gtkwidget.[ch].Tim Janik1998-03-012-35/+0
* complete api change to honour message contexts. unfortunaltely this alsoTim Janik1998-03-016-108/+208
* Add drag_end_event for future expansion, plus allow passing in NULL to the gd...Elliot Lee1998-03-012-0/+46
* > - parent_class = gtk_type_class (gtk_widget_get_type ());Tim Janik1998-03-012-2/+2
* hm, cvs is just too unsensible ;)Tim Janik1998-03-011-0/+1
* hm if we save the default style, we should also provide a function toTim Janik1998-03-011-0/+18
* gtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch]Owen Taylor1998-03-014-18/+18
* gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]Owen Taylor1998-03-018-126/+163
* gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]Owen Taylor1998-03-0110-911/+1786
* quit handlers and idle_remove_by_data fixupsTim Janik1998-03-012-8/+182
* removed buglet on the initial style_set emission.Tim Janik1998-03-013-1/+5
* few checks added -timjTim Janik1998-02-281-0/+8