gtk/tests/.cvsignore

62 lines
832 B
Plaintext
Raw Normal View History

2001-03-02 10:10:22 +00:00
Makefile
Makefile.in
makefile.mingw
makefile.msc
.deps
.libs
2005-10-15 05:22:49 +00:00
autotestfilechooser
2002-05-18 09:21:22 +00:00
pixbuf-lowmem
pixbuf-random
pixbuf-random-image
pixbuf-random-seed
2004-03-12 15:51:25 +00:00
pixbuf-randomly-modified
2002-05-18 09:21:22 +00:00
pixbuf-read
2004-11-16 01:16:19 +00:00
pixbuf-threads
simple
2003-07-18 07:50:54 +00:00
stresstest-toolbar
floatingtest
2003-10-23 04:31:28 +00:00
testactions
2005-10-15 05:22:49 +00:00
testaccel
2006-01-23 20:00:35 +00:00
testassistant
testcairo
testcalendar
2005-10-15 05:22:49 +00:00
testcellrenderertext
2003-10-23 04:31:28 +00:00
testcombo
2004-03-12 15:51:25 +00:00
testcombochange
testdnd
2004-08-18 15:38:21 +00:00
testellipsise
2004-03-12 15:51:25 +00:00
testentrycompletion
2003-10-23 04:31:28 +00:00
testfilechooser
2004-08-18 15:38:21 +00:00
testfilechooserbutton
testgtk
testicontheme
2004-08-18 15:38:21 +00:00
testiconview
Rework of GtkFileChooserButton, some cleanups. Fixes #154388, #154390, 2004-10-25 James M. Cape <jcape@ignore-your.tv> Rework of GtkFileChooserButton, some cleanups. Fixes #154388, #154390, #154390, #156272. * docs/reference/gtk/gtk-docs.sgml: Moved GtkFileChooserButton below GtkFileChooser. * docs/reference/gtk/gtk-sections.txt: Added gtk_file_chooser_button_get_width_chars(), gtk_file_chooser_button_set_width_chars(), gtk_label_set_width_chars(), gtk_label_get_width_chars(). * docs/reference/gtk/gtk.types: Added gtk_cell_renderer_combo_get_type, gtk_cell_view_get_type, gtk_text_iter_get_type. * docs/reference/gtk/tmpl/gtkaboutdialog.sgml: Add "logo-icon-name" property. * docs/reference/gtk/tmpl/gtkcellview.sgml: Updates for properties (b/c of get_type() inclusion above). * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: * docs/reference/gtk/tmpl/gtklabel.sgml: Add "width-chars" property, getters/setters. * docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml: Added. * gtk/gtkentrycompletion.c: (_gtk_entry_completion_popdown): Don't show if the entry isn't mapped. * gtk/gtkfilechooserbutton.[c,h]: (*): About 45% rewritten, adds "width-chars" property, icons, working save modes, volume/Home/Desktop friendly-naming support. * gtk/gtklabel.[c,h]: (gtk_label_class_init), (gtk_label_init), (gtk_label_get_property), (gtk_label_set_property), (gtk_label_get_width_chars), (gtk_label_set_width_chars), (gtk_label_size_request): Add "width-chars" property. * tests/testfilechooserbutton.c: Update, use 4 different buttons for the different ACTIONs. * gtk/.cvsignore: Ignore gtk-update-icon-cache. * tests/.cvsignore: Ignore testimage.
2004-10-26 04:29:56 +00:00
testimage
testinput
2005-02-17 22:54:10 +00:00
testmenubars
2002-11-14 06:01:23 +00:00
testmenus
testmerge
2002-04-30 20:18:07 +00:00
testmultidisplay
testmultiscreen
2006-03-15 07:58:39 +00:00
testnotebookdnd
2006-03-30 09:07:59 +00:00
testrecentchooser
testrgb
testselection
testsocket
testsocket_child
testspinbutton
2005-10-15 05:22:49 +00:00
teststatusicon
testtext
testtextbuffer
testtoolbar
testtreecolumns
testtreeedit
testtreeflow
testtreefocus
2004-08-18 15:38:21 +00:00
testtreemodel
testtreesort
testtreeview
2002-04-30 20:18:07 +00:00
testxinerama
treestoretest
Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 Alexander Larsson <alexl@redhat.com> Merge the gtk-printing branch. For more detailed ChangeLog entries, see the branch. * .cvsignore: * Makefile.am: * configure.in: * docs/tools/widgets.c: * gtk+-unix-print-2.0.pc.in: * gtk/Makefile.am: * gtk/gen-paper-names.c: * gtk/gtk.h: * gtk/gtk.symbols: * gtk/gtkenums.h: * gtk/gtkiconfactory.c: * gtk/gtkmarshalers.list: * gtk/gtkpagesetup.[ch]: * gtk/gtkpagesetupunixdialog.[ch]: * gtk/gtkpapersize.[ch]: * gtk/gtkprint-win32.[ch]: * gtk/gtkprintbackend.[ch]: * gtk/gtkprintcontext.[ch]: * gtk/gtkprinter-private.h: * gtk/gtkprinter.[ch]: * gtk/gtkprinteroption.[ch]: * gtk/gtkprinteroptionset.[ch]: * gtk/gtkprinteroptionwidget.[ch]: * gtk/gtkprintjob.[ch]: * gtk/gtkprintoperation-private.h: * gtk/gtkprintoperation-unix.c: * gtk/gtkprintoperation-win32.c: * gtk/gtkprintoperation.[ch]: * gtk/gtkprintsettings.[ch]: * gtk/gtkprintunixdialog.[ch]: * gtk/paper_names.c: * gtk/paper_names_offsets.c: Platform independent printing API and implementations for unix and windows. * gtk/gtkstock.h: * gtk/stock-icons/24/gtk-orientation-landscape.png: * gtk/stock-icons/24/gtk-orientation-portrait.png: * gtk/stock-icons/24/gtk-orientation-reverse-landscape.png: Add stock icons for page orientation. * modules/Makefile.am: * modules/printbackends/Makefile.am: * modules/printbackends/cups/Makefile.am: * modules/printbackends/cups/gtkcupsutils.[ch]: * modules/printbackends/cups/gtkprintbackendcups.[ch]: * modules/printbackends/cups/gtkprintercups.[ch]: Cups printing backend for unix. * modules/printbackends/lpr/Makefile.am: * modules/printbackends/lpr/gtkprintbackendlpr.[ch]: lpr printing backend for unix. * modules/printbackends/pdf/Makefile.am: * modules/printbackends/pdf/gtkprintbackendpdf.[ch]: print-to-pdf printing backend for unix. * tests/.cvsignore: * tests/Makefile.am: * tests/print-editor.c: Test application for printing. * gdk/gdk.symbols: * gdk/win32/gdkevents-win32.c: * gdk/win32/gdkwin32.h: Add gdk_win32_set_modal_dialog_libgtk_only so that we can pump the mainloop while displaying a win32 common dialog. * gdk/directfb/Makefile.am: Whitespace cleanup.
2006-04-21 15:09:32 +00:00
print-editor