summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* return TRUE for GtkWidget::delete_event to avoid destruction of our floatTim Janik1998-03-121-186/+52
* new_pixmap wasn't using its filename argument. Add descriptionsRussell Nelson1998-03-121-1/+1
* fetch the inintial value of attributes.event_mask fromTim Janik1998-03-121-6/+28
* Bug fixes/improvements to the motion event eating for DndElliot Lee1998-03-111-0/+1
* Various minor cleanups related to -WOwen Taylor1998-03-111-2/+4
* applied gtk-hamann_jeske-980311-0.patch.gz.Tim Janik1998-03-111-18/+71
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-111-1/+1
* - Show selection correctly when starting selection with arrowsOwen Taylor1998-03-082-6/+9
* changed clist->selection GList so its data elements are casted row indexes in...Jay Painter1998-03-081-5/+108
* define the version variables in config.h.Tim Janik1998-03-081-0/+18
* Disallow pasting into non-editable widgets.Owen Taylor1998-03-071-45/+34
* Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), andIan Main1998-03-061-1/+30
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-021-1/+18
* small fix to notebook portionPST 1998 Shawn T. Amundson1998-03-021-0/+1
* Required changes for version change to 0.99.4PST 1998 Shawn T. Amundson1998-03-021-0/+500
* complete api change to honour message contexts. unfortunaltely this alsoTim Janik1998-03-011-55/+85
* gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]Owen Taylor1998-03-012-7/+6
* more fixups -timjTim Janik1998-02-281-0/+15
* handle box signals. fixups for 99.4 -timjTim Janik1998-02-281-1/+20
* GtkWIdget::style_set initial emission,Tim Janik1998-02-271-1/+1
* we make an active server grab now, this way we can change the cursorTim Janik1998-02-272-4/+4
* gtk/gtktext.cOwen Taylor1998-02-272-1/+128
* D&D now lets you use shaped windows for drags. As usual, see testgtk.c... Now...Elliot Lee1998-02-261-3/+17
* new widget from Lars Hamann <hamann@braunschweig.netsurf.de> and StefanTim Janik1998-02-251-2/+169
* implemented the statusbar widget. my first intend was to fix the code, butTim Janik1998-02-231-0/+149
* api changes to GtkToolBar to support the private tooltips text also.Tim Janik1998-02-211-20/+24
* New widget GtkTipsQuery for letting the user query tooltips of widgets.Tim Janik1998-02-201-8/+79
* Use POINTER_MOTION_HINT when dragging shapes around. (gtk-wille-980203-0Owen Taylor1998-02-191-1/+7
* applied gtk-hamann_jeske-980218-0.patch.gz, a patch from Lars Hamann andTim Janik1998-02-191-90/+344
* CList signal revert (right back at you! *ouch*)Jay Painter1998-02-191-84/+3
* A couple of compiler warning fixes, GtkCList signal changes, changedJay Painter1998-02-181-10/+83
* Realize window before creating xpm so it gets the right colormap/visual,Owen Taylor1998-02-131-5/+7
* Change style->white to style->base[] where appropriate. Change the defaultOwen Taylor1998-02-131-1/+2
* gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]Owen Taylor1998-02-131-3/+3
* New API functions: gtk_clist_get_cell_type gtk_clist_get_textJay Painter1998-02-081-8/+58
* don't add the same menu to different menuitems/ optionmenus.Tim Janik1998-02-031-10/+3
* fixed a bad, bad referencing bug that could caused unreferencing ofTim Janik1998-02-021-0/+1
* fixed a refresh bug with unrealization of no_window widgets.Tim Janik1998-02-021-5/+6
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-16/+20
* Conversion to use Paolo Molaro's GtkCombo instead of GtkComboBoxOwen Taylor1998-01-201-4/+5
* Removed the GTK_PIXMAP casts to match Eckehard's new prototypes.Federico Mena1998-01-191-37/+19
* GtkCList updates: Click-Drag column resizing, a couple of layoutJay Painter1998-01-191-3/+42
* Take putback events into accountOwen Taylor1998-01-171-3/+0
* Applied patch from <lupus@lettere.unipd.it> which addsCST 1998 Shawn T. Amundson1998-01-171-2/+7
* Now we use a GtkWindow of type GTK_WINDOW_DIALOG as a destination forFederico Mena1998-01-161-20/+6
* GtkCList updates, GtkText now defaults to editable = FALSE, but you canJay Painter1998-01-132-25/+34
* Fixed child->icon and child->label == NULL bugs.Federico Mena Quintero1998-01-131-1/+8
* a few modifications, blah blahElliot Lee1998-01-081-0/+1
* New widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_par...Elliot Lee1998-01-081-4/+13
* Added gtk_entry_set_editable()Elliot Lee1998-01-071-1/+15