| Commit message (Expand) | Author | Age | Files | Lines |
* | More extensive debugging output | Owen Taylor | 1998-04-03 | 24 | -245/+314 |
* | forgot to set the initial `0' cursor. | Tim Janik | 1998-03-31 | 1 | -3/+4 |
* | Add a "style_set" callback, so the font can be changed at run time. | Owen Taylor | 1998-03-31 | 1 | -0/+23 |
* | show the menu_label unconditionally (even if it is not a default label). | Tim Janik | 1998-03-31 | 1 | -2/+7 |
* | Improved main loop test. (Quits main loop properly, makes it more obvious | Owen Taylor | 1998-03-30 | 3 | -31/+79 |
* | removed this function, it was unneeded and not exported. | Tim Janik | 1998-03-30 | 2 | -22/+7 |
* | Added wrapping capabilities to GtkSpinButton. New function : | Tim Janik | 1998-03-29 | 3 | -43/+84 |
* | Disconnect from combo->entry, not combo. (From: Daniel Skarda | Owen Taylor | 1998-03-29 | 2 | -4/+32 |
* | Don't clear the window on an expose event. On draws, just clear the | Owen Taylor | 1998-03-28 | 4 | -4/+53 |
* | Missed one | Owen Taylor | 1998-03-27 | 1 | -0/+2 |
* | If the widget is _not_ a descendant of a Window widget, propagate key | Owen Taylor | 1998-03-27 | 3 | -41/+32 |
* | make a clear distinction between key press/release events, which will be | Tim Janik | 1998-03-26 | 1 | -28/+23 |
* | always display the correct active state. | Tim Janik | 1998-03-26 | 5 | -46/+59 |
* | When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and | Owen Taylor | 1998-03-26 | 3 | -4/+10 |
* | do not propagate unhandled key events on widgets with parent==NULL twice. | Tim Janik | 1998-03-26 | 1 | -0/+1 |
* | removed a leftover g_print() call | Tim Janik | 1998-03-25 | 1 | -1/+0 |
* | implemented new flag shrink_on_detach (TRUE by default) which will cause | Tim Janik | 1998-03-24 | 3 | -19/+73 |
* | Quick fix for size allocation -- needs more work overall | Jay Painter | 1998-03-24 | 1 | -6/+16 |
* | Use reversed arrow for menus ala Motif (and fix Options menus, which had X | Owen Taylor | 1998-03-24 | 3 | -20/+33 |
* | Fixed xthickness -> ythickness typo. | Federico Mena Quintero | 1998-03-24 | 1 | -1/+1 |
* | Added gtk/testgtk.1 man page for testgtk | Ben Gertzfield | 1998-03-24 | 1 | -0/+15 |
* | save the widgets visibility flag for evaluation after the widget got | Tim Janik | 1998-03-24 | 1 | -1/+4 |
* | Select the row which got its data changed, and not (0, 0). | Federico Mena Quintero | 1998-03-24 | 1 | -1/+1 |
* | /home/otaylor/commit | Owen Taylor | 1998-03-24 | 10 | -52/+140 |
* | check for text!=NULL. (gtk_entry_prepend_text): likewise. some else picky | Tim Janik | 1998-03-23 | 1 | -19/+27 |
* | added this directory with stuff from the tutorial, updated to compile and | CST 1998 Shawn T. Amundson | 1998-03-23 | 1 | -1/+1 |
* | Added optional word wrap, controlled by new function | Owen Taylor | 1998-03-23 | 3 | -9/+73 |
* | Fixed some problems with !gtk_use_mb introduced in the last change. | Owen Taylor | 1998-03-23 | 1 | -2/+4 |
* | Fix so children don't get bogus draws. | Owen Taylor | 1998-03-23 | 1 | -2/+3 |
* | leave container_class->add and container_class->remove untouched if we | Tim Janik | 1998-03-23 | 3 | -9/+60 |
* | fixed sending null strings to gdk_string_width | Jay Painter | 1998-03-23 | 1 | -2/+11 |
* | fixes to locale checks | Owen Taylor | 1998-03-22 | 4 | -135/+351 |
* | use button_box for buttons | CST 1998 Shawn T. Amundson | 1998-03-22 | 2 | -3/+13 |
* | Don't respond to drops when grab is in effect. (workaround) | Owen Taylor | 1998-03-22 | 3 | -10/+15 |
* | major overhaul of the code, fixed all known bugs (hopefully ;). | Tim Janik | 1998-03-21 | 4 | -303/+566 |
* | gtk/gtkcombo.[ch] "activate" signal can be disabled now | CET 1998 Paolo Molaro | 1998-03-21 | 2 | -1/+17 |
* | changed packing in toolbar elements, so texts are always at the bottom | Radek Doulik | 1998-03-21 | 1 | -9/+9 |
* | #define M_PI if it isn't already initialize transparent properly, to make | Manish Singh | 1998-03-19 | 2 | -3/+7 |
* | perform the neccessary checks on funtion begin. use the scrolled_window | Tim Janik | 1998-03-18 | 1 | -4/+6 |
* | ( From: James Henstridge <james@daa.com.au> ) | Owen Taylor | 1998-03-18 | 12 | -116/+174 |
* | checked in gtk_entry_set_max_length (it truncates the texts if it's | CET 1998 Paolo Molaro | 1998-03-18 | 2 | -5/+19 |
* | use the resize queue. | Tim Janik | 1998-03-18 | 2 | -2/+7 |
* | test if clist->title_window exists before showing it, | Radek Doulik | 1998-03-17 | 1 | -2/+4 |
* | return real boolean values not just numbers. | Tim Janik | 1998-03-17 | 2 | -7/+7 |
* | Make Gtk compile: Fix GTK_NOTE definition for no debugging, and make gtk_use_... | Elliot Lee | 1998-03-17 | 3 | -7/+5 |
* | Try to guess if we can use the mb* functions safely. (For glibc, they do | Owen Taylor | 1998-03-17 | 9 | -60/+146 |
* | changed some debugging messages to be prefixed by "Gdk:". | Tim Janik | 1998-03-17 | 2 | -3/+5 |
* | fixed a bug about drawing GTK_ARROW_LEFT, correction from Damon Chaplin | Tim Janik | 1998-03-17 | 2 | -2/+3 |
* | exported gtk_spin_button_spin since it is used in testgtk, and besides | Tim Janik | 1998-03-17 | 4 | -37/+219 |
* | Added trailing newline, hopefully will fix the problem with esac | Owen Taylor | 1998-03-16 | 1 | -3/+7 |