summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released GTK+ 0.99.9GTK_0_99_9PST 1998 Shawn T. Amundson1998-03-2821-11/+287
* Don't clear the window on an expose event. On draws, just clear theOwen Taylor1998-03-2814-16/+167
* Missed oneOwen Taylor1998-03-271-0/+2
* some stuff for doing plain text and postscriptPST 1998 Shawn T. Amundson1998-03-278-1/+53
* If the widget is _not_ a descendant of a Window widget, propagate keyOwen Taylor1998-03-2717-60/+190
* make a clear distinction between key press/release events, which will beTim Janik1998-03-268-28/+72
* always display the correct active state.Tim Janik1998-03-2613-46/+248
* When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it andOwen Taylor1998-03-2613-6/+122
* do not propagate unhandled key events on widgets with parent==NULL twice.Tim Janik1998-03-268-0/+36
* removed a leftover g_print() callTim Janik1998-03-251-1/+0
* implemented new flag shrink_on_detach (TRUE by default) which will causeTim Janik1998-03-2411-196/+150
* Quick fix for size allocation -- needs more work overallJay Painter1998-03-241-6/+16
* Use reversed arrow for menus ala Motif (and fix Options menus, which had XOwen Taylor1998-03-2412-42/+321
* Fixed xthickness -> ythickness typo.Federico Mena Quintero1998-03-248-1/+36
* Removed debian/files for realBen Gertzfield1998-03-241-3/+0
* Removed *.files, artifacts of the build processBen Gertzfield1998-03-243-27/+0
* Added debian/* files for ease in automatic building of Debian packagesBen Gertzfield1998-03-2414-0/+428
* Added gtk/testgtk.1 man page for testgtkBen Gertzfield1998-03-242-0/+30
* save the widgets visibility flag for evaluation after the widget gotTim Janik1998-03-248-1/+46
* Select the row which got its data changed, and not (0, 0).Federico Mena Quintero1998-03-248-1/+36
* /home/otaylor/commitOwen Taylor1998-03-2417-52/+308
* check for text!=NULL. (gtk_entry_prepend_text): likewise. some else pickyTim Janik1998-03-239-25/+72
* Added note about word wrapping.Owen Taylor1998-03-231-0/+17
* added this directory with stuff from the tutorial, updated to compile andCST 1998 Shawn T. Amundson1998-03-2322-1/+1459
* Added optional word wrap, controlled by new functionOwen Taylor1998-03-2311-15/+162
* Fixed some problems with !gtk_use_mb introduced in the last change.Owen Taylor1998-03-238-2/+39
* Fix so children don't get bogus draws.Owen Taylor1998-03-238-2/+31
* leave container_class->add and container_class->remove untouched if weTim Janik1998-03-2312-16/+155
* fixed sending null strings to gdk_string_widthJay Painter1998-03-231-2/+11
* Fixes to allow GTK to work with colormaps that aren't 256 entries long.Owen Taylor1998-03-2310-51/+154
* fixes to locale checksOwen Taylor1998-03-2216-155/+529
* use button_box for buttonsCST 1998 Shawn T. Amundson1998-03-229-3/+48
* forgot the ChangeLog ;(((Tim Janik1998-03-228-2/+121
* Don't respond to drops when grab is in effect. (workaround)Owen Taylor1998-03-2217-51/+384
* major overhaul of the code, fixed all known bugs (hopefully ;).Tim Janik1998-03-215-304/+580
* gtk/gtkcombo.[ch] "activate" signal can be disabled nowCET 1998 Paolo Molaro1998-03-219-1/+45
* changed packing in toolbar elements, so texts are always at the bottomRadek Doulik1998-03-218-9/+86
* syntaxrhlabs1998-03-201-1/+1
* Released GTK+ 0.99.8GTK_0_99_8PST 1998 Shawn T. Amundson1998-03-2012-11/+52
* the Solaris ltconfig patch from dracoCST 1998 Shawn T. Amundson1998-03-199-0/+34
* Reverted garray change, and fixed the g_rarray_truncate bug with length.Manish Singh1998-03-194-105/+95
* revert stupid part of revert, doh doh dohElliot Lee1998-03-191-1/+1
* revert gboolean change until we work out the details of exactly why it needs ...Elliot Lee1998-03-191-2/+3
* #define M_PI if it isn't already initialize transparent properly, to makeManish Singh1998-03-1910-6/+52
* perform the neccessary checks on funtion begin. use the scrolled_windowTim Janik1998-03-188-4/+48
* ( From: James Henstridge <james@daa.com.au> )Owen Taylor1998-03-1822-179/+366
* checked in gtk_entry_set_max_length (it truncates the texts if it'sCET 1998 Paolo Molaro1998-03-189-5/+61
* use the resize queue.Tim Janik1998-03-1810-7/+66
* Rewrite of GArray gboolean type changed to intManish Singh1998-03-1810-93/+136
* test if clist->title_window exists before showing it,Radek Doulik1998-03-171-2/+4