This is a prototype implementation of the Gnome Printing Architecture, as described in: WWW: http://www.gnome.org/projects/gnome-print/ 'alternate' title='Atom feed' href='http://tfcis.org/~lantw44/cgit/gsoc2013-evolution/atom/widgets/text?h=EVOLUTION_2_29_4' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
Commit message (Expand)AuthorAgeFilesLines
* (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-20