| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused variable. | Manish Singh | 2002-01-30 | 1 | -0/+8 |
* | Add bug number to my last entry. | Matthias Clasen | 2002-01-30 | 1 | -1/+1 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -0/+5 |
* | Allow a -1 icon size. | Anders Carlsson | 2002-01-30 | 1 | -0/+4 |
* | fix revrted bug fix. (use a define for max digits). | Tim Janik | 2002-01-30 | 1 | -0/+5 |
* | Try to make sure that we have some focused widget on map. (#50339) | Owen Taylor | 2002-01-30 | 1 | -1/+13 |
* | 1.3.13GTK_1_3_13 | Owen Taylor | 2002-01-30 | 1 | -0/+19 |
* | Export gtk_widget_set_accel_path(). | Owen Taylor | 2002-01-30 | 1 | -0/+7 |
* | Consistently use GdkModifierType. (#66950, Mark Patton) | Owen Taylor | 2002-01-30 | 1 | -0/+13 |
* | Document that the end points are included in the range. (#69783, Jeffrey | Owen Taylor | 2002-01-30 | 1 | -0/+6 |
* | Revert the last changes to make the number of digits only effect drawing, | Owen Taylor | 2002-01-30 | 1 | -1/+9 |
* | ue Jan 29 19:51:05 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-01-30 | 1 | -0/+14 |
* | Fix wrong usage of g_value_set/get_object for PROP_TABS and memory leak in | Owen Taylor | 2002-01-30 | 1 | -0/+6 |
* | Document that a size of (GtkIconSize)-1 means don't scale. | Owen Taylor | 2002-01-30 | 1 | -0/+13 |
* | Optimize exposes of partial insensitive images. | Havoc Pennington | 2002-01-29 | 1 | -0/+13 |
* | Call _gdk_draw_pixbuf(), thus enabling using this function for pixbufs | Owen Taylor | 2002-01-29 | 1 | -0/+10 |
* | Patch from Jacob Berkman to fix problem when the height/width of a layout | Owen Taylor | 2002-01-29 | 1 | -0/+8 |
* | Small fix to size of torn off window (#60271, Detlef Reichl) | Owen Taylor | 2002-01-29 | 1 | -0/+8 |
* | free cursor_path after usage | Kristian Rietveld | 2002-01-29 | 1 | -0/+22 |
* | Show correct size in the size entry. | Anders Carlsson | 2002-01-29 | 1 | -0/+5 |
* | Use gtk_tree_view_set_cursor() instead of | Owen Taylor | 2002-01-29 | 1 | -0/+11 |
* | Switch over to GtkTreeView from GtkCList. Remove the entries above the | Owen Taylor | 2002-01-29 | 1 | -0/+18 |
* | Return boolean (and FALSE from focus_in / focus_out handlers. (#69528, | Owen Taylor | 2002-01-29 | 1 | -1/+7 |
* | Remove the scary startup warning. | Owen Taylor | 2002-01-29 | 1 | -0/+5 |
* | Add <Control>Tab bindings for "move-focus" so that Control-Tab to escape | Owen Taylor | 2002-01-29 | 1 | -0/+13 |
* | Add comment about gtk-1-3-win32-production branch currently being ahead in | Tor Lillqvist | 2002-01-29 | 1 | -0/+8 |
* | don't install an empty icon_set if none of the image files could be found | Sven Neumann | 2002-01-29 | 1 | -0/+5 |
* | fixed a segfault that showed up when using the color picker. | Sven Neumann | 2002-01-29 | 1 | -0/+5 |
* | fix default value for ::digits property, leave as 1 as per havoc's | Tim Janik | 2002-01-29 | 1 | -0/+7 |
* | fix assertion failure by creating the line data, but not validating it at | Havoc Pennington | 2002-01-29 | 1 | -0/+10 |
* | modules/input/imhangul.c modules/input/imhangul-defs.h po/POTFILES.in. Add | Owen Taylor | 2002-01-29 | 1 | -0/+6 |
* | ChangeLog fixups | Owen Taylor | 2002-01-28 | 1 | -3/+2 |
* | Paint focus before shadow to give theme engines a bit more flexibility. | Owen Taylor | 2002-01-28 | 1 | -0/+7 |
* | no longer g_assert. | Jonathan Blandford | 2002-01-28 | 1 | -0/+5 |
* | When setting the GtkTreeView's model, set prelight_node, prelight_tree, | Jon Trowbridge | 2002-01-28 | 1 | -0/+6 |
* | Changes to gtktreeview to better support thicker focus lines, | Bill Haneman | 2002-01-28 | 1 | -0/+24 |
* | Only activate/edit the row if shift is not pressed, #69248 | Jonathan Blandford | 2002-01-28 | 1 | -0/+5 |
* | Fix build. | Anders Carlsson | 2002-01-28 | 1 | -0/+4 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -0/+10 |
* | & with the default mod mask so accels work when numlock is on. | Anders Carlsson | 2002-01-28 | 1 | -0/+5 |
* | ugh, I also forgot to add the date in the ChangeLog ... | Kristian Rietveld | 2002-01-27 | 1 | -2/+2 |
* | add _gtk_rbtree_mark_invalid (my previous commit already needed this ...) | Kristian Rietveld | 2002-01-27 | 1 | -0/+5 |
* | Fix for bug #69586 | Kristian Rietveld | 2002-01-27 | 1 | -0/+12 |
* | Set the cursor to GDK_XTERM. | Anders Carlsson | 2002-01-27 | 1 | -0/+3 |
* | add mouse_cursor_obscured. | Anders Carlsson | 2002-01-27 | 1 | -0/+18 |
* | removed unused return value. | Sven Neumann | 2002-01-27 | 1 | -0/+4 |
* | Don't send MODALITY_ON/OFF if socket->same_app (More fixes for #69735) | Owen Taylor | 2002-01-27 | 1 | -0/+5 |
* | Return FALSE not true in the grab_widget == NULL case. (Bug reported by | Owen Taylor | 2002-01-27 | 1 | -0/+9 |
* | Merge from gdk-pixbuf stable. | Federico Mena Quintero | 2002-01-25 | 1 | -0/+11 |
* | Implement copy_to_image instead of get_image | Alex Larsson | 2002-01-25 | 1 | -0/+16 |