| Commit message (Expand) | Author | Age | Files | Lines |
* | Sanitize move/resize code, removing various bad, non-functional hacks. | Owen Taylor | 2001-11-30 | 1 | -4/+2 |
* | Offset invalidated range correctly. Fix scrolling of title window. | Owen Taylor | 2001-11-23 | 1 | -24/+10 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -1/+1 |
* | add enable_empty and value_in_list properties. | Michael Meeks | 2001-10-11 | 1 | -4/+35 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 1 | -0/+2 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -8/+0 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -6/+6 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -1/+4 |
* | Fix notifications on non-existant "enable_arrow_keys". (#53753, Skip | Owen Taylor | 2001-06-01 | 1 | -2/+2 |
* | fix warning | Havoc Pennington | 2001-04-28 | 1 | -1/+1 |
* | Remove explicit pointer grabs, since they are no longer necessary. | Owen Taylor | 2001-04-16 | 1 | -18/+37 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -3/+4 |
* | added rc-style argument GtkSpinButton::shadow_type. removed | Tim Janik | 2001-03-18 | 1 | -2/+0 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -10/+10 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -14/+12 |
* | unbreak this function | Havoc Pennington | 2001-02-21 | 1 | -2/+106 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -39/+73 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 1 | -5/+6 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -4/+4 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -13/+18 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -4/+4 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -2/+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/+7 |
* | . Free 'nprefix', closing a memory leak. Spaced out the code a bit to make | Jeff Garzik | 1999-01-21 | 1 | -11/+21 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -3/+2 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -2/+2 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -1/+6 |
* | 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 | -4/+4 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -5/+5 |
* | Wed, 14 Oct 1998 10:17:13 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-10-14 | 1 | -1/+4 |
* | reset drag_pos after abort removed a few unneeded lines fixed compiler | Lars Hamann | 1998-08-02 | 1 | -1/+1 |
* | Few fixes for column resize. Store resize column in clist->drag_pos. | Lars Hamann | 1998-07-31 | 1 | -8/+34 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -2/+3 |
* | Removed g_object_pointer_hash, which was just g_direct_hash. | Owen Taylor | 1998-06-09 | 1 | -4/+6 |
* | Tue, 19 May 1998 11:51:02 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-05-19 | 1 | -5/+22 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -2/+2 |
* | do not just return if the combo-list is empty since that will cause the | Tim Janik | 1998-05-02 | 1 | -29/+31 |
* | Further changes to the way the window is popped up so that it will be | Owen Taylor | 1998-05-01 | 1 | -8/+66 |
* | prefixed all clist flags with GTK_ to avoid name clashes. redefined | Tim Janik | 1998-05-01 | 1 | -3/+9 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 1 | -1/+4 |
* | Allow the user to use the popup list like a menu. | Owen Taylor | 1998-04-30 | 1 | -17/+101 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Disconnect from combo->entry, not combo. (From: Daniel Skarda | Owen Taylor | 1998-03-29 | 1 | -1/+1 |
* | Use reversed arrow for menus ala Motif (and fix Options menus, which had X | Owen Taylor | 1998-03-24 | 1 | -3/+21 |
* | gtk/gtkcombo.[ch] "activate" signal can be disabled now | CET 1998 Paolo Molaro | 1998-03-21 | 1 | -1/+13 |
* | Try to guess if we can use the mb* functions safely. (For glibc, they do | Owen Taylor | 1998-03-17 | 1 | -2/+2 |
* | fixed a bug with invoking the quit handlers that could cause them to be | Tim Janik | 1998-03-14 | 1 | -2/+0 |