| Commit message (Expand) | Author | Age | Files | Lines |
* | removed gtk_range_calc_value(). | Tim Janik | 1998-03-08 | 9 | -9/+28 |
* | fix a NULL warning. -timj | Tim Janik | 1998-03-08 | 1 | -3/+3 |
* | typos and warning fixes. | Tim Janik | 1998-03-08 | 2 | -8/+21 |
* | applied a bunch of patches and removed all the printfs that | Tim Janik | 1998-03-08 | 17 | -254/+380 |
* | define the version variables in config.h. | Tim Janik | 1998-03-08 | 18 | -26/+150 |
* | Added a new function, gtk_preview_reset(), that can be used (under highly | Owen Taylor | 1998-03-08 | 9 | -8/+135 |
* | register living objects in a hashtable. | Tim Janik | 1998-03-07 | 9 | -34/+67 |
* | made the object/class cast checks much more descriptive, based on | Tim Janik | 1998-03-07 | 13 | -21/+180 |
* | <raster@redhat.com> | rhlabs | 1998-03-07 | 3 | -2/+199 |
* | Fixed the vscrollbar flickering problem, by checking the area on expose | Owen Taylor | 1998-03-07 | 8 | -1/+65 |
* | Disallow pasting into non-editable widgets. | Owen Taylor | 1998-03-07 | 13 | -184/+442 |
* | Oops, | Shawn Amundson | 1998-03-06 | 7 | -7/+7 |
* | return NULL if device is not ready gtk/gtkwindow.h: check for | PST 1998 Shawn T. Amundson | 1998-03-06 | 10 | -0/+88 |
* | Fix selection bugs (selection was not being modified). | rhlabs | 1998-03-06 | 8 | -0/+37 |
* | This commit moves dnd variables around a bit, and has a try at using hints fo... | Elliot Lee | 1998-03-06 | 5 | -104/+119 |
* | Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and | Ian Main | 1998-03-06 | 11 | -65/+316 |
* | minor todo updates that i'll hopefully get around at the weekend ;) | Tim Janik | 1998-03-06 | 1 | -1/+7 |
* | [Ummm, maybe we should do the same change to the selection_owner variable?] | Federico Mena Quintero | 1998-03-06 | 14 | -13/+76 |
* | (select row) Emit UNselect of rows that aren't selected. | rhlabs | 1998-03-05 | 8 | -1/+36 |
* | Singnals -> GTK_RUN_FIRST; api select/unselect function now always do what th... | Jay Painter | 1998-03-05 | 1 | -59/+145 |
* | Old stuff that didn't get commited. (owt) | Owen Taylor | 1998-03-05 | 3 | -6/+19 |
* | Unset allocation on unparent, to force reallocation if we get adding back | Owen Taylor | 1998-03-05 | 14 | -46/+336 |
* | Drags can only be started with the left button. | Miguel de Icaza | 1998-03-05 | 9 | -0/+37 |
* | widget hierarchy update from Tim Janik | GMT 1998 Tony Gale | 1998-03-04 | 9 | -146/+190 |
* | Initialize gdk_error_code to zero before calling the X routine. | Miguel de Icaza | 1998-03-03 | 9 | -0/+44 |
* | reflect the last commit in the changelog. | Tim Janik | 1998-03-03 | 7 | -0/+35 |
* | realization fixes by lars. | Tim Janik | 1998-03-03 | 1 | -14/+18 |
* | fixed ifndef..define typo | Shawn Amundson | 1998-03-02 | 8 | -2/+30 |
* | // comment. -owt | Owen Taylor | 1998-03-02 | 1 | -3/+3 |
* | Miscellaneous minor fixes to remove ANSI C incompatibilities | Owen Taylor | 1998-03-02 | 23 | -24/+219 |
* | Changed 'entry != NULL' to 'editable != NULL' in three spots. | Owen Taylor | 1998-03-02 | 8 | -3/+38 |
* | Released GTK 0.99.4. | PST 1998 Shawn T. amundson | 1998-03-02 | 7 | -0/+28 |
* | oh, boy, world can be so crude!GTK_0_99_4 | Tim Janik | 1998-03-02 | 2 | -63/+74 |
* | cast fix | Tim Janik | 1998-03-02 | 1 | -1/+1 |
* | small fixups | Tim Janik | 1998-03-02 | 1 | -3/+3 |
* | small fix to notebook portion | PST 1998 Shawn T. Amundson | 1998-03-02 | 9 | -0/+30 |
* | Required changes for version change to 0.99.4 | PST 1998 Shawn T. Amundson | 1998-03-02 | 24 | -299/+1452 |
* | Added g_string_insert[_c]() and g_string_erase(). | Owen Taylor | 1998-03-02 | 3 | -0/+74 |
* | forgot to remove a printf | Tim Janik | 1998-03-01 | 1 | -1/+0 |
* | variable declaration have to have the same type as their | Tim Janik | 1998-03-01 | 3 | -5/+5 |
* | removed duplicate stuff out of gtkwidget.[ch]. | Tim Janik | 1998-03-01 | 2 | -35/+0 |
* | Make sure either the window or the depth is given when creating a pixmap. | Owen Taylor | 1998-03-01 | 9 | -8/+45 |
* | complete api change to honour message contexts. unfortunaltely this also | Tim Janik | 1998-03-01 | 14 | -163/+496 |
* | Add drag_end_event for future expansion, plus allow passing in NULL to the gd... | Elliot Lee | 1998-03-01 | 9 | -48/+128 |
* | I forgot to *commit* these before. Note to self: commit after applying | CST 1998 Shawn T. Amundson | 1998-03-01 | 11 | -55/+651 |
* | > - parent_class = gtk_type_class (gtk_widget_get_type ()); | Tim Janik | 1998-03-01 | 2 | -2/+2 |
* | hm, cvs is just too unsensible ;) | Tim Janik | 1998-03-01 | 1 | -0/+1 |
* | hm if we save the default style, we should also provide a function to | Tim Janik | 1998-03-01 | 9 | -0/+79 |
* | -timj | Tim Janik | 1998-03-01 | 1 | -1/+7 |
* | gtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 11 | -18/+67 |