| Commit message (Expand) | Author | Age | Files | Lines |
* | removed gtk_range_calc_value(). | Tim Janik | 1998-03-08 | 1 | -0/+4 |
* | applied a bunch of patches and removed all the printfs that | Tim Janik | 1998-03-08 | 1 | -3/+19 |
* | define the version variables in config.h. | Tim Janik | 1998-03-08 | 1 | -0/+9 |
* | Added a new function, gtk_preview_reset(), that can be used (under highly | Owen Taylor | 1998-03-08 | 1 | -0/+7 |
* | register living objects in a hashtable. | Tim Janik | 1998-03-07 | 1 | -0/+4 |
* | made the object/class cast checks much more descriptive, based on | Tim Janik | 1998-03-07 | 1 | -0/+15 |
* | Fixed the vscrollbar flickering problem, by checking the area on expose | Owen Taylor | 1998-03-07 | 1 | -0/+7 |
* | Disallow pasting into non-editable widgets. | Owen Taylor | 1998-03-07 | 1 | -1/+24 |
* | Oops, | Shawn Amundson | 1998-03-06 | 1 | -1/+1 |
* | return NULL if device is not ready gtk/gtkwindow.h: check for | PST 1998 Shawn T. Amundson | 1998-03-06 | 1 | -0/+6 |
* | Fix selection bugs (selection was not being modified). | rhlabs | 1998-03-06 | 1 | -0/+5 |
* | Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and | Ian Main | 1998-03-06 | 1 | -0/+16 |
* | [Ummm, maybe we should do the same change to the selection_owner variable?] | Federico Mena Quintero | 1998-03-06 | 1 | -0/+9 |
* | (select row) Emit UNselect of rows that aren't selected. | rhlabs | 1998-03-05 | 1 | -0/+5 |
* | Unset allocation on unparent, to force reallocation if we get adding back | Owen Taylor | 1998-03-05 | 1 | -1/+26 |
* | Drags can only be started with the left button. | Miguel de Icaza | 1998-03-05 | 1 | -0/+5 |
* | widget hierarchy update from Tim Janik | GMT 1998 Tony Gale | 1998-03-04 | 1 | -0/+4 |
* | Initialize gdk_error_code to zero before calling the X routine. | Miguel de Icaza | 1998-03-03 | 1 | -0/+6 |
* | reflect the last commit in the changelog. | Tim Janik | 1998-03-03 | 1 | -0/+5 |
* | fixed ifndef..define typo | Shawn Amundson | 1998-03-02 | 1 | -0/+4 |
* | Miscellaneous minor fixes to remove ANSI C incompatibilities | Owen Taylor | 1998-03-02 | 1 | -0/+21 |
* | Changed 'entry != NULL' to 'editable != NULL' in three spots. | Owen Taylor | 1998-03-02 | 1 | -0/+5 |
* | Released GTK 0.99.4. | PST 1998 Shawn T. amundson | 1998-03-02 | 1 | -0/+4 |
* | small fix to notebook portion | PST 1998 Shawn T. Amundson | 1998-03-02 | 1 | -0/+4 |
* | Required changes for version change to 0.99.4 | PST 1998 Shawn T. Amundson | 1998-03-02 | 1 | -0/+14 |
* | Make sure either the window or the depth is given when creating a pixmap. | Owen Taylor | 1998-03-01 | 1 | -0/+5 |
* | complete api change to honour message contexts. unfortunaltely this also | Tim Janik | 1998-03-01 | 1 | -0/+29 |
* | I forgot to *commit* these before. Note to self: commit after applying | CST 1998 Shawn T. Amundson | 1998-03-01 | 1 | -5/+4 |
* | hm if we save the default style, we should also provide a function to | Tim Janik | 1998-03-01 | 1 | -0/+8 |
* | gtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -0/+7 |
* | gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -1/+22 |
* | gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -0/+22 |
* | handle box signals. fixups for 99.4 -timj | Tim Janik | 1998-02-28 | 1 | -1/+10 |
* | fix behavior of gtk_preview_put() with srcx/srcy != 0, | Tim Janik | 1998-02-28 | 1 | -0/+9 |
* | we make an active server grab now, this way we can change the cursor | Tim Janik | 1998-02-27 | 1 | -0/+18 |
* | gtk/gtktext.c | Owen Taylor | 1998-02-27 | 1 | -0/+34 |
* | new widget from Lars Hamann <hamann@braunschweig.netsurf.de> and Stefan | Tim Janik | 1998-02-25 | 1 | -0/+9 |
* | logged change | Owen Taylor | 1998-02-25 | 1 | -0/+14 |
* | added questions on: - Why don't the contents of a button move when the | Tony Gale | 1998-02-25 | 1 | -0/+15 |
* | Added some support for i18n. The support for input methods, including | Owen Taylor | 1998-02-25 | 1 | -0/+21 |
* | fixed some bugs in the resizing code (it was leaking | Tim Janik | 1998-02-24 | 1 | -4/+1 |
* | Don't process configure events that just move the window, and don't resize | Owen Taylor | 1998-02-23 | 1 | -0/+8 |
* | Added gtk_toolbar_*_element() functions. Rewrote others | rhlabs | 1998-02-23 | 1 | -0/+10 |
* | implemented the statusbar widget. my first intend was to fix the code, but | Tim Janik | 1998-02-23 | 1 | -0/+10 |
* | Allow gtk_clist_insert() to work on empty lists. | rhlabs | 1998-02-23 | 1 | -0/+5 |
* | Count idle handlers at internal priority as pending events. | Owen Taylor | 1998-02-22 | 1 | -0/+5 |
* | renamed signal GtkWidget::set_parent to GtkWidget::parent_set. since it's | Tim Janik | 1998-02-22 | 1 | -0/+7 |
* | fixed a bug for mode GDK_CC_MODE_TRUE, when on a 24-bit visual on a 32-bit | MET 1998 Eckehard Berns | 1998-02-21 | 1 | -0/+5 |
* | Added a NULL test in gtk_entry_set_text. (Fielded a report on #gimp | scott | 1998-02-21 | 1 | -0/+5 |
* | gtk_object_query_args takes an additional pointer now which if supplied | Tim Janik | 1998-02-21 | 1 | -0/+25 |