| Commit message (Expand) | Author | Age | Files | Lines |
* | More precise documentation about underscores and mnemonics. (#66380) | Matthias Clasen | 2001-12-20 | 1 | -8/+8 |
* | gtk/gtkmain.c g_module_symbol takes a gpointer *, not just a gpointer. | Manish Singh | 2001-12-05 | 1 | -1/+1 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 1 | -1/+2 |
* | Do search GTK_BINARY_VERSION -specific directory on Windows, too (#63759). | Tor Lillqvist | 2001-11-06 | 1 | -2/+0 |
* | don't free the module name until after we load the module | jacob berkman | 2001-11-04 | 1 | -1/+2 |
* | ref/unref around gtk_widget_event() if we are going to set a flag | Owen Taylor | 2001-11-02 | 1 | -0/+4 |
* | Updates. | Tor Lillqvist | 2001-10-29 | 1 | -16/+57 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -4/+5 |
* | Actually export gtk_disable_setlocale(). (Caught by Sven Neumann) | Owen Taylor | 2001-10-19 | 1 | -1/+1 |
* | Call setlocale (LC_ALL, ""). (#60606) | Owen Taylor | 2001-10-10 | 1 | -6/+37 |
* | s/retrive/retrieve/ | jacob berkman | 2001-10-03 | 1 | -1/+1 |
* | updated externals | Hans Breuer | 2001-09-21 | 1 | -4/+12 |
* | Implement a search path for GTK+ modules. | Owen Taylor | 2001-09-11 | 1 | -85/+149 |
* | remove CellRendererTextPixbuf | Havoc Pennington | 2001-09-08 | 1 | -0/+16 |
* | Add "use_align" to give people the option to just make a cell visible. | Jonathan Blandford | 2001-08-24 | 1 | -1/+1 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 1 | -1/+1 |
* | gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, | Matthias Clasen | 2001-08-15 | 1 | -1/+0 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -2/+0 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -13/+14 |
* | For XEMBED embedding add a _XEMBED_INFO property to the client with | Owen Taylor | 2001-07-03 | 1 | -5/+4 |
* | !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing. | Tim Janik | 2001-06-28 | 1 | -1/+1 |
* | Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32) | Owen Taylor | 2001-06-25 | 1 | -2/+2 |
* | updated externals | Hans Breuer | 2001-06-22 | 1 | -1/+1 |
* | Handle the case without XKB properly. | Owen Taylor | 2001-06-21 | 1 | -1/+1 |
* | Add a GtkWindowGroup struct that allows grouping together multiple windows | Owen Taylor | 2001-06-14 | 1 | -11/+105 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -1/+5 |
* | remember widget's double buffering state across expose event, so we still | Tim Janik | 2001-05-12 | 1 | -6/+7 |
* | Added include of unistd.h so that gid_t is defined (on Solaris) | Padraig O'Briain | 2001-05-09 | 1 | -0/+3 |
* | moved GtkAnchorType and GtkSideType from gtkpacker.h to gtkenum.h. | Tim Janik | 2001-04-29 | 1 | -0/+3 |
* | Remove deprecation of gtk_window_set_default_size() until patch adding | Owen Taylor | 2001-04-26 | 1 | -4/+0 |
* | use more elaborate variable names. | Tim Janik | 2001-04-03 | 1 | -5/+7 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -2/+7 |
* | Applied patch from Ron Steinke to add signal accumulators so that signals | Owen Taylor | 2001-04-02 | 1 | -0/+14 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -4/+4 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -2/+2 |
* | Detectable auto-repeat - make a repeating key generate | Owen Taylor | 2001-03-03 | 1 | -13/+39 |
* | test the window state stuff | Havoc Pennington | 2001-02-27 | 1 | -0/+1 |
* | updated for win32 msvc build | Hans Breuer | 2001-02-19 | 1 | -1/+3 |
* | Remove gdkcc.h reference. | Owen Taylor | 2001-02-13 | 1 | -0/+46 |
* | hell, what CVS magic is going on here? | Tim Janik | 2001-02-04 | 1 | -2/+1 |
* | erk, post-commit fixups | Tim Janik | 2001-02-04 | 1 | -2/+0 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+65 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -1/+5 |
* | gtk/gtkmain.c Use the new | Tor Lillqvist | 2001-01-17 | 1 | -5/+3 |
* | handle case where there are no rows in the model | Havoc Pennington | 2001-01-09 | 1 | -1/+2 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -0/+14 |
* | 'o' < 'p'. | Robert Brady | 2000-11-16 | 1 | -2/+9 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | Check for bind_textdomain_codeset | Robert Brady | 2000-10-22 | 1 | -2/+17 |
* | Remove g_convert (moved to glib) and now useless utf_to_latin1() | Owen Taylor | 2000-09-14 | 1 | -11/+18 |