| Commit message (Expand) | Author | Age | Files | Lines |
* | few cleanups. (gtk_notebook_key_press): call select page function for | Lars Hamann | 1999-01-21 | 8 | -17/+108 |
* | Start off with the cursor for "no drop" since if we'll get a status if we | Owen Taylor | 1999-01-21 | 8 | -1/+50 |
* | . Free 'nprefix', closing a memory leak. Spaced out the code a bit to make | Jeff Garzik | 1999-01-21 | 14 | -15/+129 |
* | Allow button 2 to act as GDK_ACTION_ASK. Also, allow MOD1 to specify | Federico Mena Quintero | 1999-01-20 | 9 | -2/+45 |
* | New variable. Define to $prefix/$DATADIRNAME/locale. This will point to | Raja R Harinath | 1999-01-20 | 9 | -24/+92 |
* | Under some systems (notably, BSDI), there is no LC_MESSAGES category in | Timur I. Bakeyev | 1999-01-20 | 8 | -0/+46 |
* | Instead of drawing a background pixmap in with gdk_draw_pixmap(), set it | Owen Taylor | 1999-01-20 | 9 | -67/+116 |
* | only call grab_add if pointer_grab succeeds. (gtk_list_unmap): remove | Lars Hamann | 1999-01-20 | 8 | -135/+247 |
* | add compatibility define for gtk_ctree_set_reorderable. | Tim Janik | 1999-01-18 | 8 | -0/+38 |
* | add a sanity check [from Todd Dukes <todddukes@netscape.net>] | Lars Hamann | 1999-01-18 | 8 | -0/+36 |
* | only call grab_add if pointer_grab succeeds. (gtk_clist_unmap): remove | Lars Hamann | 1999-01-18 | 8 | -11/+71 |
* | Initialize label->label_wc. (We allocate labels from a memchunk) | Owen Taylor | 1999-01-18 | 8 | -1/+46 |
* | CLAMP digits into a meaningfull range (we need to stay below a certain | Tim Janik | 1999-01-18 | 11 | -13/+211 |
* | Some editing, a little more detail. | Owen Taylor | 1999-01-18 | 8 | -10/+75 |
* | Added gtk_menu_set_title() to set the title of a menu in the torn-off | Owen Taylor | 1999-01-18 | 11 | -17/+118 |
* | add Russian translations | Sergey I. Panov | 1999-01-18 | 1 | -1/+1 |
* | First draft of the Russian translations. | Sergey I. Panov | 1999-01-18 | 1 | -0/+458 |
* | fixed auto resize bug. | Lars Hamann | 1999-01-18 | 8 | -5/+42 |
* | Released GTK+ 1.1.13GTK_1_1_13 | CST 1999 Shawn T. Amundson | 1999-01-18 | 23 | -55/+120 |
* | added a section about GtkArgGetFunc and GtkArgSetFunc | Tim Janik | 1999-01-17 | 1 | -0/+29 |
* | block drag source signal handler during column resizes. | Lars Hamann | 1999-01-17 | 8 | -3/+76 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 31 | -283/+300 |
* | Patch from Felix Bellaby <felix@pooh.u-net.com> | Owen Taylor | 1999-01-17 | 11 | -4/+212 |
* | Allow a bg_pixmap of "<none>", as there was no way to set the background | Owen Taylor | 1999-01-17 | 8 | -1/+66 |
* | Added a g_return_val_if_fail() in gtk_label_parse_uline() to | Guillaume Laurent | 1999-01-17 | 1 | -0/+2 |
* | New macro. Changed the spacing from 5 to 3. | Nat Friedman | 1999-01-17 | 9 | -2/+60 |
* | s/1.1.3/1.1.13/ | Christopher Blizzard | 1999-01-17 | 7 | -7/+7 |
* | - GNU autoconf 2.13 - GNU automake 1.4 (Beta releases are at | Tim Janik | 1999-01-17 | 1 | -2/+2 |
* | Fix typo [ gtk-mailund-990116-0: Thomas Mailund Jensen | Owen Taylor | 1999-01-17 | 8 | -1/+36 |
* | Update to version 1.1.3, change packager address. | Christopher Blizzard | 1999-01-17 | 8 | -2/+30 |
* | deprecated gtk_check_menu_item_set_state, people should use | Tim Janik | 1999-01-17 | 12 | -14/+94 |
* | incremented version number to 1.1.13, bin age 0, interface age 0. | Tim Janik | 1999-01-17 | 12 | -30/+100 |
* | for NO_WINDOW widgets, add their allocation.y to the position of the | George Lebl | 1999-01-17 | 8 | -0/+44 |
* | Updated. | Tomas Ogren | 1999-01-17 | 2 | -45/+34 |
* | updated | Nam SungHyun | 1999-01-17 | 1 | -11/+10 |
* | Sat, 16 Jan 1999 23:32:33 +0100 [Vincent] | Vincent Renardias | 1999-01-16 | 1 | -11/+9 |
* | check for child widget being NULL | Stuart Parmenter | 1999-01-16 | 8 | -0/+30 |
* | fixed double click bug. | Lars Hamann | 1999-01-16 | 8 | -6/+28 |
* | Mention libtool 1.2d | Manish Singh | 1999-01-16 | 1 | -1/+1 |
* | Updated translation. | Kjartan Maraas | 1999-01-15 | 1 | -10/+9 |
* | define GTK_DISABLE_COMPAT_H for compilation of gtk code. | Tim Janik | 1999-01-15 | 18 | -2256/+2503 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 35 | -99/+902 |
* | Make MOD1-drag also do action ask. | Owen Taylor | 1999-01-15 | 1 | -1/+4 |
* | Do all event processing in dispatch() instead of prepare() and check(). | Owen Taylor | 1999-01-15 | 2 | -10/+10 |
* | Change copy_area => !set_bg. Use tile instead of gdk_window_copy_area when | Owen Taylor | 1999-01-15 | 2 | -51/+43 |
* | gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.c | Owen Taylor | 1999-01-14 | 25 | -61/+138 |
* | Unset CATOBJEXT so that the macros and Makefiles correctly handle | Owen Taylor | 1999-01-14 | 8 | -1/+45 |
* | in comparisions with GTK_TYPE_STRING, use the fundamental type to catch | Tim Janik | 1999-01-13 | 9 | -2/+74 |
* | updated spanish language file | Pablo Saratxaga | 1999-01-13 | 1 | -12/+5 |
* | cvs be quiet | Jeff Garzik | 1999-01-13 | 1 | -1/+2 |