| Commit message (Expand) | Author | Age | Files | Lines |
* | ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9 | Owen Taylor | 2001-09-25 | 1 | -3/+3 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -1/+1 |
* | Get rid of the newline-that-could-not-be-deleted; buffers may now be | Havoc Pennington | 2001-09-24 | 2 | -3/+11 |
* | Updates for removed/renamed functions. | Owen Taylor | 2001-09-24 | 5 | -48/+9 |
* | don't try to handle alignment here, because it's done by PangoLayout after | Havoc Pennington | 2001-09-21 | 5 | -28/+25 |
* | add variables and checks for specific versions of dependencies. Previously | Havoc Pennington | 2001-09-21 | 3 | -13/+16 |
* | Use the current day, as well as the current month and year. | Owen Taylor | 2001-09-20 | 1 | -0/+3 |
* | don't use BUILT_SOURCES as its broken in automake 1.4, add explicit object | Tim Janik | 2001-09-19 | 3 | -0/+31 |
* | up version to 1.3.8, interface age 0, binary age 0, depend on glib 1.3.8. | Tim Janik | 2001-09-18 | 1 | -0/+1 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 3 | -7/+1 |
* | don't use += before = | Matt Wilson | 2001-09-18 | 3 | -3/+3 |
* | Add editable interface. This should be the last big GtkTreeView API | Jonathan Blandford | 2001-09-17 | 2 | -15/+15 |
* | Rename interface signals to make them more clear. Also, change | Jonathan Blandford | 2001-09-12 | 5 | -12/+15 |
* | fix xscale and yscale behaviour which havoc broke. they have to default to | Tim Janik | 2001-09-10 | 4 | -16/+14 |
* | move some of the accel group functions into a Private subsection | Havoc Pennington | 2001-09-08 | 5 | -131/+129 |
* | default xscale/yscale to 0.0, not 0.5, 0.5 isn't useful | Havoc Pennington | 2001-09-08 | 15 | -160/+274 |
* | Write documentation Write documentation | Jonathan Blandford | 2001-09-08 | 5 | -27/+54 |
* | put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put | Havoc Pennington | 2001-09-08 | 42 | -30/+1615 |
* | remove g_print. | Jonathan Blandford | 2001-09-08 | 3 | -9/+28 |
* | remove CellRendererTextPixbuf | Havoc Pennington | 2001-09-08 | 13 | -203/+497 |
* | Removed 'fill' attribute. It was silly b/c that was a property of the cell | Jonathan Blandford | 2001-09-08 | 1 | -0/+67 |
* | Make the default default colormap the GdkRGB colormap, not the system | Owen Taylor | 2001-09-07 | 1 | -1/+15 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 4 | -52/+72 |
* | update adjustments after validating destination yrange; fixes #53918 (This | Havoc Pennington | 2001-09-07 | 4 | -27/+32 |
* | Version 1.3.7GTK_1_3_7 | Owen Taylor | 2001-09-04 | 8 | -70/+15 |
* | updates for 1.3.7 release. | Tim Janik | 2001-09-04 | 6 | -40/+43 |
* | Fix obvious mistake. | Jonathan Blandford | 2001-08-30 | 2 | -6/+10 |
* | apply fix to #58420 from Hidetoshi Tajima and Matthias Clasen | Havoc Pennington | 2001-08-30 | 3 | -19/+23 |
* | add default icon | Havoc Pennington | 2001-08-29 | 8 | -11/+84 |
* | Use the GTK selection types rather than GtkTreeSelectionMode. | Jonathan Blandford | 2001-08-27 | 1 | -0/+5 |
* | Use autoconf 2.13/2.50 compat macro. | Owen Taylor | 2001-08-27 | 1 | -1/+9 |
* | remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the | Havoc Pennington | 2001-08-26 | 8 | -23/+45 |
* | Break compatibility and make gtk_image_new() take no arguments. The | Owen Taylor | 2001-08-25 | 1 | -0/+4 |
* | Rename from gtk_text_tag_table_size(). (#59366) | Owen Taylor | 2001-08-23 | 1 | -9/+0 |
* | chain parent class handlers, pointed out by Joshua N Pritikin | Tim Janik | 2001-08-23 | 3 | -7/+10 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 4 | -27/+8 |
* | Remove GtkPacker | Owen Taylor | 2001-08-21 | 6 | -233/+8 |
* | Fixed typo. | Russ Nelson | 2001-08-20 | 1 | -1/+1 |
* | constrain position on hints_changed in addition to the other cases. | Havoc Pennington | 2001-08-18 | 1 | -1/+0 |
* | docs/debugging.txt: Add a warning about --enable-debug=no, | Matthias Clasen | 2001-08-15 | 1 | -3/+9 |
* | gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, | Matthias Clasen | 2001-08-15 | 1 | -10/+13 |
* | Set GPATH to fix srcdir != builddir problems with GNU make. | Owen Taylor | 2001-08-12 | 4 | -0/+26 |
* | coalesce multiple property notifies. | Tim Janik | 2001-08-10 | 1 | -0/+1 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 7 | -18/+171 |
* | use g_file_test() instead of long deprecated g_scanner_stat_mode(). | Tim Janik | 2001-07-29 | 6 | -9/+16 |
* | shut up CVS | Sven Neumann | 2001-07-24 | 3 | -0/+3 |
* | *** empty log message *** | Owen Taylor | 2001-07-22 | 2 | -1/+6 |
* | Add property support. (#51858) | Owen Taylor | 2001-07-19 | 3 | -11/+19 |
* | gtk/gtkaccellabel.c (gtk_accel_label_class_init) Use Shift/Ctrl instead of | Owen Taylor | 2001-07-19 | 1 | -0/+30 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 3 | -14/+46 |