| Commit message (Expand) | Author | Age | Files | Lines |
* | updated exports | Hans Breuer | 2001-05-06 | 1 | -0/+30 |
* | Release 1.3.5GTK_1_3_5 | Owen Taylor | 2001-05-05 | 1 | -0/+11 |
* | Fix typo in filename. | Owen Taylor | 2001-05-05 | 1 | -0/+8 |
* | Better error messages. | Alex Larsson | 2001-05-04 | 1 | -0/+14 |
* | Add dependency on Atk for accessibility support. | Owen Taylor | 2001-05-03 | 1 | -0/+11 |
* | Fix return value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also, use | Owen Taylor | 2001-05-03 | 1 | -0/+6 |
* | Patch from Juan Pablo Mendoza Mendoza to fix things so clicking inside | Owen Taylor | 2001-05-03 | 1 | -0/+11 |
* | include target-specific headers as done in testpixbuf-drawable.c | Sven Neumann | 2001-05-03 | 1 | -0/+5 |
* | Reduce new_text_length appropriately when we run into the size limit for | Owen Taylor | 2001-05-03 | 1 | -0/+13 |
* | Always trap errors around calls to XSetInputFocus since we have no way of | Owen Taylor | 2001-05-02 | 1 | -0/+7 |
* | fix bug in dropping columns. Moving columns now basically works modula | Jonathan Blandford | 2001-05-02 | 1 | -0/+6 |
* | Add autoscroll support. It mostly works, but could use some fine tuning. | Jonathan Blandford | 2001-05-01 | 1 | -0/+8 |
* | New default theme! A slighly improved version of the 2.0 Raleigh theme, | Owen Taylor | 2001-05-01 | 1 | -1/+12 |
* | fix to work with gtk_paint_layout change | Havoc Pennington | 2001-05-01 | 1 | -0/+5 |
* | Add an extra parameter use_text to gtk_paint_label() to deal with | Owen Taylor | 2001-04-30 | 1 | -0/+16 |
* | new function. (gtk_tree_view_move_column_after): Clean up interface. | Jonathan Blandford | 2001-04-30 | 1 | -0/+5 |
* | moved GtkAnchorType and GtkSideType from gtkpacker.h to gtkenum.h. | Tim Janik | 2001-04-29 | 1 | -0/+20 |
* | fix bug in tooltip | Havoc Pennington | 2001-04-29 | 1 | -0/+4 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2001-04-28 | 1 | -0/+75 |
* | Massive reorder/cleanup of a lot of the code. Some documentation added. | Jonathan Blandford | 2001-04-28 | 1 | -0/+5 |
* | fix warning | Havoc Pennington | 2001-04-28 | 1 | -0/+44 |
* | before creating links, check if pkg-config files exist for the default | Sven Neumann | 2001-04-27 | 1 | -0/+6 |
* | clean up column dragging code. Revealed some (potential) GdkWindow bugs. | Jonathan Blandford | 2001-04-26 | 1 | -0/+9 |
* | Fix optimization that was correct for the use here, but completely | Owen Taylor | 2001-04-26 | 1 | -0/+6 |
* | Remove deprecation of gtk_window_set_default_size() until patch adding | Owen Taylor | 2001-04-26 | 1 | -0/+10 |
* | Test for window == NULL in a number of cases. | Owen Taylor | 2001-04-25 | 1 | -0/+31 |
* | set_decorations_hint and set_functions_hint were still in the header | Havoc Pennington | 2001-04-25 | 1 | -0/+5 |
* | Forgot the ChangeLog entry. | Alexander Larsson | 2001-04-24 | 1 | -0/+17 |
* | handle 0-height empty/invisible lines. | Havoc Pennington | 2001-04-24 | 1 | -0/+24 |
* | add missing '}' that got munched by #endif. | Jonathan Blandford | 2001-04-23 | 1 | -0/+17 |
* | gtk/Makefile.am gtk/gtkplug.c on request of Owen, reverted my last change | Sven Neumann | 2001-04-23 | 1 | -0/+7 |
* | put into #ifdef GDK_WINDOWING_X11 to make GTK+ compile for non-X11 targets | Sven Neumann | 2001-04-23 | 1 | -0/+5 |
* | API Change. Take GdkColor arguments instead of gdouble *. Leave the old | Alexander Larsson | 2001-04-20 | 1 | -0/+19 |
* | add signals and binding set, so keybindings are configurable | Havoc Pennington | 2001-04-18 | 1 | -0/+8 |
* | Handle numeric keypad keysyms; bug #50201 | Havoc Pennington | 2001-04-18 | 1 | -0/+4 |
* | Close bug #50615: | Havoc Pennington | 2001-04-18 | 1 | -0/+16 |
* | allow shrinking the image window to test that we clip to allocation. | Havoc Pennington | 2001-04-18 | 1 | -0/+10 |
* | Try changing mode on shm segments to 0600. We'll see who complains. | Owen Taylor | 2001-04-18 | 1 | -0/+26 |
* | fix to properly queue resizes when the image is set | Havoc Pennington | 2001-04-18 | 1 | -0/+14 |
* | Introduce an extra child of toplevel windows that serves to hold the focus | Owen Taylor | 2001-04-18 | 1 | -0/+14 |
* | Return FALSE, not TRUE. (Fixes #52925) | Owen Taylor | 2001-04-18 | 1 | -0/+5 |
* | Released 1.3.4GTK_1_3_4 | Owen Taylor | 2001-04-17 | 1 | -0/+9 |
* | Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS | Owen Taylor | 2001-04-17 | 1 | -0/+33 |
* | added all exports required to link PyGtk 0.7.1 | Hans Breuer | 2001-04-16 | 1 | -0/+11 |
* | updated | Hans Breuer | 2001-04-13 | 1 | -0/+19 |
* | Fix up to refer to GTK+, not to GLib; fix some wording problems. (Compared | Owen Taylor | 2001-04-13 | 1 | -0/+6 |
* | get this to compile. | Tim Janik | 2001-04-12 | 1 | -0/+5 |
* | It's pixbuf_pos, not pixbufpos. | Anders Carlsson | 2001-04-12 | 1 | -0/+11 |
* | fix a fixme. | Jonathan Blandford | 2001-04-12 | 1 | -0/+16 |
* | Pass pkg-config options before the other args so it works even if | Alexander Larsson | 2001-04-11 | 1 | -0/+6 |