| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo. | Tor Lillqvist | 2000-10-22 | 1 | -1/+1 |
* | gdk/win32/gdkgc-win32.c Remove gcc -Wall warnings. | Tor Lillqvist | 2000-10-22 | 1 | -0/+28 |
* | gtk/makefile.mingw.in Updates. | Tor Lillqvist | 2000-10-22 | 1 | -0/+22 |
* | Check for bind_textdomain_codeset | Robert Brady | 2000-10-22 | 1 | -0/+16 |
* | create some stock buttons with the default accel group (create_image): | Havoc Pennington | 2000-10-20 | 1 | -0/+54 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -1/+28 |
* | Start of work to move to new modularized testgtk. | Owen Taylor | 2000-10-18 | 1 | -1/+6 |
* | Add my name to the ChangeLog. | Jonathan Blandford | 2000-10-18 | 1 | -2/+2 |
* | Draw the arrows correctly. | 7 | 2000-10-17 | 1 | -0/+2 |
* | Added user docs. | 7 | 2000-10-17 | 1 | -0/+4 |
* | Get the correct parent when generating my type. | 7 | 2000-10-17 | 1 | -0/+8 |
* | Move GtkTreeModel from object to interface. | 6 | 2000-10-16 | 1 | -0/+5 |
* | #include gtklabel.h, fixing compilation | Havoc Pennington | 2000-10-16 | 1 | -0/+5 |
* | Add API documentation to all public functions. | Jonathan Blandford | 2000-10-16 | 1 | -0/+3 |
* | Added API documentation to all public functions. | Jonathan Blandford | 2000-10-16 | 1 | -0/+5 |
* | New function proposed by Guy Harris <gharris@flashcom.net>. Also, added | Jonathan Blandford | 2000-10-16 | 1 | -1/+5 |
* | Fix GtkTreeNode *node ->GtkTreeNode node issue. | 5 | 2000-10-15 | 1 | -0/+9 |
* | Added Persian translation from Roozbeh Pournader <roozbeh@sina.sharif.ac.ir> | Robert Brady | 2000-10-14 | 1 | -0/+4 |
* | Forgot this. | Jonathan Blandford | 2000-10-13 | 1 | -0/+7 |
* | Update. | Tor Lillqvist | 2000-10-09 | 1 | -0/+43 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -0/+19 |
* | Pixbuf saving, patch from David Welton. | Havoc Pennington | 2000-10-06 | 1 | -0/+6 |
* | Replaced with GTK_TREE_SELECTION_OLD to prevent conflict with | Jonathan Blandford | 2000-10-06 | 1 | -1/+10 |
* | Checked in initial draft of the new tree widget. | 4 | 2000-10-05 | 1 | -0/+5 |
* | Fix obvious bug in circle drawing. | Jonathan Blandford | 2000-10-04 | 1 | -0/+5 |
* | Move list pointer forwards before removing item from list. (Crash reported | 0 | 2000-10-04 | 1 | -0/+11 |
* | Fix copyrights | Havoc Pennington | 2000-10-04 | 1 | -0/+7 |
* | Add gdk_window_iconify. | Owen Taylor | 2000-10-04 | 1 | -0/+23 |
* | clean up trailing whitespace, add extensive tests for tag toggle | Havoc Pennington | 2000-10-04 | 1 | -0/+31 |
* | Guard definition of alloca(). glib.h now handles that. | Tor Lillqvist | 2000-10-03 | 1 | -0/+22 |
* | text_window_* weren't static and should have been. Start work on child | Havoc Pennington | 2000-10-02 | 1 | -0/+26 |
* | Handle NULL start/end pointers | Havoc Pennington | 2000-09-30 | 1 | -0/+48 |
* | Put the pkg-config scripts back to the correct pkg-config syntax | Martin Baulig | 2000-09-30 | 1 | -5/+0 |
* | fix indentation | Havoc Pennington | 2000-09-30 | 1 | -0/+23 |
* | Set this to `$(libexecdir)/pkgconfig'; this is the directory where | Martin Baulig | 2000-09-29 | 1 | -0/+10 |
* | Implement the side windows. | Havoc Pennington | 2000-09-29 | 1 | -0/+9 |
* | Set up infrastructure to deal with lots of scrolling child windows, and | Havoc Pennington | 2000-09-28 | 1 | -3/+18 |
* | remove Fix some warnings | Havoc Pennington | 2000-09-26 | 1 | -0/+71 |
* | Draw the focus, and leave space to do so. | Havoc Pennington | 2000-09-25 | 1 | -0/+30 |
* | updates | Owen Taylor | 2000-09-14 | 1 | -1/+86 |
* | gtk/gtktextdisplay.c gtk/gtktextlayout.c gtk/gtktexttag.c gtk/gtktexttag.h | Jonathan Blandford | 2000-09-08 | 1 | -0/+10 |
* | Fix up visibility so that focus, cursor_visible and blink interact | Owen Taylor | 2000-09-08 | 1 | -0/+15 |
* | in gtk_menu_set_submenu_navigation_region do stop_navigating_submenu, to | George Lebl | 2000-09-08 | 1 | -0/+7 |
* | Use -Wall. Add gdkpango-win32.o | Tor Lillqvist | 2000-09-07 | 1 | -0/+19 |
* | Move gtk-reference files into GTK+ tree proper. | Owen Taylor | 2000-09-07 | 1 | -1/+36 |
* | Remove conftest* after use along the lines of AC_TRY_COMPILE. | Sebastian Wilhelmi | 2000-09-05 | 1 | -0/+3 |
* | Use g_path_get_dirname instead of g_dirname, which is deprecated. | Sebastian Wilhelmi | 2000-09-05 | 1 | -0/+14 |
* | Put text after #endif inside a comment to avoid ANSI warning. | Elliot Lee | 2000-09-04 | 1 | -0/+3 |
* | Add some documenting comments about GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and | George Lebl | 2000-09-03 | 1 | -0/+13 |
* | Apply patch from Nils Barth and David Santiago to improve submenu | Owen Taylor | 2000-09-02 | 1 | -0/+11 |