- 12 Feb, 2006 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 23 Nov, 2005 1 commit
-
-
Matthias Clasen authored
2005-11-23 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkrc.sgml: Document symbolic colors and color expressions.
-
- 20 Sep, 2005 1 commit
-
-
Tim Janik authored
Tue Sep 20 17:16:50 2005 Tim Janik <timj@imendio.com> * gtk/tmpl/gtkrc.sgml: added anchor. complexity doesn't get worse than O(n^2) with recent glib.
-
- 13 Sep, 2005 1 commit
-
-
Tim Janik authored
Tue Sep 13 14:16:27 2005 Tim Janik <timj@imendio.com> * gtk/tmpl/gtkrc.sgml: fixed wording and typos in some places. added a new section "Optimizing RC Style Matches".
-
- 20 Jun, 2005 1 commit
-
-
Matthias Clasen authored
-
- 01 Nov, 2004 2 commits
-
-
Matthias Clasen authored
2004-11-01 Matthias Clasen <mclasen@redhat.com> * gtk/question_index.sgml: Add a "ref and sink" question. (#156865, Philip Langdale, text based on a comment by Owen Taylor) * gtk/tmpl/gtkrc.sgml: Document im_module_file and settings assignments as toplevel statements.
-
Matthias Clasen authored
2004-11-01 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkrc.sgml: Document im_module_file and settings assignments as toplevel statements.
-
- 07 Aug, 2004 1 commit
-
-
Matthias Clasen authored
-
- 06 Mar, 2004 1 commit
-
-
Matthias Clasen authored
Sat Mar 6 23:50:37 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkrc.sgml: Document that [xy]thickness can be specified in a style.
-
- 26 Feb, 2004 1 commit
-
-
Jonathan Blandford authored
Thu Feb 26 18:25:57 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder modes to the enum. * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove. (gtk_file_chooser_get_folder_mode): Remove
-
- 02 Jul, 2003 1 commit
-
-
Owen Taylor authored
Wed Jul 2 18:15:21 2003 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am gtk/gtk-docs.sgml gtk/gtksections.txt gtk/tmpl/gtkicontheme.sgml: Document named icon system. * gtk/tmpl/gtkrc.sgml: Mention specifying named icons as @"icon-name". * gtk/tmpl/gtkimage.sgml: Add a cross-reference to stock icons.
-
- 11 Feb, 2003 1 commit
-
-
Matthias Clasen authored
2003-02-11 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkrc.sgml: Document that font and fontset declarations are ignored.
-
- 20 Jan, 2003 1 commit
-
-
Matthias Clasen authored
2003-01-21 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkrc.sgml: Fix integer color range. (#103992)
-
- 03 Jan, 2003 1 commit
-
-
Matthias Clasen authored
2003-01-03 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkrc.sgml: Update description of priorities for styles and bindings. (#98054)
-
- 31 Dec, 2002 1 commit
-
-
Matthias Clasen authored
2002-12-31 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkrc.sgml: Add a note about gtkrc-2.0 being parsed by all 2.x versions.
-
- 17 Dec, 2002 2 commits
-
-
Matthias Clasen authored
* gtk/tmpl/gtkrc.sgml: Link to style properties.
-
Matthias Clasen authored
2002-12-17 Matthias Clasen <maclas@gmx.de> * gtk/gtkcontainer.c: Fix a few doc comments. * gtk/tmpl/gtkrc.sgml: Link to style properties. * gtk/tmpl/gtkcontainer.sgml: Add bits about child properties. * gtk/tmpl/gtkwidget.sgml: Add bits about style properties. * gdk/tmpl/pixmaps.sgml: * gdk/tmpl/windows.sgml: * gdk/tmpl/drawing.sgml: * gdk/tmpl/gcs.sgml: * gtk/tmpl/gtktextview.sgml: * gtk/tmpl/gtkrc.sgml: * gtk/tmpl/gtkiconfactory.sgml: * gtk/tmpl/gtkaccelgroup.sgml: Remove ids which are now generated by gtk-doc.
-
- 01 Nov, 2002 1 commit
-
-
Matthias Clasen authored
* gtk/tmpl/gtkfilesel.sgml: The label is "Folders" now, not "Directories". (#97224, Vitaly Tishkov) * gtk/tmpl/gtkrc.sgml: Fix a link. Add (minimal) docs for setting style properties from rc files. More needed !!
-
- 11 Oct, 2002 1 commit
-
-
Matthias Clasen authored
-
- 24 Jul, 2002 1 commit
-
-
Owen Taylor authored
Wed Jul 24 16:43:49 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.c docs/references/tmpl/gtkrc.sgml: Don't use GTK_RC_FILES, since it causes problems with what KDE (etc.) does to customize GTK+ themes, use GTK2_RC_FILES instead. (#88987)
-
- 03 Jun, 2002 1 commit
-
-
Matthias Clasen authored
* gtk/tmpl/gtkprogress.sgml: * gtk/tmpl/gtkscale.sgml: * gtk/tmpl/gtktreemodel.sgml: * gtk/tmpl/gtkimage.sgml: * gtk/tmpl/gtksignal.sgml: * gtk/tmpl/gtkrc.sgml: * gtk/gtk-docs.sgml: * gdk/gdk-docs.sgml: * gdk/tmpl/threads.sgml: * gdk/tmpl/cursors.sgml: * gdk/tmpl/rgb.sgml: Replace homegrown "nbsp", "hash" and "percent" entities by standard ISO entities "nbsp", "num" and "percnt". * gtk/text_widget.sgml: Fix a link.
-
- 28 May, 2002 1 commit
-
-
Matthias Clasen authored
* gtk/gtkwindow.c (gtk_window_move): Markup fixes * gtk/gtkrc.c (gtk_rc_get_module_dir): Markup fixes. * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_for_screen): Update docs for Docbook XML. * gtk/*, gdk/*, gdk-pixbuf/*: Create XML, not SGML. * gtk/tmpl/*: Remove property documentation which comes from the source now. * gtk/building.sgml: Remove traces of gxi.
-
- 14 May, 2002 1 commit
-
-
Owen Taylor authored
Tue May 14 16:44:09 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c (gtk_label_ensure_layout): Set the width of the layout to the actual wrap width (our requisition) not the width we set when calculating the width. This results in the lines being justified within the correct area. (#79157, Anders Carlsson) * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected registered parameter types of "accel_activate" and "accel_changed" signals. (Patch from Murray Cumming, #78798) * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch binary-version and type to correspond to the current ordering in _gtk_get_module_path. (#78746, Sergey Kuzminov) * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs pointing to the GTK_PATH documentation. * gtk/Makefile.am (uninstall-local): Delete key themes as well. (#81286, Kristian Rietveld.)
-
- 15 Mar, 2002 1 commit
-
-
Jonathan Blandford authored
Fri Mar 15 12:51:42 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_new_with_attributes): add example to docs, as people are seeming to have trouble with this function. Remake docs as well.
-
- 07 Mar, 2002 1 commit
-
-
Matthias Clasen authored
* gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml, gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktextview.sgml, gtk/tmpl/gtkiconfactory.sgml, gtk/tmpl/gtkaccelgroup.sgml: Add some ids which are referenced from the object hierarchy. * gtk/gtk-docs.sgml: Use parts as top-level division (#61575), include gtkaccessible docs.
-
- 19 Feb, 2002 1 commit
-
-
Owen Taylor authored
Mon Feb 18 23:16:16 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.[ch]: Add routines _gtk_find_module(), _gtk_get_module_path() to look up a module of an arbitrary type in a standard fashion. (#68474) * gtk/gtkrc.c: Make module_path keyword warn and do nothing. Remove the im_module_path keyword. * gtk/gtkrc.c (gtk_rc_get_im_module_path): Fix to return the standard path instead of one determined from im_module_path and GTK_IM_MODULE_PATH. * gtk+-2.0.pc.in: Add gtk_host to go along with gtk_binary_version.
-
- 05 Feb, 2002 1 commit
-
-
Matthias Clasen authored
* gtk/gtkrc.c (gtk_rc_parse_file): Remove a (now) misleading comment. * gtk/tmpl/gtkrc.sgml: Update the description of RC file loading to match recent code changes. Also document font_name and engine.
-
- 14 Jan, 2002 1 commit
-
-
Matthias Clasen authored
* gtk/gtkitemfactory.c: Documentation. * gtk/tmpl/gtkrc.sgml: Minor fixes.
-
- 08 Jan, 2002 1 commit
-
-
Matthias Clasen authored
* gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172) * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs. * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document. * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs. * gtk/gtkrc.c (gtk_rc_get_style_by_paths), gtk/gtkwidget.c (gtk_widget_get_toplevel, gtk_widget_push_composite_child), gtk/gtkdialog.c (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc from messing up the indentation of inline examples. * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() instead of getenv(). * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c, gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c, gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes. * gtk/gtkaccelmap.c (gtk_accel_map_add_filter, gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner): Document. * gtk/tmpl/gtksocket.sgml: Mention gtk_socket_get_id() instead of GTK_WINDOW_XWINDOW(). (#68172) * gtk/gtk-sections.txt: Move functions which are documented as "private" or "internal" into Private subsections. * gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkobject.sgml, gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktooltips.sgml, gtk/tmpl/gtkwidget.sgml, gtk/tmpl/gtkclipboard.sgml, gtk/tmpl/gtkstyle.sgml, gtk/tmpl/gtkselection.sgml, gtk/tmpl/gtkfeatures.sgml: Minor markup fixes. * gtk/tmpl/gtksignal.sgml: Add link to GLib signal docs. * gtk/tmpl/gtkpreview.sgml, gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktree.sgml: Remove "deprecated" from short desc. * gtk/tmpl/gtkrc.sgml: Correct names of default RC files.
-
- 03 Jan, 2002 1 commit
-
-
Matthias Clasen authored
* gtk/tmpl/gtktextview.sgml: Small additions. * gtk/tmpl/gtksignal.sgml: Explain what to use instead. * gtk/question_index.sgml, gtk/text_widget.sgml, gtk/tree_widget.sgml, gtk/changes-1.2.sgml, gtk/changes-2.0.sgml, gtk/framebuffer.sgml: SGML fixes and additions. * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkdialog.sgml, gtk/tmpl/gtkeditable.sgml, gtk/tmpl/gtkfilesel.sgml, gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml, gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkwindow.sgml: Replace references to deprecated functions.
-
- 23 Dec, 2001 1 commit
-
-
Owen Taylor authored
Sat Dec 22 18:18:07 2001 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (IGNORE_HFILES): Add gtktextutil.h * gtk/text_widget.sgml (linkend): SGML fixes. * gtk/gtk-sections.txt: Update * gdk/gdk-sections.txt: Update. * gdk/tmpl/cursors.sgml: SGML fix. * gdk/gdk-docs.sgml: Add PNG handling magic.
-
- 13 Dec, 2001 1 commit
-
-
Matthias Clasen authored
* gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes. * gdk-pixbuf-io.c: Markup fixes. * gdk-pixbuf/tmpl/scaling.sgml, gdk/tmpl/fonts.sgml, gdk/tmpl/general.sgml, gdk/tmpl/rgb.sgml, gdk/tmpl/visuals.sgml, gdk/tmpl/windows.sgml, gtk/gtk-docs.sgml, gtk/tmpl/gtkaccellabel.sgml, gtk/tmpl/gtkcombo.sgml, gtk/tmpl/gtkdialog.sgml, gtk/tmpl/gtkdrawingarea.sgml, gtk/tmpl/gtkeditable.sgml, gtk/tmpl/gtkfilesel.sgml, gtk/tmpl/gtkfontseldlg.sgml, gtk/tmpl/gtkimage.sgml, gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml, gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkobject.sgml, gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml, gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtkscale.sgml, gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtktooltips.sgml, gtk/tmpl/gtkwindow.sgml, gdk/tmpl/regions.sgml, gtk/tmpl/gtkfontsel.sgml, gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkprogress.sgml, gtk/tmpl/gtkselection.sgml, gtk/tmpl/gtktable.sgml, gtk/tmpl/gtktipsquery.sgml: Markup fixes (mainly examples).
-
- 21 Nov, 2001 1 commit
-
-
Owen Taylor authored
Wed Nov 21 15:57:29 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtk-sections.txt: Updates * gtk/tmpl/gtkstock.sgml: Close end tags. * gtk/gtk.types: Remove interface types which gtk-doc can't handle currently. * gtk/tmpl/gtknotebook.sgml: Fix some garbage in file. * gdk/tmpl/x_interaction.sgml: Fix SGML errors. * gdk/gdk-overrides.txt gdk/gdk-sections.txt: Updates.
-
- 27 Oct, 2001 1 commit
-
-
Matthias Clasen authored
* gdk/x11/gdkinput.c: Typo fix. * gdk/tmpl/input_devices.sgml: Updates. * gtk/tmpl/gtkrc.sgml: Document the special values <none> and <parent> for bg_pixmap.
-
- 13 Oct, 2001 1 commit
-
-
Tim Janik authored
Sat Oct 13 07:09:30 2001 Tim Janik <timj@gtk.org> * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern specs, use g_pattern_spec_equal() instead of direct field accesses. upon compressing two equal paths of the same type, the resulting priority has to be the maximum. * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the GtkPathPriorityType enum and make it a macro.
-
- 21 Sep, 2001 1 commit
-
-
Havoc Pennington authored
2001-09-20 Havoc Pennington <hp@redhat.com> * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't try to handle alignment here, because it's done by PangoLayout after we set the layout width. Fix from Dov.
-
- 18 Sep, 2001 1 commit
-
-
Tim Janik authored
Tue Sep 18 23:51:49 2001 Tim Janik <timj@gtk.org> * configure.in: up version to 1.3.8, interface age 0, binary age 0, depend on glib 1.3.8. * NEWS: 1.3.8 updates.
-
- 12 Sep, 2001 1 commit
-
-
Jonathan Blandford authored
Wed Sep 12 19:01:05 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface signals to make them more clear. Also, change ::range_changed to ::row_changed. * gtk/gtktreemodel.c: Adjust to interface change * gtk/gtktreemodel.h: ditto * gtk/gtktreemodelsort.c: ditto * gtk/gtktreestore.c: ditto * gtk/gtkliststore.c: ditto * gtk/gtktreeview.c: ditto * tests/testtreecolumns.c: ditto * gtk/gtkmarshal.list: Actually remove a marshaller!
-
- 10 Sep, 2001 1 commit
-
-
Tim Janik authored
Mon Sep 10 16:55:49 2001 Tim Janik <timj@gtk.org> * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale behaviour which havoc broke. they have to default to 1.0 for expand behaviour. * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
-