aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added an "allow_newlines" argument.Christopher James Lahey2000-10-276-23/+99
* remove timeouts on destroy so they don't try to write to freed dataDan Winship2000-10-201-0/+10
* Made the number keys on the number pad work in ETexts and ECellTexts.Christopher James Lahey2000-10-191-1/+108
* Made EEntry accept focus properly.Christopher James Lahey2000-10-191-0/+11
* Fixed gdk-font refcountingIain Holmes2000-10-131-17/+30
* set cursors to NULL after destroying them, to avoid any possibility ofDamon Chaplin2000-10-081-0/+5
* Fixed operation of the keypad keys in EText and ECellText.Christopher James Lahey2000-09-221-6/+23
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-2010-19/+22
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-1/+1
* Changed #include lines to get e-text to compile.Chris Lahey2000-09-184-9/+9
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-091-5/+5
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-1/+2
* Added some g_return_if_fails and g_return_val_if_fails.Christopher James Lahey2000-08-261-1/+6
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-241-1/+1
* UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-231-1/+4
* Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings toLauris Kaplinski2000-08-231-2/+19
* Use byte, not character based UTF-8 syntax in e-textLauris Kaplinski2000-08-222-123/+127
* Fixed a warning.Christopher James Lahey2000-08-201-0/+2
* Moved e-text to UTF-8Lauris Kaplinski2000-08-202-222/+290
* Added a test for the EEntry widget.Christopher James Lahey2000-08-112-0/+80
* Made clicking choose the right character even if show_borders is on.Christopher James Lahey2000-08-031-1/+7
* Made focus in not change your selection position.Christopher James Lahey2000-07-221-2/+0
* Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause theChristopher James Lahey2000-07-091-8/+8
* Removed some border padding and set the "draw_borders" argument of theChristopher James Lahey2000-07-093-27/+121
* Return "" instead of NULL.Christopher James Lahey2000-07-091-1/+4
* Set "anchor" and "fill_clip_rectangle" arguments.Christopher James Lahey2000-07-083-0/+45
* Fixed some typos.Christopher James Lahey2000-07-081-9/+5
* Added e-entry.c and e-entry.h.Christopher James Lahey2000-07-043-1/+453
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-1/+1
* Fixed some vertical scroll bugs.Christopher James Lahey2000-06-211-8/+8
* Fix a bug with intial vertical scroll.Christopher James Lahey2000-06-211-0/+1
* Removed the usage of "x" and "y" arguments to EText.Christopher James Lahey2000-06-212-47/+69
* Made EText use the font from the canvas's style if one isn't set.Christopher James Lahey2000-06-171-0/+4
* Remove the tooltip callback when destroyed.Christopher James Lahey2000-05-101-0/+5
* Added an activate signal.Christopher James Lahey2000-05-082-0/+12
* Added a "changed" signal that gets sent whenever the text changes.Christopher James Lahey2000-05-072-7/+7
* ignore the .pure directoryChris Toshok2000-05-051-0/+1
* + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer andMatthew Loper2000-04-271-0/+11
* Made the tooltip show up in the correct place and configuration when usingChristopher James Lahey2000-04-244-28/+199
* Moved some logic a bit. Minor changes.Christopher James Lahey2000-04-121-8/+1
* e-text.c: Recalc bounds when changing the width/clip_widthiholmes2000-04-121-3/+24
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-10/+23
* Made text tooltips appear in place. Iain figured out that to get them toChristopher James Lahey2000-04-081-28/+54
* Got rid of some runtime errors. Changed to "fixed" font so that it willChristopher James Lahey2000-04-051-7/+56
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-051-2/+3
* Removed an unnecessary get_bounds call.Christopher James Lahey2000-04-051-20/+62
* Fix indentationMiguel de Icaza2000-03-302-42/+42
* + * wombat/Makefile.am: new file.Matthew Loper2000-03-291-2/+1
* Added some assertions.Matthew Loper2000-03-231-1/+4
* Changed gnome_canvas_item_grab_focus to e_canvas_item_grab_focus.Christopher James Lahey2000-03-221-2/+2
* Added the ability to access the text event processor.Christopher James Lahey2000-03-212-16/+37
* Added e-text-test.Christopher James Lahey2000-03-121-0/+1
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-126-37/+696
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-112-53/+164
* Added a "break_characters" argument. It lets you define a set ofChristopher James Lahey2000-03-083-46/+155
* Don't show the tooltip if the text is being editted or isn't clipped.Iain Holmes2000-03-011-3/+18
* Compilation error.Chris Lahey2000-02-281-9/+8
* Updated these to use the canvas ::update system properly.Chris Lahey2000-02-282-64/+72
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-242-52/+12
* Show the text of the item, in a tooltip style. (e_text_event): Add aIain Holmes2000-02-213-1/+157
* Made a click on a text widget set the cursor properly.Christopher James Lahey2000-02-121-3/+18
* Removed some arguments from the .h that will never be implemented.Christopher James Lahey2000-02-121-4/+0
* chutBertrand Guiheneuf2000-02-111-0/+6
* Added line wrap and a max number of lines (max number of lines is onlyChristopher James Lahey2000-02-082-132/+271
* Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-283-13/+40
* Added an arrow cursor for the draggable columns. Made the clickable columnChristopher James Lahey2000-01-262-0/+51
* Changed some line spacing.Chris Lahey2000-01-211-1/+1
* Finishing previous commit.Chris Lahey2000-01-172-78/+63
* Added selection and clipboard support. Added up and down arrow keys. FixedChris Lahey2000-01-144-15/+292
* e_canvas_item_move_absolute is just a helper function not supplied by theChris Lahey2000-01-142-11/+110
* Added a resize signal for when the card changes height. Made it so thatChris Lahey2000-01-122-8/+80
* Blocked the tab key from getting inserted into the buffer since theChris Lahey2000-01-123-6/+127
* Removed some code which got in the way of testing properly.Chris Lahey2000-01-117-27/+1160
* Added minicard and text stuff.Chris Lahey2000-01-102-0/+1556