summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Write documentation Write documentationJonathan Blandford2002-03-033-28/+51
| | | | | | | Sun Mar 3 01:36:21 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tmpl/gtktreeviewcolumn.sgml: Write documentation * gtk/tmpl/gtktreeview.sgml: Write documentation
* Move a couple of function docs into the C file.Owen Taylor2002-03-022-18/+9
| | | | | | | Sat Mar 2 15:46:29 2002 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtkentry.sgml: Move a couple of function docs into the C file.
* Default to --disable-gtk-doc (avoid Jade breakage) and --disable-staticOwen Taylor2002-03-023-3/+32
| | | | | | | | | | | | | | | | | | | | Sat Mar 2 14:32:50 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static (static linking causes problems with Xft changes.) * autogen.sh: Add --enable-gtk-doc by default. * Makefile.am: Add a 'mydistcheck' rule that passes --enable-gtk-doc to the configure since that is needed for 'make dist'. * docs/tutorial/Makefile.am (dist-hook): Don't distribute the PDF file. (Rule doesn't work on my system, plus it's big.) * gtk/Makefile.am: 'make dist' fixes.
* Add note about gtk_notebook_reorder_child().Owen Taylor2002-03-012-0/+13
| | | | | | Fri Mar 1 10:35:15 2002 Owen Taylor <otaylor@redhat.com> * gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().
* Clean up the code so < 0 == end wasn't just a side effect, remove most ofOwen Taylor2002-02-272-3/+7
| | | | | | | | | | | | | | Tue Feb 26 22:22:37 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkbox.c (gtk_box_reorder_child): Clean up the code so < 0 == end wasn't just a side effect, remove most of the manual linked list manipulation code in favor of g_list_* functions. Tue Feb 26 22:01:59 2002 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtkbox.sgml: Fix docs to correspond to the code - negative @position indicates the end of the list.
* Fix typos in pkg-config invokations. (#72476)Matthias Clasen2002-02-264-88/+112
| | | | | | | | | | | | | * docs/tutorial/gtk-tut.sgml: Fix typos in pkg-config invokations. (#72476) Fixes for #72478: * gtk/tmpl/gtkprogressbar.sgml: Add note about new GtkProgressBar API to introduction. * gtk/gtk-sections.txt: Reorder GtkProgressBar functions to move undeprecated API to top.
* More GTK+ 2.0 updates.Matthias Clasen2002-02-253-1511/+654
| | | | | | | | * docs/tutorial/gtk-tut.sgml, docs/tutorial/images/*, examples/*: More GTK+ 2.0 updates. * docs/tutorial/Makefile.am: build and dist the new tutorial, not the old Linuxdoc one.
* Document gtk_tree_path_new_root(), gtk_tree_model_get_iter_root() asOwen Taylor2002-02-243-2/+34
| | | | | | | | | Sat Feb 23 23:39:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtktreemodel.sgml: Document gtk_tree_path_new_root(), gtk_tree_model_get_iter_root() as compatibility macros. * gtk/gtk-sections.txt: Updates.
* gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add aOwen Taylor2002-02-241-0/+5
| | | | | | | | | Sat Feb 23 20:59:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkstyle.c gtk/gtkrc.[ch]: gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add a gtk-font-name GtkSetting. * gdk/x11/gdkevents-x11.c: Add Gtk/FontName XSETTING.
* Rename strikeout to strikethrough.Anders Carlsson2002-02-232-1/+6
| | | | | | | 2002-02-23 Anders Carlsson <andersca@gnu.org> * gtk/Makefile.am (HTML_IMAGES): Rename strikeout to strikethrough.
* Massive padding addition to class structures.Owen Taylor2002-02-232-0/+26
| | | | | | | | Sat Feb 23 11:54:12 2002 Owen Taylor <otaylor@redhat.com> * gtk/*.h gdk/*.h: Massive padding addition to class structures. * gtk/gtktextmark.h: Fix a FIXME about G_CONST_RETURN.
* Rename icons.Anders Carlsson2002-02-222-70/+73
| | | | | | | | | | | | | | | | 2002-02-22 Anders Carlsson <andersca@gnu.org> * gtk/stock-icons/*: Rename icons. * gtk/stock-icons/Makefile.am: Update for new icon names. * gtk/gtkiconfactory.c (init_icon_sizes): Set the GTK_ICON_SIZE_BUTTON size to be 20x20. (get_default_icons): Change stock names. 2002-02-22 Anders Carlsson <andersca@gnu.org> * gtk/Makefile.am (HTML_IMAGES): Update for name changes.
* s/columns/rows/ in docs. (#70199)Matthias Clasen2002-02-225-7/+26
| | | | | | | | | | | | | | | | | | | * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): s/columns/rows/ in docs. (#70199) * gtk/gtktreestore.c (gtk_tree_store_insert): s/before/after/ in docs. (#71852, #68405) * gtk/gtkcalendar.c (gtk_calendar_select_day): Correct a comment. * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: s/%d/%%d/ in examples. (#71479) * gtk/tmpl/gtkmenu.sgml: Document gtk_menu_set_active as quasi-private. (#69788) * gtk/tmpl/gtkcalendar.sgml: Document month as zero-based and selected_day as one-based. (#57169)
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-213-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Feb 20 14:26:47 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkkeyhash.[ch]: Implement "fuzzy" key binding lookups; allow matches on key and level but not group. Also, implement ignoring "consumed modifiers correctly." * gtk/gtkaccelgroup.c gtk/gtkbindings.c: Convert to using GtkKeyHash. * gtk/gtkdebug.h gtk/gtkmain.c: Support GTK_DEBUG=keybindings * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fill in the group for key release events as well as key press events. * gdk/gdkkeys.h gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Rename unused_modifiers to consumed_modifiers, make the docs and non-Xkb implementation match the Xkb implementation. * gdk/linux-fb/gdkkeyboard-fb.c gdk/win32/gdkkeys-win32.c: Propagate doc and parameter name changes. * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): XkbTranslateKeyCode doesn't handle LockMask, we need to handle it ourselves. * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Force <Shift>Tab to give GDK_ISO_Left_Tab, since we need consistency to allow dealing with ISO_Left_Tab. * gtk/gtkwindow.c gtk/gtktextview.c gtk/gtkscrolledwindow.c gtk/gtkpaned.c gtk/gtkcombo.c gtk/gtknotebook.c: Remove inappropriate uses of GDK_ISO_Left_Tab. (GDK_ISO_Left_Tab or <Shift>Tab both are equivalent as a binding specifier.) * gtk/gtkbutton.c (gtk_button_class_init): Make ::activate GTK_RUN_ACTION, so you can bind an accelerator to it. * gtk/gtklabel.c (gtk_label_set_uline_text_internal): Call gdk_unicode_to_keyval on the mnemonic character. * tests/testgtk.c: Add a test for the new fuzzy key binding matching.
* screenshots of examples.Matthias Clasen2002-02-2132-3772/+589
| | | | | | | | | * docs/tutorial/images/*.png: screenshots of examples. * docs/tutorial/gtk-tut.sgml: remove deprecated widgets, add screenshots, fix chapters 1-4 for GTK+ 2.0. * demos/gtk-demo/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
* Fold back Svens g_signal fixes from the examples.Matthias Clasen2002-02-201-838/+820
| | | | | | | | | * docs/tutorial/gtk-tut.sgml: Fold back Svens g_signal fixes from the examples. * docs/tutorial/gtk-tut.sgml, examples/progressbar/progressbar.c, examples/progressbar/Makefile: Make the progressbar example deprecation-clean.
* gtk/gtk-sections.txt updated for treeviewcolumn changes.Sven Neumann2002-02-193-48/+5
| | | | | | | 2002-02-20 Sven Neumann <sven@gimp.org> * gtk/gtk-sections.txt * gtk/tmpl/gtktreeviewcolumn.sgml: updated for treeviewcolumn changes.
* Add routines _gtk_find_module(), _gtk_get_module_path() to look up aOwen Taylor2002-02-193-28/+42
| | | | | | | | | | | | | | | | | 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.
* Trivial formatting fixes to all examples, simple functional fixes toMatthias Clasen2002-02-191-739/+757
| | | | | * docs/tutorial/gtk-tut.sgml, docs/examples/*: Trivial formatting fixes to all examples, simple functional fixes to rangewidgets example.
* Add some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION.Owen Taylor2002-02-181-0/+14
| | | | | | | | | | | | | | | | | Mon Feb 18 16:44:00 2002 Owen Taylor <otaylor@redhat.com> * docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION. * gtk/gtkmenu.c (gtk_menu_popup): Scroll the menu to the right place before showing the menu to avoid spurious enter events. * gtk/gtkmenu.c (gtk_menu_realize): Only scroll if there is an active menu item. * gtk/gtkwidget.c (gtk_widget_init): Set RESIZE_NEEDED ALLOC_NEEDED initially.
* Updated for filesel changes.Owen Taylor2002-02-189-0/+134
| | | | | | Sun Feb 17 21:33:33 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtk-sections.txt: Updated for filesel changes.
* Make the paned example deprecation-clean.Matthias Clasen2002-02-172-60/+59
| | | | | | | * docs/tutorial/gtk-tut.sgml, examples/paned/paned.c, examples/paned/Makefile: Make the paned example deprecation-clean. * various ChangeLog files: correct my email.
* More work on #71430.Matthias Clasen2002-02-161-357/+375
| | | | | | | | | | | | * examples/*/Makefile (CFLAGS): add deprecation guards. * docs/tutorial/gtk-tut.sgml, examples/*/*.c: make most examples deprecation-clean; the major offenders right now are the examples that make heavy use of completely deprecated or broken widgets: list, tree, text, pixmap, paned and progressbar. These will have to be redone from scratch. * demos/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
* rearrange rules to not emit the example start and end markers.Matthias Clasen2002-02-161-87/+87
| | | | | | | | * examples/extract.awk: rearrange rules to not emit the example start and end markers. * docs/tutorial/gtk-tut.sgml: turn the start and end markers into SGML comments, so they don't clutter the formatted tutorial.
* gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docsAlexey Malyshev2002-02-151-1/+1
| | | | | | 2002-02-15 Alexey Malyshev <maa@sparc.spb.su> * gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docs
* The following changes are the beginning of the work on #71430.Matthias Clasen2002-02-141-97/+53
| | | | | | | | | | | | * examples/extract.sh, examples/extract.awk: Make extraction work. * examples/Makefile (SUBDIRS): Remove packer. * examples/packer/pack.c, examples/packer/Makefile: Removed. * docs/tutorial/gtk-tut.sgml: Fix the included examples far enough to make them compile and (mostly) work, remove the packer example.
* add change_value virtual function, to fix buildHavoc Pennington2002-02-083-4/+16
| | | | | | | | | | 2002-02-07 Havoc Pennington <hp@pobox.com> * gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add change_value virtual function, to fix build * gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was from GtkWidget not GtkMisc. Not that it ever mattered.
* Remove a (now) misleading comment.Matthias Clasen2002-02-052-15/+52
| | | | | | | * 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.
* update a littleGTK_MULTIHEAD_MERGEPOINT_05_02_02Jonathan Blandford2002-02-041-0/+27
|
* 1.3.13GTK_1_3_13Owen Taylor2002-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | Tue Jan 29 22:52:36 2002 Owen Taylor <otaylor@redhat.com> * 1.3.13 * configure.in: Micro version 13, interface, binary age 0. Require GLIB-1.3.13, Pango 0.24. * docs/Makefile.am (EXTRA_DIST): Add widget_geometry.txt, sizing-test.txt, tree-column-sizing.txt * docs/Makefile.am (EXTRA_DIST): Don't distribute Changes-1.2.txt, Changes-2.0.txt, README.linux-fb, since they are no longer canonical. * gtk/gtk.def: Convert spaces to tabs in front of gtk_widget_set_accel_path in case it matters. * NEWS: Updated for 1.3.13.
* add extra templates filesOwen Taylor2002-01-302-0/+156
|
* Add x11.sgml.Owen Taylor2002-01-307-11/+28
| | | | | | | | | | Tue Jan 29 23:41:31 2002 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (content_files): Add x11.sgml. * gtk/changes-2.0.sgml: SGML fix. * gtk/gtk-sections.txt: Updated.
* added SCANGOBJ_OPTIONS to set the type-init-func to pass toDamon Chaplin2002-01-232-1/+9
| | | | | | | 2002-01-23 Damon Chaplin <damon@ximian.com> * gtk/Makefile.am: added SCANGOBJ_OPTIONS to set the type-init-func to pass to gtkdoc-scangobj.
* change guint16 to gint to reflect changes in the code, found by JodyJonathan Blandford2002-01-222-2/+7
| | | | | | | Mon Jan 21 23:39:42 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect changes in the code, found by Jody Goldberg <jody@gnome.org>
* link to new X11 section in a lot of places when mentioning the windowHavoc Pennington2002-01-196-9/+134
| | | | | | | | | | | | | | | | | | 2002-01-19 Havoc Pennington <hp@pobox.com> * gtk/gtkwindow.c: link to new X11 section in a lot of places when mentioning the window manager. * gtk/gtkwidget.c (gtk_widget_hide_on_delete): don't mention window manager since we're portable. 2002-01-19 Havoc Pennington <hp@pobox.com> * gtk/x11.sgml: add a mostly-empty X11 section * gtk/framebuffer.sgml: make title consistent with windows section * gtk/tmpl/gtkdrawingarea.sgml: couple of fixes
* tiny markup fixMatthias Clasen2002-01-172-1/+6
|
* new function (which I then decided not to use but I think it's needed toHavoc Pennington2002-01-175-9/+21
| | | | | | | | | | | | 2002-01-17 Havoc Pennington <hp@redhat.com> * gtk/gtktextlayout.c (_gtk_text_layout_get_line_xrange): new function (which I then decided not to use but I think it's needed to fix #68963 * gtk/gtktextview.c: add page_horizontally action signal and implement Ctrl+PgUp, Ctrl+PgDown based on patch from Padraig, hackily modified to avoid adding GTK_MOVEMENT_ API. Part of #53934 * gtk/gtkmarshalers.list: add NONE:INT,BOOL
* Deprecate. (#68183)Matthias Clasen2002-01-162-0/+69
| | | | | | | | | | * gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183) * gtk/gtkscale.h (gtk_scale_value_width): Remove useless compatibility macro. (#67730) * gtk/changes-2.0.sgml: Details about GtkRange and subclasses rewrite. (#67730)
* map event_window after mapping child, so we don't loose events.Tim Janik2002-01-153-7/+8
| | | | | | | Mon Jan 14 23:21:47 2002 Tim Janik <timj@gtk.org> * gtk/gtkmenuitem.c (gtk_menu_item_map): map event_window after mapping child, so we don't loose events.
* Documentation additions.Matthias Clasen2002-01-142-2/+7
| | | | | | | | | | | | | | | | * gtk/gtkoldeditable.c, gtk/gtkrc.c, gtk/gtkstyle.c: Documentation additions. * gtk/gtkmenu.c (gtk_menu_set_accel_path), gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path), gtk/gtkwidget.c (gtk_widget_add_accelerator): Typo and markup fixes. * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document. * gtk/gtkaccelmap.c (gtk_accel_map_add_filter): Explain intended use. * gtk/running.sgml: Add ids to some elements to make them addressable as link targets.
* Minor fix.Matthias Clasen2002-01-142-2/+8
|
* Documentation.Matthias Clasen2002-01-142-20/+32
| | | | | | * gtk/gtkitemfactory.c: Documentation. * gtk/tmpl/gtkrc.sgml: Minor fixes.
* forgotten ChangeLog entry.Matthias Clasen2002-01-121-0/+13
|
* sgml fixesHavoc Pennington2002-01-128-23/+158
| | | | | | | | | | | | | | | 2002-01-11 Havoc Pennington <hp@pobox.com> * gtk/running.sgml: sgml fixes * gtk/tmpl/gtksignal.sgml: sgml fixes * gtk/tmpl/gtklabel.sgml: do the intro section 2002-01-11 Havoc Pennington <hp@pobox.com> * gtk/gtklabel.c: put in more links to Pango markup format docs (gtk_label_set_justify): mention gtk_misc_set_alignment
* Expand.Matthias Clasen2002-01-115-10/+464
| | | | | | | | | | | | | * gdk/tmpl/general.sgml (gdk_set_program_class): Expand. * gtk/running.sgml: New file. * gtk/building.sgml: Document a few more configure options. * gtk/Makefile.am (content_files): Add running.sgml. * gtk/gtk-docs.sgml: Include running.sgml, sort H and V variants of widgets to be next to each other.
* Rename to reset_rc_styles_recurse(). (#68084)Matthias Clasen2002-01-104-4/+18
| | | | | | | | | | | | | * gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to reset_rc_styles_recurse(). (#68084) * gtk/tmpl/gtkaccellabel.sgml: Remove duplicate docs. * gdk-pixbuf/Makefile.am (content_files): Add gdk-pixbuf-from-drawables.sgml. (#68232) * gtk/tmpl/gtkwidget.sgml: Improve docs for GTK_NO_REPARENT and GTK_APP_PAINTABLE. (#68060)
* gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.cVitaly Tishkov2002-01-101-3/+3
| | | | | | | | | | | 2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su> * gtk/gtkimage.c * gtk/gtkimcontext.c * gtk/gtktreemodel.c * gtk/gtktreemodelsort.c * gtk/gtkwindow.c * docs/reference/gtk/tmpl/gtkselection.sgml fix docs
* Now we test we can unselect nodes before selecting new ones.Jonathan Blandford2002-01-101-0/+3
| | | | | | | | | Wed Jan 9 19:10:07 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node): Now we test we can unselect nodes before selecting new ones. (gtk_tree_selection_real_select_node): be careful comparing booleans.
* don't cast a possible NULL pointer.Tim Janik2002-01-095-76/+67
| | | | | | | | | | | | | | Wed Jan 9 11:23:39 2002 Tim Janik <timj@gtk.org> * gtk/gtklayout.c (gtk_layout_get_property): * gtk/gtkspinbutton.c (gtk_spin_button_get_property): * gtk/gtktreeview.c (gtk_tree_view_get_property): * gtk/gtkwidget.c (gtk_widget_get_property): * gtk/gtkfontsel.c (gtk_font_selection_get_property): * gtk/gtkrange.c (gtk_range_get_property): * gtk/gtkviewport.c (gtk_viewport_get_property): * gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a possible NULL pointer.
* Improve wording.Matthias Clasen2002-01-092-1/+3
|