| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Updated Ukrainian translation | Yuri Syrota | 2000-08-14 | 1 | -202/+26 |
* | gdk/gdk.def Add missing entries. | Tor Lillqvist | 2000-08-12 | 15 | -11/+269 |
* | Make it compile | Anders Carlsson | 2000-08-12 | 1 | -3/+3 |
* | A few more variables renamed, relating to the "system" charset vs UTF-8 | Tor Lillqvist | 2000-08-12 | 1 | -15/+16 |
* | Improve previous commit a bit, use better variable names. | Tor Lillqvist | 2000-08-12 | 1 | -48/+55 |
* | Add more calls to g_filename_{to,from}_utf8() to convert back and forth | Tor Lillqvist | 2000-08-12 | 8 | -427/+551 |
* | Change the format of the snapshot version to match glib | Havoc Pennington | 2000-08-11 | 11 | -12/+72 |
* | some sort of line number changes to .po files that make performed, dunno | Havoc Pennington | 2000-08-11 | 36 | -497/+501 |
* | Ref window before returning. | Elliot Lee | 2000-08-09 | 1 | -0/+2 |
* | Use the "system codepage" version of the directory name (not the UTF-8 | Tor Lillqvist | 2000-08-09 | 8 | -3/+47 |
* | Make numeric keypad work. | Elliot Lee | 2000-08-09 | 1 | -14/+14 |
* | Bugfixorama | Elliot Lee | 2000-08-09 | 1 | -9/+11 |
* | Some hacks to stop screen blanking. | Elliot Lee | 2000-08-09 | 2 | -0/+42 |
* | Implement gdk_beep() (woohoo!) | Elliot Lee | 2000-08-09 | 2 | -5/+17 |
* | Fix compiler warnings | Elliot Lee | 2000-08-09 | 2 | -1/+3 |
* | Fix GDK_Left position in table. | Elliot Lee | 2000-08-09 | 1 | -1/+1 |
* | At init time, read data from the PS/2 mouse until there's nothing left to | Elliot Lee | 2000-08-08 | 1 | -3/+7 |