| Commit message (Expand) | Author | Age | Files | Lines |
* | text_window_* weren't static and should have been. Start work on child | Havoc Pennington | 2000-10-02 | 26 | -167/+1207 |
* | Handle NULL start/end pointers | Havoc Pennington | 2000-09-30 | 17 | -319/+1047 |
* | Put the pkg-config scripts back to the correct pkg-config syntax | Martin Baulig | 2000-09-30 | 11 | -63/+19 |
* | fix indentation | Havoc Pennington | 2000-09-30 | 29 | -1595/+1032 |
* | file gdk.pc.in was initially added on branch gtk-1-2. | Martin Baulig | 2000-09-29 | 0 | -0/+0 |
* | file gtk+.pc.in was initially added on branch gtk-1-2. | Martin Baulig | 2000-09-29 | 0 | -0/+0 |
* | Set this to `$(libexecdir)/pkgconfig'; this is the directory where | Martin Baulig | 2000-09-29 | 13 | -26/+105 |
* | Implement the side windows. | Havoc Pennington | 2000-09-29 | 10 | -88/+974 |
* | Set up infrastructure to deal with lots of scrolling child windows, and | Havoc Pennington | 2000-09-28 | 12 | -127/+758 |
* | remove Fix some warnings | Havoc Pennington | 2000-09-26 | 8 | -25/+498 |
* | Move more text widget headers into the private header list | Havoc Pennington | 2000-09-26 | 71 | -144/+3661 |
* | Draw the focus, and leave space to do so. | Havoc Pennington | 2000-09-25 | 20 | -200/+469 |
* | file gtkmodule.c was initially added on branch gtk-new-im. | Owen Taylor | 2000-09-16 | 0 | -0/+0 |
* | file gtkmodule.h was initially added on branch gtk-new-im. | Owen Taylor | 2000-09-16 | 0 | -0/+0 |
* | 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 |
* | updates | Owen Taylor | 2000-09-14 | 7 | -7/+602 |
* | Remove g_convert (moved to glib) and now useless utf_to_latin1() | Owen Taylor | 2000-09-14 | 20 | -973/+2072 |
* | Updates for new functions | Owen Taylor | 2000-09-14 | 6 | -41/+434 |
* | Update to translations. | Seán Ó Ceallaigh/Irish translations | 2000-09-09 | 1 | -4/+4 |
* | gtk/gtktextdisplay.c gtk/gtktextlayout.c gtk/gtktexttag.c gtk/gtktexttag.h | Jonathan Blandford | 2000-09-08 | 13 | -31/+101 |
* | Fix up visibility so that focus, cursor_visible and blink interact | Owen Taylor | 2000-09-08 | 10 | -75/+259 |
* | in gtk_menu_set_submenu_navigation_region do stop_navigating_submenu, to | George Lebl | 2000-09-08 | 8 | -4/+52 |
* | Oops, cut&paste error. | Tor Lillqvist | 2000-09-07 | 1 | -1/+1 |
* | Use -Wall. Add gdkpango-win32.o | Tor Lillqvist | 2000-09-07 | 15 | -183/+388 |
* | add some new files for new sections of docs | Owen Taylor | 2000-09-07 | 3 | -0/+437 |
* | Move gtk-reference files into GTK+ tree proper. | Owen Taylor | 2000-09-07 | 117 | -6644/+13442 |
* | Doc comment fixing. (Mostly non-matching parameter names.) | Owen Taylor | 2000-09-07 | 22 | -113/+96 |
* | Remove conftest* after use along the lines of AC_TRY_COMPILE. | Sebastian Wilhelmi | 2000-09-05 | 15 | -2/+30 |
* | Use g_path_get_dirname instead of g_dirname, which is deprecated. | Sebastian Wilhelmi | 2000-09-05 | 11 | -10/+103 |
* | Put text after #endif inside a comment to avoid ANSI warning. | Elliot Lee | 2000-09-04 | 8 | -1/+22 |
* | Add some documenting comments about GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and | George Lebl | 2000-09-03 | 9 | -2/+108 |
* | Apply patch from Nils Barth and David Santiago to improve submenu | Owen Taylor | 2000-09-02 | 10 | -33/+376 |
* | Fix bug where moving a toplevel window immediately after sizing it would | Owen Taylor | 2000-09-01 | 8 | -3/+84 |
* | Rename GtkTextStyleValues to GtkTextAttributes | Havoc Pennington | 2000-08-31 | 15 | -77/+126 |
* | cache end line, for rapid testing whether an iterator is the end iterator | Havoc Pennington | 2000-08-31 | 10 | -25/+101 |
* | Add marshallers for changed GtkTextBuffer signals. | Havoc Pennington | 2000-08-31 | 11 | -21/+125 |
* | Docs | Havoc Pennington | 2000-08-31 | 8 | -0/+226 |
* | remove GDK_IMAGE_SHARED_PIXMAP from switch statements, since Tor removed | Owen Taylor | 2000-08-31 | 8 | -4/+65 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 129 | -138/+154 |
* | wrote lots of API docs, minor indentation fixes, inserted some FIXME about | Havoc Pennington | 2000-08-28 | 9 | -19/+476 |
* | Update Irish trans. | Seán Ó Ceallaigh/Irish translations | 2000-08-27 | 1 | -179/+4 |
* | Try to fix a bug where a window move, with a non-rectangular region | Elliot Lee | 2000-08-23 | 1 | -25/+61 |
* | Fix double free of font desc. | Owen Taylor | 2000-08-22 | 9 | -4/+35 |
* | Updated percentages | Owen Taylor | 2000-08-22 | 1 | -6/+6 |
* | Add gtk_widget_modify_{fg,bg,text,base,font}. | Owen Taylor | 2000-08-22 | 13 | -6/+602 |
* | Updated Slovenian translation | Andraz Tori | 2000-08-20 | 1 | -431/+465 |
* | gdk/gdkimage.h No need any longer on Win32 for the shared memory | Tor Lillqvist | 2000-08-19 | 12 | -23/+196 |
* | Don't leave dangling ->prev fields when merging lists. (Found | Owen Taylor | 2000-08-18 | 9 | -9/+59 |
* | updated italian translation | Christopher R. Gabriel | 2000-08-17 | 2 | -196/+23 |