aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
Commit message (Expand)AuthorAgeFilesLines
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-4/+4
* Remove a bunch of unused functions.Matthew Barnes2009-09-152-32/+0
* More whitespace cleanup.Matthew Barnes2009-07-192-21/+21
* Fix excessive whitespace.Matthew Barnes2009-07-1411-48/+0
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+4
|\
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| * Stop abusing forward declarations.Matthew Barnes2009-06-191-3/+2
| * More code cleanup.Matthew Barnes2009-06-022-8/+8
| * Whitespace cleanup.Matthew Barnes2009-05-292-12/+12
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-294-102/+102
| * Remove trailing whitespace, again.Matthew Barnes2009-05-296-9/+9
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* | Radically reorganize source code.Matthew Barnes2009-06-256-5/+5
* | Stop abusing forward declarations.Matthew Barnes2009-06-191-3/+2
* | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-182-13/+4
* | More code cleanup.Matthew Barnes2009-06-024-18/+18
* | Whitespace cleanup.Matthew Barnes2009-05-294-27/+27
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-279-239/+239
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2714-25/+23
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-276-9/+9
| |/
| * Fix compiler warnings in widgets.Matthew Barnes2009-05-262-8/+6
* | Use -no-undefined on Linux tooMilan Crha2009-05-2010-11/+3498
|/
* ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-041-1/+1
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
* Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-012-265/+0
* Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-0/+2
* Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-232-3/+3
* ** Fixes bug #576694Matthew Barnes2009-03-251-2/+6
* ** Fixes bug #571734Matthew Barnes2009-02-151-3/+0
* ** Fixes bug #559041Matthew Barnes2008-11-031-0/+2
* License changes.Sankarasivasubramanian Pasupathilingam2008-10-182-5/+6
* Change licese from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-031-15/+17
* License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-131-16/+17
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-033-47/+46
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-272-32/+32
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-217-7/+7
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-062-3/+2
* gdk_rgb_get_cmap -> gdk_rgb_get_colormapKjartan Maraas2008-06-042-3/+3
* ** Fixes bug #534360Matthew Barnes2008-05-231-1/+1
* ** Fix for bug #529893Danny Baumann2008-04-251-0/+1
* ** Fix for bug #383438Milan Crha2008-02-201-1/+1
* Fix a compiler warning.Matthew Barnes2008-02-031-52/+0
* Patch from Mayank Jain <mayank.gnu@gmail.com> ** Fix for bug #348638 (Cleanl...Suman Manjunath2008-01-141-16/+24
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-158-114/+114
* ** Fix for bug #341085Milan Crha2007-11-051-5/+5
* text/e.entry.[ch] text/e-completion.[ch] text/e-text-model-uri.[ch]Kjartan Maraas2007-10-3117-3989/+3
* ** Fixes bug #437579Matthew Barnes2007-10-101-5/+3
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-285-15/+15
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-0223-46/+46
* Move away from g_asserts from g_return*.Srinivasa Ragavan2007-08-313-3/+3
* ** Fixes bug #309166Matthew Barnes2007-08-241-5/+77
* ** Fixes bug #303878Matthew Barnes2007-08-242-3/+62
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-11/+0
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-288-157/+44
* Collect all the required package versions in one place and explicitlyMatthew Barnes2007-07-281-2/+2
* Plugged memory leak.Hiroyuki Ikezoe2007-07-261-0/+5
* Remove needless g_strndup().Hiroyuki Ikezoe2007-07-191-6/+2
* Remove needless g_strndup().Hiroyuki Ikezoe2007-07-151-4/+3
* ** Fixes bug #424562Matthew Barnes2007-05-251-16/+0
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-205-32/+30
* ** Fixes bug #419524Matthew Barnes2007-03-214-5/+5
* ** Fixes bug #357216Matthew Barnes2007-02-091-47/+0
* Fixes bug #357970Matthew Barnes2006-12-041-1/+1
* ** Fixes bug #352450Matthew Barnes2006-09-181-5/+5
* ** Fixes 342313. Use GTK_CHECK_VERSION instead of GTK_2_2.Hiroyuki Ikezoe2006-07-211-4/+4
* Added cairo font rendering to ECell and EText.Srinivasa Ragavan2006-07-202-2/+22
* Revert the previous patch. Requires rework.Harish Krishnaswamy2006-07-101-67/+2
* Added code for Resize Transparency with Cairo drawing. Added code toRajeev ramanathan2006-07-101-2/+67
* ** Fixes bug #341354. Plugged memory leak.Hiroyuki Ikezoe2006-07-071-0/+1
* damned broken pipes! where's the plummerKjartan Maraas2006-01-301-13/+8
* ** Fixes bug #220286Srinivasa Ragavan2006-01-161-1/+27
* Fix code style cruft from the previous commitHarish Krishnaswamy2006-01-111-1/+1
* Add the width to the pango layout.Johnny Jacob2006-01-111-2/+4
* On Win32, use bootstrap import library for libemiscwidgets, which hasn'tTor Lillqvist2005-09-281-4/+15
* Resolve #309074Francisco Javier F. Serrador2005-08-221-1/+1
* Added widgets in INCLUDES.Kaushal Kumar2005-06-237-11/+11
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-1718-57/+94
* Port to Windows, initial commit:Tor Lillqvist2005-04-2912-47/+67
* bounds check the selection beginning.Theppitak Karoonboonyanan2005-03-141-4/+4
* Some code clean work.Harry Lu2005-02-041-5/+2
* Don't pass in the "fill_color" property for creating the canvas item forRodney Dawes2005-01-221-1/+0
* Bugzilla #63731Suresh Chandrasekharan2004-08-311-2/+32
* Rollback for fix #63731Suresh Chandrasekharan2004-08-262-17/+24
* Bugzilla #63731Suresh Chandrasekharan2004-08-262-24/+17
* [ probable fix for the remaining portion of #45931 ]Chris Toshok2004-08-251-3/+8
* nuke, unnecessary. (e_entry_start_completion): set item_chosen to FALSE.Chris Toshok2004-08-061-20/+6
* hardcode the border size. it is hardcoded in e-text as well. Even usingRadek Doulik2004-06-111-5/+7
* added castRadek Doulik2004-06-113-14/+13
* process only if len > 0Radek Doulik2004-06-091-30/+33
* [ fixes bug #51897 ]Chris Toshok2004-04-021-11/+19
* it's possible to get to this function without the EText ever beingChris Toshok2004-02-031-0/+7
* Use button->time for the mouse click event, so that the popup stays up onRodney Dawes2004-01-281-1/+1
* fix double free of the button event.Chris Toshok2004-01-281-1/+0
* free event (e_text_do_popup): copy the event so we have good dataJP Rosevear2004-01-071-1/+2
* Support for preedit in e-text widgets.Suresh Chandrasekharan2003-10-152-11/+82
* GalA11yETextFactory should inherit from AtkObjectFactory not AtkObject.Tim Wo2003-09-121-0/+8
* filter S-F10 key binding, and show popup menu. (popup_menu_placement_cb):Maxx Cao2003-08-131-4/+48
* add missing e_text_copy_clipboard() prototypeDan Winship2003-07-231-0/+1
* [ fixes several utf8/pango related problems, including bugs #41288,Chris Toshok2003-05-142-284/+391
* Fix prototype. Likewise.Jeremy Katz2003-05-062-2/+2
* Fixed typo in gal/e-text/e-text.c.Christian Neumair2003-05-061-1/+1
* return the instantiated object. [bug #42156]Mike Kestner2003-05-021-0/+2
* gal/e-text/e-text.[ch] : break EFont dependencyMike Kestner2003-04-092-5/+0
* set handle_popup to TRUE on the EText.Chris Toshok2003-04-043-8/+34
* emit a keypress signal. yes, i know this might not correspond to a singleChris Toshok2003-04-031-0/+2
* ifdef gtk_widget_get_clipboard since we need to build against gtk 2.0.Chris Toshok2003-04-031-3/+24
* only connect the signals if !im_context_signals_registered. (e_text_init):Chris Toshok2003-04-032-7/+13
* just disconnect based on DATA, so we only need 1 call. (e_text_event):Chris Toshok2003-04-031-20/+4
* [ either fixes #39702 or comes damn, damn close. also, fixes EText to notChris Toshok2003-04-034-461/+473
* stop drawing that annoying focus rectangle.Chris Toshok2003-04-021-1/+1
* [ fixes bug #39508 ] add back in some suitably pango-ized code to getChris Toshok2003-04-021-5/+59
* set the popup to insensitive when we pop it down. hack to force it to loseNot Zed2003-03-271-0/+3
* Added prototype for show_pango_rectangle()Jeffrey Stedfast2003-03-101-0/+3
* fix drawing bugs, and disable the stupid looking focus rect, since I can'tChris Toshok2003-03-081-14/+14
* Don't unref the GtkInvisible - instead, destroy it.Hans Petter Jansson2003-02-251-2/+2
* ignore test-completion.Chris Toshok2003-02-1011-713/+239
* replaced e scroll frame with gtk scrolled windowRadek Doulik2003-02-051-4/+3
* (e_text_dispose): Renamed fromEttore Perazzoli2003-01-231-11/+9
* reverse part of the patch from 1/15.Chris Toshok2003-01-181-1/+1
* pass pango_context_get_language to pango_context_get_metrics.Chris Toshok2003-01-181-1/+2
* apply the patch NotZed and I came up with to fix the height of theChris Toshok2003-01-161-5/+6
* add call to e_table_model_pre_change here to reduce spew.Chris Toshok2003-01-161-0/+7
* use PangoFontMetrics here instead of using the ascent/descent of theChris Toshok2003-01-151-2/+11
* lots of stuff, add 2 e-text widgets, 1 readonly, the other writable (thatChris Toshok2002-12-095-530/+91
* rework this from the gal-2 branch, clahey's patch, and the stuff i'd doneChris Toshok2002-11-301-107/+107
* commit clahey's original pango work.Chris Toshok2002-11-202-916/+392
* fix c&p typo.Chris Toshok2002-11-173-37/+28
* Lots of GObject work.Chris Toshok2002-11-1717-1249/+1404
* only clear choices if cv->choices != NULL. (e_completion_view_disconnect):Chris Toshok2002-11-121-3/+6
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-0119-196/+195
* take a clip_height and use it to set the maximum number of lines ifJP Rosevear2002-09-111-20/+15
* Added debugging printfs. (e_text_request_paste): Fixed the order ofChristopher James Lahey2002-06-061-2/+14
* Reflow and redraw when the style gets set.Christopher James Lahey2002-06-042-322/+330
* Switch from gnome_canvas_item_grab to e_canvas_item_grab.Christopher James Lahey2002-05-101-5/+10
* Make the style here match the proper widget style to emulate a label or anChristopher James Lahey2002-05-031-1/+1
* Set the gettext-domain here.Christopher James Lahey2002-05-021-2/+5
* Ansification patch from danw.Christopher James Lahey2002-04-261-2/+2
* Don't show the popup if the entry->item doesn't have focus.Ettore Perazzoli2002-04-041-0/+5
* If tab is hit and the cursor is still in the entry, move down into theJon Trowbridge2002-03-011-11/+36
* Bumped the version number to 0.19.99.5.Christopher James Lahey2002-02-071-22/+79
* Request a reflow and an update when the text model changes. Fixes XimianChristopher James Lahey2002-01-211-3/+4
* Added #include <libgnome/gnome-defs.h>.Christopher James Lahey2002-01-174-0/+4
* Handle the case of a 0 length string properly here.Christopher James Lahey2002-01-151-0/+6
* Reworked to fix bugs related to breaking text on newlines. Some fairlyJon Trowbridge2001-12-281-169/+95
* Don't crash if the text string is NULL. (text_draw_with_objects): Don'tJon Trowbridge2001-12-111-1/+4
* Only popup entries that have focus. Fixes the lingering completion popupJon Trowbridge2001-11-091-1/+3
* Calc height here if we need it to check the y position of the cursor.Christopher James Lahey2001-10-301-0/+7
* Added. Makes our popup window a transient of the toplevel.Jon Trowbridge2001-10-301-0/+24
* destroy our completion_view_popup... we've been leaking them all of thisJon Trowbridge2001-10-301-1/+3
* Silently drop match strings that contain invalid utf-8... not a good thingJon Trowbridge2001-10-301-18/+17
* Set text->revert = NULL here. (e_text_cancel_editing): Only revert ifChristopher James Lahey2001-10-291-1/+4
* Bumped version number here to 0.15.99.7.Christopher James Lahey2001-10-292-4/+22
* Bumped the version number to 0.15.99.6 for emulate_label_resize.Christopher James Lahey2001-10-281-13/+88
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-6/+22
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2721-264/+379
* Bumped version to 0.15.99.4 for e-iconv changes.52001-10-261-1/+3
* Use the widget's style's text_gc for drawing text if eitherChristopher James Lahey2001-10-231-13/+18
* Bumped version to 0.15.99.3 for EText's "draw_button" argument.Christopher James Lahey2001-10-233-0/+124
* Accept UTF8_STRING, UTF-8, and STRING targets when getting the selection.Christopher James Lahey2001-10-222-12/+118
* Offer UTF8_STRING, UTF-8, COMPOUND_TEXT, STRING, and TEXT targets when weChristopher James Lahey2001-10-211-21/+70
* Changed some of these gbooleans to be guint : 1s.Christopher James Lahey2001-10-211-4/+5
* Connect keys before we show the widget.Jon Trowbridge2001-10-192-5/+3
* Use e_strdup_append_strings here instead of g_strdup_printf becauseChristopher James Lahey2001-10-122-5/+30
* Based on patches from Dan Nguyen <dnn@austin.ibm.com>.Christopher James Lahey2001-10-101-1/+1
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-055-31/+34
* Added a max length of 2047 to the standard ETextModel. Fixes Ximian bugChristopher James Lahey2001-10-021-7/+27
* Allow ctrl-p and ctrl-n to be used to move up and down in the completionJon Trowbridge2001-09-272-5/+30
* Made it so that if allow_newlines is FALSE, pasting into ETexts doesn'tChristopher James Lahey2001-09-262-62/+79
* remove redundant NULL checks since g_free handles NULLs. (e_text_destroy):Larry Ewing2001-09-181-8/+5
* Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-171-0/+5
* Unref the model after creating the ETable, since the table will hold a refDan Winship2001-09-132-1/+2
* If our text shrinks, make sure that the selection doesn't spill off overJon Trowbridge2001-09-101-0/+7
* Patch to fix few 64bit issuesGeorge Lebl2001-08-292-0/+2
* Added "hit_count" to ECompletionMatch. Used by searchJon Trowbridge2001-08-175-20/+232
* bumped up to 0.10.99.3jacob berkman2001-08-105-86/+199
* Bumped version up to 0.10.99.2.Jon Trowbridge2001-08-094-28/+89
* Quintuple sigh. See below.Federico Mena Quintero2001-08-091-0/+3
* avoid freed memory reading, when you call it likeRadek Doulik2001-08-021-2/+8
* Properly ref the font we pass in as an ARG_FONT_E. (_do_tooltip): RemovedJon Trowbridge2001-07-251-3/+2
* Removed some debugging spew I committed by mistake.Jon Trowbridge2001-07-211-4/+1
* Change window policy to allow the completion window to shrink when theJon Trowbridge2001-07-212-11/+9
* Start editing immediately on a button_press that grabs the focus.Christopher James Lahey2001-07-151-27/+44
* For E_TEP_END_OF_BUFFER, use the length in bytes, not the length inFederico Mena Quintero2001-07-101-1/+1
* Destroy the tooltip if we're the owner when we're destroyed. Also, keep aChristopher James Lahey2001-07-082-1/+22
* Don't scroll to the cursor on grab, ungrab, noop, and copy commands.Christopher James Lahey2001-07-051-1/+6
* If lines is NULL here split into lines and just return that the point isChristopher James Lahey2001-07-031-0/+7
* Do nothing if passed NULL. (e_completion_match_compare): Move theJon Trowbridge2001-06-301-16/+16
* Removed unused frame variable.Christopher James Lahey2001-06-091-2/+0
* Turned off alternating row colors in our ETable specification.Jon Trowbridge2001-06-093-13/+11
* we can ignore the border, as e-text takes care of that for usjacob berkman2001-06-072-24/+15
* Applied patch from Jacob Berkman to un-offset the completion popup and addJon Trowbridge2001-06-073-4/+148
* Oops. Forgot to remove some debugging code before committing.Jon Trowbridge2001-06-061-16/+0
* Small changes throughout to use ECompletionMatch.Jon Trowbridge2001-06-0610-143/+342
* set allow_newlines on the etext item to false, since we are like an entryjacob berkman2001-06-011-0/+1
* Validate utf8 to avoid lock-ups. (_get_position): Validate utf8 to avoidJon Trowbridge2001-05-151-6/+8
* Request an update if just our line widths needed recalculation. This fixesFederico Mena Quintero2001-05-082-1/+3
* Made fewer calls to functions like split_into_lines to save time whenChristopher James Lahey2001-04-301-86/+53
* add e-completion-testDan Winship2001-04-281-0/+1
* Remove UNICODE_CFLAGS (e_text_test_LDADD, e_entry_test_LDADD,Dan Winship2001-04-241-43/+42
* Limit total matches, for better performance on slow machines. It isJon Trowbridge2001-04-204-29/+98
* Propagate the event after sending it to the base EText.Christopher James Lahey2001-04-171-0/+3
* Made setting the rgba color work even if you're using the non-aa canvasChristopher James Lahey2001-04-161-8/+7
* Added strikeout argument.Christopher James Lahey2001-04-162-4/+34
* Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on theChristopher James Lahey2001-04-151-20/+16
* Added "bold" argument.Christopher James Lahey2001-04-152-37/+58
* add a missing \Dan Winship2001-04-081-0/+1
* Some small header cleanups & fixes, and fix to translate all popup menusGediminas Paulauskas2001-04-051-2/+2
* Fixed headers. Moved the .h associated with each .c to the top of the listChristopher James Lahey2001-04-043-4/+10
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. SameKjartan Maraas2001-04-049-8/+18
* Set the size of the thing to a decent value that lets us test stuff.Miguel de Icaza2001-03-192-58/+69
* Comment out text after #endif. Add #include <string.h> for strcmp().Kjartan Maraas2001-03-161-0/+1
* Make this take an extra argument saying whether or not to grab theDan Winship2001-03-161-2/+2
* Renamed "temp" as "new_text", to avoid confusion.Jon Trowbridge2001-03-131-5/+5
* Added. This is part of a change of sematics that makes things much nicerJon Trowbridge2001-03-064-28/+68
* Set version number to 0.5.99.5Jon Trowbridge2001-03-065-10/+66
* Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-061-0/+1
* Boost version number to 0.5.99.3.Jon Trowbridge2001-03-025-99/+91
* Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-281-1/+1
* Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrabJon Trowbridge2001-02-243-8/+49
* Changed the version number to 0.5.99.1.Christopher James Lahey2001-02-208-928/+10
* Forgot to add. Doh!Jon Trowbridge2001-02-202-0/+790
* Added. Allows you to attach an ECompletion to an EEntry, and have thatJon Trowbridge2001-02-2014-623/+2483
* Commented out this function since it's not being used.Christopher James Lahey2001-02-091-0/+3
* Don't handle C-Enter.Christopher James Lahey2001-02-091-4/+4
* Store the whole GdkColor instead of just the pixel.Christopher James Lahey2001-02-082-13/+9
* Added e-text-model-testJeffrey Stedfast2001-02-061-0/+1
* Changed draw_borders from a gboolean to a a guint : 1.Christopher James Lahey2001-02-061-1/+1
* added gboolean draw_borders to make it compile, probably some forgottenRadek Doulik2001-02-011-0/+2
* Fixed allocation and placement of text for no bordered text.Christopher James Lahey2001-01-311-16/+33
* Fixed allocation and placement of text window.Christopher James Lahey2001-01-312-25/+34
* Reverted the latest change to EText since we're in feature freeze.Christopher James Lahey2001-01-306-333/+63
* Connect to the model's "position" signal. (e_text_init): Set default valueJon Trowbridge2001-01-306-63/+333
* Added; a new test program that demonstrates objects in ETexts.Jon Trowbridge2001-01-276-111/+776
* Fixed text misplacement.Christopher James Lahey2001-01-191-10/+12
* Make tooltip appear properly even if anchor is set.Christopher James Lahey2001-01-181-1/+1
* Center text vertically.Christopher James Lahey2001-01-181-10/+13
* Made EEntry be shrinkable.Christopher James Lahey2001-01-181-3/+6
* Make justification work properly for entries. Documented.Christopher James Lahey2001-01-182-2/+50
* Emit a "changed" signal to the EText after we gtk_object_set a "model" argJason Leach2001-01-161-0/+1
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-162-2/+2
* Fixed the border bug. Borders draw properly now.Christopher James Lahey2001-01-051-2/+2
* Add support here for "cursor_pos". (et_get_arg): Handle ARG_CURSOR_POS.Miguel de Icaza2000-12-292-5/+35
* Added a "draw_background" argument. Set the default for theChristopher James Lahey2000-12-272-2/+19
* Connect to the "changed" and "activate" signals on the EText to the proxyMiguel de Icaza2000-12-261-0/+22
* Always have some text. Fixes crash.Miguel de Icaza2000-12-261-1/+0
* Always have some text. Fixes crash.Miguel de Icaza2000-12-262-5/+7
* Made the code CanvasItem correct: the code should not draw at arbitraryMiguel de Icaza2000-12-251-6/+16
* Handle draw background. (e_text_draw): Support both border drawing andMiguel de Icaza2000-12-253-50/+106
* Changed the color from yellow to light gray.Christopher James Lahey2000-12-141-1/+1
* Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-091-19/+12