aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
Commit message (Expand)AuthorAgeFilesLines
* Work around sudden disappearance of GdkRegion in GTK+ 2.90.5.Matthew Barnes2010-06-301-0/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-06-203-13/+34
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-162-29/+52
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-152-52/+29
* Drop the "2" from libgnomecanvas and libart_lgpl.Matthew Barnes2010-06-151-2/+2
* Add some missing linker flags.Matthew Barnes2010-06-151-8/+10
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-152-29/+52
* Coding style and whitespace cleanups.Matthew Barnes2010-06-073-15/+28
* More GTK3 preparation.Matthew Barnes2010-06-043-9/+22
* Fix compiler warnings.Matthew Barnes2010-05-221-1/+0
* Bug #545462 - Printing of contacts is weird.Vibha Yadav2010-05-072-5/+32
* Coding style and whitespace cleanup.Matthew Barnes2010-05-021-48/+103
* Bug #614346 - Use cached table row height rather than recalculateMichel Dänzer2010-04-301-11/+11
* fix disappearing e-table headers by realising the (horrible)Michael Meeks2010-04-211-0/+1
* Fix compiler warnings.Matthew Barnes2010-04-211-3/+5
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-134-12/+8
* Bug #615263 - SIGSEGV on Evolution close in e-tree.c:1990Milan Crha2010-04-131-4/+4
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-0822-495/+886
* Revert "[win32] #undef some conflicting defines"Fridrich Štrba2010-04-064-17/+0
* [win32] #undef some conflicting definesFridrich Štrba2010-04-064-0/+17
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-10156/+0
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-2/+1
* Bug #547368 - Messages with unclear meaning (add translator comments)Milan Crha2010-04-034-7/+12
* Bug #325616 - Remove whitespace, add translator commentsMilan Crha2010-04-021-2/+15
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-0217-168/+168
* Fix mismatched quotes.Matthew Barnes2010-03-291-1/+1
* Clean up GalView and related classes.Matthew Barnes2010-03-113-8/+20
* Bug 612374 - Build failure due to recent GTK+ deprecationsMatthew Barnes2010-03-102-4/+13
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-057-0/+56
* Bug #610824 - Contacts list view column width doesn't follow headerMilan Crha2010-02-241-1/+5
* Coding style and whitespace cleanup.Matthew Barnes2010-02-201-1/+0
* Fix ETable/ETree signal signatures.Matthew Barnes2010-02-1910-109/+110
* Bug 587014 - Magic space does not work as expectedMatthew Barnes2010-02-184-8/+8
* Bug #593700 - Opens folder on topMilan Crha2010-02-112-16/+46
* Coding style and whitespace cleanup.Matthew Barnes2010-02-087-71/+179
* Bug 602416 - Changing shell views emits many runtime warningsMatthew Barnes2010-02-073-6/+21
* Coding style and whitespace cleanup.Matthew Barnes2010-01-3143-154/+154
* Coding style and whitespace cleanups.Matthew Barnes2010-01-233-38/+76
* Bug #606301 - Slow sort by subjectMilan Crha2010-01-209-56/+242
* Remove dead assignments found by clang.Matthew Barnes2010-01-1611-61/+15
* Remove unused tooltip support from ECanvas/ETable/EText.Matthew Barnes2010-01-157-115/+1
* Remove unused ECell::show_tooltip method.Matthew Barnes2010-01-156-400/+0
* Remove dead ETableItem code.Matthew Barnes2010-01-151-77/+0
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-083-3/+3
* Teach ETable to prefer themed icon names over pixbufs.Matthew Barnes2010-01-079-357/+475
* Coding style and whitespace cleanup.Matthew Barnes2010-01-053-21/+52
* Kill e_popup_menu().Matthew Barnes2010-01-051-3/+9
* Coding style and whitespace cleanup.Matthew Barnes2010-01-046-23/+44
* ETableExtras cleanup.Matthew Barnes2010-01-032-86/+144
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-262-5/+14
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-1/+2
* Bug #603972 - Proper title for dialogPaul Bolle2009-12-101-1/+1
* Kill ETableScrolled.Matthew Barnes2009-12-087-1353/+456
* Kill ETreeScrolled.Matthew Barnes2009-12-083-307/+0
* Bug #590127 - Define ETable::vertical-spacing style propertyMilan Crha2009-11-182-5/+27
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-177-2674/+2269
* Kill e-cursor(s) (both of them).Matthew Barnes2009-11-102-5/+10
* Bug 271836 - Incorrect signature for "model_cell_changed" signal handlerLi Yuan2009-11-091-1/+1
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-273-8/+3
* Bug #204900 - The sort indication arrows cover up the icons in tab headerMilan Crha2009-10-271-15/+30
* Bug #248745 - Indent single mail in a threaded view tooMilan Crha2009-10-231-1/+1
* Bug #484839 - Sort, when in threading mode, properlyMilan Crha2009-10-232-0/+50
* Bug #411768 - Don't remove column by drag&drop out of a table headerMilan Crha2009-10-161-4/+0
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-3/+4
* Fix duplicate symbols in Glade files.Matthew Barnes2009-09-251-2/+2
* Remove a bunch of unused functions.Matthew Barnes2009-09-153-420/+0
* Remove unused ETable files.Matthew Barnes2009-09-0912-1852/+0
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-122-64/+16
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-8/+9
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-1/+1
|\
| * More whitespace cleanup.Matthew Barnes2009-07-1927-190/+190
| * Bug #266150 - In list view Delete option not working in menu and toolbarMilan Crha2009-07-171-1/+1
| * Fix excessive whitespace.Matthew Barnes2009-07-1355-169/+0
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| * Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-197-43/+14
| * More code cleanup.Matthew Barnes2009-06-0247-185/+185
| * Whitespace cleanup.Matthew Barnes2009-05-2935-169/+169
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-29114-2448/+2448
| * Remove trailing whitespace, again.Matthew Barnes2009-05-29126-146/+146
* | More whitespace cleanup.Matthew Barnes2009-07-1926-189/+189
* | Fix excessive whitespace.Matthew Barnes2009-07-1478-255/+0
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* | Radically reorganize source code.Matthew Barnes2009-06-2542-49/+49
* | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-189-55/+18
* | More code cleanup.Matthew Barnes2009-06-0250-197/+197
* | Whitespace cleanup.Matthew Barnes2009-05-2942-178/+178
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-27134-2552/+2552
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-27163-244/+236
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-27126-146/+146
| |/
| * Fix compiler warnings in mail.Matthew Barnes2009-05-262-2/+2
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-262-8/+8
| * Fix compiler warnings in smime.Matthew Barnes2009-05-261-0/+1
| * Fix compiler warnings in widgets.Matthew Barnes2009-05-2621-53/+44
| * Fix compiler warnings.Matthew Barnes2009-05-171-10/+0
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-176-10/+10
* | Fix compiler warnings.Matthew Barnes2009-05-211-10/+0
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-217-11/+11
* | Use -no-undefined on Linux tooMilan Crha2009-05-2053-35/+7563
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-044-1/+60
|\|
| * ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-041-1/+1
| * ** BUGFIX: 569696 – Memory leak in message-listSrinivasa Ragavan2009-05-043-0/+59
| * Bug 325131 – Do not translate ETable property nicknamesMatthew Barnes2009-05-034-18/+18
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| * Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-016-1346/+1
* | Bug 325131 – Do not translate ETable property nicknamesMatthew Barnes2009-05-044-18/+18
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
* | Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-042-353/+0
* | Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-041-27/+0
* | Merge in changes from master.Matthew Barnes2009-05-016-1346/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-2514-130/+170
|\|
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-244-99/+89
| * Reset ETable vertical padding to 3 to more closely match GtkTreeView.Matthew Barnes2009-04-241-1/+1
| * Bug 565780 – Message view is tightly packed and hard to readMatthew Barnes2009-04-241-3/+4
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-2312-59/+55
| * ** Fixes bug #576694Matthew Barnes2009-03-252-1/+13
| * Chenthill Palanisamy <pchenthill@novell.com> ** Part of fix for bug #573198 ...Suman Manjunath2009-02-262-1/+9
| * ** Fixes part of bug #572348Matthew Barnes2009-02-192-1/+7
| * Migrate from deprecated gtk_window_set_policy to gtk_window_set_resizableAndre Klapper2009-02-192-1/+6
| * ** Fix for bug #550114Milan Crha2009-02-167-27/+46
| * ** Fix for bug #557176Milan Crha2008-12-152-0/+10
| * ** Fixes bug #554464Felix Riemann2008-11-282-15/+9
| * ** Fixes bug #560882Matthew Barnes2008-11-183-2/+11
| * Only include the toplevel GTK+ header.Matthew Barnes2008-10-311-1/+1
| * License changes.Sankarasivasubramanian Pasupathilingam2008-10-183-4/+13
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-082-17/+22
| * Remove obsolete files.Sankarasivasubramanian Pasupathilingam2008-10-061-2/+0
| * Removed obsolete files.Sankarasivasubramanian Pasupathilingam2008-10-063-146/+6
| * Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-032-20/+25
| * Removed obsolete files.Sankarasivasubramanian Pasupathilingam2008-10-034-527/+6
| * Change licese from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-033-32/+37
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-302-16/+23
| * ** Remove unused filesSrinivasa Ragavan2008-09-291-2/+3
| * Remove obsolete files.Sankarasivasubramanian Pasupathilingam2008-09-294-751/+6
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-296-86/+95
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-242-17/+22
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-164-49/+54
| * License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-135-65/+70
| * License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-046-81/+87
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-0357-905/+923
| * License ChangesSankarasivasubramanian Pasupathilingam2008-08-2757-909/+970
| * ** Fix for bug #352695Milan Crha2008-08-112-2/+11
| * ** Fix for bug #519292Milan Crha2008-08-115-39/+36
| * ** Fix for bug #352695Milan Crha2008-08-115-12/+80
| * Committing on behalf of Milan Crha <mcrha@redhat.com> Milan Crha2008-07-219-1/+131
* | Reset ETable vertical padding to 3 to more closely match GtkTreeView.Matthew Barnes2009-04-241-1/+1
* | Bug 565780 – Message view is tightly packed and hard to readMatthew Barnes2009-04-241-3/+4
* | Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-211-2/+4
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-122-0/+10
* | Fix some miscellaneous mailer bugs.Matthew Barnes2009-01-081-1/+4
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-112-15/+9
* | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-243-2/+11
* | Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-081-1/+1
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-2512-748/+109
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-0216-950/+237
* | Progress update:Matthew Barnes2008-09-1813-60/+56
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-11118-1895/+1980
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-155-53/+127
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-089-1/+131
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-21135-141/+141
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-0614-18/+14
* gdk_rgb_get_cmap -> gdk_rgb_get_colormapKjartan Maraas2008-06-046-5/+14
* gdk_pixbuf_unref() -> g_object_unref()Kjartan Maraas2008-06-043-2/+8
* gtk_window_set_policy -> gtk_window_set_resizableKjartan Maraas2008-06-042-2/+6
* ** Fixes bug #534360Matthew Barnes2008-05-238-21/+34
* ** Fix for bug #528288Milan Crha2008-04-303-0/+83
* ** Fix for bug #529893Danny Baumann2008-04-254-0/+12
* ** Fix for bug #519292Milan Crha2008-03-272-2/+9
* ** Fix for bug #209353Milan Crha2008-02-202-1/+17
* ** Fix for bug #512623Milan Crha2008-02-013-6/+16
* Fix some gradient issues.Srinivasa Ragavan2008-01-282-4/+8
* Cairofication of the preference window's etable.Srinivasa Ragavan2008-01-242-39/+22
* ** Fix for bug #511105Milan Crha2008-01-234-5/+19
* ** Fix for bug #511094Milan Crha2008-01-232-0/+10
* Draw the cursor only for multiselection.Srinivasa Ragavan2008-01-202-3/+7
* Removed the pixmap cache. It wasn't giving alpha for the cairo renderedSrinivasa Ragavan2008-01-203-110/+87
* Patch from David Turner <cillian64@googlemail.com>: Fix for bug #408170 (mis...Suman Manjunath2007-12-062-2/+9
* ** Fix for bug #458824David Turner2007-12-042-5/+11
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-15125-1445/+1445
* ** Fix for bug #255051Milan Crha2007-11-054-1/+25
* ** Fixes bug #492058Damien Carbery2007-11-033-10/+18
* ** Fix for bug #463946Milan Crha2007-11-022-0/+8
* ** Miscellaneous compiler warning fixes.Matthew Barnes2007-11-012-2/+7
* Warning fixes: - NULL vs. 0 vs. FALSE - Mark som code staticKjartan Maraas2007-10-319-17/+38
* ** Fixes bug 360134Tobias Mueller2007-10-123-3/+4
* ** Fixes bug #437579Matthew Barnes2007-10-106-23/+29
* Remove an unused function left behind by my previous commit.Matthew Barnes2007-10-021-10/+0
* ** Fixes bug #469657Matthew Barnes2007-10-023-67/+42
* 2007-10-01 mcrha Fix for bug #470837Milan Crha2007-10-012-24/+46
* 2007-10-01 mcrha Fix for bug #474557Milan Crha2007-10-012-3/+10
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-287-13/+24
* 2007-09-27 mcrha Fix for bug #478871Milan Crha2007-09-272-4/+13
* 2007-09-27 mcrha Fix for bug #479716 (needs run autogen.sh)Milan Crha2007-09-274-2129/+31
* 2007-09-26 mcrha Fix for bug #340748Milan Crha2007-09-262-0/+9
* 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-072-1/+8
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-02139-293/+289
* Move away from g_asserts from g_return*.Srinivasa Ragavan2007-08-317-33/+56
* 2007-08-24 mcrha Fix for bug #239441Milan Crha2007-08-242-1/+23
* ** Fixes bug #303877.Matthew Barnes2007-08-242-2/+82
* ** Fix for bug #419690Srinivasa Ragavan2007-08-072-0/+10
* 2007-08-07 mcrha Fix for bug #463946Milan Crha2007-08-072-2/+9
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-13/+0
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-2862-719/+555
* Collect all the required package versions in one place and explicitlyMatthew Barnes2007-07-282-2/+8
* ** Fix for bug #323522Srinivasa Ragavan2007-07-272-1/+9
* Fix for bug #353752Srinivasa Ragavan2007-07-095-70/+92
* ** Fix for bug #325882Srinivasa Ragavan2007-06-181-1/+1
* Free the model_cols array when the instance is destroyed (#447742).Matthew Barnes2007-06-152-0/+16
* Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-0313-131/+168
* ** Fix for bug #333707 from David MooreSrinivasa Ragavan2007-05-312-0/+43
* ** Fixes bug #441010Matthew Barnes2007-05-253-28/+147
* Add support for GMail like sortingSrinivasa Ragavan2007-05-176-1/+66
* Add code to support default thread expand stateSrinivasa Ragavan2007-05-162-1/+26
* ** Fix for bug #378441 from Ebby WiselynSrinivasa Ragavan2007-05-142-11/+17
* Fix for bug #355919simon.zheng2007-05-122-1/+12
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-206-84/+88
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-2023-69/+122
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-305-11/+20
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-273-3/+8
* ** Fixes bug #419524Matthew Barnes2007-03-2125-30/+36
* ** Fixes bug #360240Matthew Barnes2007-03-172-2/+7
* ** Fixes bug #357216Matthew Barnes2007-03-0111-2/+90
* Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-123-8/+15
* ** Fixes bug #357216Matthew Barnes2007-02-097-58/+68
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-2310-286/+255
* Fixes bug #357970Matthew Barnes2006-12-0412-70/+85
* Fixes bug #381642.Harish Krishnaswamy2006-12-042-0/+13
* ** Fixes bug #352450Matthew Barnes2006-09-1811-33/+23
* ** Fixes bug #337582Hiroyuki Ikezoe2006-08-242-134/+31
* changed window focus. Fixes bug #266802.Andre Klapper2006-08-212-3/+8
* Fix for bug 347430Srinivasa Ragavan2006-08-212-5/+6
* Commiting patch from Pavel Roskin for adding missing headers.Srinivasa Ragavan2006-08-203-0/+9
* Fix for bug #350884 (GMail like thread sorting)Srinivasa Ragavan2006-08-192-1/+21
* Added cairo font rendering to ECell and EText.Srinivasa Ragavan2006-07-202-5/+17
* ** Fixes bug #333041 add gettext support to some strings.Benoît Dejean2006-07-182-6/+11
* Revert the previous patch. Requires rework.Harish Krishnaswamy2006-07-101-58/+2
* Added code for Resize Transparency with Cairo drawing. Added code toRajeev ramanathan2006-07-101-2/+58
* Enhanced search functionality. patch submitted by Johnny Jacob ReviewedHarish Krishnaswamy2006-06-301-1/+1
* **Fixes bug #338295 Use pango to handle text when printing tasks.simon.zheng2006-06-122-29/+73
* ** Fixes bug #343764 now entirely Adding a weak reference to avoidEd Catmur2006-06-122-0/+7
* Committing a fix for sorting in the vertical view message list.Srinivasa Ragavan2006-06-125-22/+56
* ** Fixes bug #343764 Ensure g_label points to the right widget beforeCarlos Garcia Campos2006-06-082-3/+9
* Remove extra tabs. Fixes #343734.Hiroyuki Ikezoe2006-06-052-2/+6
* Added support for Vertical View in Evolution Mailer with custom message list.Srinivasa Ragavan2006-06-036-3/+500
* Reviewed and committed by Harish Krishnaswamy <kharish@novell.com>Hiroyuki Ikezoe2006-05-122-2/+6
* ** Fixes bug #327035 Grab focus only from widgets which can have focus on.Jeff Cai2006-04-102-1/+8
* Committing fix for bug #328283Srinivasa Ragavan2006-03-022-2/+10
* ** Fixes bug #331400Simon Zheng2006-03-012-1/+15
* Fixed bug #332408Srinivasa Ragavan2006-02-242-0/+56
* Fixes bug #328283Srinivasa Ragavan2006-02-142-2/+12
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-3025-182/+40