aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.c
stat options
Period:
Authors:

Commits per author per week (path 'shell/e-shell-window-actions.c')

AuthorW02 2025W03 2025W04 2025W05 2025Total
Total00000
44/cgit/gsoc2013-evolution/commit/e-util?h=BUG_BUDDY_2_3_1&id=8350463f8446783935dee97d9dc54e7d17c277aa'>New function to translate a string and then convert it to utf8. Acts justChristopher James Lahey2001-04-112-13/+53 * Setup up the conduit library building better so the files get distedJP Rosevear2001-04-082-7/+15 * Added a question mark to the set of valid characters for symbol names.Federico Mena Quintero2001-04-062-14/+38 * Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-052-1/+4 * Some small header cleanups & fixes, and fix to translate all popup menusGediminas Paulauskas2001-04-052-4/+2 * Fix headers.Kjartan Maraas2001-04-052-1/+7 * Fixed headers. Moved the .h associated with each .c to the top of the listChristopher James Lahey2001-04-043-7/+8 * Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. SameKjartan Maraas2001-04-047-8/+13 * Added ESEXP_RES_TIME for time values. (ESExpResult): Added a "time_tFederico Mena Quintero2001-04-043-2/+92 * Fixed this function to properly format numbers that have leading zeros inRusty Conover2001-04-031-1/+1 * Blessed by Ettore.Gediminas Paulauskas2001-04-023-2/+80 * Added e_bit_array_cross_and and e_bit_array_cross_or.Christopher James Lahey2001-03-312-1/+29 * Handle NULL args semi-gracefully.Jon Trowbridge2001-03-311-1/+8 * Check that first_colon < last_at, to prevent horrible things fromJon Trowbridge2001-03-312-6/+8 * Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-316-5/+231 * Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-3025-35/+77 * Added util/e-bit-array.lo.Christopher James Lahey2001-03-272-0/+466 * new function, extracted from e_text_to_html, added color parameterRadek Doulik2001-03-213-3/+66 * Fixed the GTK_RETLOC calls for these marshallers.Christopher James Lahey2001-03-201-2/+2 * Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-202-75/+370 * added function to format just the time.Damon Chaplin2001-03-193-10/+63 * Fix a bug noticed by kmaraasDan Winship2001-03-172-1/+5 * Fix a bit: [mailto:foo] shouldn't grab the ']'Dan Winship2001-03-152-1/+6 * update cflag macrosJP Rosevear2001-03-132-1/+5 * Added condition and fallback to LC_CTYPE if system doesn't defineTimur Bakeyev2001-03-121-0/+4 * Fix an off-by-one in the "is this for real?" check so that "http:// "Dan Winship2001-03-072-1/+6 * new files to contain functions to parse and format dates and times forDamon Chaplin2001-03-054-0/+334 * New function to turn foo/bar into foo/subfolders/bar. The inverse functionDan Winship2001-03-024-0/+155 * Make it handle a NULL string as an empty string.Not Zed2001-03-022-1/+9 * Added e-sorter.lo and e-selection-model.lo.Christopher James Lahey2001-02-282-0/+201 * Turned off some of the debug.Not Zed2001-02-232-2/+3 * Wait a lot lot longer for threads to finish.Not Zed2001-02-232-2/+7 * implement.Michael Meeks2001-02-211-0/+23 * Changed the version number to 0.5.99.1.Christopher James Lahey2001-02-202-2/+2 * Fix it so that numbers containing inner zeros will be formatted correctly.Rusty Conover2001-02-191-1/+7 * From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-172-0/+14 * New marshallersDan Winship2001-02-152-8/+88 * Don't handle C-Enter.Christopher James Lahey2001-02-091-4/+4 * Changed to allocate raw blocks for the data, and keep track of them withNot Zed2001-02-082-44/+29 * Added a comment.Christopher James Lahey2001-02-071-0/+1 * Added e_format_number and e_create_directory.Christopher James Lahey2001-02-072-55/+189 * Rearranged the includes here a bit.Christopher James Lahey2001-02-051-2/+2 * Added declarations for all the functions declared in gnome-i18n.h.Christopher James Lahey2001-02-051-0/+15 * Revert last patchMiguel de Icaza2001-02-051-2/+8 * Turn on joining of cancelled threads. (e_msgport_wait): Put a cleanupNot Zed2001-01-312-1/+18 * If we have waiting threads, then dont start a new one for the NEW case.Not Zed2001-01-292-8/+98 * Don't #define __GNOME_I18N_H__ if it's already defined.Chyla Zbigniew2001-01-283-110/+259 * Add chunk allocators.Not Zed2001-01-253-58/+82 * Removed some redundant debug printfs. (e_sexp_term_eval): Dont allocateNot Zed2001-01-243-57/+64 * Setup error return and return error on parse error. (parse_list): Fail ifNot Zed2001-01-233-14/+104 * New function, can't use strlen on the md5 hash because it might have nullJP Rosevear2001-01-234-1/+63 * Added function e_xml_get_bool_prop_by_name_with_default.Christopher James Lahey2001-01-212-0/+23 * New function, name describes it well. (gtk_radio_button_select_nth): NewJason Leach2001-01-193-0/+65 * Ximianified.Federico Mena Quintero2001-01-173-2/+8 * This fixes translations of library messages compared to applicationMiguel de Icaza2001-01-172-0/+40 * Dup the string passed in, not the temporary string. d'oh.JP Roseveaer2001-01-152-1/+6 * remove old config messageJP Rosevear2001-01-151-1/+1 * #define E_THREAD_NONE as ((pthread_t)~0) and use that instead of ~0Dan Winship2001-01-062-10/+18 * Added functions for encoding utf8 safely into libxml brokennessLauris Kaplinski2001-01-031-0/+1 * Some debug commented out, static list intialiser.Michael Zucci2001-01-032-6/+9 * Merge from camel-mt-branch.Not Zed2000-12-246-66/+938 * Added e_xml_get_double_prop_by_name_with_default.Christopher James Lahey2000-12-232-2/+25 * Check for null strings (e_pilot_utf8_from_pchar): dittoJP Rosevear2000-12-212-0/+11 * Convert cal component strings to pilot character setJP Rosevear2000-12-204-3/+104 * Made the parameter type of e_strdup_string a const. Made it not callChristopher James Lahey2000-12-192-66/+61 * make sure we actually make enough space for "&nbsp;".Larry Ewing2000-12-132-1/+6 * Fixed a warning by making e_strstrcase return a const gchar.Christopher James Lahey2000-12-122-60/+64 * Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-091-19/+12 * Updated documentation comment.Federico Mena Quintero2000-12-092-1/+8 * Increased the version number to 0.3. Increased the so number.Christopher James Lahey2000-12-071-1/+0 * Fixed some warnings.Christopher James Lahey2000-12-071-1/+1 * New `e-corba-utils.c' module, for now just containing a function toEttore Perazzoli2000-12-054-0/+77 * macro that calls e_filename_make_safeJeffrey Stedfast2000-12-052-8/+9 * Bump the version to 0.2.99.4Jeffrey Stedfast2000-12-012-5/+20 * Fix typename of args (for all funcs). (e_strv_set_ref): Assert the indexNot Zed2000-11-303-21/+37 * Plug a memleak, need to free results from term_eval(). (term_eval_gt):Not Zed2000-11-293-0/+28 * New function, set a reference to a string that is then owned/free'd by theNot Zed2000-11-223-18/+64 * If we dont get a big enough chunk in the first node, give up. Otherwise weNot Zed2000-11-212-9/+17 * New function to strdup into a mempool.Not Zed2000-11-213-0/+12 * New function to allocate a zero'd out chunk.Not Zed2000-11-213-0/+16 * New routines for fast memory management and compact string array storage.Not Zed2000-11-214-0/+902 * oops thats func not *funcJP Rosevear2000-11-103-4/+9 * Build e-dbhash.[hc]JP Rosevear2000-11-084-0/+249 * #include <string.h> to quench warning. #include <stdlib.h> for sameKjartan Maraas2000-10-313-0/+7 * build md5-utils72000-10-284-1/+426 * Return null if no pnode was found.72000-10-272-2/+10 * Added an "allow_newlines" argument.Christopher James Lahey2000-10-274-20/+62 * Get archive field while parsing (map_write_foreach): Write out archiveJP Rosevear2000-10-272-26/+78 * unsigned chars.Michael Meeks2000-10-273-3/+13 * Add another marshalling function.Dan Winship2000-10-262-0/+19 * Deal properly with URLs at the end of the buffer. (The old code wouldDan Winship2000-10-262-0/+8 * Lookup a pid by uid. (e_pilot_map_lookup_uid): Lookup a uid by pid. NowJP Rosevear2000-10-253-2/+35 * Remove unused GNOMELOCALEDIR setting.Dan Winship2000-10-242-1/+5 * Use new libeconduit calls and abstractionJP Rosevear2000-10-243-34/+100 * Pilot map functions grabbed from existing conduitsJP Rosevear2000-10-244-1/+209 * Made the number keys on the number pad work in ETexts and ECellTexts.Christopher James Lahey2000-10-191-1/+108 * If unicode_get_utf8 returns -1, assume it was actually undeclaredDan Winship2000-10-192-58/+18 * *** empty log message ***Jesse Pavel2000-10-182-25/+6 * g_strconcat needs a NULL.Iain Holmes2000-10-122-2/+7 * Included a missing #include.Christopher James Lahey2000-10-113-22/+84 * New function to make a directory and (if needed), its parentsDan Winship2000-10-082-1/+38 * Added $(EXTRA_GNOME_CFLAGS).Christopher James Lahey2000-09-272-0/+5 * add ename as a SUBDIRJeffrey Stedfast2000-09-262-1/+7 * Added a ton of new prefixes and suffixes.Nat Friedman2000-09-261-10/+30 * Fixed operation of the keypad keys in EText and ECellText.Christopher James Lahey2000-09-221-6/+23 * Made e_list a bit more reentrant. If a iterator gets its data pulled outChristopher James Lahey2000-09-214-8/+31 * Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-204-2/+4 * Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-1828-4689/+27 * Merging in additional type functions (e_xml_get_string_prop_by_name):JP Rosevear2000-09-182-7/+80 * Remove ifdefed 0 prototypesMiguel de Icaza2000-09-181-7/+4 * redo Chris's previous change to match the surrounding code styleDan Winship2000-09-141-2/+2 * Fixed an uninitialized variable.Christopher James Lahey2000-09-142-1/+5 * Use underscores for untranslated characters fro Gtk+Lauris Kaplinski2000-09-132-52/+48 * Change this a bit so that if you pass it a bold font, it puts that inDan Winship2000-09-132-24/+82 * Thou shalt leave space for the trailing \0.Dan Winship2000-09-122-1/+4 * The return value should not be const. (Well, unless the input was, but youDan Winship2000-09-125-6/+11 * Fixed some warnings.Christopher James Lahey2000-09-121-3/+5 * *** empty log message ***Jesse Pavel2000-09-121-9/+85 * Removed a bunch of redundant code. Made it so that when you set an addressChristopher James Lahey2000-09-112-8/+12 * Added e_utf8_gtk_editable_get_text and e_utf8_gtk_editable_set_text.Christopher James Lahey2000-09-113-10/+41 * EFont should now use real bold typeface, if availableLauris Kaplinski2000-09-112-18/+125 * Implemented a new `e_gtk_signal_connect_full_while_alive()' utilityEttore Perazzoli2000-09-114-9/+163 * Fixed a bug regarding the extraction of the region.Jesse Pavel2000-09-111-3/+21 * Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-092-59/+155 * *** empty log message ***Jesse Pavel2000-09-092-0/+393 * remove consts from the EPopupMenu structure: the caller may want to modifyDan Winship2000-09-092-4/+10 * Bunch of unicode related changesLauris Kaplinski2000-09-085-18/+77 * Remove incorrect optimization. Events are read-only!Federico Mena Quintero2000-09-072-12/+13 * New font translation code for utf-8, but commented out at momentLauris Kaplinski2000-09-054-36/+177 * A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-023-4/+59 * Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-014-13/+975 * #define gnome_font_lookup_default for gnome-print 0.20Lauris Kaplinski2000-08-312-1/+3 * Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-312-0/+11 * make e-util depend on libunicodeDan Winship2000-08-303-1/+12 * More UTF-8 handlingLauris Kaplinski2000-08-253-0/+24 * Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-245-3/+65 * Constify.Federico Mena Quintero2000-08-243-2/+6 * Added missing e-unicode.h and e-unicode.cLauris Kaplinski2000-08-232-0/+186 * UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-232-0/+14 * Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings toLauris Kaplinski2000-08-232-1/+10 * Changed UTF-8 handling syntax from char based to byte basedLauris Kaplinski2000-08-223-39/+54 * Little teeny bug fix in e_text_to_html tab expansion.Peter Williams2000-08-222-1/+6 * many fixes to make it compile with strange prefixes...Mathieu Lacage2000-08-211-0/+1 * added use of UNICODE_CFLAGS... thanks ian...Arik Devens2000-08-201-1/+2 * Moved e-text to UTF-8Lauris Kaplinski2000-08-202-0/+6 * First step moving to UTF-8 stringsLauris Kaplinski2000-08-204-1/+189 * Infrastructure for date-based queriesPeter Williams2000-08-152-1/+6 * Fix a crash with tab expansion in e_text_to_htmlPeter Williams2000-08-112-0/+8 * Remove. The shell tells the components where the evolution homedir is now.Dan Winship2000-08-114-115/+5 * If converting both spaces and newlines, then convert tabs too. The joys ofDan Winship2000-08-112-3/+33 * Fix the bug where it truncates the last itemChristopher James Lahey2000-08-092-1/+5 * Added some military prefixes.Nat Friedman2000-08-091-1/+2 * Ooops.Christopher James Lahey2000-08-092-6/+11 * Added uncompiled e_read_uri function.Christopher James Lahey2000-08-095-2/+108 * Added a hide_mask argument to the two popup menu functions.Christopher James Lahey2000-08-093-23/+45 * Added e_container_change_tab_order.Christopher James Lahey2000-08-083-1/+88 * Fix silly error of not chaining destructor for canvas.Matthew Loper2000-07-28