| Commit message (Expand) | Author | Age | Files | Lines |
* | include internal children when doing focus. | Jonathan Blandford | 2002-04-15 | 1 | -1/+15 |
* | Fix problems with HandleBox and focusing - #78232 | Owen Taylor | 2002-04-09 | 1 | -31/+36 |
* | Always set the ALLOC_NEEDED and REQUEST_NEEDED flags up the hierarchy, | Owen Taylor | 2002-04-09 | 1 | -11/+12 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -2/+2 |
* | include gdkkeysysms.h if compiling gdk_keyval_convert_case. | Owen Taylor | 2002-03-01 | 1 | -18/+26 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -1/+1 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -47/+6 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -1/+0 |
* | don't ignore realized but visible && !mapped resize containers (which is | Tim Janik | 2002-01-02 | 1 | -2/+2 |
* | Close comment. | Matthias Clasen | 2001-12-10 | 1 | -0/+1 |
* | Add docs. | Matthias Clasen | 2001-12-09 | 1 | -6/+68 |
* | Fix docs. (#66383) | Matthias Clasen | 2001-12-06 | 1 | -4/+4 |
* | Return FALSE from expose handlers. | Alex Larsson | 2001-12-03 | 1 | -1/+1 |
* | Typo fix. | Matthias Clasen | 2001-11-20 | 1 | -1/+1 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -4/+5 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -3/+3 |
* | Back out accidental commit of debugging timing code | Owen Taylor | 2001-11-14 | 1 | -41/+21 |
* | Fix docs for gtk_tree_view_column_set_sort_order. (#62647) | Matthias Clasen | 2001-11-10 | 1 | -2/+2 |
* | Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow | Owen Taylor | 2001-11-04 | 1 | -190/+60 |
* | Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754. | Anders Carlsson | 2001-10-27 | 1 | -2/+2 |
* | 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 |