aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_SPELL_0_3nobody2001-09-17289-90626/+0
* 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
* Made this not query the 0th row if there are 0 rows in the table. FixesChristopher James Lahey2001-08-011-6/+5
* If the CLICK signal gets a return value, so we're going to be return fromJason Leach2001-07-261-1/+4
* Properly ref the font we pass in as an ARG_FONT_E. (_do_tooltip): RemovedJon Trowbridge2001-07-252-3/+3
* don't show the year in the popup submenu for the months, and center theDamon Chaplin2001-07-252-4/+15
* Handle GDK_KP_* cursor keys as well.Ettore Perazzoli2001-07-231-1/+5
* 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
* When the dialog gets closed, always make sure the entry widget becomesJeffrey Stedfast2001-07-192-1/+5
* When the dialog gets closed, always make sure the entry widget becomesJeffrey Stedfast2001-07-192-188/+179
* Remove the debugging message here.Dan Winship2001-07-181-1/+0
* Fixes bug #2901.Federico Mena Quintero2001-07-172-16/+10
* *** empty log message ***Jacob Berkman2001-07-163-21/+27
* Reset the view when we set the model here. Fixes Ximian #4105.Christopher James Lahey2001-07-161-0/+1
* Start editing immediately on a button_press that grabs the focus.Christopher James Lahey2001-07-151-27/+44
* Made these functions return -1 if the x and y aren't over any cell at all.Christopher James Lahey2001-07-131-0/+5
* Ignore set_expanded if the node is the root and root_visible is FALSE.Christopher James Lahey2001-07-132-4/+13
* Created this function for key presses that move in some way other thanChristopher James Lahey2001-07-114-86/+88
* Made the amount to scroll by smaller here.Christopher James Lahey2001-07-112-4/+4
* Use e_selection_model_do_something directly for page up and page downChristopher James Lahey2001-07-112-64/+33
* For E_TEP_END_OF_BUFFER, use the length in bytes, not the length inFederico Mena Quintero2001-07-101-1/+1
* Changed the title of this dialog. Fixes bug #2656.Christopher James Lahey2001-07-091-1/+5
* Destroy the tooltip if we're the owner when we're destroyed. Also, keep aChristopher James Lahey2001-07-083-1/+24
* Added checks for if row is outside of the appropriate range.Christopher James Lahey2001-07-071-0/+4
* Set new_value = value here to fix a warning.Christopher James Lahey2001-07-071-0/+1
* Changed this to match the changed signal on the ETableConfig object. FixesChristopher James Lahey2001-07-071-1/+5
* Added a "state" argument to allow you to get the state out of the configChristopher James Lahey2001-07-071-1/+25
* Added checks that row and col are >= 0.Christopher James Lahey2001-07-061-0/+2
* Don't scroll to the cursor on grab, ungrab, noop, and copy commands.Christopher James Lahey2001-07-051-1/+6
* Call e_table_item_leave_edit here.Christopher James Lahey2001-07-051-0/+4
* Made it so that the drop marker can show up when dragging a new column toChristopher James Lahey2001-07-051-1/+1
* Bumped the version number of gal to 0.8.99.8.Christopher James Lahey2001-07-051-1/+1
* Changed the variable names here to make it clear that these are view modelChristopher James Lahey2001-07-052-21/+52
* Make a whole bunch of control keys not start the ETableItem editing.Christopher James Lahey2001-07-051-19/+43
* Make sure start_row and end_row are within the number of rows in theChristopher James Lahey2001-07-051-0/+8
* Handle an error in construction a little bit better here.Christopher James Lahey2001-07-051-6/+16
* If lines is NULL here split into lines and just return that the point isChristopher James Lahey2001-07-031-0/+7
* added functions to set a callback to get the current time, which is usedDamon Chaplin2001-07-037-50/+230
* Only free the root here if it's non-NULL.Christopher James Lahey2001-07-031-1/+2
* Made the remove this column menu item greyed out if it's the last column.Christopher James Lahey2001-07-031-2/+4
* Don't send the double click signal if there's no row selected.Christopher James Lahey2001-07-031-3/+6
* *misc/e-filter-bar.c (option_changed): Specified a default size for theAnna Marie Dirks2001-07-032-3/+27
* Take a callback function and user_data so that we can add listeners toJeffrey Stedfast2001-07-033-3/+34
* Updated to build e-charset-picker.cJeffrey Stedfast2001-07-035-0/+515
* Calculate the popup position using window coordinates instead of worldRichard Hult2001-07-021-0/+9
* Do nothing if passed NULL. (e_completion_match_compare): Move theJon Trowbridge2001-06-301-16/+16
* send signals even if the row/col is -1. (et_drag_drop): same.Chris Toshok2001-06-292-66/+56
* Bump version number due to incompatible changes in ETree.Peter Williams2001-06-284-34/+50
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2322-33/+33
* send the value to e_table_model_set_value_at as a string as inMikael Hallendal2001-06-201-2/+12
* copied the EMap widget verbatim from Ximian Setup Tools. Hmm. Maybe itDamon Chaplin2001-06-144-0/+1933
* 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
* Store the connection ID of the "changed" signal in the collection.Federico Mena Quintero2001-06-013-9/+28
* Removed unused variable.Federico Mena Quintero2001-06-013-2/+9
* set allow_newlines on the etext item to false, since we are like an entryjacob berkman2001-06-011-0/+1
* Document the fact that this function ref()s the factory and that peopleFederico Mena Quintero2001-05-301-7/+55
* Remove row row + i instead of row i. (et_table_rows_inserted): Insert rowChristopher James Lahey2001-05-261-2/+2
* Remove row i instead of row row. Destroy et->group when you get theChristopher James Lahey2001-05-261-4/+11
* #include <stdlib.h> #include <string.h>. Kill warnings.Kjartan Maraas2001-05-251-0/+1
* #include <string.h> Same here. Kills warnings on newer gcc.Kjartan Maraas2001-05-252-0/+2
* format similar to nautilusjacob berkman2001-05-252-9/+12
* allow NULL pixbufs, and draw with crappy alphajacob berkman2001-05-231-33/+17
* Made this faster in some cases.Christopher James Lahey2001-05-231-1/+1
* The double_click signal on the table item now emits the model row insteadChristopher James Lahey2001-05-231-2/+1
* a similar change to below, which makes it actually work for the case wherejacob berkman2001-05-221-1/+1
* make the view menuitems radio items of the same group, and allocate theChris Toshok2001-05-222-52/+85
* increment row each time through the loop so we don't get @count copies ofChris Toshok2001-05-221-0/+1
* Killed a warning here. (model_changed, items_inserted): Check if we'reChristopher James Lahey2001-05-191-7/+5
* Validate utf8 to avoid lock-ups. (_get_position): Validate utf8 to avoidJon Trowbridge2001-05-151-6/+8
* Try to deal with bad utf8. (_get_position): Try to deal with bad utf8.Jon Trowbridge2001-05-151-6/+6
* my computer crashed while commiting this first time.Gediminas Paulauskas2001-05-121-2/+2
* Make a key press stop the tooltip timeout.Christopher James Lahey2001-05-122-1/+5
* Show the date for dates in the future.Christopher James Lahey2001-05-103-34/+52
* Added util/e-sorter-array.lo and widgets/e-reflow-model.lo. RemovedChristopher James Lahey2001-05-084-410/+1199
* Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. SoGediminas Paulauskas2001-05-082-4/+9
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-083-13/+46
* Request an update if just our line widths needed recalculation. This fixesFederico Mena Quintero2001-05-082-1/+3
* (Fix bug #53111: Portability fixes for HP's ANSI compiler.)Jason Leach2001-05-083-6/+12
* write what was converted to console, this function does not work always.Gediminas Paulauskas2001-05-082-5/+11
* I am sure at least with this:Gediminas Paulauskas2001-05-072-3/+17
* correct type where same pixmap mask was unreffed twiceJP Rosevear2001-05-052-1/+7
* Found out that I forgot to commit this.Gediminas Paulauskas2001-05-032-4/+7
* Made fewer calls to functions like split_into_lines to save time whenChristopher James Lahey2001-04-301-86/+53
* Added widgets/e-categories-master-list-dialog-model.lo andChristopher James Lahey2001-04-291-3/+25
* Added a read only argument "model" to ETable.Christopher James Lahey2001-04-291-1/+10
* (Make the alternating row colors a option in ETableSpecification insteadJason Leach2001-04-2911-17/+67
* add e-completion-testDan Winship2001-04-281-0/+1
* Add the header height to the returned y location here so that things willChristopher James Lahey2001-04-261-1/+3
* Made this return -1 instead of -2 for not found if the root is notChristopher James Lahey2001-04-262-3/+8
* One-line fix (missing a 'break' at the end of the ARG_SELECTION_MODELJason Leach2001-04-251-0/+1
* UpdateKjartan Maraas2001-04-241-2/+3
* Added #include <glib.h> and moved corresponding local headers to the top.Kjartan Maraas2001-04-247-10/+30
* Added #include <glib.h>.Kjartan Maraas2001-04-243-1/+9
* Documented this function properly.Christopher James Lahey2001-04-243-118/+159
* Added get_cell_geometry method.Christopher James Lahey2001-04-248-9/+122
* Added #include <stdlib.h>.Christopher James Lahey2001-04-241-0/+1
* Made it so that if a message is from the last 8 hours, it only prints theChristopher James Lahey2001-04-241-5/+21
* Make pixbuf columns show their title if there is space.Christopher James Lahey2001-04-241-2/+23
* Remove UNICODE_CFLAGS (e_text_test_LDADD, e_entry_test_LDADD,Dan Winship2001-04-241-43/+42
* remove UNICODE_CFLAGSDan Winship2001-04-241-21/+20
* bump to 0.7.99.1, add gal/unicode/Makefile. gal no longer internallyDan Winship2001-04-242-52/+53
* Limit total matches, for better performance on slow machines. It isJon Trowbridge2001-04-204-29/+98
* Submit a signal even if there are no extras.Christopher James Lahey2001-04-203-44/+132
* Turned off information expanders (tooltips) in ETable by default. TurnChristopher James Lahey2001-04-201-7/+9
* Free some things that weren't getting freed.Dan Winship2001-04-192-3/+10
* Turned on tooltips and alternating colors.Christopher James Lahey2001-04-171-2/+2
* Changed some comments here.Christopher James Lahey2001-04-173-14/+24
* Upped the version number to 0.7.99.0.Jody Goldberg2001-04-171-17/+17
* Propagate the event after sending it to the base EText.Christopher James Lahey2001-04-172-1/+10
* Fix a crash here.Christopher James Lahey2001-04-161-2/+0
* New function, because it is ridiculous to have to hunt down objectFederico Mena Quintero2001-04-163-2/+48
* Set the background color to the specified tooltip->background. Set theChristopher James Lahey2001-04-165-23/+112
* Made setting the rgba color work even if you're using the non-aa canvasChristopher James Lahey2001-04-161-8/+7
* Do not ref both the box and the item; just connect to the item's "destroy"Federico Mena Quintero2001-04-161-7/+15
* Added /* #defines */ at the top. Fixed ALTERNATE_COLORS to be an #ifdefChristopher James Lahey2001-04-162-1/+5
* Added strikeout argument.Christopher James Lahey2001-04-162-4/+34
* Use e_canvas_hide_tooltip and e_canvas_popup_tooltip.Christopher James Lahey2001-04-163-68/+19
* Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on theChristopher James Lahey2001-04-153-20/+79
* Cleaned this up. Removed some #if 0 and replaced others with #ifdefs.Christopher James Lahey2001-04-151-59/+4
* Set "bold" argument on created tooltip. Adjusted position of displayedChristopher James Lahey2001-04-154-31/+32
* Added "bold" argument.Christopher James Lahey2001-04-152-37/+58
* Added widget/e-hsv-utils.lo.Christopher James Lahey2001-04-151-14/+13
* Added widget/e-hsv-utils.lo.Christopher James Lahey2001-04-152-0/+197
* Fix memory leakDan Winship2001-04-141-1/+2
* Always emit the cursor changed signal. Even if it's changed to the sameChristopher James Lahey2001-04-131-8/+5
* New cell for floats.Mikael Hallendal2001-04-134-0/+906
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-1310-114/+396
* Fix a memory leak.Dan Winship2001-04-132-4/+9
* svn path=/trunk/; revision=9267Federico Mena Quintero2001-04-132-1/+6
* Return TRUE for left and right arrows.Christopher James Lahey2001-04-111-0/+2
* Put debugging stuff in d().Christopher James Lahey2001-04-111-3/+5
* #include "gal/widgets/e-unicode.h".Christopher James Lahey2001-04-111-0/+1
* Translate the title as we read it.Christopher James Lahey2001-04-111-1/+5
* New function to translate a string and then convert it to utf8. Acts justChristopher James Lahey2001-04-112-1/+37
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-114-7/+12
* i18n fixes.Gediminas Paulauskas2001-04-112-1/+5
* Changed resizeable to resizable in ETableCol for consistency.Christopher James Lahey2001-04-106-21/+25
* add a missing \Dan Winship2001-04-081-0/+1
* make parent_class staticDan Winship2001-04-081-1/+1
* add "break;" to otherwise-empty "default:" cases to make them ANSI.Dan Winship2001-04-081-0/+2
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-052-6/+8
* Some small header cleanups & fixes, and fix to translate all popup menusGediminas Paulauskas2001-04-056-11/+32