summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-0950-463/+920
* - Use 'diff -ru' for patches - Explained patch application/rejection -GMT 1998 Tony Gale1998-03-099-28/+298
* reverted the changes ian introduced in r1.16 on Mar 06, since they brokeTim Janik1998-03-098-35/+59
* hehe stupid me, wanted to fix a warning, and borkeTim Janik1998-03-091-2/+6
* patch from lars for construct behaviour.Tim Janik1998-03-099-10/+79
* No, you can't add a GtkStyle * to a list of GtkRcNode *. (Fixes hugeOwen Taylor1998-03-098-9/+71
* 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-0823-150/+660
* changed clist->selection GList so its data elements are casted row indexes in...Jay Painter1998-03-0810-84/+399
* <raster@redhat.com>rhlabs1998-03-087-0/+63
* removed gtk_range_calc_value().Tim Janik1998-03-089-9/+28
* 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-0817-254/+380
* define the version variables in config.h.Tim Janik1998-03-0818-26/+150
* Added a new function, gtk_preview_reset(), that can be used (under highlyOwen Taylor1998-03-089-8/+135
* register living objects in a hashtable.Tim Janik1998-03-079-34/+67
* made the object/class cast checks much more descriptive, based onTim Janik1998-03-0713-21/+180
* <raster@redhat.com>rhlabs1998-03-073-2/+199
* Fixed the vscrollbar flickering problem, by checking the area on exposeOwen Taylor1998-03-078-1/+65
* Disallow pasting into non-editable widgets.Owen Taylor1998-03-0713-184/+442
* Oops,Shawn Amundson1998-03-067-7/+7
* return NULL if device is not ready gtk/gtkwindow.h: check forPST 1998 Shawn T. Amundson1998-03-0610-0/+88
* Fix selection bugs (selection was not being modified).rhlabs1998-03-068-0/+37
* This commit moves dnd variables around a bit, and has a try at using hints fo...Elliot Lee1998-03-065-104/+119
* Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), andIan Main1998-03-0611-65/+316
* minor todo updates that i'll hopefully get around at the weekend ;)Tim Janik1998-03-061-1/+7
* [Ummm, maybe we should do the same change to the selection_owner variable?]Federico Mena Quintero1998-03-0614-13/+76
* (select row) Emit UNselect of rows that aren't selected.rhlabs1998-03-058-1/+36
* 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-053-6/+19
* Unset allocation on unparent, to force reallocation if we get adding backOwen Taylor1998-03-0514-46/+336
* Drags can only be started with the left button.Miguel de Icaza1998-03-059-0/+37
* widget hierarchy update from Tim JanikGMT 1998 Tony Gale1998-03-049-146/+190
* Initialize gdk_error_code to zero before calling the X routine.Miguel de Icaza1998-03-039-0/+44
* reflect the last commit in the changelog.Tim Janik1998-03-037-0/+35
* realization fixes by lars.Tim Janik1998-03-031-14/+18
* fixed ifndef..define typoShawn Amundson1998-03-028-2/+30
* // comment. -owtOwen Taylor1998-03-021-3/+3
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-0223-24/+219
* Changed 'entry != NULL' to 'editable != NULL' in three spots.Owen Taylor1998-03-028-3/+38
* Released GTK 0.99.4.PST 1998 Shawn T. amundson1998-03-027-0/+28
* oh, boy, world can be so crude!GTK_0_99_4Tim Janik1998-03-022-63/+74
* cast fixTim Janik1998-03-021-1/+1
* small fixupsTim Janik1998-03-021-3/+3
* small fix to notebook portionPST 1998 Shawn T. Amundson1998-03-029-0/+30
* Required changes for version change to 0.99.4PST 1998 Shawn T. Amundson1998-03-0224-299/+1452
* Added g_string_insert[_c]() and g_string_erase().Owen Taylor1998-03-023-0/+74
* forgot to remove a printfTim Janik1998-03-011-1/+0
* variable declaration have to have the same type as theirTim Janik1998-03-013-5/+5