summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-271-4/+37
* New functions to set the colormap or visual of an existing widget. TheseOwen Taylor1999-01-261-10/+55
* set RECEIVES_DEFAULT on init, and a button press on the widget doesn'tGeorge Lebl1999-01-251-0/+11
* Code cleanup.Owen Taylor1999-01-211-2/+2
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-16/+0
* define GTK_DISABLE_COMPAT_H for compilation of gtk code.Tim Janik1999-01-151-7/+3
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-14/+26
* eliminate queue_clears or queue_draws where we know that expose eventsTim Janik1999-01-131-3/+4
* reworked the redrawing heuristics somewhat, this fixed a bunch of existingTim Janik1999-01-121-123/+117
* Fixes to drawing the background of the bin window so that clearing andOwen Taylor1999-01-081-14/+34
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-191-1/+1
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-2/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+31
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-0/+4
* made GtkWidget::grab_focus a RUN_LAST and RUN_ACTION signal. moved stuffTim Janik1998-12-141-4/+14
* Added a "grab_focus" signal for widgets. When the signal is emitted, theFederico Mena Quintero1998-12-141-0/+9
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-8/+14
* moved checks upon focus setting from gtk_window_real_set_focus toTim Janik1998-12-031-20/+63
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-6/+6
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* removed default initialization check, people must use gtk_type_init();Tim Janik1998-11-291-14/+47
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-61/+36
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-2/+18
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-49/+44
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-61/+525
* added a bunch of checks for widget != NULL and GTK_IS_WIDGET (widget):Tim Janik1998-11-041-3/+54
* added more g_return_if_fail() statements.Tim Janik1998-10-251-0/+9
* Change signal for drag_data_get to match the use that was being made of itOwen Taylor1998-10-191-2/+4
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-169/+141
* only unref those handlers that have not yet been disconnected (finallyTim Janik1998-10-121-4/+4
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-71/+73
* Reference count the fonts used in the text widget.Owen Taylor1998-08-251-8/+16
* begin the parameter elipsis (...) after the first argument name. thisTim Janik1998-08-241-7/+11
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-1/+1
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-1/+1
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-11/+11
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-7/+7
* introduce testbindings on C-1 for buttons, to check out bindingTim Janik1998-07-221-13/+0
* genmarshal.pl: Handle complex types, and functions with a return value butElliot Lee1998-07-211-33/+33
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-212/+48
* use misc->xpad for x calculation instead of ypad (typo). (gtk_arrow_set):Tim Janik1998-07-171-8/+13
* handle negative values similar to gtk_widget_set_uposition(). that is:Tim Janik1998-07-161-4/+4
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-37/+72
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* temporary implementation of action signal "debug_msg"Tim Janik1998-07-011-3/+24
* implemented default handler for key-release events, which checks forTim Janik1998-06-301-4/+25
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-19/+22
* do not avoid to queue for a resize if the container is not visible, weTim Janik1998-06-241-1/+2
* new function gtk_container_child_arg_set, similar toTim Janik1998-06-241-2/+3
* added a frame with radio buttons to select the resize_mode for theTim Janik1998-06-241-170/+70