summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* More extensive debugging outputOwen Taylor1998-04-0324-245/+314
* forgot to set the initial `0' cursor.Tim Janik1998-03-311-3/+4
* Add a "style_set" callback, so the font can be changed at run time.Owen Taylor1998-03-311-0/+23
* show the menu_label unconditionally (even if it is not a default label).Tim Janik1998-03-311-2/+7
* Improved main loop test. (Quits main loop properly, makes it more obviousOwen Taylor1998-03-303-31/+79
* removed this function, it was unneeded and not exported.Tim Janik1998-03-302-22/+7
* Added wrapping capabilities to GtkSpinButton. New function :Tim Janik1998-03-293-43/+84
* Disconnect from combo->entry, not combo. (From: Daniel SkardaOwen Taylor1998-03-292-4/+32
* Don't clear the window on an expose event. On draws, just clear theOwen Taylor1998-03-284-4/+53
* Missed oneOwen Taylor1998-03-271-0/+2
* If the widget is _not_ a descendant of a Window widget, propagate keyOwen Taylor1998-03-273-41/+32
* make a clear distinction between key press/release events, which will beTim Janik1998-03-261-28/+23
* always display the correct active state.Tim Janik1998-03-265-46/+59
* When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it andOwen Taylor1998-03-263-4/+10
* do not propagate unhandled key events on widgets with parent==NULL twice.Tim Janik1998-03-261-0/+1
* 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-243-19/+73
* 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-243-20/+33
* Fixed xthickness -> ythickness typo.Federico Mena Quintero1998-03-241-1/+1
* Added gtk/testgtk.1 man page for testgtkBen Gertzfield1998-03-241-0/+15
* save the widgets visibility flag for evaluation after the widget gotTim Janik1998-03-241-1/+4
* Select the row which got its data changed, and not (0, 0).Federico Mena Quintero1998-03-241-1/+1
* /home/otaylor/commitOwen Taylor1998-03-2410-52/+140
* check for text!=NULL. (gtk_entry_prepend_text): likewise. some else pickyTim Janik1998-03-231-19/+27
* added this directory with stuff from the tutorial, updated to compile andCST 1998 Shawn T. Amundson1998-03-231-1/+1
* Added optional word wrap, controlled by new functionOwen Taylor1998-03-233-9/+73
* Fixed some problems with !gtk_use_mb introduced in the last change.Owen Taylor1998-03-231-2/+4
* Fix so children don't get bogus draws.Owen Taylor1998-03-231-2/+3
* leave container_class->add and container_class->remove untouched if weTim Janik1998-03-233-9/+60
* fixed sending null strings to gdk_string_widthJay Painter1998-03-231-2/+11
* fixes to locale checksOwen Taylor1998-03-224-135/+351
* use button_box for buttonsCST 1998 Shawn T. Amundson1998-03-222-3/+13
* Don't respond to drops when grab is in effect. (workaround)Owen Taylor1998-03-223-10/+15
* major overhaul of the code, fixed all known bugs (hopefully ;).Tim Janik1998-03-214-303/+566
* gtk/gtkcombo.[ch] "activate" signal can be disabled nowCET 1998 Paolo Molaro1998-03-212-1/+17
* changed packing in toolbar elements, so texts are always at the bottomRadek Doulik1998-03-211-9/+9
* #define M_PI if it isn't already initialize transparent properly, to makeManish Singh1998-03-192-3/+7
* perform the neccessary checks on funtion begin. use the scrolled_windowTim Janik1998-03-181-4/+6
* ( From: James Henstridge <james@daa.com.au> )Owen Taylor1998-03-1812-116/+174
* checked in gtk_entry_set_max_length (it truncates the texts if it'sCET 1998 Paolo Molaro1998-03-182-5/+19
* use the resize queue.Tim Janik1998-03-182-2/+7
* test if clist->title_window exists before showing it,Radek Doulik1998-03-171-2/+4
* return real boolean values not just numbers.Tim Janik1998-03-172-7/+7
* Make Gtk compile: Fix GTK_NOTE definition for no debugging, and make gtk_use_...Elliot Lee1998-03-173-7/+5
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-179-60/+146
* changed some debugging messages to be prefixed by "Gdk:".Tim Janik1998-03-172-3/+5
* fixed a bug about drawing GTK_ARROW_LEFT, correction from Damon ChaplinTim Janik1998-03-172-2/+3
* exported gtk_spin_button_spin since it is used in testgtk, and besidesTim Janik1998-03-174-37/+219
* Added trailing newline, hopefully will fix the problem with esacOwen Taylor1998-03-161-3/+7