| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate gtk/makefile.mingw. | Tor Lillqvist | 2000-07-25 | 1 | -5/+5 |
* | Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4 | Owen Taylor | 2000-07-14 | 1 | -5/+5 |
* | Use gtk_get_default_language | Havoc Pennington | 2000-06-21 | 1 | -0/+17 |
* | Initialize DOUBLE_BUFFERED flag to on. | Owen Taylor | 2000-06-02 | 1 | -2/+2 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -1/+2 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -2/+0 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -1/+10 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -2/+2 |
* | Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / | Owen Taylor | 2000-02-18 | 1 | -36/+1 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -9/+27 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 1 | -2/+0 |
* | Add new keysyms from X11R6.4 (including EuroSign). | Tor Lillqvist | 1999-10-31 | 1 | -1/+1 |
* | correct checking for BeOS check | Manish Singh | 1999-10-04 | 1 | -2/+2 |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 1 | -1/+1 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -1/+1 |
* | Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor header | Tor Lillqvist | 1999-06-14 | 1 | -0/+11 |
* | Support added for building using a GNU toolchain on Win32, | Tor Lillqvist | 1999-04-25 | 1 | -1/+4 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |
* | tell people that they don't really want to use the Gtk+ devel version | Tim Janik | 1999-03-17 | 1 | -2/+8 |
* | build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from | Tim Janik | 1999-03-17 | 1 | -1/+1 |
* | This might seem like a large patch, but it isn't that bad, and nothing | Tor Lillqvist | 1999-03-15 | 1 | -6/+9 |
* | add dll suffix | Asbjørn Pettersen | 1999-03-07 | 1 | -0/+23 |
* | warn about &widget->requisition, even for toplevels. | Tim Janik | 1999-02-24 | 1 | -0/+2 |
* | 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 | -5/+18 |
* | Revise algorithm for scrolling backwards. This one might actually work | Owen Taylor | 1999-02-21 | 1 | -7/+1 |
* | Fix glib_config_args gtk_config_args confusion. (pointed out by Roland | Owen Taylor | 1999-02-18 | 1 | -1/+2 |
* | Hack scrollwheel support into the eventloop, by treating button 4-5 | Owen Taylor | 1999-01-28 | 1 | -5/+45 |
* | Added gtk_menu_set_title() to set the title of a menu in the torn-off | Owen Taylor | 1999-01-18 | 1 | -6/+6 |
* | incremented version number to 1.1.13, bin age 0, interface age 0. | Tim Janik | 1999-01-17 | 1 | -1/+2 |
* | Add a drag_data_received handler for the label. | Owen Taylor | 1999-01-12 | 1 | -8/+6 |
* | added an assertement. | Tim Janik | 1999-01-11 | 1 | -1/+2 |
* | Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that the | Owen Taylor | 1999-01-05 | 1 | -3/+1 |
* | Fix memory leak. gdk_event_put would make a copy of next_event, and | Miguel de Icaza | 1998-12-31 | 1 | -2/+5 |
* | export the priority at which events are processed. | Tim Janik | 1998-12-20 | 1 | -17/+0 |
* | always run a g_main_iteration, even if there are no active main loops. | Manish Singh | 1998-12-19 | 1 | -10/+6 |
* | removed return_if_fail (label->words != NULL) since that's a valid case | Tim Janik | 1998-12-19 | 1 | -2/+16 |
* | added gdk_flush() after g_main_run(), so we get the original behaviour | Tim Janik | 1998-12-18 | 1 | -14/+18 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -19/+2 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -17/+16 |
* | Fixed up some warnings. | Owen Taylor | 1998-12-15 | 1 | -2/+2 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -831/+365 |
* | Added gettext-10.35 | Owen Taylor | 1998-12-14 | 1 | -0/+5 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 1 | -39/+0 |
* | reverted marius change to expose the type systems internal type info data | Tim Janik | 1998-12-07 | 1 | -0/+2 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -2/+2 |
* | Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the | Jeff Garzik | 1998-11-24 | 1 | -1/+1 |
* | New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. Christopher | Owen Taylor | 1998-11-13 | 1 | -8/+19 |
* | support an environment variable GTK_MODULES= which takes a colon sperated | Tim Janik | 1998-10-25 | 1 | -55/+85 |