aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* merge from headNot Zed2001-12-142-0/+7
* unregister ETableHeaderItem widget as a drag target when unrealizing it.Gustavo Giráldez2001-12-121-0/+2
* Merging files:Christopher James Lahey2001-12-113-1/+8
* Merging changes:Christopher James Lahey2001-12-111-2/+0
* Merging changes:Christopher James Lahey2001-12-111-8/+16
* Don't crash if the text string is NULL. (text_draw_with_objects): Don'tJon Trowbridge2001-12-111-1/+4
* Merging changes:Christopher James Lahey2001-12-071-0/+2
* Merging changes:Christopher James Lahey2001-12-0511-172/+411
* Merging changes:Christopher James Lahey2001-12-042-11/+15
* Merging changes:Christopher James Lahey2001-12-043-53/+410
* Merging changes:Christopher James Lahey2001-12-011-0/+3
* updated to new version from Ximian Setup Tools. Fixes bug #7641.Damon Chaplin2001-11-293-44/+76
* Bumped version number to 0.18.1.Christopher James Lahey2001-11-151-1/+8
* Ungrab and set maybe_in_grab to FALSE before sending the double clickChristopher James Lahey2001-11-151-0/+17
* From a patch by Yukihiro Nakai <ynakai@redhat.com>.Christopher James Lahey2001-11-151-0/+30
* Handle the case where page up or page down goes off the end of the tableChristopher James Lahey2001-11-152-0/+18
* Don't select all if the source model doesn't have a root node (it used toChristopher James Lahey2001-11-111-1/+6
* Make a printout here be conditionally compiled (and compiled out byChristopher James Lahey2001-11-111-1/+1
* Fixed stupid bug (U_ macro should always take one argument).Chyla Zbigniew2001-11-091-4/+5
* Only popup entries that have focus. Fixes the lingering completion popupJon Trowbridge2001-11-091-1/+3
* set both the date and the time of day in one call, creating only a singleJP Rosevear2001-11-063-0/+43
* Based on a patch by Damon Chaplin <damon@ximian.com>Christopher James Lahey2001-11-062-7/+43
* New functions here.Christopher James Lahey2001-11-063-9/+32
* We should only pre_change here if frozen = 0, otherwise we'll leakChristopher James Lahey2001-11-062-3/+6
* Bumped the version number to 0.17.99.0. Bumped the soname to 18.Christopher James Lahey2001-11-032-1/+4
* Fixed the signature of this function.Christopher James Lahey2001-11-011-1/+1
* Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17.Christopher James Lahey2001-11-016-4/+78
* Snotty code so we only disconnect to rules we no longer have, etc.12001-11-012-20/+50
* Ref and connect to rule changed here, also clear out previous ref's.Not Zed2001-11-013-28/+38
* Bumped the version number here to 0.16.Christopher James Lahey2001-10-311-0/+3
* Added frozen_count variable to know not to show the cursor while a changeChristopher James Lahey2001-10-3115-90/+393
* emit signal when time set to none/empty.Damon Chaplin2001-10-312-0/+6
* Leave edit if commit is called.Christopher James Lahey2001-10-311-8/+16
* Request the right regions here. The range given is inclusive, notChristopher James Lahey2001-10-311-2/+2
* Remove point handler and just let GnomeCanvasGroup handle it.Christopher James Lahey2001-10-312-11/+3
* Bumped the version number here to 0.15.99.10.Christopher James Lahey2001-10-312-0/+8
* Hook to rule changed events. (destroy): Free change id table/unconnect to02001-10-303-5/+60
* try to parse just a date first, and if that works we assume it is a DATEDamon Chaplin2001-10-302-15/+32
* Set the item to the option_base on it, so the current item is set. Fix for02001-10-302-0/+7
* Fix this to check from initial instead of initial + 1.Christopher James Lahey2001-10-301-1/+1
* Added column_width argument.Christopher James Lahey2001-10-301-0/+21
* Calc height here if we need it to check the y position of the cursor.Christopher James Lahey2001-10-301-0/+7
* Adapt to the new ECellPopup signature.Christopher James Lahey2001-10-302-12/+29
* Bumped the version number here to 0.15.99.9.Christopher James Lahey2001-10-305-44/+72
* ref the ECalendarItem and check if it gets destroyed, to try to avoid aDamon Chaplin2001-10-304-7/+31
* 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
* Ignore buttons 4 and 5 here. Fixes Ximian bug #13853.Christopher James Lahey2001-10-302-12/+16
* Hide the Help button here since there's nothing connected to it.Christopher James Lahey2001-10-302-2/+21
* Silently drop match strings that contain invalid utf-8... not a good thingJon Trowbridge2001-10-301-18/+17
* Don't go outside the table looking for matches when doing the last_accessChristopher James Lahey2001-10-303-16/+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
* Fix crash here.Christopher James Lahey2001-10-281-1/+1
* Check item->type != NULL here. Fixes Ximian bug #4668.Christopher James Lahey2001-10-281-1/+1
* Removed erroneous comment about needing to handle selection better.Christopher James Lahey2001-10-281-2/+0
* Commented out connecting to the scroll adjustments here since it's notChristopher James Lahey2001-10-281-30/+37
* More fixing of the license texts.Ettore Perazzoli2001-10-286-58/+58
* Bumped the version number to 0.15.99.6 for emulate_label_resize.Christopher James Lahey2001-10-281-13/+88
* Fixing the license text.Ettore Perazzoli2001-10-2828-28/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2728-56/+56
* Chain the cursor_activated signal even if the row is -1.Christopher James Lahey2001-10-272-11/+10
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-273-10/+60
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-272-38/+38
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2750-423/+930
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2716-76/+302
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-27128-495/+2554
* Added cursor_changed handling to set the has_cursor argument of theChristopher James Lahey2001-10-262-0/+42
* Document allow-grouping attribute.Christopher James Lahey2001-10-265-10/+24
* Fixed warnings here.Christopher James Lahey2001-10-261-8/+8
* If the root node is hidden and selected, don't count it in the selectedChristopher James Lahey2001-10-262-23/+48
* Fixes Ximian bug #6832.Federico Mena Quintero2001-10-262-5/+76
* Bumped version to 0.15.99.4 for e-iconv changes.52001-10-262-5/+7
* Added #include "gal/widgets/e-unicode.h".Christopher James Lahey2001-10-255-41/+157
* Ref the BonoboUIComponent that we are holding. (gvm_destroy): Unref ourJon Trowbridge2001-10-252-0/+18
* Don't add the menu item here, do this in the context_changed signalJeffrey Stedfast2001-10-243-28/+115
* copy the translate field over as well. Should fix an uninitialized memoryDamon Chaplin2001-10-242-0/+6
* clear the struct tm fields to keep purify happy.Damon Chaplin2001-10-242-2/+15
* save the UTF-8 strings inside the listitem widgets, but convert to theDamon Chaplin2001-10-241-6/+27
* Got rid of the gc argument to e_table_header_draw_button.Christopher James Lahey2001-10-245-27/+40
* Use the widget's style's text_gc for drawing text if eitherChristopher James Lahey2001-10-231-13/+18
* Got rid of the gc field here and just use the fg_gc from the style forChristopher James Lahey2001-10-232-11/+2
* Bumped version to 0.15.99.3 for EText's "draw_button" argument.Christopher James Lahey2001-10-233-0/+124
* Make this check immediately for whether to show the cursor, instead of inChristopher James Lahey2001-10-232-5/+13
* Call e_tree_model_pre_change here where appropriate.Christopher James Lahey2001-10-231-0/+2
* Cancel the drag or maybe drag if you have the mouse button down when theChristopher James Lahey2001-10-232-6/+27
* use the new ECellText methods to get the text and set the value.Damon Chaplin2001-10-235-7/+240
* removed duplicated declarationDamon Chaplin2001-10-231-2/+0
* added set_value() class method, which sets the model value based on theDamon Chaplin2001-10-234-37/+65
* Added a disabled field here.Christopher James Lahey2001-10-237-25/+66
* 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
* Make this not be a radio button, but instead just a normal menu.Christopher James Lahey2001-10-212-70/+58
* Use right_click_down here instead of maybe_do_something.Christopher James Lahey2001-10-211-1/+1
* Don't convert to locale here since EText takes UTF8 strings. Fixes XimianChristopher James Lahey2001-10-211-9/+3
* Keep us from reading tmp_tm uninitialized, so purify won't complain.Jon Trowbridge2001-10-212-2/+12
* Changed some of these gbooleans to be guint : 1s.Christopher James Lahey2001-10-212-5/+6
* Check for num_children == -1 here and generate the children if theyChristopher James Lahey2001-10-201-0/+5
* Connect keys before we show the widget.Jon Trowbridge2001-10-192-5/+3
* #include bonobo-ui-util.hJeffrey Stedfast2001-10-192-0/+5
* Added bounds checking in a number of places. (etta_init): Initialize allChristopher James Lahey2001-10-171-17/+41
* Use new e_table_header_prioritized_column field.Christopher James Lahey2001-10-138-27/+54
* Copy the can group state on the sort info here.Christopher James Lahey2001-10-131-0/+4
* bumped revision to .112001-10-121-8/+25
* Use e_strdup_append_strings here instead of g_strdup_printf becauseChristopher James Lahey2001-10-122-5/+30
* Implement these functions as pass through to the child cell.Christopher James Lahey2001-10-117-47/+178
* Based on patches from Dan Nguyen <dnn@austin.ibm.com>.Christopher James Lahey2001-10-101-1/+1
* Added this function.Christopher James Lahey2001-10-102-94/+105
* Now takes a menu path argument.Jeffrey Stedfast2001-10-103-3/+11
* Final un-bit rotting. Now actually works.Morten Welinder2001-10-093-37/+100
* More bit-rot fighting in example.Morten Welinder2001-10-091-24/+19
* Partial bit-rot fight. Sample still does not work.Morten Welinder2001-10-083-11/+56
* Check that cell views are realized before doing anything here. FixesChristopher James Lahey2001-10-071-0/+12
* remove the test condition and always work form the locale not he the font.Larry Ewing2001-10-071-11/+1
* Handle row and cell changes properly in the uniform_row_height case.Christopher James Lahey2001-10-071-6/+3
* Use g_dataset_set_data_full to find out when the context is destroyed.Christopher James Lahey2001-10-062-0/+45
* Got rid of the misused button variable here.Christopher James Lahey2001-10-061-6/+3
* Sort the list of categories. (Bug 8088)Jon Trowbridge2001-10-061-1/+1
* Fixed the uniform_row_height + confirm_row_hieght_cache crash.Christopher James Lahey2001-10-061-6/+10
* Adapted height method to deal with a row of -1.Christopher James Lahey2001-10-0511-96/+234
* *.c s/->childs/->xmlChildrenNode/g;Michael Meeks2001-10-052-4/+4
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-0529-140/+153
* added BONOBO_GNOME_CFLAGS to make it compile with latest BonoboRodrigo Moya2001-10-044-0/+13
* Sometimes put off maybe showing the cursor until an idle callback.Christopher James Lahey2001-10-042-13/+35
* Call gnome_canvas_world_to_window here. Finishes fixing Ximian bug #2613.Christopher James Lahey2001-10-042-3/+15
* Initialize the hash field. (model_changed_idle): Send cursor changed andChristopher James Lahey2001-10-031-6/+12
* Pick which field of the row to select based on priority.Christopher James Lahey2001-10-036-13/+43
* Transcode empty message from utf8 to gtk charset. Fixes Ximian bug #2468.Christopher James Lahey2001-10-031-6/+12
* Added a max length of 2047 to the standard ETextModel. Fixes Ximian bugChristopher James Lahey2001-10-021-7/+27
* Only show the cursor during changes if it was already shown. Fixes XimianChristopher James Lahey2001-10-022-68/+208
* Bumped the sonumber to 14.Christopher James Lahey2001-10-022-3/+56
* Stop the sort idle if the root node gets changed.Christopher James Lahey2001-09-291-5/+15
* grab focus to the date entry or the time entry, depending on which isDamon Chaplin2001-09-272-0/+30
* Allow ctrl-p and ctrl-n to be used to move up and down in the completionJon Trowbridge2001-09-272-5/+30
* Set the step_increment on the horizontal scrollbars here to 20.Christopher James Lahey2001-09-262-0/+12
* Set cursor_path = NULL here.Christopher James Lahey2001-09-261-0/+2
* Made it so that if allow_newlines is FALSE, pasting into ETexts doesn'tChristopher James Lahey2001-09-262-62/+79
* Commit patch from Chris to implement e_tree_right_click_up() forEttore Perazzoli2001-09-267-2/+62
* Attach to the resorted signal instead of the changed signal on the sortedChristopher James Lahey2001-09-253-77/+54
* Use the correct prototype for the signal handler.Federico Mena Quintero2001-09-252-6/+8
* Assert that the virtual method is implemented instead of being forgiving.Federico Mena Quintero2001-09-254-111/+179
* Bumped the version number to 0.12.99.0.Christopher James Lahey2001-09-231-7/+7
* Fixed a typo here where we were setting the running height based on theChristopher James Lahey2001-09-211-1/+1
* Remove the grab if ->grabbed.Ettore Perazzoli2001-09-211-0/+5
* Confirm row count here. (etsm_get_row_count): Make sure etsm->model isn'tChristopher James Lahey2001-09-201-1/+5
* the meeting-time-sel dir is dead, relevant pieces moved to calendar/guiJP Rosevear2001-09-1914-6000/+5
* 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-1714-208/+220
* add prototype for e_date_edit_set_editable.Chris Toshok2001-09-173-0/+33
* Check that unsorted >= 0 before using it as an array index. (Bug #9115)Jon Trowbridge2001-09-151-2/+3
* Don't unref the old dropdown, we don't "own" it.Jeffrey Stedfast2001-09-142-3/+5
* Changed this to change state on button down, even if we aren't editing.Christopher James Lahey2001-09-141-14/+11
* Unref the model after creating the ETable, since the table will hold a refDan Winship2001-09-132-1/+2
* unref the old dropdown_menu if there is one.Larry Ewing2001-09-132-0/+8
* No longer need the context in order to clone a FilterRule.Jeffrey Stedfast2001-09-132-2/+8
* Changed which widget to connect signals to to watch for drag & drop. FixesChristopher James Lahey2001-09-111-4/+4
* If our text shrinks, make sure that the selection doesn't spill off overJon Trowbridge2001-09-101-0/+7
* Re-remove evil utf8_to_gtk debug printf that Chris seems to haveDan Winship2001-09-091-1/+0
* Fixed a silly little obvious bug.Jon Trowbridge2001-09-081-3/+3
* Added GDK_BUTTON_PRESS_MASK to our button mask. Fixes Ximian bug #8241.Christopher James Lahey2001-09-081-1/+1
* Don't do_something on button_release if we did something on button_press.Christopher James Lahey2001-09-082-2/+8
* Bumped version number to 0.11.99.3 for ETableWithout.Christopher James Lahey2001-09-082-2/+4
* Added e-table-config-no-group.glade.Christopher James Lahey2001-09-083-102/+1734
* Added this function.Christopher James Lahey2001-09-082-2/+30
* added a default size for the saved search dialog of 600 x 300 such that itAnna Marie Dirks2001-09-072-1/+7
* added a wee bit of padding around the find now label in response to bugAnna Marie Dirks2001-09-062-0/+6
* Fixes #2465Chyla Zbigniew2001-09-052-4/+14
* Remove debugging message.Ettore Perazzoli2001-09-051-2/+0
* Use e_iconv_from_locale, not e_iconv_to_locale.Chyla Zbigniew2001-09-031-1/+1
* Strip spaces at the beginning or end as well as changing " " to " ". FixesChristopher James Lahey2001-09-021-3/+13
* Bumped the version number to 0.11.99.2 for new e_utf8 functions.Christopher James Lahey2001-09-022-54/+89
* Bumped the version number to 0.111.99.1 for new e_utf8 functions.Christopher James Lahey2001-09-012-66/+154
* Rename these functions from ecn_get_text and ecn_free_text.Christopher James Lahey2001-09-019-24/+59
* Fix this memmove. We've already subtracted the count from eti->rows.Christopher James Lahey2001-09-011-1/+2
* New prototype here.Ettore Perazzoli2001-08-293-0/+40
* Patch to fix few 64bit issuesGeorge Lebl2001-08-294-20/+22
* New prototype here.Ettore Perazzoli2001-08-282-0/+8
* Add prototypeIain Holmes2001-08-282-0/+7
* Fixed this memmove to subtract the count as well as the row for the numberChristopher James Lahey2001-08-271-1/+1
* Convert UTF-8 strings to locale's encoding before putting them in canvasChyla Zbigniew2001-08-251-6/+14
* Fixed typo.Chyla Zbigniew2001-08-251-1/+1
* Added start_drag signals.Christopher James Lahey2001-08-2511-255/+329
* This patch fixes a lot of i18n problems in Evolution.Chyla Zbigniew2001-08-221-0/+1
* cut and paste fixed version of gnome_canvas_button here.Chris Toshok2001-08-221-0/+255
* We need to free_gotten_key_func key2, not key! (e_table_without_show):Jon Trowbridge2001-08-212-8/+10
* Added these functions.Christopher James Lahey2001-08-212-8/+33
* Made this object handle NULLs for all the handler functions.Christopher James Lahey2001-08-211-8/+22
* Changed the used parity of the return value of check here.Christopher James Lahey2001-08-211-2/+2
* Shut up!Ettore Perazzoli2001-08-191-0/+6
* Chain to the destroy handler in the parent class. Hey, I'm getting used toFederico Mena Quintero2001-08-181-0/+2
* Compile fixesIain Holmes2001-08-181-0/+1
* Add libical include pathIain Holmes2001-08-181-0/+1
* Destroy the hash table and all objects in it, as well as the privChristopher James Lahey2001-08-171-2/+32
* Startup assistant stuffIain Holmes2001-08-176-0/+1048
* Bumped version number to 0.10.99.4. Fixed some comments.Christopher James Lahey2001-08-172-34/+206
* added e_date_edit_get/set_make_time_insensitive() which makes the timeDamon Chaplin2001-08-173-18/+115
* Set the horizontal usize of the entry to 4.Ettore Perazzoli2001-08-172-0/+6
* Adding the first versions of these files. Doesn't work yet.Christopher James Lahey2001-08-172-0/+181
* Added "hit_count" to ECompletionMatch. Used by searchJon Trowbridge2001-08-175-20/+232
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-164-52/+64
* Destroy, do not unref, the popup_window.Federico Mena Quintero2001-08-152-1/+7
* Destroy, do not unref, the popup_window.Federico Mena Quintero2001-08-151-1/+2
* Correctness fixes for when the entry and submenu must be interchanged.Federico Mena Quintero2001-08-152-24/+50
* *Please* add accessor functions instead of just object arguments!Federico Mena Quintero2001-08-153-42/+190
* Add "Any Category" option for category searches.Jon Trowbridge2001-08-142-1/+6
* Workaround for Ximian bug #6795. Will prevent a crash and doesn't seem toPeter Williams2001-08-141-1/+1
* Handle GDK_KP_Up and GDK_KP_Down here.Christopher James Lahey2001-08-141-0/+2
* Handle GDK_KP_Page_Up, GDK_KP_Page_Down, GDK_KP_Right, and GDK_KP_LeftChristopher James Lahey2001-08-142-4/+6
* Got rid of event forwarding for double clicks and releases and such andChristopher James Lahey2001-08-141-6/+1
* Oops, we didn't need to unref all of the widgets, just a few.Jeffrey Stedfast2001-08-112-14/+8
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-115-32/+279
* Don't display the Define Views dialog.Christopher James Lahey2001-08-112-4/+11
* last_item_separator shouldn't get reset if the item is hidden.Christopher James Lahey2001-08-111-8/+8
* If the sort_info can't group, hide the grouping button and label.Christopher James Lahey2001-08-115-10/+47
* new proto and virtual methodJP Rosevear2001-08-106-6/+50
* Don't forget to unref stuff here too.Jeffrey Stedfast2001-08-103-94/+132
* Initialize ret_val. (do_drag_motion): Same.Jeffrey Stedfast2001-08-101-2/+2
* Fixes bug #6918Anna Marie Dirks2001-08-102-1/+9
* bumped up to 0.10.99.3jacob berkman2001-08-105-86/+199
* changed the E_FILTERBAR_RESET label from "Show All" to "Clear" toAnna Marie Dirks2001-08-102-1/+7
* Added a "header" argument to these structures which just gets passedChristopher James Lahey2001-08-097-26/+186
* Bumped version up to 0.10.99.2.Jon Trowbridge2001-08-094-28/+89
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-094-1/+19
* Quintuple sigh. See below.Federico Mena Quintero2001-08-091-0/+3
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-095-2/+19
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-094-1/+15
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-092-0/+6
* Re-labeled the "Activate" button "Find Now".Anna Marie Dirks2001-08-092-1/+5
* Call the super-class destroy function when done.Not Zed2001-08-081-0/+2
* New. New.Ettore Perazzoli2001-08-084-0/+277
* Check for row >= 0 here. (etgl_destroy): Disconnect from all the signalsChristopher James Lahey2001-08-082-15/+50
* Implemented this function. Fixes Ximian bug #5353.Christopher James Lahey2001-08-081-6/+50
* Make tree nodes open if you hover over them while drag & dropping.Christopher James Lahey2001-08-081-0/+71
* Added scrolling to access nodes that are scrolled off screen for drops.Christopher James Lahey2001-08-073-64/+290
* allow toggling between converting from the gdkfont's charset or from theLarry Ewing2001-08-071-1/+11
* Implemented these functions.Christopher James Lahey2001-08-073-6/+110
* [Added an "Activate" button to the search bar.]Ettore Perazzoli2001-08-053-17/+66
* Make the close icon as large as the pin icon so the bar doesn't changeEttore Perazzoli2001-08-052-13/+25
* Set the hadjustment and vadjustment here. From a patch by KevinChristopher James Lahey2001-08-051-2/+4
* Change these to actually subtract the allocation as they should.Christopher James Lahey2001-08-041-3/+6
* e_tree_table_adapter_node_at_row would have pulled data from one past theChristopher James Lahey2001-08-041-6/+8
* Request an update. (e_calendar_item_mark_days): Likewise.Federico Mena Quintero2001-08-042-0/+9
* Subtracted 27.Christopher James Lahey2001-08-041-0/+3
* Make the right and left key presses be marked as handled here (i.e.,Christopher James Lahey2001-08-031-0/+2
* Changed all e_table_model_is_cell_editable calls in this file to be on theChristopher James Lahey2001-08-031-3/+3
* Set et->priv to NULL here just to be sure.Christopher James Lahey2001-08-031-0/+1
* Don't do most of the work in this function if data->data is NULL. FixesChristopher James Lahey2001-08-031-21/+27
* avoid freed memory reading, when you call it likeRadek Doulik2001-08-021-2/+8
* Set the et->cursor_loc *before* committing the click-to-add to avoidFederico Mena Quintero2001-08-021-3/+7
* Make this function not crash if x somehow doesn't land on some column.Christopher James Lahey2001-08-021-4/+8