| Commit message (Expand) | Author | Age | Files | Lines |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 1 | -24/+0 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 3 | -7/+84 |
* | New files. Implement GtkTreeModelMapping. | Alexander Larsson | 2001-02-16 | 1 | -17/+67 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 1 | -1/+13 |
* | better error message if you try to add a widget to a bin that already has | Havoc Pennington | 2001-02-09 | 1 | -1/+14 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 1 | -2/+57 |
* | removed gtk_signal_init() compat define. | Tim Janik | 2001-02-04 | 2 | -3/+9 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -26/+0 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -0/+10 |
* | bracket in #ifdef GTK_ENABLE_BROKEN. | Havoc Pennington | 2001-01-31 | 2 | -0/+2 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 2 | -8/+155 |
* | Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset(). | 4 | 2001-01-24 | 1 | -0/+2 |
* | rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems | Havoc Pennington | 2001-01-23 | 1 | -9/+9 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -17/+21 |
* | sync to tree changes | Havoc Pennington | 2001-01-19 | 1 | -1/+39 |
* | add test stuff for CellRendererToggle | Havoc Pennington | 2001-01-16 | 1 | -17/+198 |
* | handle case where sibling == iter (gtk_tree_store_insert_after): handle | Havoc Pennington | 2001-01-10 | 1 | -2/+176 |
* | don't draw if label->layout is NULL due to a pending resize | Havoc Pennington | 2001-01-09 | 1 | -8/+61 |
* | handle case where there are no rows in the model | Havoc Pennington | 2001-01-09 | 2 | -31/+268 |
* | Show menu items before adding to option menu. | Jonathan Blandford | 2001-01-08 | 1 | -3/+3 |
* | hack on this some | Havoc Pennington | 2001-01-08 | 2 | -5/+170 |
* | hack on this a bit | Havoc Pennington | 2001-01-06 | 2 | -29/+729 |
* | Rename some stuff: | Havoc Pennington | 2001-01-04 | 1 | -1/+1 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -6/+8 |
* | Rearrange all the scroll-while-dragging-or-selecting code to be different, | Havoc Pennington | 2000-12-31 | 1 | -1/+1 |
* | more work | Havoc Pennington | 2000-12-21 | 1 | -10/+109 |
* | :get_property): remove g_value_init calls, as they are no longer needed. | Jonathan Blandford | 2000-12-21 | 1 | -10/+14 |
* | new directory to contain tests, gtk/test* should move here sometime (with | Havoc Pennington | 2000-12-21 | 2 | -0/+254 |
* | wow, that implementation was pretty non-working. | Havoc Pennington | 2000-12-18 | 1 | -1/+1 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 2 | -56/+55 |
* | Add two virtualized functions gdk_drawable_get_clip_region - to get the | Owen Taylor | 2000-12-15 | 1 | -2/+2 |
* | fix unicode validation when reading a file | Havoc Pennington | 2000-12-15 | 1 | -11/+3 |
* | remove unused call to get_last_line() | Havoc Pennington | 2000-12-14 | 1 | -6/+3 |
* | get rid of object_signal:: GtkObject argument uses, use GObject | Tim Janik | 2000-12-12 | 1 | -6/+18 |
* | Add a function to determine if a window is the focus widget within its | Owen Taylor | 2000-12-11 | 1 | -22/+48 |
* | Handle chopping off \r\n and 0x2029 in addition to \n before passing to | Havoc Pennington | 2000-12-11 | 2 | -7/+7 |
* | sync to home | Jonathan Blandford | 2000-11-22 | 1 | -11/+20 |
* | Add convertion functions to let you convert to and from relative path's | Jonathan Blandford | 2000-11-21 | 1 | -33/+83 |
* | Semi-finish widget embedding. Need guffaw scrolling to be implemented in | Havoc Pennington | 2000-11-20 | 1 | -4/+50 |
* | Apply patch from Mikael Hermansson to temporarily stop blinking while the | Havoc Pennington | 2000-11-16 | 1 | -1/+1 |
* | Implement essential color cycling feature | Havoc Pennington | 2000-11-15 | 1 | -0/+274 |
* | Invalidate the side windows when we invalidate the main window. | Havoc Pennington | 2000-11-15 | 1 | -34/+0 |
* | change "offset" to "rise" | Havoc Pennington | 2000-11-15 | 1 | -2/+2 |
* | Draw underlines one pixel higher. | Havoc Pennington | 2000-11-15 | 2 | -2/+2 |
* | fix bug where GC didn't always get updated properly | Havoc Pennington | 2000-11-14 | 1 | -18/+18 |
* | Free the filename of the module file. | Havoc Pennington | 2000-11-13 | 1 | -5/+34 |
* | change demo install dir to datadir/gtk+-2.0/demo | Havoc Pennington | 2000-11-13 | 2 | -3/+4 |
* | Add an "invisible_char" argument to set the char displayed when visibility | Havoc Pennington | 2000-11-13 | 1 | -1/+18 |
* | Fix problem with using result of g_get_charset() backwards - pointed out | Owen Taylor | 2000-11-12 | 1 | -3/+11 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 2 | -5/+27 |