| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument | Matthias Clasen | 2003-12-17 | 1 | -2/+2 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -6/+6 |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -2/+2 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -0/+2 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -19/+14 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -14/+20 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -3/+4 |
* | Small warning cleanups. | Owen Taylor | 2001-09-20 | 1 | -1/+0 |
* | deprecate GTK_SELECTION_EXTENDED. | Jonathan Blandford | 2001-08-27 | 1 | -44/+24 |
* | Fix problem with selecting a new focus child. | Owen Taylor | 2001-08-05 | 1 | -6/+13 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -40/+0 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -66/+0 |
* | s/signal_newc/signal_new/ | Tim Janik | 2001-07-02 | 1 | -5/+5 |
* | geez, don't call g_list funcs on GSList | Havoc Pennington | 2001-06-08 | 1 | -12/+13 |
* | Remove explicit pointer grabs, since they are no longer necessary. | Owen Taylor | 2001-04-16 | 1 | -12/+2 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -0/+4 |
* | Handle quoting of / with \; properly handle __ in paths, quote " and \n in | Owen Taylor | 2001-03-19 | 1 | -1/+1 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -37/+0 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -2/+2 |
* | small (not only) portability fixes | Hans Breuer | 2001-02-25 | 1 | -0/+2 |
* | use the visual scroll steps. | Havoc Pennington | 2001-02-19 | 1 | -0/+4 |
* | default initialize the generated ENTER_NOTIFY event with 0, otherwise not | Tim Janik | 2001-02-17 | 1 | -2/+6 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -0/+8 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -25/+24 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -32/+0 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -3/+3 |
* | Doc comment fixing. (Mostly non-matching parameter names.) | Owen Taylor | 2000-09-07 | 1 | -8/+8 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -7/+10 |
* | gtk/gtkclist.c (gtk_clist_motion) If we get a motion event with is_hint | Tor Lillqvist | 2000-04-15 | 1 | -0/+5 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -28/+64 |
* | 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 |
* | don't autoselect focus_row in case of GTK_SELECTION_EXTENDED | Lars Hamann | 1999-02-11 | 1 | -5/+4 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -4/+9 |
* | in case of GTK_SELECTION_BROWSE select first inserted row. | Lars Hamann | 1999-02-02 | 1 | -18/+50 |
* | only call grab_add if pointer_grab succeeds. (gtk_list_unmap): remove | Lars Hamann | 1999-01-20 | 1 | -135/+170 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -2/+2 |
* | gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.c | Owen Taylor | 1999-01-14 | 1 | -1/+1 |
* | end drag selections if necessary. | Lars Hamann | 1999-01-11 | 1 | -3/+56 |
* | only pass key events to the focus widget if it is sensitive. | Tim Janik | 1999-01-11 | 1 | -1/+1 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -5/+4 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -4/+4 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -2/+7 |
* | Added "style_set" handlers. | Owen Taylor | 1998-12-11 | 1 | -0/+12 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | cast NULL to GtkItemFactoryCallback to ensure proper type (SunPro cc | Manish Singh | 1998-11-12 | 1 | -1/+1 |
* | free undo_un/selection, unselect list_item before disconnect signal | Lars Hamann | 1998-10-30 | 1 | -1101/+1427 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -9/+11 |