| Commit message (Expand) | Author | Age | Files | Lines |
* | Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource. | Tor Lillqvist | 2002-01-01 | 1 | -1/+1 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 4 | -4/+4 |
* | added new keyboard shortcut 'a' which adds alpha to the pixbuf; re-load | Michael Natterer | 2001-12-11 | 1 | -6/+109 |
* | gtk/gtkmain.c g_module_symbol takes a gpointer *, not just a gpointer. | Manish Singh | 2001-12-05 | 1 | -1/+1 |
* | Minor fix. | Jonathan Blandford | 2001-12-04 | 1 | -2/+2 |
* | fix typo | Kristian Rietveld | 2001-11-28 | 2 | -3/+1 |
* | demos/pixbuf-demo.c M_PI -> G_PI. | Tor Lillqvist | 2001-11-25 | 3 | -10/+22 |
* | Version 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK-0.7. Restore toGTK_1_3_11 | Owen Taylor | 2001-11-23 | 7 | -132/+198 |
* | demos/gtk-demo/appwindow.c reduce compiler warnings | Sven Neumann | 2001-11-16 | 2 | -2/+2 |
* | Remove unused callback to make things compile with | Owen Taylor | 2001-11-16 | 1 | -66/+0 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 3 | -6/+5 |
* | wacky easter egg | Havoc Pennington | 2001-11-06 | 1 | -0/+87 |
* | expose the child widgets in here (gtk_text_view_realize): set parent | Havoc Pennington | 2001-11-06 | 1 | -35/+120 |
* | Set a reasonable default height for the window. | Owen Taylor | 2001-11-02 | 2 | -18/+57 |
* | Anders Carlsson suggested to use G_N_ELEMENTS here | Kristian Rietveld | 2001-10-26 | 1 | -3/+1 |
* | Version 1.3.10, require GLib 1.3.10.GTK_1_3_10 | Owen Taylor | 2001-10-25 | 1 | -2/+2 |
* | Remove handle_box from App demo. | Jonathan Blandford | 2001-10-22 | 1 | -13/+2 |
* | at Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-10-20 | 20 | -291/+240 |
* | Call setlocale (LC_ALL, ""). (#60606) | Owen Taylor | 2001-10-10 | 1 | -2/+2 |
* | remove unused enum | Havoc Pennington | 2001-10-08 | 1 | -8/+0 |
* | gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h | Sven Neumann | 2001-10-05 | 2 | -1/+9 |
* | add editable_cells.c, list_store.c and tree_store.c | Kristian Rietveld | 2001-10-02 | 9 | -67/+1332 |
* | add demo of passing non-stock label in to gtk_dialog_new_with_buttons | Havoc Pennington | 2001-09-27 | 1 | -0/+2 |
* | ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9 | Owen Taylor | 2001-09-25 | 1 | -8/+1 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 2 | -11/+12 |
* | don't use BUILT_SOURCES as its broken in automake 1.4, add explicit object | Tim Janik | 2001-09-19 | 1 | -2/+1 |
* | demos/gtk-demo/main.c (setup_default_icon): Use a shaped | Matthias Clasen | 2001-09-14 | 1 | -1/+6 |
* | demos/gtk-demo/stock_browser.c (id_to_macro): make the uppercasing work. (#59... | Matthias Clasen | 2001-09-14 | 1 | -2/+1 |
* | Update to use the new g_boxed_type_register_static API. | Alex Larsson | 2001-09-10 | 1 | -3/+1 |
* | Removed 'fill' attribute. It was silly b/c that was a property of the cell | Jonathan Blandford | 2001-09-08 | 1 | -14/+44 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 2 | -20/+4 |
* | add default icon | Havoc Pennington | 2001-08-29 | 1 | -0/+54 |
* | demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object | Matthias Clasen | 2001-08-28 | 1 | -9/+11 |
* | gdk-pixbuf/test-loaders.c (test_loader): Catch errors at close time. | Matthias Clasen | 2001-08-28 | 1 | -10/+6 |
* | Fix to use GtkSelectionMode. ditto ditto ditto. | Jonathan Blandford | 2001-08-27 | 2 | -2/+2 |
* | Use autoconf 2.13/2.50 compat macro. | Owen Taylor | 2001-08-27 | 1 | -1/+1 |
* | Deprecate gtk_menu_bar_append/prepend/insert, forgot to do this when we | Owen Taylor | 2001-08-23 | 1 | -3/+3 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 7 | -11/+5 |
* | Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>> | Jonathan Blandford | 2001-08-19 | 1 | -4/+0 |
* | gtk/demos/gtk-demo/*: Remove all uses of deprecated functions. | Matthias Clasen | 2001-08-17 | 5 | -6/+7 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 9 | -14/+15 |
* | Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED. | Darin Adler | 2001-07-31 | 1 | -1/+1 |
* | demos/gtk-demo/appwindow.c demos/gtk-demo/item_factory.c | Sven Neumann | 2001-07-31 | 2 | -2/+2 |
* | Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizable | Darin Adler | 2001-07-18 | 2 | -1/+2 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 2 | -2/+2 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 2 | -24/+22 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 4 | -37/+28 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 2 | -9/+19 |
* | Revert inline-pixbuf changes until Tim comes back to fix missing files | Owen Taylor | 2001-06-26 | 2 | -19/+9 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 2 | -9/+19 |