/sysutils/tmpwatch/

c2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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