summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* temporary implementation of action signal "debug_msg"Tim Janik1998-07-016-18/+47
* implementation of the "class" keyword for styles.Tim Janik1998-07-013-172/+217
* fixed lookup order for rc styles. the latest defined rc set pattern isTim Janik1998-06-305-19/+21
* code overhaul for simplicity and more descriptive error messages.Tim Janik1998-06-302-337/+285
* ok, this enables the possibility for key-release bindings.Tim Janik1998-06-302-2/+30
* implemented default handler for key-release events, which checks forTim Janik1998-06-301-4/+25
* GtkType and macro fixups. widget argument implementation:Tim Janik1998-06-292-7/+77
* Added OBJECT typeElliot Lee1998-06-291-1/+1
* GtkType and macro fixups.Tim Janik1998-06-284-19/+122
* call the base class init fucntions from all parent types upon classTim Janik1998-06-2887-353/+578
* use rand() instead of random() for portabilityManish Singh1998-06-281-2/+5
* fix for the compatibility fixStefan Jeske1998-06-251-1/+2
* do not avoid to queue for a resize if the container is not visible, weTim Janik1998-06-245-8/+24
* new function gtk_container_child_arg_set, similar toTim Janik1998-06-2414-90/+665
* Added compatibility code for 1.0.x-like parameters. Changed internalStefan Jeske1998-06-241-43/+60
* added a frame with radio buttons to select the resize_mode for theTim Janik1998-06-2417-267/+489
* s/GkWidget/GtkWidget/Manish Singh1998-06-242-2/+2
* Export the gtk_entry_adjust_scroll. Required if you change the cursorMiguel de Icaza1998-06-233-3/+6
* new CTree line style GTK_CTREE_LINES_TABBEDLars Hamann1998-06-223-73/+673
* Remove $(srcdir) from, and clean up, the dependencies. Generate toRaja R Harinath1998-06-214-77/+135
* removed extra comma at end of enumSeth Alves1998-06-201-1/+1
* - Bug fix for precision problem causing occasional double emission ofStefan Jeske1998-06-193-208/+339
* fail silently for toplevels. if resize_mode changes to GTK_RESIZE_PARENT,Tim Janik1998-06-193-35/+55
* Only respond to selection with button 1. This allows context-sensitiveOwen Taylor1998-06-191-1/+1
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-198-132/+125
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-1928-760/+1222
* Use pointer<->int conversion macros to avoid warnings.Federico Mena Quintero1998-06-182-26/+22
* yeppers, accelerator changes to fix the gimp. commit message dedicated toTim Janik1998-06-1814-60/+250
* Changed GtkSpinButtonUpdatePolicy enum, added keyboardStefan Jeske1998-06-173-51/+135
* new function gdk_window_at_pointer() to retrive the current GdkWindow theTim Janik1998-06-1712-93/+106