aboutsummaryrefslogtreecommitdiffstats
path: root/composer/Composer.idl
blob: a6cb35c03713b53a7d63a23a0439fbccdb20f56d (plain) (blame)
1
2
3
4
/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */

#include <Evolution-Addressbook-SelectNames.idl>
#include <Evolution-Composer.idl>
git/gsoc2013-evolution/commit/widgets/table?h=guikachu-1_3_7&id=7d1cbbaa104a97cf0f10dae61c2fd37ca1feeee3'>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 * 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 * Disconnect from the etss->source's signals *before* we unref it.Federico Mena Quintero2001-01-192-10/+22 * New function. (update_sort_config_dialog): Massive update to thisMiguel de Icaza2001-01-185-26/+230 * Removed #inclusion of e-table-config-field.h.Dave Camp2001-01-171-1/+0 * 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 * 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-1643-49/+50 * 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 * Fixed sorting. needs_sorting was getting set to 0 when sorted happens, butChristopher James Lahey2001-01-062-30/+3 * Removed a bunch of unused code.Christopher James Lahey2000-12-271-217/+0 * draw_background=FALSEMiguel de Icaza2000-12-262-0/+3 * Set draw_background to FALSE.Miguel de Icaza2000-12-251-0/+1 * add api docs.Chris Toshok2000-12-252-0/+57 * Destroy text and pixbuf if they exist whether or not is_pixbuf is set.Christopher James Lahey2000-12-237-27/+51 * Set the minimum width of newly created children.Christopher James Lahey2000-12-195-42/+69 * 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 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 * 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-091-2/+3 * Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-096-27/+28 * 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 * 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 * Missed this file during the last commit.Chris Lahey2000-12-071-2/+4 * 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 * 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 * Removed e_table_col_get_arrow and e_table_col_set_arrow.Christopher James Lahey2000-11-262-28/+0 * Documented.Miguel de Icaza2000-11-256-29/+212 * inline documentation added.Miguel de Icaza2000-11-253-152/+430 * Save the children - FedericoFederico Mena Quintero2000-11-234-11/+19 * Updated version number.Christopher James Lahey2000-11-142-15/+24 * Changed this to match the new EPopupMenu structre.Christopher James Lahey2000-11-071-16/+16 * Made it compile again.Chris Lahey2000-11-041-2/+2 * Turned on proper handling of insert and delete.Christopher James Lahey2000-11-041-1/+1 * Since we insert at the parent->child position, we need to account forNot Zed2000-11-031-39/+117 * Updated these unused glade files to better match the versions in the code.Christopher James Lahey2000-11-035-100/+130 * If we are inserting into the root level, we dont have to search the wholeNot Zed2000-10-271-1/+6 * remove the save_id here, so we don't save state for nodes that no longerChris Toshok2000-10-261-9/+6 * Made the column on the right click and click signals be the model columnChristopher James Lahey2000-10-261-2/+2 * Add "click" to the list of etable signals we proxy.Dan Winship2000-10-262-0/+23 * make ETreeModel opaque, and switch from using g_new0 and g_free forChris Toshok2000-10-252-97/+135 * Destroy the tooltip timeout on object destruction.Christopher James Lahey2000-10-241-1/+8 * Made it so that it doesn't recalculate all the rows if a row is changed,Christopher James Lahey2000-10-222-4/+36 * Made it so that rows inserted with their children nodes already in theChristopher James Lahey2000-10-221-1/+3 * Added e_table_set_state_object which loads the state from the givenChristopher James Lahey2000-10-222-4/+6 * remove timeouts on destroy so they don't try to write to freed dataDan Winship2000-10-201-0/+3 * Switched to saving the version as a double instead of a string.Christopher James Lahey2000-10-191-1/+1 * Fixed ETableFieldChooser row heights a bit.Christopher James Lahey2000-10-194-30/+88 * Make text a different color if !(flags & E_CELL_FOCUSED).Christopher James Lahey2000-10-194-2/+17 * Sped up signal propogation.Christopher James Lahey2000-10-192-2/+52 * Fixed the color of the background rectangle. Made the rectangle start atChristopher James Lahey2000-10-191-0/+16 * Make background color of ETable match the background color of item rows.Christopher James Lahey2000-10-181-1/+1 * Removed an unnecessary glade include file.Christopher James Lahey2000-10-184-1/+29 * Moved the glade file directories.Christopher James Lahey2000-10-181-1/+2 * Reworked some of the height stuff?Christopher James Lahey2000-10-171-14/+12 * Choose a better size for the e-table-header-itemIain Holmes2000-10-171-17/+53 * get the next child before traversing/calling func.Chris Toshok2000-10-161-2/+5 * get rid of ENode type, as everything in it is now in ETreePath, and addChris Toshok2000-10-162-139/+257 * Made it so that ETable won't use a state with 0 columns.Christopher James Lahey2000-10-161-2/+14 * Fixed these to use the new ascending attribute as a boolean instead of anChristopher James Lahey2000-10-145-11/+11 * Added e-table-config-field.lo.Christopher James Lahey2000-10-1411-228/+704 * NULL is not a valid argument to `xmlNewDoc'. Was this code everEttore Perazzoli2000-10-141-1/+3 * Fixed gdk-font refcountingIain Holmes2000-10-132-17/+21 * when there are 0 columns, don't assert.Jeffrey Stedfast2000-10-121-1/+1 * Make saving state work properly.Christopher James Lahey2000-10-121-3/+41 * Fixed the parity on the cursor-mode check.Christopher James Lahey2000-10-111-1/+1 * Changed these to use the default cells.Christopher James Lahey2000-10-116-50/+13 * Example spec file. Not used. Just an example of what you can do.Christopher James Lahey2000-10-111-0/+21 * Changed these to match the new ETable system.Christopher James Lahey2000-10-1119-308/+1292 * Removed the assertion that there must be at least 1 column. No way toNot Zed2000-10-095-2/+108 * Emit the selection/cursor "changed" signals.Jeffrey Stedfast2000-10-051-0/+19 * Select all elements of the etable.Jeffrey Stedfast2000-10-054-0/+67 * Changed to take into account the sort group, if the table has one.xNot Zed2000-10-047-18/+428 * Put in 3 more dialog boxes in these files.Christopher James Lahey2000-10-042-75/+1811 * change/add prototypes and a typedef for ETreePathCompareFunc.Chris Toshok2000-10-032-49/+99 * don't screw things up if we sort a collapsed node.Chris Toshok2000-10-031-2/+5 * nukeChris Toshok2000-10-032-1181/+0 * flip black and gray, the way i intended them to be.Chris Toshok2000-10-032-4/+4 * reinstate file.Chris Toshok2000-10-035-24/+103 * Changed.Christopher James Lahey2000-09-291-0/+0 * New file. Approximate UML description of ETable.Christopher James Lahey2000-09-291-0/+0 * Fudge the location of a click in the tooltip, so that it selects theIain Holmes2000-09-273-10/+38 * drag/drop signals need to be added to the same object that is passed toChris Toshok2000-09-271-9/+9 * add save_state stuff to ETreeModel, and prototypes for the public methods.Chris Toshok2000-09-262-7/+213 * Fix include typo.Ariel Rios2000-09-251-1/+1 * fix sorting - need to update the row_array as well as the actual structureChris Toshok2000-09-251-4/+20 * Typo caused readability problems with ETable.Christopher James Lahey2000-09-211-1/+1 * Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-2064-148/+147 * Fixed e-table #includes so that it would compile.Chris Lahey2000-09-1832-64/+64 * Better calculations for tooltip positionsIain Holmes2000-09-183-10/+16 * Added some missing #includes.Christopher James Lahey2000-09-163-3/+4 * Removed g_printIain Holmes2000-09-161-1/+0 * If the cursor is inside the subcell, call the show_tooltip on it.Iain Holmes2000-09-168-41/+404 * Fix a crash in draw_button.Iain Holmes2000-09-151-2/+2 * typo/compile fixPeter Williams2000-09-151-2/+0 * Fix some crashes Make double clicking on the header dividers automaticallyIain Holmes2000-09-1512-27/+238 * Made bold text calculate widths properly.Christopher James Lahey2000-09-121-17/+42 * Made page up and page down active in the ETable.Christopher James Lahey2000-09-111-3/+44 * Fixed the ETableModel callbacks.Christopher James Lahey2000-09-101-12/+12 * Added base ETableModel functions.Christopher James Lahey2000-09-094-37/+244 * Fixed a leak and a double unref.Christopher James Lahey2000-09-022-3/+1 * new test, a home grown 2 hour hack of a file browser. usesChris Toshok2000-09-012-0/+674 * add signals/prototypes for e_tree_model_node_collapsed andChris Toshok2000-09-012-11/+63 * Made the selection work when shift clicking on the first row of the table.Christopher James Lahey2000-08-311-7/+7 * Fix the tree example so that is doesn't show two sets of expand/unexpandRichard Hult2000-08-311-4/+6 * Make printing of groups work better and make them print headers.Christopher James Lahey2000-08-292-38/+134 * Remove a ton of (hopefully harmless) warnings from the ETable code.Ettore Perazzoli2000-08-283-6/+16 * Added some g_return_if_fails and g_return_val_if_fails.Christopher James Lahey2000-08-264-15/+55 * Fix an off by one error that was causing crashes.Christopher James Lahey2000-08-251-1/+2 * Set default values for all of the signal emissions.Christopher James Lahey2000-08-251-3/+3 * Check for selection->selection being NULL inChristopher James Lahey2000-08-251-0/+3 * Pay attention to the return value from the click signal.Christopher James Lahey2000-08-251-2/+8 * Added a click signal which gets sent if the user hits the left or middleChristopher James Lahey2000-08-258-0/+89