| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | temporary implementation of action signal "debug_msg" | Tim Janik | 1998-07-01 | 6 | -18/+47 |
* | implementation of the "class" keyword for styles. | Tim Janik | 1998-07-01 | 3 | -172/+217 |
* | fixed lookup order for rc styles. the latest defined rc set pattern is | Tim Janik | 1998-06-30 | 5 | -19/+21 |
* | code overhaul for simplicity and more descriptive error messages. | Tim Janik | 1998-06-30 | 2 | -337/+285 |
* | ok, this enables the possibility for key-release bindings. | Tim Janik | 1998-06-30 | 2 | -2/+30 |
* | implemented default handler for key-release events, which checks for | Tim Janik | 1998-06-30 | 1 | -4/+25 |
* | GtkType and macro fixups. widget argument implementation: | Tim Janik | 1998-06-29 | 2 | -7/+77 |
* | Added OBJECT type | Elliot Lee | 1998-06-29 | 1 | -1/+1 |
* | GtkType and macro fixups. | Tim Janik | 1998-06-28 | 4 | -19/+122 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 87 | -353/+578 |
* | use rand() instead of random() for portability | Manish Singh | 1998-06-28 | 1 | -2/+5 |
* | fix for the compatibility fix | Stefan Jeske | 1998-06-25 | 1 | -1/+2 |
* | do not avoid to queue for a resize if the container is not visible, we | Tim Janik | 1998-06-24 | 5 | -8/+24 |
* | new function gtk_container_child_arg_set, similar to | Tim Janik | 1998-06-24 | 14 | -90/+665 |
* | Added compatibility code for 1.0.x-like parameters. Changed internal | Stefan Jeske | 1998-06-24 | 1 | -43/+60 |
* | added a frame with radio buttons to select the resize_mode for the | Tim Janik | 1998-06-24 | 17 | -267/+489 |
* | s/GkWidget/GtkWidget/ | Manish Singh | 1998-06-24 | 2 | -2/+2 |
* | Export the gtk_entry_adjust_scroll. Required if you change the cursor | Miguel de Icaza | 1998-06-23 | 3 | -3/+6 |
* | new CTree line style GTK_CTREE_LINES_TABBED | Lars Hamann | 1998-06-22 | 3 | -73/+673 |
* | Remove $(srcdir) from, and clean up, the dependencies. Generate to | Raja R Harinath | 1998-06-21 | 4 | -77/+135 |
* | removed extra comma at end of enum | Seth Alves | 1998-06-20 | 1 | -1/+1 |
* | - Bug fix for precision problem causing occasional double emission of | Stefan Jeske | 1998-06-19 | 3 | -208/+339 |
* | fail silently for toplevels. if resize_mode changes to GTK_RESIZE_PARENT, | Tim Janik | 1998-06-19 | 3 | -35/+55 |
* | Only respond to selection with button 1. This allows context-sensitive | Owen Taylor | 1998-06-19 | 1 | -1/+1 |
* | replaced some gtk_object_data_force_id with g_quark_from_static_string | Tim Janik | 1998-06-19 | 8 | -132/+125 |
* | Remove --g-fatal-warnings flag from argv. | Owen Taylor | 1998-06-19 | 28 | -760/+1222 |
* | Use pointer<->int conversion macros to avoid warnings. | Federico Mena Quintero | 1998-06-18 | 2 | -26/+22 |
* | yeppers, accelerator changes to fix the gimp. commit message dedicated to | Tim Janik | 1998-06-18 | 14 | -60/+250 |
* | Changed GtkSpinButtonUpdatePolicy enum, added keyboard | Stefan Jeske | 1998-06-17 | 3 | -51/+135 |
* | new function gdk_window_at_pointer() to retrive the current GdkWindow the | Tim Janik | 1998-06-17 | 12 | -93/+106 |