| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtksignal.[ch] gtk/gtkclist.c gtk/gtklist.c gtk/gtkmain.c | Michael Natterer | 2008-09-22 | 1 | -14/+14 |
* | gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c use canonical signal names. | Sven Neumann | 2008-08-11 | 1 | -13/+13 |
* | build with GTK_DISABLE_DEPRECATED again. | Michael Natterer | 2008-08-04 | 1 | -1/+3 |
* | gtk/gtkclist.c gtk/gtklist.c gtk/gtkoldeditable.c gtk/gtkpixmap.c | Michael Natterer | 2008-08-04 | 1 | -5/+5 |
* | Fix make check: | Michael Natterer | 2008-07-04 | 1 | -7/+4 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | build with GTK_DISABLE_DEPRECATED. | Michael Natterer | 2008-06-17 | 1 | -0/+2 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -46/+8 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -10/+2 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -4/+5 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -0/+1 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -2/+3 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | 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 |