| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use the new BOXED marshallers. | Jonathan Blandford | 2000-11-10 | 1 | -1/+1 |
* | added more fields to allow more interesting iterators. Also, made the | Jonathan Blandford | 2000-11-09 | 1 | -6/+14 |
* | Add visible and visible_set args, don't know where these had gone, I | Havoc Pennington | 2000-11-09 | 1 | -0/+34 |
* | Add note about GtkMenuPositionFunc API changes. | Alexander Larsson | 2000-11-08 | 1 | -13/+14 |
* | rename to gtk_text_mark_get_visible | Havoc Pennington | 2000-11-07 | 1 | -2/+4 |
* | provide a toggle button to temporarily disable position recording in the | Tim Janik | 2000-11-05 | 1 | -0/+16 |
* | had a test backward | Havoc Pennington | 2000-11-02 | 1 | -1/+1 |
* | Test set_markup_with_accel() | Havoc Pennington | 2000-11-01 | 1 | -15/+24 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 1 | -3/+26 |
* | Not sure how this ever worked. Fixed it to use new iter stuff, and added | Jonathan Blandford | 2000-10-27 | 1 | -46/+41 |
* | add new marshallers used by the text widget | Havoc Pennington | 2000-10-26 | 1 | -13/+65 |
* | Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iterators | Jonathan Blandford | 2000-10-26 | 1 | -60/+131 |
* | Allow creation of new files when saving. | Robert Brady | 2000-10-25 | 1 | -3/+6 |
* | make it a static function | Havoc Pennington | 2000-10-24 | 1 | -2/+10 |
* | Re-enable the "find" dialog | Havoc Pennington | 2000-10-24 | 2 | -6/+322 |
* | gtk/makefile.mingw.in Updates. | Tor Lillqvist | 2000-10-22 | 1 | -0/+4 |