summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* fixup, so that enum values are looked up.Tim Janik1998-07-2712-21/+77
* little fix to avoid warningsLars Hamann1998-07-262-1/+2
* Began cleanup, e.g. use gtk_widget_show_all instead of manyStefan Jeske1998-07-261-639/+337
* Fixed wrong allocation for GTK_BUTTONBOX_END.Stefan Jeske1998-07-261-1/+1
* fix for pointer grabLars Hamann1998-07-262-20/+45
* Fixed 2 bugs in font selection - initialising array sizes and checking thatDamon Chaplin1998-07-251-2/+6
* test for node != NULL (gtk_ctree_is_visible) (gtk_ctree_realize)Lars Hamann1998-07-252-17/+38
* mini code cleanupLars Hamann1998-07-241-16/+10
* Fri, 24 Jul 1998 10:56:22 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-07-241-0/+2
* introduce testbindings on C-1 for buttons, to check out bindingTim Janik1998-07-2212-147/+610
* few fixes for gtk_signal_emitsLars Hamann1998-07-221-15/+13
* make auto-files updateTim Janik1998-07-225-1/+33
* We free things from the text property MemChunk, so it needs to beOwen Taylor1998-07-211-7/+48
* genmarshal.pl: Handle complex types, and functions with a return value butElliot Lee1998-07-216-66/+100
* Marshallers for C_CALLBACK parameters now pass "func, func_data," insteadElliot Lee1998-07-213-82/+139
* missed thisElliot Lee1998-07-211-5/+1
* Fixed wrong size of activity indicator. It is settable now as a fractionStefan Jeske1998-07-213-17/+62
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-2133-948/+804
* new functions, recursive process tree to specified depthLars Hamann1998-07-202-26/+199
* fix for vertical scrolling in case of GTK_CLIST_ADD_MOD changed pixmapLars Hamann1998-07-192-81/+81
* export gtk_binary_age and gtk_interface_age.Tim Janik1998-07-199-124/+451
* Introduced generic GtkProgress widget. Derived GtkProgressBar fromStefan Jeske1998-07-198-197/+1743
* explicitly specify void in prototypeManish Singh1998-07-182-2/+2
* fix to avoid flicker at begin/end of listLars Hamann1998-07-171-7/+18
* sropped the approach of copying all signal specific data into aTim Janik1998-07-171-107/+69
* care for the posssibility that someone destroys the entry on theTim Janik1998-07-171-1/+6
* use misc->xpad for x calculation instead of ypad (typo). (gtk_arrow_set):Tim Janik1998-07-172-18/+23
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-169-120/+602
* fix for sigsegv in case of drag_target == NULL fix forLars Hamann1998-07-163-60/+89
* handle negative values similar to gtk_widget_set_uposition(). that is:Tim Janik1998-07-1619-86/+304
* Added focus handling, horizontal and vertical autoscrolling, extendedLars Hamann1998-07-155-732/+3681
* Integrating GdkRgb 0.0.3 into the Gtk+ source tree.Raph Levien1998-07-151-0/+2
* pass only the signal_id to this function. it needs to relookup the signalTim Janik1998-07-151-13/+29
* don't destroy a buttons child if it isn't a label.Tim Janik1998-07-141-8/+10
* macro and GtkType fixups.Tim Janik1998-07-148-39/+50
* display the current cursor name.Tim Janik1998-07-1411-229/+311
* fix float argument collection (always casted to doubles upon argumentTim Janik1998-07-121-2/+3
* call the base classes' object_init_func for derived objects with theTim Janik1998-07-121-3/+11
* new functions which wraps gtk_arg_get_info().Tim Janik1998-07-124-0/+28
* strictly check for the associated get/set arg functions. if an arg isTim Janik1998-07-102-18/+10
* only take the padding into account if there is an accelerator.Tim Janik1998-07-101-1/+2
* collect the arguments with gtk_container_child_args_collect, not throughTim Janik1998-07-101-8/+10
* added a new internal type GTK_TYPE_IDENTIFIER which is derived fromTim Janik1998-07-104-53/+100
* add in just enough support for 1 or 4 bits so that it seems to allowCDT 1998 Shawn T. Amundson1998-07-101-2/+6
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-0917-1507/+1594
* handle GTK_RELIEF_HALF, which was introduced to keep eitherTim Janik1998-07-084-6/+21
* totaly binary incomnpatible change:Tim Janik1998-07-076-171/+82
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-0484-172/+172
* Added GDK_HAVE_FULL_CROSSING_EVENT, since I seem to have erroneously addedFederico Mena Quintero1998-07-031-0/+2
* Added GTK_HAVE_RELIEF_STYLEManish Singh1998-07-031-0/+2