| Commit message (Expand) | Author | Age | Files | Lines |
* | add new marshallers used by the text widget | Havoc Pennington | 2000-10-26 | 13 | -56/+604 |
* | buncha cleanups, kludged build sources dependencies with a Makefile: | Tim Janik | 2000-10-26 | 4 | -213/+234 |
* | add this, it'S reall what it says | Tim Janik | 2000-10-26 | 1 | -0/+0 |
* | Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iterators | Jonathan Blandford | 2000-10-26 | 17 | -895/+1421 |
* | invoke maketypes.awk with LC_ALL=C to avoid localization misbehaviour. | Tim Janik | 2000-10-26 | 3 | -11/+9 |
* | use g_value_set_static_{string|boxed} where applicable. | Tim Janik | 2000-10-25 | 2 | -2/+30 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 72 | -2439/+880 |
* | 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 | 13 | -205/+405 |
* | Re-enable the "find" dialog | Havoc Pennington | 2000-10-24 | 3 | -7/+323 |
* | *** empty log message *** | Owen Taylor | 2000-10-23 | 1 | -1/+1 |
* | Massive .cvsignore updates | Owen Taylor | 2000-10-23 | 2 | -0/+4 |
* | gtk/makefile.mingw.in Updates. | Tor Lillqvist | 2000-10-22 | 9 | -557/+624 |
* | Check for bind_textdomain_codeset | Robert Brady | 2000-10-22 | 4 | -3/+31 |
* | create some stock buttons with the default accel group (create_image): | Havoc Pennington | 2000-10-20 | 11 | -27/+1229 |
* | Some updates | Havoc Pennington | 2000-10-18 | 9 | -92/+264 |
* | Draw the arrows correctly. | 7 | 2000-10-17 | 3 | -12/+21 |
* | Added user docs. | 7 | 2000-10-17 | 2 | -8/+233 |
* | Get the correct parent when generating my type. | 7 | 2000-10-17 | 3 | -1/+9 |
* | Move GtkTreeModel from object to interface. | 6 | 2000-10-16 | 8 | -248/+308 |
* | #include gtklabel.h, fixing compilation | Havoc Pennington | 2000-10-16 | 1 | -1/+3 |
* | Add API documentation to all public functions. | Jonathan Blandford | 2000-10-16 | 2 | -3/+128 |
* | Added API documentation to all public functions. | Jonathan Blandford | 2000-10-16 | 2 | -9/+213 |
* | New function proposed by Guy Harris <gharris@flashcom.net>. Also, added | Jonathan Blandford | 2000-10-16 | 3 | -38/+236 |
* | Fix GtkTreeNode *node ->GtkTreeNode node issue. | 5 | 2000-10-15 | 12 | -160/+166 |
* | Added values other then G_TYPE_STRING. Minor commenting updates. Format | Jonathan Blandford | 2000-10-13 | 3 | -0/+47 |
* | Update. | Tor Lillqvist | 2000-10-09 | 1 | -0/+8 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -8/+24 |
* | Forgot this file | Jonathan Blandford | 2000-10-06 | 1 | -25/+17 |
* | Replaced with GTK_TREE_SELECTION_OLD to prevent conflict with | Jonathan Blandford | 2000-10-06 | 7 | -130/+232 |
* | Checked in initial draft of the new tree widget. | 4 | 2000-10-05 | 30 | -0/+11224 |
* | Fix copyrights | Havoc Pennington | 2000-10-04 | 4 | -4/+4 |
* | clean up trailing whitespace, add extensive tests for tag toggle | Havoc Pennington | 2000-10-04 | 8 | -236/+1202 |
* | Guard definition of alloca(). glib.h now handles that. | Tor Lillqvist | 2000-10-03 | 3 | -9/+36 |
* | text_window_* weren't static and should have been. Start work on child | Havoc Pennington | 2000-10-02 | 18 | -165/+1021 |
* | Handle NULL start/end pointers | Havoc Pennington | 2000-09-30 | 9 | -319/+677 |
* | fix indentation | Havoc Pennington | 2000-09-30 | 20 | -1498/+622 |
* | Implement the side windows. | Havoc Pennington | 2000-09-29 | 2 | -87/+738 |
* | Set up infrastructure to deal with lots of scrolling child windows, and | Havoc Pennington | 2000-09-28 | 4 | -100/+626 |
* | remove Fix some warnings | Havoc Pennington | 2000-09-26 | 1 | -25/+1 |
* | Move more text widget headers into the private header list | Havoc Pennington | 2000-09-26 | 59 | -142/+3080 |
* | Draw the focus, and leave space to do so. | Havoc Pennington | 2000-09-25 | 11 | -195/+208 |
* | Remove g_convert (moved to glib) and now useless utf_to_latin1() | Owen Taylor | 2000-09-14 | 2 | -183/+1 |
* | Add gtkclipboard.[ch | Owen Taylor | 2000-09-14 | 2 | -0/+3 |
* | Remove g_convert (moved to glib) and now useless utf_to_latin1() | Owen Taylor | 2000-09-14 | 14 | -964/+1598 |
* | gtk/gtktextdisplay.c gtk/gtktextlayout.c gtk/gtktexttag.c gtk/gtktexttag.h | Jonathan Blandford | 2000-09-08 | 5 | -28/+28 |
* | Fix up visibility so that focus, cursor_visible and blink interact | Owen Taylor | 2000-09-08 | 3 | -75/+154 |
* | in gtk_menu_set_submenu_navigation_region do stop_navigating_submenu, to | George Lebl | 2000-09-08 | 1 | -4/+3 |
* | Use -Wall. Add gdkpango-win32.o | Tor Lillqvist | 2000-09-07 | 1 | -0/+9 |
* | Doc comment fixing. (Mostly non-matching parameter names.) | Owen Taylor | 2000-09-07 | 17 | -97/+82 |