summaryrefslogtreecommitdiff
path: root/tests/testtreemodel.c
Commit message (Collapse)AuthorAgeFilesLines
* #include <config.h> for HAVE_MALLINFO define, other minor cleanups.Manish Singh2004-09-211-6/+7
| | | | | | | Tue Sep 21 16:55:38 2004 Manish Singh <yosh@gimp.org> * tests/testtreemodel.c: #include <config.h> for HAVE_MALLINFO define, other minor cleanups.
* Check for mallinfo.Matthias Clasen2004-09-211-0/+21
| | | | | | | | | 2004-09-21 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for mallinfo. * tests/testtreemodel.c: Only include malloc.h if HAVE_MALLINFO is defined. (#153168, Darren Creutz)
* Make gtk argument parsing use goption. Add gtk_get_option_group andAnders Carlsson2004-09-051-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 2004-09-05 Anders Carlsson <andersca@gnome.org> * gdk/gdk.c: (gdk_arg_class_cb), (gdk_arg_name_cb), (gdk_add_option_entries_libgtk_only), (gdk_pre_parse_libgtk_only), (gdk_parse_args): * gdk/gdk.h: * gdk/gdkinternals.h: * gdk/linux-fb/gdkmain-fb.c: (_gdk_windowing_init): * gdk/win32/gdkmain-win32.c: (_gdk_windowing_init): * gdk/x11/gdkdisplay-x11.c: (gdk_display_open): * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init): * gtk/gtkmain.c: (gtk_arg_debug_cb), (gtk_arg_no_debug_cb), (gtk_arg_module_cb), (gtk_arg_warnings_cb), (do_pre_parse_initialization), (do_post_parse_initialization), (pre_parse_hook), (post_parse_hook), (gtk_get_option_group), (gtk_init_with_args), (gtk_parse_args): * gtk/gtkmain.h: Make gtk argument parsing use goption. Add gtk_get_option_group and gtk_init_with_args. * tests/testtreemodel.c: (main): Use gtk_init_with_args.
* Comment out mallinfo stuff. Fix g_print %-strings.Morten Welinder2004-08-161-3/+11
| | | | | | | 2004-08-16 Morten Welinder <terra@gnome.org> * tests/testtreemodel.c (test_run): Comment out mallinfo stuff. Fix g_print %-strings.
* New function.Soeren Sandmann2004-08-141-0/+305
Sat Aug 14 17:56:33 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkentry.c (gtk_entry_get_pixel_ranges): New function. * gtk/gtkentry.c (in_selection): New function using gtk_entry_get_pixel_ranges() to determine whether a click is in the selection. Improve entry behavior wrt. dragging and selecting. Bug #143249. Sat Aug 14 17:53:46 2004 Soeren Sandmann <sandmann@daimi.au.dk> * configure.in: Require glib 2.5.2 * gtk/gtksequence.[ch]: New internal data structure. * gtk/gtkliststore.[hc]: Reimplement in terms of new data structure * tests/Makefile.am (testtreemodel_SOURCES): * tests/testtreemodel.c: New test program written by Matthias.