| Commit message (Expand) | Author | Age | Files | Lines |
* | Unset the acceleratable_groups qdata because qdata isn't removed on | Owen Taylor | 2002-03-13 | 1 | -0/+1 |
* | Fix cut-n-paste bug. | Jonathan Blandford | 2002-03-13 | 1 | -1/+1 |
* | Allow NULL filenames. | Richard Hestilow | 2002-03-12 | 1 | -1/+0 |
* | fix totally broken foreach function. | Jonathan Blandford | 2002-03-12 | 1 | -6/+5 |
* | Document gtk_{menu_item,widget}_set_accel_path() as the recommended API. | Matthias Clasen | 2002-03-11 | 1 | -1/+4 |
* | finally get the right behavior. | Jonathan Blandford | 2002-03-11 | 1 | -39/+41 |
* | compare path with cursor path and not with the selected iter in the | Kristian Rietveld | 2002-03-11 | 1 | -3/+9 |
* | handle gtk-tree-model-drop-append like the ListStore, includes some tweaks | Kristian Rietveld | 2002-03-08 | 1 | -4/+20 |
* | Some packing tweaks. | Owen Taylor | 2002-03-08 | 1 | -3/+15 |
* | get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): only | Jonathan Blandford | 2002-03-08 | 3 | -52/+29 |
* | increase value of new_location by one if cmp_a > 0 and we hit the end of | Kristian Rietveld | 2002-03-07 | 1 | -0/+1 |
* | Fix problem where there were two copies of the "do an arrow step" code, | Owen Taylor | 2002-03-07 | 1 | -28/+25 |
* | start implementing | Jonathan Blandford | 2002-03-07 | 4 | -105/+161 |
* | Update offsets before finding where to insert the new value. | Darin Adler | 2002-03-07 | 2 | -14/+15 |
* | gdk/Makefile.am rework so that only things that really need to be done | Manish Singh | 2002-03-06 | 1 | -1/+1 |
* | Register 16x16 version of properties stock icon. | Anders Carlsson | 2002-03-06 | 2 | -3/+10 |
* | Fix various problems when truncating the inserted text to fit into the | Owen Taylor | 2002-03-06 | 1 | -1/+6 |
* | move event handling to the process_action function so we can have the | Jonathan Blandford | 2002-03-06 | 1 | -71/+138 |
* | gdk/Makefile.am use install-foo-hook instead of install-foo-local, since | Manish Singh | 2002-03-06 | 1 | -2/+2 |
* | gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION. | Tor Lillqvist | 2002-03-06 | 1 | -3/+3 |
* | When setting the focus to NULL, clear the existing focus chain so that | Owen Taylor | 2002-03-06 | 1 | -1/+16 |
* | remove sizing == AUTOSIZE check. Update docs. | Jonathan Blandford | 2002-03-05 | 1 | -6/+4 |
* | Don't create ->font_entry, ->font_style_entry at all rather than just not | Owen Taylor | 2002-03-05 | 1 | -2/+18 |
* | doc fix proposed by tvv@sparc.spb.su (Vitaly Tishkov), #73567. | Jonathan Blandford | 2002-03-05 | 1 | -3/+3 |
* | Fix docs. | Matthias Clasen | 2002-03-05 | 3 | -3/+28 |
* | Update version to 2.0.0 | Owen Taylor | 2002-03-05 | 2 | -29/+34 |
* | don't assign yoffset here, just let it get updated in response to the | Havoc Pennington | 2002-03-05 | 1 | -1/+1 |
* | Don't use this same functions as idle callbacks and directly, to avoid | Owen Taylor | 2002-03-05 | 2 | -12/+26 |
* | Fix memory leak. (#73370, Paolo Maggi). | Owen Taylor | 2002-03-04 | 1 | -2/+5 |
* | Fix docs in terms of what out of range @page_num does. (#73371, Vitaly | Owen Taylor | 2002-03-04 | 1 | -2/+3 |
* | Fix to properly take the default window into account by setting a flag and | Owen Taylor | 2002-03-04 | 1 | -18/+52 |
* | don't build gtk.defs anymore | Hans Breuer | 2002-03-04 | 1 | -3/+4 |
* | Remove obsolete Win32-only declaration of | Tor Lillqvist | 2002-03-03 | 1 | -4/+0 |
* | Back out changes to propagate keys to parent menu shells, since that broke | Owen Taylor | 2002-03-03 | 3 | -70/+84 |
* | When increasing the row or column requisitions to make them sufficient for | Owen Taylor | 2002-03-03 | 1 | -13/+57 |
* | Centralize lookup and caching of cursor GC's here. | Owen Taylor | 2002-03-03 | 9 | -150/+182 |
* | change offset of cursor corner of navigation region from (-2, 2) to (-2, | Soeren Sandmann | 2002-03-03 | 1 | -3/+2 |
* | move edit ifs above _set_cursor code, don't collapse/expand row on double | Kristian Rietveld | 2002-03-03 | 1 | -44/+37 |
* | When in split cursor mode, always add the cursor as both strong and weak | Owen Taylor | 2002-03-03 | 1 | -2/+2 |
* | add missing dependency of objects on gtkmarshalers.h. | Owen Taylor | 2002-03-03 | 3 | -1573/+11 |
* | make rewrite_event_for_window() static gtk_rc_clear_realized_style() | Hans Breuer | 2002-03-03 | 5 | -176/+239 |
* | added compile time switch to put the tree views into a hpaned for owen to | Tim Janik | 2002-03-03 | 7 | -24/+100 |
* | Fixes for uninstalled operation with module suffixes other than .so and in | Owen Taylor | 2002-03-03 | 3 | -18/+45 |
* | Handle NO_WINDOW widgets with windows that are children of widget->window. | Owen Taylor | 2002-03-03 | 1 | -23/+38 |
* | Add a note to the docs about how to use this in the context of changeable | Owen Taylor | 2002-03-03 | 1 | -1/+8 |
* | Add a --enable-explicit-deps option to control whether dependency | Owen Taylor | 2002-03-02 | 1 | -0/+5 |
* | Don't do special focus handling if draw_indicator is not set. (#64723, | Owen Taylor | 2002-03-02 | 1 | -0/+6 |
* | Clamp @max parameter passed in to [0, MAX_SIZE], improve docs. Fix default | Owen Taylor | 2002-03-02 | 2 | -7/+39 |
* | Robustify tracking of pointer grab window. | Owen Taylor | 2002-03-02 | 2 | -5/+148 |
* | Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static | Owen Taylor | 2002-03-02 | 1 | -6/+3 |