| Commit message (Expand) | Author | Age | Files | Lines |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -0/+102 |
* | If window == NULL, assume the root window. (restoring the behaviour that | Robert Brady | 2000-10-25 | 1 | -0/+4 |
* | ChangeLog entry. | Robert Brady | 2000-10-25 | 1 | -0/+8 |
* | Include x11/gdkx.h only when building for X11. | Tor Lillqvist | 2000-10-25 | 1 | -0/+16 |
* | make it a static function | Havoc Pennington | 2000-10-24 | 1 | -0/+27 |
* | Re-enable the "find" dialog | Havoc Pennington | 2000-10-24 | 1 | -0/+58 |
* | *** empty log message *** | Owen Taylor | 2000-10-23 | 1 | -0/+6 |
* | 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 |