aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-tasks.c
stat options
Period:
Authors:

Commits per author per week (path 'my-evolution/e-summary-tasks.c')

AuthorW51 2024W52 2024W01 2025W02 2025Total
Total00000
>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 * Rebuild when the collection changes.Christopher James Lahey2001-03-062-11/+65 * Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-061-0/+1 * New changed signal.Christopher James Lahey2001-03-062-12/+47 * pretty much working now.Damon Chaplin2001-03-053-76/+537 * added "editable" Arg, to stop the user from editing the text. The user canDamon Chaplin2001-03-054-5/+74 * Boost version number to 0.5.99.3.Jon Trowbridge2001-03-025-99/+91 * Fixed some warnings.Christopher James Lahey2001-03-028-223/+257 * New class implementing a simple selection model that you add rows to andChris Lahey2001-03-012-0/+144 * Added e-selection-model-simple.lo.Christopher James Lahey2001-03-014-27/+83 * Added new ECellPixbuf -- takes a GdkPixbuf from the model and renders itVladimir Vukicevic2001-03-011-0/+2 * Added new ECellPixbuf -- takes a GdkPixbuf from the model and renders itVladimir Vukicevic2001-03-012-0/+289 * New type of search bar that interacts with filter contexts to save filtersNot Zed2001-03-016-29/+672 * Make this more robust: do not assume that the GdkEvent will be either aMiguel de Icaza2001-02-281-1/+7 * Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-2817-893/+154 * Added e-sorter.lo and e-selection-model.lo.Christopher James Lahey2001-02-282-0/+906 * Prevent `gtk_signal_disconnect()' warnings when destroying aEttore Perazzoli2001-02-271-10/+18 * new files to implement an ECell for showing and editing dates & times.Damon Chaplin2001-02-264-0/+513 * new abstract ECell subclass to be used as base class for popup ECells.Damon Chaplin2001-02-266-7/+1240 * Added e-table/e-table-sorting-utils.lo.Christopher James Lahey2001-02-2419-641/+1226 * Move the event box into the esb->dropdown_holder. Changed so it can beNot Zed2001-02-243-16/+68 * Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrabJon Trowbridge2001-02-243-8/+49 * Doh!Chris Lahey2001-02-231-10/+10 * Added a bunch of g_return_if_fails.Christopher James Lahey2001-02-231-7/+78 * Added some g_return_if_fails here.Christopher James Lahey2001-02-211-0/+4 * If we are drawing a top-level tree node, without any children then dontNot Zed2001-02-211-1/+6 * add some more (mostly empty) api docs. (e_tree_model_node_changed): passChris Toshok2001-02-201-2/+355 * Changed the version number to 0.5.99.1.Christopher James Lahey2001-02-2011-1216/+12 * 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 * Removed setting of invalid "horizontal_scrolling" argument.Christopher James Lahey2001-02-172-10/+0 * From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-176-0/+25 * From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-176-0/+51 * From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-1741-0/+244 * Change the calculation of the maximum with of tree cell, from O(n^2) toRusty Conover2001-02-171-4/+4 * Made it so that if you set the row or col to something not equal to -1, itChristopher James Lahey2001-02-151-0/+6 * This new function updates the minimum width of all of the columns based onChristopher James Lahey2001-02-144-1/+41 * Set policy of scrolled window to be automatic/automatic.Christopher James Lahey2001-02-143-6/+5 * Fix the crash when ETableItems are destroyed.Christopher James Lahey2001-02-141-1/+4 * Made a width other than the default possible if the children have widthsChristopher James Lahey2001-02-112-5/+27 * Fix selection so that changing a model row equal to 31 mod 32 works.Christopher James Lahey2001-02-111-1/+1 * Let e_canvas_item_show_area_delayed deal with a delayed area show insteadChristopher James Lahey2001-02-111-28/+8 * Added this function.Christopher James Lahey2001-02-112-9/+60 * Since gdkevent is a union, casting a smaller struct to a gdkevent causedJP Rosevear2001-02-101-7/+16 * Add a missing gtk_object_ref.Dan Winship2001-02-091-0/+1 * Use e_format_number.Christopher James Lahey2001-02-091-1/+1 * Set the dnd_code on the header properly.Christopher James Lahey2001-02-091-1/+6 * Commented out this function since it's not being used.Christopher James Lahey2001-02-091-0/+3 * Added a "header" argument to set the label at the top of the dialog.Christopher James Lahey2001-02-091-30/+31 * Don't handle C-Enter.Christopher James Lahey2001-02-091-4/+4 * Added this function. Made frozen an int so that recursive freezes andChristopher James Lahey2001-02-092-8/+26 * Store the whole GdkColor instead of just the pixel.Christopher James Lahey2001-02-082-13/+9 * Added Akira's japanese etc. encodings to e-fontLauris Kaplinski2001-02-081-5/+10 * Create the local directory when saving if it doesn't exist already.Christopher James Lahey2001-02-071-1/+2 * Change encoding from locale encoding to utf8.Christopher James Lahey2001-02-071-4/+6 * Check for nl_langinfo (CODESET). Code taken from glib 1.3 branch.Christopher James Lahey2001-02-072-2/+130 * Added e-text-model-testJeffrey Stedfast2001-02-061-0/+1 * Ignore test-dropdown-buttonJeffrey Stedfast2001-02-062-0/+5 * Changed draw_borders from a gboolean to a a guint : 1.Christopher James Lahey2001-02-061-1/+1 * Removed unnecessary comment about now non-existant virtual column list.Christopher James Lahey2001-02-061-7/+0 * Changed the text to pop up the Field Chooser.Christopher James Lahey2001-02-061-1/+1 * Fixed a number of small bugs in how we were saving and loading viewChristopher James Lahey2001-02-062-7/+46 * Added a "changed" signal.Christopher James Lahey2001-02-065-11/+79 * Make some private variables static in `ETableSorter'.Ettore Perazzoli2001-02-061-4/+4 * Changed the call to iconv to be char ** instead of const char **.Christopher James Lahey2001-02-051-5/+5 * Make this not error out if ecol is not found, but simply return -1.Christopher James Lahey2001-02-051-3/+2 * Dont overwrite the end of our bitmap array.Not Zed2001-02-021-1/+2 * make the segfault caused by double clicking into a critical warning untilLarry Ewing2001-02-011-0/+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 * Made the contained %ETableItem have cursor_mode asChristopher James Lahey2001-01-304-34/+45 * Made carriage return finish editing.Christopher James Lahey2001-01-302-31/+56 * Connect to the model's "position" signal. (e_text_init): Set default valueJon Trowbridge2001-01-306-63/+333 * Added e-cell-number.loChristopher James Lahey2001-01-293-1/+101 * Always include +1 for the size. 0*2 == 0, so malloc returns NULL, which isNot Zed2001-01-291-1/+1 * Update copyright and add myself as the author.Ettore Perazzoli2001-01-281-2/+6 * Make the ESearchBar pretty by using the same border for the dropdownEttore Perazzoli2001-01-282-3/+31 * Made the scrolling to show the current roll happen in a time out.Christopher James Lahey2001-01-282-2/+52 * Documented.Ettore Perazzoli2001-01-281-4/+14 * Changed the EDropdownButton so that it works more like a standard menuEttore Perazzoli2001-01-283-16/+60 * Make home and end keys move to the beginning and end of the row if cursorChristopher James Lahey2001-01-284-0/+62 * cvs remove all files in shortcut-bar/, this widget is now in gal, will beJason Leach2001-01-2719-7532/+7 * Make the ESearchBar use the new EDropdownButton widget.Ettore Perazzoli2001-01-273-146/+217 * Fix the API to EDropdownButton by removing args that don't make muchEttore Perazzoli2001-01-274-21/+13 * ...And the ChangeLog too.Ettore Perazzoli2001-01-271-0/+4 * Ooops, forgot to commit the Makefile.Ettore Perazzoli2001-01-271-9/+27 * New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-273-0/+390 * Make ETable stop editing when it looses focus.Christopher James Lahey2001-01-272-8/+32 * Added; a new test program that demonstrates objects in ETexts.Jon Trowbridge2001-01-276-111/+776 * Set the GTK_CAN_FOCUS flag on the widget, since an ETable ought to beFederico Mena Quintero2001-01-262-85/+165 * Clamp the value we set here. (compute_offset): Switched to ints here.Christopher James Lahey2001-01-261-16/+16 * Made this function put some space around the area shown.Christopher James Lahey2001-01-261-12/+32 * Made this correctly check for going off the end of the table.Christopher James Lahey2001-01-261-2/+4 * Make this actually deploy the titles from the GalViewCollection and emitChristopher James Lahey2001-01-262-111/+133 * Documented. Added a "cursor_activated" signal. Removed some unusedChristopher James Lahey2001-01-2510-129/+461 * e_calendar_item_get_date_range() now returns a boolean, which is FALSE ifDamon Chaplin2001-01-253-8/+34 * Have the argument system do type checking on our "collection" argument.Christopher James Lahey2001-01-252-12/+17 * Actually implement this function.Christopher James Lahey2001-01-241-2/+17 * Made GalViewCollectionItem a public type. (load_single_file): Made it soChristopher James Lahey2001-01-242-41/+40 * Fixed gal_define_views_dialog_new to be called with its proper argument.Jon Trowbridge2001-01-232-1/+6 * Initialize collection field to NULL. Set the collection on the model asChristopher James Lahey2001-01-2210-82/+343 * Made the cursor move when rows are inserted or deleted. If in single modeChristopher James Lahey2001-01-221-0/+11 * Use the new gal_view_set_title function.Christopher James Lahey2001-01-217-56/+311 * Made this conform to the new prototype for e_popup_menu_run.Christopher James Lahey2001-01-218-105/+341 * Fix memory leak: Unref some stuff if we're not showing the tooltip.Iain Holmes2001-01-211-1/+2 * Unset the GTK_CAN_FOCUS flag on the ECalendar. (e_calendar_focus_in):Federico Mena Quintero2001-01-202-33/+14 * s/GdkEventButton/GdkEvent/Dan Winship2001-01-204-5/+8 * Do most of the work to get Grouping working, by reusing massive ammountsMiguel de Icaza2001-01-194-185/+282 * Keep track of the valid column names (not used right now).Miguel de Icaza2001-01-195-157/+260 * Fixed text misplacement.Christopher James Lahey2001-01-191-10/+12 * Make zero the minimum number of days that can be specified.Federico Mena Quintero2001-01-192-5/+18 * Disconnect from the etss->source's signals *before* we unref it.Federico Mena Quintero2001-01-192-10/+22 * 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 * New function. (update_sort_config_dialog): Massive update to thisMiguel de Icaza2001-01-185-26/+230 * 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 * Added a collection argument to this to set the GalViewCollection.Christopher James Lahey2001-01-1811-36/+315 * Oops. Delete this. I never meant for this to get commit'd.Jeffrey Stedfast2001-01-182-23/+5 * Dont remove the function, give it the proper nameJP Rosevear2001-01-172-0/+25 * Fix the build by removing a stale function definition. Sigh.Ettore Perazzoli2001-01-172-20/+6 * Hi fejj. Using your computer to check in the files you forget to add. :-)Jeffrey Stedfast2001-01-172-0/+451 * Removed #inclusion of e-table-config-field.h.Dave Camp2001-01-171-1/+0 * Added e-messagebox to the build.Jeffrey Stedfast2001-01-172-0/+9 * This fixes translations of library messages compared to applicationMiguel de Icaza2001-01-174-3/+7 * Simplify column grabbing code and drop item layout code.Miguel de Icaza2001-01-171-34/+52 * Load frames.Miguel de Icaza2001-01-1710-370/+344 * Added a bit of documentation. (config_sort_config_show,Christopher James Lahey2001-01-174-6/+44 * Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home.Jacob Leach2001-01-172-0/+6 * Emit a "changed" signal to the EText after we gtk_object_set a "model" argJason Leach2001-01-161-0/+1 * Added e-cell-date.c, e-cell-date.h, e-cell-size.c, and e-cell-size.h.Christopher James Lahey2001-01-167-71/+366 * Step 2Miguel de Icaza2001-01-1622-31/+31 * Rename from Helix Code -> XimianMiguel de Icaza2001-01-1645-51/+52 * Document all entry points. (e_table_specification_save_to_file): ChangeMiguel de Icaza2001-01-165-121/+265 * Make output pretier by using newlines when there is a lot of informationMiguel de Icaza2001-01-162-40/+46 * Make output pretier by using newlines when there is a lot of informationMiguel de Icaza2001-01-151-3/+16 * Work on the ETableConfigurator. Pick up where Chris left.Miguel de Icaza2001-01-158-563/+576 * Changed the filter function back to being args to be more consistent withChristopher James Lahey2001-01-132-42/+44 * New function. Tells whether a key should begin editing. (ect_event,Miguel de Icaza2001-01-122-9/+23 * Implement new function API. Remove Gtk arguments for this. (ect_height):Miguel de Icaza2001-01-122-22/+32 * Close #758 2001-01-12 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza2001-01-121-46/+64 * *** empty log message ***Miguel de Icaza2001-01-122-6/+119 * Added selection_mode argument.Christopher James Lahey2001-01-125-52/+114 * Made this the same size as an ETableItem with all text items. Made theChristopher James Lahey2001-01-111-22/+26 * Added expansions field and loading and saving of that field.Christopher James Lahey2001-01-113-9/+41 * Unfinished sorted variable model for ETree.Christopher James Lahey2001-01-102-0/+517 * Removed an unused variable. (e_utf8_from_gtk_string_sized): Made ib constChristopher James Lahey2001-01-091-2/+3 * Fixed sorting. needs_sorting was getting set to 0 when sorted happens, butChristopher James Lahey2001-01-062-30/+3 * Broke font and fontset parts of EFont into separate functions. PossiblyLauris Kaplinski2001-01-061-2/+52 * Fixed the border bug. Borders draw properly now.Christopher James Lahey2001-01-051-2/+2 * bump versionJP Rosevear2001-01-051-0/+174 * Added functions for encoding utf8 safely into libxml brokennessLauris Kaplinski2001-01-032-0/+100 * Add support here for "cursor_pos". (et_get_arg): Handle ARG_CURSOR_POS.Miguel de Icaza2000-12-292-5/+35 * Removed a bunch of unused code.Christopher James Lahey2000-12-271-217/+0 * 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-262-1/+1 * Always have some text. Fixes crash.Miguel de Icaza2000-12-262-5/+7 * draw_background=FALSEMiguel de Icaza2000-12-262-0/+3 * Set draw_background to FALSE.Miguel de Icaza2000-12-252-0/+6 * Set draw_background to FALSE.Miguel de Icaza2000-12-251-0/+1 * Made the code CanvasItem correct: the code should not draw at arbitraryMiguel de Icaza2000-12-251-6/+16 * Pass draw_background = FALSEMiguel de Icaza2000-12-252-0/+5 * add api docs.Chris Toshok2000-12-252-0/+57 * Handle draw background. (e_text_draw): Support both border drawing andMiguel de Icaza2000-12-253-50/+106 * Destroy text and pixbuf if they exist whether or not is_pixbuf is set.Christopher James Lahey2000-12-237-27/+51 * translationsJP Rosevear2000-12-233-10/+125 * Set the minimum width of newly created children.Christopher James Lahey2000-12-195-42/+69 * ditto.Miguel de Icaza2000-12-191-2/+2 * Upped the version number to 0.4.1. Bumped the GAL_REVISION to 1.Christopher James Lahey2000-12-161-8/+0 * #include <time.h>Federico Mena Quintero2000-12-153-1/+5 * Removed the set cursor and get cursor methods from ETableGroup.Christopher James Lahey2000-12-155-93/+6 * call set_style and use the appropriate style for the text to determine ifChris Toshok2000-12-151-1/+4 * Commented out an unused variable to fix a warning.Christopher James Lahey2000-12-151-0/+2 * Added eti_visibility_notify. Didn't get it to work properly, so it's #ifChristopher James Lahey2000-12-141-0/+25 * Changed the color from yellow to light gray.Christopher James Lahey2000-12-142-2/+7 * Changed the background color of the tooltips to light gray.Christopher James Lahey2000-12-142-2/+2 * remove the silly logic - we pop up a tooltip regardless of where the mouseChris Toshok2000-12-142-7/+30 * New function to calculate the extra pixels per column header.Christopher James Lahey2000-12-146-27/+82 * only return TRUE in the BUTTON_PRESS case if the node was expandable.Chris Toshok2000-12-141-1/+1 * cut&paste from e-table-sorted-variable.c and massage names a bit to makeChris Toshok2000-12-141-1/+208 * Fixed some warnings.Christopher James Lahey2000-12-121-1/+2 * Made selected rows ignore their color specification.Christopher James Lahey2000-12-121-1/+1 * Emit double_click signal with the model column, not the view column.Dan Winship2000-12-121-1/+1 * Split the lines in this cell before testing whether we're to the right ofChristopher James Lahey2000-12-101-8/+12 * cell should be edit cast to a CurrentCell, not data cast to a CurrentCell.Christopher James Lahey2000-12-101-1/+1 * Added the actions parameter to ect_event. Added an actions field toChristopher James Lahey2000-12-108-62/+112 * Unref the object instead of destroying it.Federico Mena Quintero2000-12-104-4/+4 * If there are columns allocated, free them upon a destroy.JP Rosevear2000-12-092-5/+3 * Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-099-50/+45 * Call the parent class destroyer as wellJP Rosevear2000-12-092-0/+8 * set "sort_info" on our sorter when we get a new sort_info to keep thingsChris Toshok2000-12-082-4/+60 * Add column and GdkEvent * parameters to the double click signal.Christopher James Lahey2000-12-0810-330/+62 * Destroy the gdkIC if we have oneJP Rosevear2000-12-081-0/+5 * Free the xmlDoc when we are done with it. (e_table_state_save_to_file):Federico Mena Quintero2000-12-083-5/+13 * pass along the column's width to e_cell_show_tooltip.Chris Toshok2000-12-075-17/+14 * Adapted these to accept the new flags parameter to e_cell_event.Christopher James Lahey2000-12-076-29/+48 * Removed incorrect e-list.h include.Christopher James Lahey2000-12-071-1/+0 * Missed this file during the last commit.Chris Lahey2000-12-071-2/+4 * Added a GalViewCollection argument to the new function here.Christopher James Lahey2000-12-075-30/+58 * Added gal-view-collection.c, gal-view-etable.c, gal-view-factory-etable.c,Christopher James Lahey2000-12-0717-157/+868 * Fixed warning in compute_elision_length.Christopher James Lahey2000-12-072-18/+0 * disconnect the "group_info_changed" signal on the old sort_info andDan Winship2000-12-071-2/+12 * Move the correct offset when memmoving. Patch provided by Richard HultJP Rosevear2000-12-051-1/+1 * NULL-terminate gal_view_menus_apply's BonoboUIVerb array to prevent aDan Winship2000-12-052-0/+7 * need to zero out the bits corresponding to the rows not selected in theChris Toshok2000-12-041-1/+13 * Federico gets into pixel-perfect neurosis. Xmag is my best friend.Federico Mena Quintero2000-12-036-273/+546 * Move away from unicode_iconv*. We still need libunicode for utf8Dan Winship2000-11-301-25/+9 * ShushJP Rosevear2000-11-29