| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a utility function to translate coordinates relative to one widget's | Owen Taylor | 2001-10-16 | 1 | -230/+227 |
* | s/retrive/retrieve/ | jacob berkman | 2001-10-03 | 1 | -1/+1 |
* | Add a compat macro that got lost. | Owen Taylor | 2001-09-24 | 1 | -7/+7 |
* | add default icon | Havoc Pennington | 2001-08-29 | 1 | -1/+2 |
* | Rename gtk_container_children() to gtk_container_get_children. Added | Owen Taylor | 2001-08-23 | 1 | -1/+1 |
* | gdk_device_get_history moved to gdk/gdkinput.c like the other backends | Hans Breuer | 2001-07-20 | 1 | -1/+1 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -0/+40 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -5/+0 |
* | Add missing case. | Owen Taylor | 2001-07-12 | 1 | -1/+1 |
* | Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS - | Owen Taylor | 2001-07-01 | 1 | -2/+2 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -5/+1 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -10/+117 |
* | added gtk_container_child_set_property() and | Tim Janik | 2001-06-21 | 1 | -0/+107 |
* | fix PROP_EVENTS. | Tim Janik | 2001-06-19 | 1 | -320/+291 |
* | geez, don't call g_list funcs on GSList | Havoc Pennington | 2001-06-08 | 1 | -49/+10 |
* | Remove reallocate-redraws property. This is something that only a widget | Owen Taylor | 2001-05-18 | 1 | -28/+6 |
* | Remove leaks. | Alexander Larsson | 2001-03-30 | 1 | -44/+86 |
* | Add ability to override the focus chain for a container explicitly | Havoc Pennington | 2001-03-22 | 1 | -29/+177 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -0/+95 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -6/+6 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -1/+74 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -26/+20 |
* | Add a function to determine if a window is the focus widget within its | Owen Taylor | 2000-12-11 | 1 | -211/+273 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -4/+4 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -3/+0 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -47/+11 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -1/+3 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -39/+56 |
* | Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> | Tim Janik | 1999-03-17 | 1 | -0/+6 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -3/+4 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -27/+0 |
* | reworked the redrawing heuristics somewhat, this fixed a bunch of existing | Tim Janik | 1999-01-12 | 1 | -11/+6 |
* | only pass key events to the focus widget if it is sensitive. | Tim Janik | 1999-01-11 | 1 | -2/+2 |
* | export the priority at which events are processed. | Tim Janik | 1998-12-20 | 1 | -11/+0 |
* | Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthread | Owen Taylor | 1998-12-19 | 1 | -1/+1 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -2/+2 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -2/+2 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -1/+5 |
* | reverted marius change to expose the type systems internal type info data | Tim Janik | 1998-12-07 | 1 | -0/+1 |
* | moved checks upon focus setting from gtk_window_real_set_focus to | Tim Janik | 1998-12-03 | 1 | -3/+3 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | removed default initialization check, people must use gtk_type_init(); | Tim Janik | 1998-11-29 | 1 | -1/+82 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -3/+3 |
* | removed assertements for constructed containers again, since this | Tim Janik | 1998-11-23 | 1 | -3/+0 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -12/+7 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -0/+26 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -66/+70 |
* | begin the parameter elipsis (...) after the first argument name. this | Tim Janik | 1998-08-24 | 1 | -6/+12 |