Matthias Clasen
bffd4b117d
forgotten file
...
svn path=/trunk/; revision=22032
2009-01-01 04:37:28 +00:00
Matthias Clasen
b7935e5e78
Additions
...
2008-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkmessagedialog.sgml:
* gtk/tmpl/gtkmenushell.sgml:
* gtk/tmpl/gtklinkbutton.sgml:
* gtk/tmpl/gtkimage.sgml: Additions
* gtk/gtk-sections.txt:
* gtk/gtk-docs.sgml: Add GtkHSV
* gtk/Makefile.am: Don't ignore gtkhsv.h
svn path=/trunk/; revision=21954
2008-12-28 06:59:23 +00:00
Matthias Clasen
517a2a352b
More glue
...
svn path=/trunk/; revision=21950
2008-12-27 16:55:02 +00:00
Matthias Clasen
d2933b8336
Glue
...
svn path=/trunk/; revision=21947
2008-12-27 06:12:26 +00:00
Daniel Elstner
0bf3652e1d
Bug 563994 – Input method module interface not documented
...
* gtk/gtkimcontext.h: Add public/private markers.
* gtk/gtkimcontext.c: Add section documentation which explains how
to add a new input method module to GTK+. Document the signals and
virtual functions of GtkIMContextClass.
* gtk/gtkimmodule.c: Document struct GtkIMContextInfo.
* docs/reference/gtk/gtk-sections.txt: Add GtkIMContextClass and
GtkIMContextInfo to section GtkIMContext.
* docs/reference/gtk/Makefile.am (IGNORE_HFILES): Remove
gtkimmodule.h from the list in order to pick up GtkIMContextInfo.
* docs/reference/gtk/tmpl/gtkimcontext.sgml: Remove file from
repository since all the hand-edited content has been migrated to
source file comments.
svn path=/trunk/; revision=21870
2008-12-11 11:38:59 +00:00
Matthias Clasen
7dfb0b734b
Use a new gtk-doc feature to generate much nicer indices.
...
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am:
* gdk/Makefile.am:
* gdk-pixbuf/Makefile.am: Use a new gtk-doc feature to generate
much nicer indices.
* gtk/drawing-model.xml: Fix document structure
svn path=/trunk/; revision=21795
2008-11-21 08:21:28 +00:00
Federico Mena Quintero
040865e7e8
The GTK+ Drawing Model: new chapter for the documentation
...
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21727
2008-10-29 18:59:40 +00:00
Matthias Clasen
1eb96eadfc
Bug 384940 – handle rejecting jobs and authentication meaningfully
...
Patch by Marek Kasik, icons by Mike Langlie:
* gtk/gtk.symbols:
* gtk/gtkprintbackend.h:
* gtk/gtkprinter.[hc]: Add new paused and accepting-jobs properties
and getters/setters.
* gtk/gtkstock.h:
* gtk/gtkiconfactory.c:
* gtk/Makefile.am:
* gtk/stock-icons/{16,24}/gtk-print-paused.{png,svg}: New icon.
* modules/printbackends/cups/gtkprintbackendcups.c:
* gtk/gtkprintunixdialog.c: Handle paused and job-rejecting
printers.
svn path=/trunk/; revision=20838
2008-07-15 17:34:34 +00:00
Michael Natterer
24ac36693b
add -UGTK_DISABLE_SINGLE_INCLUDES so the code generated by gtkdoc-scangobj
...
2008-05-29 Michael Natterer <mitch@imendio.com>
* gtk/Makefile.am (CPPFLAGS): add -UGTK_DISABLE_SINGLE_INCLUDES so
the code generated by gtkdoc-scangobj builds.
svn path=/trunk/; revision=20232
2008-05-29 13:25:28 +00:00
Matthias Clasen
348b66f3e1
Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printer
...
2008-05-05 Matthias Clasen <mclasen@redhat.com>
Apply a patch by Marek Kasik <mkasik@redhat.com> to display
more printer status information in the print dialog.
* modules/printbackends/cups/gtkprintbackendcups.c: Translate
printer-state-reasons into suitable messages and icons.
* gtk/stock-icons/16/gtk-print-error.{svg,png}:
* gtk/stock-icons/16/gtk-print-report.{svg,png}:
* gtk/stock-icons/16/gtk-print-warning.{svg,png}:
* gtk/Makefile.am:
* gtk/gtkstock.h: New stock icons to display printer state.
svn path=/trunk/; revision=20076
2008-05-05 23:38:31 +00:00
15:39:40 Tim Janik
2dc08ada49
call g_test_init() from gtk_test_init().
...
2007-11-22 15:39:40 Tim Janik <timj@imendio.com>
* gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
* gtk/tests/testing.c: use g_test_add_func() to register tests and use
g_test_run() to run the tests to integrate with the testing framework.
* gtk/tests/Makefile.am: removed exemplary testing rules.
* Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
* gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
* tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
* docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
* docs/reference/Makefile.am, docs/tools/Makefile.am:
* docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
* gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
* demos/gtk-demo/Makefile.am, demos/Makefile.am:
* modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
* modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
* modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
* modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
* modules/engines/ms-windows/Theme/Makefile.am:
* modules/engines/ms-windows/Makefile.am:
* modules/engines/Makefile.am, modules/engines/pixbuf/Makefile.am:
* modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
* contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
* gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
* gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
* gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
svn path=/trunk/; revision=19033
2007-11-22 14:38:26 +00:00
Matthias Clasen
6cd8ec5f78
More tooltips docs
...
svn path=/trunk/; revision=18443
2007-07-11 04:46:03 +00:00
Matthias Clasen
ce66d46183
2.11.5
...
svn path=/trunk/; revision=18345
2007-07-02 22:24:39 +00:00
Matthias Clasen
5c31ca5c85
Add empty migration chapter for GtkBuilder
...
svn path=/trunk/; revision=18296
2007-06-29 20:03:48 +00:00
Matthias Clasen
0ee11876c4
Add a man page
...
svn path=/trunk/; revision=18238
2007-06-26 05:22:05 +00:00
Matthias Clasen
a8fc5b41a4
2.11.3
...
svn path=/trunk/; revision=18154
2007-06-16 02:02:37 +00:00
Kristian Rietveld
4e4748e890
Audit of GtkTreeView coordinate system usage. ( #142494 ).
...
2007-06-13 Kristian Rietveld <kris@imendio.com>
Audit of GtkTreeView coordinate system usage. (#142494 ).
* gtk/gtktreeview.[ch]: general documentation updates,
(gtk_tree_view_scroll_to_cell), (gtk_tree_view_get_dest_row_at_pos):
update coordinate translations,
(gtk_tree_view_tree_to_widget_coords),
(gtk_tree_view_widget_to_tree_coords): Deprecated,
(gtk_tree_view_convert_.*_coords): 6 new functions for doing
transformations between coordinate systems.
* gtk/gtk.symbols: updated.
* tests/testtooltips.c (query_tooltip_tree_view_cb): fix testcase
with new gtk_tree_view_convert_widget_to_bin_window_coords().
* docs/reference/gtk/Makefile.am
* docs/reference/gtk/images/tree-view-coordinates.png: add new image.
* docs/reference/gtk/tmpl/gtktreeview.sgml: eloborate on the
different coordinate systems.
svn path=/trunk/; revision=18119
2007-06-13 13:27:00 +00:00
Matthias Clasen
f7add802e2
Remove linux-fb leftovers
...
svn path=/trunk/; revision=18113
2007-06-13 02:07:15 +00:00
Matthias Clasen
08cc834061
Update docs Deprecate gtk_widget_{ref,unref}
...
2007-06-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c:
* gtk/gtkscrolledwindow.c: Update docs
* gtk/gtkwidget.h: Deprecate gtk_widget_{ref,unref}
* gtk/tmpl/gtkbindings.sgml:
* gtk/tmpl/gtkrc.sgml:
* gtk/tmpl/gtkwidget.sgml:
* gtk/tmpl/gtkrecentmanager.sgml:
* gtk/*.sgml:
* gtk/tmpl/gtkstock.sgml:
* gtk/gtk-sections.txt: Updates
svn path=/trunk/; revision=18090
2007-06-10 06:52:51 +00:00
Matthias Clasen
8491b71a8c
Add volume button to gallery
...
svn path=/trunk/; revision=18014
2007-06-03 05:34:56 +00:00
Matthias Clasen
1c33042a57
Bring docs in shape
...
svn path=/trunk/; revision=17935
2007-05-26 20:22:51 +00:00
Matthias Clasen
c4dfb722dd
Bring the dogs in shape
...
svn path=/trunk/; revision=17927
2007-05-26 18:44:33 +00:00
Stefan Kost
dbb15a3535
reviewed by: Matthias Clasen <mclasen@redhat.com>
...
* gdk-pixbuf/Makefile.am:
* gdk/Makefile.am:
* gtk/Makefile.am: use installation prefixes of dependent libs to
crossreference docs (#407146 ).
svn path=/trunk/; revision=17295
2007-02-14 21:54:29 +00:00
Matthias Clasen
ccb447de94
more doc fixes
2006-06-01 03:56:42 +00:00
Matthias Clasen
968149a995
Add labels for page orientations, also add the fourth one. ( #339589 )
...
2006-05-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpagesetupunixdialog.c (populate_dialog): Add labels
for page orientations, also add the fourth one. (#339589 )
* gtk/stock-icons/24/gtk-orientation-reverse-portrait.png: New
icon.
* gtk/Makefile.am: Add it here.
* gtk/gtkstock.[hc]: Add stock items for the page orientations.
2006-05-16 15:23:01 +00:00
Matthias Clasen
8758063aca
Fix a typo
2006-04-24 22:56:07 +00:00
Matthias Clasen
2a834a412d
Add new stock icons.
...
2006-04-24 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (HTML_IMAGES): Add new stock icons.
* gtk/tmpl/gtkstock.sgml: Document new stock icons
2006-04-24 05:46:41 +00:00
Matthias Clasen
bb23cebf1b
Add a rich text section
...
2006-04-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-docs.sgml:
* gtk/gtk-sections.txt: Add a rich text section
* gtk/Makefile.am (IGNORE_HFILES): Add some more private headers.
* gtk/tmpl/gtkpreview.sgml:
* gtk/tmpl/gtkrecentmanager.sgml:
* gtk/tmpl/gtkprintoperation.sgml:
* gtk/tmpl/gtkrecentchooser.sgml:
* gtk/tmpl/gtkicontheme.sgml: Additions
* gtk/gtk-sections.txt: Remove GtkRecentChooserDefault
2006-04-24 05:40:24 +00:00
Alexander Larsson
27f746fbd0
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
Matthias Clasen
301dd71a1a
Updates
2006-03-31 06:31:50 +00:00
Matthias Clasen
873f4228cc
Add recent chooser to the widget gallery
2006-03-30 18:52:52 +00:00
Emmanuele Bassi
654cfab0e5
Add documentation for the GtkLinkButton ( #336592 )
...
2006-03-30 Emmanuele Bassi <ebassi@cvs.gnome.org>
Add documentation for the GtkLinkButton (#336592 )
* docs/reference/tmpl/gtklinkbutton.sgml: Add description
of the GtkLinkButton.
* docs/reference/gtk/migrating-GtkLinkButton.sgml: Guidelines
for migrating code from GnomeHRef to the GtkLinkButton.
* docs/reference/gtk/gtk-docs.sgml:
* docs/reference/gtk/Makefile.am: Build glue for the porting
guide.
2006-03-30 15:49:22 +00:00
Emmanuele Bassi
ee04430b40
Add a migration guide for porting to the new GtkRecent stuff from the old
...
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org>
* docs/reference/gtk/migrating-GtkRecentChooser.sgml: Add a migration
guide for porting to the new GtkRecent stuff from the old EggRecent
code.
* docs/reference/gtk/tmpl/gtkrecentchooser.sgml:
* docs/reference/gtk/tmpl/gtkrecentchooserdialog.sgml:
* docs/reference/gtk/tmpl/gtkrecentchoosermenu.sgml:
* docs/reference/gtk/tmpl/gtkrecentchooserwidget.sgml:
* docs/reference/gtk/tmpl/gtkrecentfilter.sgml:
* docs/reference/gtk/tmpl/gtkrecentmanager.sgml: Add template files
for the reference guide.
* docs/reference/gtk/gtk-docs.sgml:
* docs/reference/gtk/gtk-sections.txt:
* docs/reference/gtk/Makefile.am: Build glue for add GtkRecent to
the reference guide.
2006-03-29 20:19:01 +00:00
Matthias Clasen
365a0d377e
Add docs for new ports.
2006-03-15 06:46:00 +00:00
Matthias Clasen
49eda9aaa7
Add GtkLinkButton to gallery
2006-01-30 15:39:23 +00:00
Matthias Clasen
a351e61c0b
GtkAssistant stuff
2006-01-30 04:53:53 +00:00
Matthias Clasen
ea6731b779
Remove an unused variable.
...
2006-01-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_drag_data_received): Remove
an unused variable.
2006-01-15 04:44:26 +00:00
Matthias Clasen
5266d78a6e
Fix some _ vs - confusion.
...
2005-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (HTML_IMAGES): Fix some _ vs - confusion.
2005-11-21 15:54:59 +00:00
Matthias Clasen
0877216511
Update stock documentation to refer to the new icon names.
...
2005-11-14 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkstock.sgml:
* gtk/Makefile.am (HTML_IMAGES): Update stock documentation
to refer to the new icon names.
2005-11-14 05:49:44 +00:00
Matthias Clasen
4dfca1aa6b
Construct the "Select All" menuitem from stock.
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (popup_targets_received):
* gtk/gtkentry.c (popup_targets_received): Construct
the "Select All" menuitem from stock.
* gtk/stock-icons/stock_select_all_{16,24}.png:
* gtk/stock-icons/Makefile.am:
* gtk/gtkiconfactory.c:
* gtk/gtkstock.h:
* gtk/gtkstock.c: Add a "Select All" stock item. (#78545 ,
Calum Benson)
2005-08-29 20:01:28 +00:00
Matthias Clasen
feb7a7ef31
Add new stock images
2005-08-06 07:03:07 +00:00
Matthias Clasen
b0b1c78af8
Small fixes
...
2005-08-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt:
* gtk/Makefile.am:
* gdk-pixbuf/gdk-pixbuf-sections.txt:
* gdk/tmpl/images.sgml: Small fixes
2005-08-06 05:12:11 +00:00
Matthias Clasen
546e045ccf
Updates
2005-06-30 03:21:25 +00:00
Matthias Clasen
ae80a9bec3
Ignore some more headers.
2005-06-20 05:59:03 +00:00
Matthias Clasen
ce16af5a93
More abbreviation conversion
2005-05-16 19:34:39 +00:00
Matthias Clasen
7b0e05fcca
Use gtk-doc abbrevs instead of spelled out links.
...
2005-05-16 Matthias Clasen <mclasen@redhat.com>
* gtk/tree_widget.sgml: Use gtk-doc abbrevs instead of
spelled out links.
* gtk/gtk-docs.sgml: Included the processed file xml/tree_widget.sgml.
* gtk/Makefile.am (expand_content_files): Add tree_widget.sgml.
2005-05-16 18:16:42 +00:00
Jonathan Blandford
55e724b087
spell missing stock icons correctly.
...
Fri Dec 17 13:51:17 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/Makefile.am (HTML_IMAGES): spell missing stock icons
correctly.
2004-12-17 18:52:09 +00:00
Matthias Clasen
8f5a7d9f73
Add some missing stock icons..
...
2004-12-16 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (HTML_IMAGES): Add some missing stock
icons..
2004-12-17 01:00:10 +00:00
Matthias Clasen
750e4ae0cf
Add complex dialogs to gallery.
2004-12-07 06:22:19 +00:00
Matthias Clasen
5e3426947f
New image
...
2004-11-28 Matthias Clasen <mclasen@redhat.com>
* gtk/images/combo-box.png: New image
* gtk/visual_index.xml:
* gtk/Makefile.am (HTML_IMAGES): Add combo-box.png
2004-11-28 05:09:55 +00:00