| Commit message (Expand) | Author | Age | Files | Lines |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 1 | -9/+157 |
* | gdk/gdk.def Update. | Tor Lillqvist | 2000-11-11 | 1 | -0/+26 |
* | New function to help handle keeping things in sync. | Jonathan Blandford | 2000-11-11 | 1 | -0/+5 |
* | use the new BOXED marshallers. | Jonathan Blandford | 2000-11-10 | 1 | -0/+16 |
* | added more fields to allow more interesting iterators. Also, made the | Jonathan Blandford | 2000-11-09 | 1 | -0/+11 |
* | Changes to make the new testgtk compile after gtk_menu_append was removed. | Alexander Larsson | 2000-11-09 | 1 | -0/+20 |
* | Add visible and visible_set args, don't know where these had gone, I | Havoc Pennington | 2000-11-09 | 1 | -1/+10 |
* | Make DND copy pixbufs and tags when source and target share a tag table. | Havoc Pennington | 2000-11-09 | 1 | -0/+10 |
* | Add note about GtkMenuPositionFunc API changes. | Alexander Larsson | 2000-11-08 | 1 | -0/+61 |
* | Half-ass somewhat fix this function, so that scrolling to the insertion | Havoc Pennington | 2000-11-07 | 1 | -0/+17 |
* | rename to gtk_text_mark_get_visible | Havoc Pennington | 2000-11-07 | 1 | -0/+36 |
* | use g_object_new() instead of g_type_create_instance() which is a private | Alexander Larsson | 2000-11-07 | 1 | -0/+21 |
* | Derive from GtkDialog, and use stock buttons. Should be 100% source | Havoc Pennington | 2000-11-06 | 1 | -0/+37 |
* | provide a toggle button to temporarily disable position recording in the | Tim Janik | 2000-11-05 | 1 | -0/+13 |
* | Added a bunch of stuff from unused | Havoc Pennington | 2000-11-04 | 1 | -0/+13 |
* | When doing sanity checking on ACLOCAL_FLAGS, look for glib-2.0.m4 not | Owen Taylor | 2000-11-04 | 1 | -0/+5 |
* | Docs (gtk_text_tag_table_size): return a signed int | Havoc Pennington | 2000-11-03 | 1 | -0/+20 |
* | fixed big5 handling bug | Pablo Saratxaga | 2000-11-03 | 1 | -0/+6 |
* | Get widgets working on the btree/buffer side. Display of them still | Havoc Pennington | 2000-11-03 | 1 | -0/+37 |
* | _g_signal_handlers_destroy() is prefixed with '_' now. | Tim Janik | 2000-11-03 | 1 | -0/+7 |
* | Fix a bunch of functions that should have been marked static. | Owen Taylor | 2000-11-02 | 1 | -0/+5 |
* | had a test backward | Havoc Pennington | 2000-11-02 | 1 | -0/+9 |
* | Add last argument to t_type_register_static call. | Alexander Larsson | 2000-11-02 | 1 | -0/+28 |
* | Use GTK_TYPE_TEXT_ITER and BOXED marshallers | Havoc Pennington | 2000-11-02 | 1 | -0/+14 |
* | Test set_markup_with_accel() | Havoc Pennington | 2000-11-01 | 1 | -1/+8 |
* | Clip the rectangle to be rendered to the drawable, since | Havoc Pennington | 2000-11-01 | 1 | -0/+6 |
* | Um, don't randomly subtract 4 from coordinates. | Havoc Pennington | 2000-11-01 | 1 | -0/+5 |
* | Only ref the window if it isn't NULL. | Owen Taylor | 2000-11-01 | 1 | -0/+5 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 1 | -0/+29 |
* | make use of g_signal_handlers_block_matched, | Tim Janik | 2000-11-01 | 1 | -0/+8 |
* | New function. | Jonathan Blandford | 2000-10-30 | 1 | -0/+16 |
* | Rename delete_at_cursor delete_from_cursor, and move to move_cursor. | Havoc Pennington | 2000-10-30 | 1 | -0/+6 |
* | Massive reindentation and reformatting. Arg alignment and comments still | Havoc Pennington | 2000-10-30 | 1 | -0/+15 |
* | Change run action signals to be named insert_at_cursor and | Havoc Pennington | 2000-10-30 | 1 | -0/+6 |
* | Make sure not to get a double directory separator in case the home | Tor Lillqvist | 2000-10-28 | 1 | -0/+9 |
* | And fix the marshaller for GtkTextView::delete. | Robert Brady | 2000-10-28 | 1 | -2/+2 |
* | add new marshaller for GtkTextView. | Robert Brady | 2000-10-28 | 1 | -0/+6 |
* | Not sure how this ever worked. Fixed it to use new iter stuff, and added | Jonathan Blandford | 2000-10-27 | 1 | -1/+8 |
* | gtk/gtk.def Adjust to Tim's changes. Use glib-genmarshal etc. | Tor Lillqvist | 2000-10-27 | 1 | -0/+1 |
* | Adjust to Tim's changes. Use glib-genmarshal etc. | Tor Lillqvist | 2000-10-27 | 1 | -0/+5 |
* | added dependancies for testtextbuffer which broke parallel builds. | Tim Janik | 2000-10-27 | 1 | -0/+5 |
* | adapt to GSignal signature changes. | Tim Janik | 2000-10-27 | 1 | -0/+4 |
* | Added translations for British, English (Phonetic), and Interlingua. | Robert Brady | 2000-10-27 | 1 | -0/+5 |
* | fix constness warning | Havoc Pennington | 2000-10-26 | 1 | -0/+35 |
* | add new marshallers used by the text widget | Havoc Pennington | 2000-10-26 | 1 | -0/+21 |
* | buncha cleanups, kludged build sources dependencies with a Makefile: | Tim Janik | 2000-10-26 | 1 | -0/+17 |
* | Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iterators | Jonathan Blandford | 2000-10-26 | 1 | -0/+21 |
* | invoke maketypes.awk with LC_ALL=C to avoid localization misbehaviour. | Tim Janik | 2000-10-26 | 1 | -0/+11 |
* | use g_value_set_static_{string|boxed} where applicable. | Tim Janik | 2000-10-25 | 1 | -0/+10 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -0/+102 |