summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up merge slipup.Owen Taylor2000-03-281-23/+1
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-515/+43
* Merges from gtk-1-2Owen Taylor2000-03-141-29/+22
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-291-2/+2
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-181-0/+12
* Adapt cast macros to standard.Raja R Harinath1999-11-221-56/+116
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-4/+1
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-1/+2
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-1/+1
* Add a warning when gtk_widget_grab_default() is called for a widget thatOwen Taylor1999-04-131-0/+2
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-2/+2
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-12/+16
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-241-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* When queueing clears relative to widget->window, actually storeOwen Taylor1999-02-181-1/+1
* only translate widget relative coordinates to window relative if theTim Janik1999-02-171-19/+22
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-5/+1
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):Owen Taylor1999-02-151-1/+10
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-5/+33
* Add the entire draw_data_list back to the free list, not just the lastOwen Taylor1999-02-061-5/+8
* 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