| Commit message (Expand) | Author | Age | Files | Lines |
* | fixup, so that enum values are looked up. | Tim Janik | 1998-07-27 | 12 | -21/+77 |
* | little fix to avoid warnings | Lars Hamann | 1998-07-26 | 2 | -1/+2 |
* | Began cleanup, e.g. use gtk_widget_show_all instead of many | Stefan Jeske | 1998-07-26 | 1 | -639/+337 |
* | Fixed wrong allocation for GTK_BUTTONBOX_END. | Stefan Jeske | 1998-07-26 | 1 | -1/+1 |
* | fix for pointer grab | Lars Hamann | 1998-07-26 | 2 | -20/+45 |
* | Fixed 2 bugs in font selection - initialising array sizes and checking that | Damon Chaplin | 1998-07-25 | 1 | -2/+6 |
* | test for node != NULL (gtk_ctree_is_visible) (gtk_ctree_realize) | Lars Hamann | 1998-07-25 | 2 | -17/+38 |
* | mini code cleanup | Lars Hamann | 1998-07-24 | 1 | -16/+10 |
* | Fri, 24 Jul 1998 10:56:22 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-07-24 | 1 | -0/+2 |
* | introduce testbindings on C-1 for buttons, to check out binding | Tim Janik | 1998-07-22 | 12 | -147/+610 |
* | few fixes for gtk_signal_emits | Lars Hamann | 1998-07-22 | 1 | -15/+13 |
* | make auto-files update | Tim Janik | 1998-07-22 | 5 | -1/+33 |
* | We free things from the text property MemChunk, so it needs to be | Owen Taylor | 1998-07-21 | 1 | -7/+48 |
* | genmarshal.pl: Handle complex types, and functions with a return value but | Elliot Lee | 1998-07-21 | 6 | -66/+100 |
* | Marshallers for C_CALLBACK parameters now pass "func, func_data," instead | Elliot Lee | 1998-07-21 | 3 | -82/+139 |
* | missed this | Elliot Lee | 1998-07-21 | 1 | -5/+1 |
* | Fixed wrong size of activity indicator. It is settable now as a fraction | Stefan Jeske | 1998-07-21 | 3 | -17/+62 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 33 | -948/+804 |
* | new functions, recursive process tree to specified depth | Lars Hamann | 1998-07-20 | 2 | -26/+199 |
* | fix for vertical scrolling in case of GTK_CLIST_ADD_MOD changed pixmap | Lars Hamann | 1998-07-19 | 2 | -81/+81 |
* | export gtk_binary_age and gtk_interface_age. | Tim Janik | 1998-07-19 | 9 | -124/+451 |
* | Introduced generic GtkProgress widget. Derived GtkProgressBar from | Stefan Jeske | 1998-07-19 | 8 | -197/+1743 |
* | explicitly specify void in prototype | Manish Singh | 1998-07-18 | 2 | -2/+2 |
* | fix to avoid flicker at begin/end of list | Lars Hamann | 1998-07-17 | 1 | -7/+18 |
* | sropped the approach of copying all signal specific data into a | Tim Janik | 1998-07-17 | 1 | -107/+69 |
* | care for the posssibility that someone destroys the entry on the | Tim Janik | 1998-07-17 | 1 | -1/+6 |
* | use misc->xpad for x calculation instead of ypad (typo). (gtk_arrow_set): | Tim Janik | 1998-07-17 | 2 | -18/+23 |
* | signdness corrections all ove the place. implementation of object | Tim Janik | 1998-07-16 | 9 | -120/+602 |
* | fix for sigsegv in case of drag_target == NULL fix for | Lars Hamann | 1998-07-16 | 3 | -60/+89 |
* | handle negative values similar to gtk_widget_set_uposition(). that is: | Tim Janik | 1998-07-16 | 19 | -86/+304 |
* | Added focus handling, horizontal and vertical autoscrolling, extended | Lars Hamann | 1998-07-15 | 5 | -732/+3681 |
* | Integrating GdkRgb 0.0.3 into the Gtk+ source tree. | Raph Levien | 1998-07-15 | 1 | -0/+2 |
* | pass only the signal_id to this function. it needs to relookup the signal | Tim Janik | 1998-07-15 | 1 | -13/+29 |
* | don't destroy a buttons child if it isn't a label. | Tim Janik | 1998-07-14 | 1 | -8/+10 |
* | macro and GtkType fixups. | Tim Janik | 1998-07-14 | 8 | -39/+50 |
* | display the current cursor name. | Tim Janik | 1998-07-14 | 11 | -229/+311 |
* | fix float argument collection (always casted to doubles upon argument | Tim Janik | 1998-07-12 | 1 | -2/+3 |
* | call the base classes' object_init_func for derived objects with the | Tim Janik | 1998-07-12 | 1 | -3/+11 |
* | new functions which wraps gtk_arg_get_info(). | Tim Janik | 1998-07-12 | 4 | -0/+28 |
* | strictly check for the associated get/set arg functions. if an arg is | Tim Janik | 1998-07-10 | 2 | -18/+10 |
* | only take the padding into account if there is an accelerator. | Tim Janik | 1998-07-10 | 1 | -1/+2 |
* | collect the arguments with gtk_container_child_args_collect, not through | Tim Janik | 1998-07-10 | 1 | -8/+10 |
* | added a new internal type GTK_TYPE_IDENTIFIER which is derived from | Tim Janik | 1998-07-10 | 4 | -53/+100 |
* | add in just enough support for 1 or 4 bits so that it seems to allow | CDT 1998 Shawn T. Amundson | 1998-07-10 | 1 | -2/+6 |
* | deleted most of the argument handling code, since that is now implemented | Tim Janik | 1998-07-09 | 17 | -1507/+1594 |
* | handle GTK_RELIEF_HALF, which was introduced to keep either | Tim Janik | 1998-07-08 | 4 | -6/+21 |
* | totaly binary incomnpatible change: | Tim Janik | 1998-07-07 | 6 | -171/+82 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 84 | -172/+172 |
* | Added GDK_HAVE_FULL_CROSSING_EVENT, since I seem to have erroneously added | Federico Mena Quintero | 1998-07-03 | 1 | -0/+2 |
* | Added GTK_HAVE_RELIEF_STYLE | Manish Singh | 1998-07-03 | 1 | -0/+2 |