| Commit message (Expand) | Author | Age | Files | Lines |
* | Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF broken | Owen Taylor | 2002-05-14 | 1 | -1/+8 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -8/+42 |
* | fix infinite loop when gtk_combo_func() returns NULL (bug #75464) | jacob berkman | 2002-03-19 | 1 | -5/+3 |
* | Register all stock icons "unscaled" so that we don't have icons only | Owen Taylor | 2002-02-27 | 1 | -9/+21 |
* | Call gtk_combo_set_popdown_strings() in case the combo is up currently. | Owen Taylor | 2002-02-27 | 1 | -0/+2 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -1/+0 |
* | Fix problems with stuck grab (#60132, reported by Nicolas Setton) and | Owen Taylor | 2002-02-18 | 1 | -44/+33 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -4/+28 |
* | 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 |