| Commit message (Expand) | Author | Age | Files | Lines |
* | Include gtkbox.h and gtkwindow.h on Win32, as the defines for struct | Tor Lillqvist | 2002-08-24 | 1 | -1/+4 |
* | Add a singleton object that we can use to get notification when displays | Owen Taylor | 2002-06-20 | 1 | -5/+6 |
* | gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks to | Tor Lillqvist | 2002-04-18 | 1 | -4/+6 |
* | fix typo in gtk_init_check macro, which caused crashes if argc != 0 | Hans Breuer | 2002-03-29 | 1 | -1/+1 |
* | Add routines _gtk_find_module(), _gtk_get_module_path() to look up a | Owen Taylor | 2002-02-19 | 1 | -0/+3 |
* | Version 1.3.11, interface, binary age 0. | Owen Taylor | 2001-11-21 | 1 | -7/+0 |
* | Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01 | Owen Taylor | 2001-10-22 | 1 | -1/+7 |
* | Actually export gtk_disable_setlocale(). (Caught by Sven Neumann) | Owen Taylor | 2001-10-19 | 1 | -0/+2 |
* | updated externals | Hans Breuer | 2001-09-21 | 1 | -0/+7 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -5/+3 |
* | Applied patch from Ron Steinke to add signal accumulators so that signals | Owen Taylor | 2001-04-02 | 1 | -0/+6 |
* | New function. print_event_state, print_event): Use preprocessor macro to | Tor Lillqvist | 2001-03-18 | 1 | -2/+2 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -8/+8 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+2 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -3/+4 |
* | Changes by Hans Breuer: | Tor Lillqvist | 2000-11-30 | 1 | -1/+1 |
* | Remove g_convert (moved to glib) and now useless utf_to_latin1() | Owen Taylor | 2000-09-14 | 1 | -1/+3 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -2/+2 |
* | gdk/gdkimage.h No need any longer on Win32 for the shared memory | Tor Lillqvist | 2000-08-19 | 1 | -0/+20 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Use gtk_get_default_language | Havoc Pennington | 2000-06-21 | 1 | -7/+11 |
* | correct checking for BeOS check | Manish Singh | 1999-10-04 | 1 | -1/+1 |
* | This might seem like a large patch, but it isn't that bad, and nothing | Tor Lillqvist | 1999-03-15 | 1 | -5/+15 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Account for the fact that Xlib expects format == 32 to be a long, even on | Owen Taylor | 1999-02-21 | 1 | -0/+2 |
* | Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that the | Owen Taylor | 1999-01-05 | 1 | -0/+5 |
* | export the priority at which events are processed. | Tim Janik | 1998-12-20 | 1 | -8/+0 |
* | Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthread | Owen Taylor | 1998-12-19 | 1 | -4/+11 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -3/+0 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -2/+11 |
* | reverted marius change to expose the type systems internal type info data | Tim Janik | 1998-12-07 | 1 | -10/+12 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -1/+0 |
* | added a function to perform a binary version check, returning a static | Tim Janik | 1998-08-21 | 1 | -0/+3 |
* | feature a new commandline option --gtk-with-module=<module> that allows | Tim Janik | 1998-08-17 | 1 | -0/+2 |
* | export gtk_binary_age and gtk_interface_age. | Tim Janik | 1998-07-19 | 1 | -0/+4 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | fix popup calculations (removal of FIXMEs), changes from Lars Hamann. | Tim Janik | 1998-03-13 | 1 | -0/+2 |
* | changed handler tags to be of type guint, reflecting the internal tag | Tim Janik | 1998-03-12 | 1 | -43/+43 |
* | define the version variables in config.h. | Tim Janik | 1998-03-08 | 1 | -0/+5 |
* | quit handlers and idle_remove_by_data fixups | Tim Janik | 1998-03-01 | 1 | -1/+10 |
* | applied patch to fix draw_indicator behaviour from Lars Hamann and Stefan | Tim Janik | 1998-02-17 | 1 | -11/+12 |
* | gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] | Owen Taylor | 1998-02-13 | 1 | -3/+29 |
* | implementations of gtk_invoke_key_snoopers(), gtk_key_snooper_install() | Tim Janik | 1998-01-18 | 1 | -1/+9 |
* | Take putback events into account | Owen Taylor | 1998-01-17 | 1 | -0/+1 |
* | New widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_par... | Elliot Lee | 1998-01-08 | 1 | -0/+2 |
* | It's all in the changelog. Well, almost all. | Owen Taylor | 1997-12-18 | 1 | -1/+1 |
* | new gtk_main_level(). fixes to gtk_window_show() to prevent -1x-1 size on | Gnome CVS User | 1997-11-28 | 1 | -33/+34 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+76 |