| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix duplicate symbols in Glade files. | Matthew Barnes | 2009-09-25 | 1 | -2/+2 |
* | Remove a bunch of unused functions. | Matthew Barnes | 2009-09-15 | 3 | -420/+0 |
* | Remove unused ETable files. | Matthew Barnes | 2009-09-09 | 12 | -1852/+0 |
* | Bug #205137 - Configurable date formats in components | Milan Crha | 2009-08-12 | 2 | -64/+16 |
* | Replace more "config" classes with property bindings. | Matthew Barnes | 2009-08-06 | 1 | -8/+9 |
* | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 1 | -1/+1 |
|\ |
|
| * | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 27 | -190/+190 |
| * | Bug #266150 - In list view Delete option not working in menu and toolbar | Milan Crha | 2009-07-17 | 1 | -1/+1 |
| * | Fix excessive whitespace. | Matthew Barnes | 2009-07-13 | 55 | -169/+0 |
| * | Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
| * | Use G_BEGIN_DECLS / G_END_DECLS macros. | Matthew Barnes | 2009-06-19 | 7 | -43/+14 |
| * | More code cleanup. | Matthew Barnes | 2009-06-02 | 47 | -185/+185 |
| * | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 35 | -169/+169 |
| * | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-29 | 114 | -2448/+2448 |
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-29 | 126 | -146/+146 |
* | | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 26 | -189/+189 |
* | | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 78 | -255/+0 |
* | | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
* | | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 42 | -49/+49 |
* | | Use G_BEGIN_DECLS / G_END_DECLS macros. | Matthew Barnes | 2009-06-18 | 9 | -55/+18 |
* | | More code cleanup. | Matthew Barnes | 2009-06-02 | 50 | -197/+197 |
* | | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 42 | -178/+178 |
* | | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 134 | -2552/+2552 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 163 | -244/+236 |
|\ \ |
|
| * | | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 126 | -146/+146 |
| |/ |
|
| * | Fix compiler warnings in mail. | Matthew Barnes | 2009-05-26 | 2 | -2/+2 |
| * | Fix compiler warnings in calendar. | Matthew Barnes | 2009-05-26 | 2 | -8/+8 |
| * | Fix compiler warnings in smime. | Matthew Barnes | 2009-05-26 | 1 | -0/+1 |
| * | Fix compiler warnings in widgets. | Matthew Barnes | 2009-05-26 | 21 | -53/+44 |
| * | Fix compiler warnings. | Matthew Barnes | 2009-05-17 | 1 | -10/+0 |
| * | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-17 | 6 | -10/+10 |
* | | Fix compiler warnings. | Matthew Barnes | 2009-05-21 | 1 | -10/+0 |
* | | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-21 | 7 | -11/+11 |
* | | Use -no-undefined on Linux too | Milan Crha | 2009-05-20 | 53 | -35/+7563 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-04 | 4 | -1/+60 |
|\| |
|
| * | ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_add | Marcel Stimberg | 2009-05-04 | 1 | -1/+1 |
| * | ** BUGFIX: 569696 – Memory leak in message-list | Srinivasa Ragavan | 2009-05-04 | 3 | -0/+59 |
| * | Bug 325131 – Do not translate ETable property nicknames | Matthew Barnes | 2009-05-03 | 4 | -18/+18 |
| * | Use Behdad's brilliant git.mk to generate .gitignore files. | Matthew Barnes | 2009-05-02 | 1 | -0/+2 |
| * | Only #include specific libgnome[ui] headers; easier to track. | Matthew Barnes | 2009-05-01 | 6 | -1346/+1 |
* | | Bug 325131 – Do not translate ETable property nicknames | Matthew Barnes | 2009-05-04 | 4 | -18/+18 |
* | | Use Behdad's brilliant git.mk to generate .gitignore files. | Matthew Barnes | 2009-05-04 | 1 | -0/+2 |
* | | Only #include specific libgnome[ui] headers; easier to track. | Matthew Barnes | 2009-05-04 | 2 | -353/+0 |
* | | Bug 580896 – Kill libgnome/gnome-program | Matthew Barnes | 2009-05-04 | 1 | -27/+0 |
* | | Merge in changes from master. | Matthew Barnes | 2009-05-01 | 6 | -1346/+1 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-04-25 | 14 | -130/+170 |
|\| |
|
| * | GN-bug #572348 - Removed deprecated Gtk+ symbols | Milan Crha | 2009-04-24 | 4 | -99/+89 |
| * | Reset ETable vertical padding to 3 to more closely match GtkTreeView. | Matthew Barnes | 2009-04-24 | 1 | -1/+1 |
| * | Bug 565780 – Message view is tightly packed and hard to read | Matthew Barnes | 2009-04-24 | 1 | -3/+4 |
| * | Bug 577929 – Consolidate marshallers | Matthew Barnes | 2009-04-23 | 12 | -59/+55 |
| * | ** Fixes bug #576694 | Matthew Barnes | 2009-03-25 | 2 | -1/+13 |
| * | Chenthill Palanisamy <pchenthill@novell.com> ** Part of fix for bug #573198 ... | Suman Manjunath | 2009-02-26 | 2 | -1/+9 |
| * | ** Fixes part of bug #572348 | Matthew Barnes | 2009-02-19 | 2 | -1/+7 |
| * | Migrate from deprecated gtk_window_set_policy to gtk_window_set_resizable | Andre Klapper | 2009-02-19 | 2 | -1/+6 |
| * | ** Fix for bug #550114 | Milan Crha | 2009-02-16 | 7 | -27/+46 |
| * | ** Fix for bug #557176 | Milan Crha | 2008-12-15 | 2 | -0/+10 |
| * | ** Fixes bug #554464 | Felix Riemann | 2008-11-28 | 2 | -15/+9 |
| * | ** Fixes bug #560882 | Matthew Barnes | 2008-11-18 | 3 | -2/+11 |
| * | Only include the toplevel GTK+ header. | Matthew Barnes | 2008-10-31 | 1 | -1/+1 |
| * | License changes. | Sankarasivasubramanian Pasupathilingam | 2008-10-18 | 3 | -4/+13 |
| * | Change License from GPL to LGPL. | Sankarasivasubramanian Pasupathilingam | 2008-10-08 | 2 | -17/+22 |
| * | Remove obsolete files. | Sankarasivasubramanian Pasupathilingam | 2008-10-06 | 1 | -2/+0 |
| * | Removed obsolete files. | Sankarasivasubramanian Pasupathilingam | 2008-10-06 | 3 | -146/+6 |
| * | Change license from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-10-03 | 2 | -20/+25 |
| * | Removed obsolete files. | Sankarasivasubramanian Pasupathilingam | 2008-10-03 | 4 | -527/+6 |
| * | Change licese from GPL to LGPL. | Sankarasivasubramanian Pasupathilingam | 2008-10-03 | 3 | -32/+37 |
| * | Change License from GPL to LGPL. | Sankarasivasubramanian Pasupathilingam | 2008-09-30 | 2 | -16/+23 |
| * | ** Remove unused files | Srinivasa Ragavan | 2008-09-29 | 1 | -2/+3 |
| * | Remove obsolete files. | Sankarasivasubramanian Pasupathilingam | 2008-09-29 | 4 | -751/+6 |
| * | License changes from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-29 | 6 | -86/+95 |
| * | Change License from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-24 | 2 | -17/+22 |
| * | License changes from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-16 | 4 | -49/+54 |
| * | License Changes from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-13 | 5 | -65/+70 |
| * | License changes. Changed license from GPL to LGPL. | Sankarasivasubramanian Pasupathilingam | 2008-09-04 | 6 | -81/+87 |
| * | Change License from GPL to LGPL. 2nd batch. | Sankarasivasubramanian Pasupathilingam | 2008-09-03 | 57 | -905/+923 |
| * | License Changes | Sankarasivasubramanian Pasupathilingam | 2008-08-27 | 57 | -909/+970 |
| * | ** Fix for bug #352695 | Milan Crha | 2008-08-11 | 2 | -2/+11 |
| * | ** Fix for bug #519292 | Milan Crha | 2008-08-11 | 5 | -39/+36 |
| * | ** Fix for bug #352695 | Milan Crha | 2008-08-11 | 5 | -12/+80 |
| * | Committing on behalf of Milan Crha <mcrha@redhat.com> | Milan Crha | 2008-07-21 | 9 | -1/+131 |
* | | Reset ETable vertical padding to 3 to more closely match GtkTreeView. | Matthew Barnes | 2009-04-24 | 1 | -1/+1 |
* | | Bug 565780 – Message view is tightly packed and hard to read | Matthew Barnes | 2009-04-24 | 1 | -3/+4 |
* | | Saving progress on a massive attachment handling rewrite. | Matthew Barnes | 2009-03-21 | 1 | -2/+4 |
* | | Merge revisions 36866:37046 from trunk. | Matthew Barnes | 2009-01-12 | 2 | -0/+10 |
* | | Fix some miscellaneous mailer bugs. | Matthew Barnes | 2009-01-08 | 1 | -1/+4 |
* | | Merge revisions 36811:36865 from trunk. | Matthew Barnes | 2008-12-11 | 2 | -15/+9 |
* | | Merge revisions 36737:36810 from trunk. | Matthew Barnes | 2008-11-24 | 3 | -2/+11 |
* | | Merge revisions 36685:36729 from trunk. | Matthew Barnes | 2008-11-08 | 1 | -1/+1 |
* | | Merge revisions 36534:36684 from trunk. | Matthew Barnes | 2008-10-25 | 12 | -748/+109 |
* | | Merge revisions 36016:36533 from trunk. | Matthew Barnes | 2008-10-02 | 16 | -950/+237 |
* | | Progress update: | Matthew Barnes | 2008-09-18 | 13 | -60/+56 |
* | | Merge revisions 36016:36303 from trunk. | Matthew Barnes | 2008-09-11 | 118 | -1895/+1980 |
* | | Merge revisions 35951:35992 from trunk. | Matthew Barnes | 2008-08-15 | 5 | -53/+127 |
* | | Merge revisions 35747:35930 from trunk. | Matthew Barnes | 2008-08-08 | 9 | -1/+131 |
|/ |
|
* | updated novell copyright notices (left others alone) | Jeffrey Stedfast | 2008-06-21 | 135 | -141/+141 |
* | ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and | Matthew Barnes | 2008-06-06 | 14 | -18/+14 |
* | gdk_rgb_get_cmap -> gdk_rgb_get_colormap | Kjartan Maraas | 2008-06-04 | 6 | -5/+14 |
* | gdk_pixbuf_unref() -> g_object_unref() | Kjartan Maraas | 2008-06-04 | 3 | -2/+8 |
* | gtk_window_set_policy -> gtk_window_set_resizable | Kjartan Maraas | 2008-06-04 | 2 | -2/+6 |
* | ** Fixes bug #534360 | Matthew Barnes | 2008-05-23 | 8 | -21/+34 |
* | ** Fix for bug #528288 | Milan Crha | 2008-04-30 | 3 | -0/+83 |
* | ** Fix for bug #529893 | Danny Baumann | 2008-04-25 | 4 | -0/+12 |
* | ** Fix for bug #519292 | Milan Crha | 2008-03-27 | 2 | -2/+9 |
* | ** Fix for bug #209353 | Milan Crha | 2008-02-20 | 2 | -1/+17 |
* | ** Fix for bug #512623 | Milan Crha | 2008-02-01 | 3 | -6/+16 |
* | Fix some gradient issues. | Srinivasa Ragavan | 2008-01-28 | 2 | -4/+8 |
* | Cairofication of the preference window's etable. | Srinivasa Ragavan | 2008-01-24 | 2 | -39/+22 |
* | ** Fix for bug #511105 | Milan Crha | 2008-01-23 | 4 | -5/+19 |
* | ** Fix for bug #511094 | Milan Crha | 2008-01-23 | 2 | -0/+10 |
* | Draw the cursor only for multiselection. | Srinivasa Ragavan | 2008-01-20 | 2 | -3/+7 |
* | Removed the pixmap cache. It wasn't giving alpha for the cairo rendered | Srinivasa Ragavan | 2008-01-20 | 3 | -110/+87 |
* | Patch from David Turner <cillian64@googlemail.com>: Fix for bug #408170 (mis... | Suman Manjunath | 2007-12-06 | 2 | -2/+9 |
* | ** Fix for bug #458824 | David Turner | 2007-12-04 | 2 | -5/+11 |
* | ** Remove trailing whitespace from source code. | Matthew Barnes | 2007-11-15 | 125 | -1445/+1445 |
* | ** Fix for bug #255051 | Milan Crha | 2007-11-05 | 4 | -1/+25 |
* | ** Fixes bug #492058 | Damien Carbery | 2007-11-03 | 3 | -10/+18 |
* | ** Fix for bug #463946 | Milan Crha | 2007-11-02 | 2 | -0/+8 |
* | ** Miscellaneous compiler warning fixes. | Matthew Barnes | 2007-11-01 | 2 | -2/+7 |
* | Warning fixes: - NULL vs. 0 vs. FALSE - Mark som code static | Kjartan Maraas | 2007-10-31 | 9 | -17/+38 |
* | ** Fixes bug 360134 | Tobias Mueller | 2007-10-12 | 3 | -3/+4 |
* | ** Fixes bug #437579 | Matthew Barnes | 2007-10-10 | 6 | -23/+29 |
* | Remove an unused function left behind by my previous commit. | Matthew Barnes | 2007-10-02 | 1 | -10/+0 |
* | ** Fixes bug #469657 | Matthew Barnes | 2007-10-02 | 3 | -67/+42 |
* | 2007-10-01 mcrha Fix for bug #470837 | Milan Crha | 2007-10-01 | 2 | -24/+46 |
* | 2007-10-01 mcrha Fix for bug #474557 | Milan Crha | 2007-10-01 | 2 | -3/+10 |
* | Fix for bug #461195 from Hiroyuki Ikezoe. | Matthew Barnes | 2007-09-28 | 7 | -13/+24 |
* | 2007-09-27 mcrha Fix for bug #478871 | Milan Crha | 2007-09-27 | 2 | -4/+13 |
* | 2007-09-27 mcrha Fix for bug #479716 (needs run autogen.sh) | Milan Crha | 2007-09-27 | 4 | -2129/+31 |
* | 2007-09-26 mcrha Fix for bug #340748 | Milan Crha | 2007-09-26 | 2 | -0/+9 |
* | 2007-09-07 mcrha Fix for bug #473903 | Milan Crha | 2007-09-07 | 2 | -1/+8 |
* | Update FSF address in header comments (#469886). Patch from Tobias | Matthew Barnes | 2007-09-02 | 139 | -293/+289 |
* | Move away from g_asserts from g_return*. | Srinivasa Ragavan | 2007-08-31 | 7 | -33/+56 |
* | 2007-08-24 mcrha Fix for bug #239441 | Milan Crha | 2007-08-24 | 2 | -1/+23 |
* | ** Fixes bug #303877. | Matthew Barnes | 2007-08-24 | 2 | -2/+82 |
* | ** Fix for bug #419690 | Srinivasa Ragavan | 2007-08-07 | 2 | -0/+10 |
* | 2007-08-07 mcrha Fix for bug #463946 | Milan Crha | 2007-08-07 | 2 | -2/+9 |
* | ** Fix for bug #455799 | Hiroyuki Ikezoe | 2007-08-04 | 1 | -13/+0 |
* | Remove E_MAKE_TYPE macro. | Hiroyuki Ikezoe | 2007-07-28 | 62 | -719/+555 |
* | Collect all the required package versions in one place and explicitly | Matthew Barnes | 2007-07-28 | 2 | -2/+8 |
* | ** Fix for bug #323522 | Srinivasa Ragavan | 2007-07-27 | 2 | -1/+9 |
* | Fix for bug #353752 | Srinivasa Ragavan | 2007-07-09 | 5 | -70/+92 |
* | ** Fix for bug #325882 | Srinivasa Ragavan | 2007-06-18 | 1 | -1/+1 |
* | Free the model_cols array when the instance is destroyed (#447742). | Matthew Barnes | 2007-06-15 | 2 | -0/+16 |
* | Fix compilation warnings in widgets folder (#441014). | Matthew Barnes | 2007-06-03 | 13 | -131/+168 |
* | ** Fix for bug #333707 from David Moore | Srinivasa Ragavan | 2007-05-31 | 2 | -0/+43 |
* | ** Fixes bug #441010 | Matthew Barnes | 2007-05-25 | 3 | -28/+147 |
* | Add support for GMail like sorting | Srinivasa Ragavan | 2007-05-17 | 6 | -1/+66 |
* | Add code to support default thread expand state | Srinivasa Ragavan | 2007-05-16 | 2 | -1/+26 |
* | ** Fix for bug #378441 from Ebby Wiselyn | Srinivasa Ragavan | 2007-05-14 | 2 | -11/+17 |
* | Fix for bug #355919 | simon.zheng | 2007-05-12 | 2 | -1/+12 |
* | Clean up printing in Evolution (bug #426816) | Matthew Barnes | 2007-04-20 | 6 | -84/+88 |
* | Massive code cleanup (bug #429422) | Matthew Barnes | 2007-04-20 | 23 | -69/+122 |
* | Fix "incompatible pointer type" warnings (#360619). | Matthew Barnes | 2007-03-30 | 5 | -11/+20 |
* | Don't mix declarations and code (#405495). | Matthew Barnes | 2007-03-27 | 3 | -3/+8 |
* | ** Fixes bug #419524 | Matthew Barnes | 2007-03-21 | 25 | -30/+36 |
* | ** Fixes bug #360240 | Matthew Barnes | 2007-03-17 | 2 | -2/+7 |
* | ** Fixes bug #357216 | Matthew Barnes | 2007-03-01 | 11 | -2/+90 |
* | Print migration updates from Ebby Wiselyn. | Srinivasa Ragavan | 2007-02-12 | 3 | -8/+15 |
* | ** Fixes bug #357216 | Matthew Barnes | 2007-02-09 | 7 | -58/+68 |
* | ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22 | Srinivasa Ragavan | 2007-01-23 | 10 | -286/+255 |
* | Fixes bug #357970 | Matthew Barnes | 2006-12-04 | 12 | -70/+85 |
* | Fixes bug #381642. | Harish Krishnaswamy | 2006-12-04 | 2 | -0/+13 |
* | ** Fixes bug #352450 | Matthew Barnes | 2006-09-18 | 11 | -33/+23 |
* | ** Fixes bug #337582 | Hiroyuki Ikezoe | 2006-08-24 | 2 | -134/+31 |
* | changed window focus. Fixes bug #266802. | Andre Klapper | 2006-08-21 | 2 | -3/+8 |
* | Fix for bug 347430 | Srinivasa Ragavan | 2006-08-21 | 2 | -5/+6 |
* | Commiting patch from Pavel Roskin for adding missing headers. | Srinivasa Ragavan | 2006-08-20 | 3 | -0/+9 |
* | Fix for bug #350884 (GMail like thread sorting) | Srinivasa Ragavan | 2006-08-19 | 2 | -1/+21 |
* | Added cairo font rendering to ECell and EText. | Srinivasa Ragavan | 2006-07-20 | 2 | -5/+17 |
* | ** Fixes bug #333041 add gettext support to some strings. | Benoît Dejean | 2006-07-18 | 2 | -6/+11 |
* | Revert the previous patch. Requires rework. | Harish Krishnaswamy | 2006-07-10 | 1 | -58/+2 |
* | Added code for Resize Transparency with Cairo drawing. Added code to | Rajeev ramanathan | 2006-07-10 | 1 | -2/+58 |
* | Enhanced search functionality. patch submitted by Johnny Jacob Reviewed | Harish Krishnaswamy | 2006-06-30 | 1 | -1/+1 |
* | **Fixes bug #338295 Use pango to handle text when printing tasks. | simon.zheng | 2006-06-12 | 2 | -29/+73 |
* | ** Fixes bug #343764 now entirely Adding a weak reference to avoid | Ed Catmur | 2006-06-12 | 2 | -0/+7 |
* | Committing a fix for sorting in the vertical view message list. | Srinivasa Ragavan | 2006-06-12 | 5 | -22/+56 |
* | ** Fixes bug #343764 Ensure g_label points to the right widget before | Carlos Garcia Campos | 2006-06-08 | 2 | -3/+9 |
* | Remove extra tabs. Fixes #343734. | Hiroyuki Ikezoe | 2006-06-05 | 2 | -2/+6 |
* | Added support for Vertical View in Evolution Mailer with custom message list. | Srinivasa Ragavan | 2006-06-03 | 6 | -3/+500 |
* | Reviewed and committed by Harish Krishnaswamy <kharish@novell.com> | Hiroyuki Ikezoe | 2006-05-12 | 2 | -2/+6 |
* | ** Fixes bug #327035 Grab focus only from widgets which can have focus on. | Jeff Cai | 2006-04-10 | 2 | -1/+8 |
* | Committing fix for bug #328283 | Srinivasa Ragavan | 2006-03-02 | 2 | -2/+10 |
* | ** Fixes bug #331400 | Simon Zheng | 2006-03-01 | 2 | -1/+15 |
* | Fixed bug #332408 | Srinivasa Ragavan | 2006-02-24 | 2 | -0/+56 |
* | Fixes bug #328283 | Srinivasa Ragavan | 2006-02-14 | 2 | -2/+12 |
* | Tons of cleanups of the following sort: - remove unused vars - remove | Kjartan Maraas | 2006-01-30 | 25 | -182/+40 |
* | removed string "dialog1" from translation. Fixes bug 306118. | Andre Klapper | 2006-01-27 | 3 | -2/+7 |
* | Added functions to collapse/Expand all | Srinivasa Ragavan | 2006-01-16 | 2 | -0/+44 |
* | Fixes the scroll issue with e-tree. | Srinivasa Ragavan | 2006-01-13 | 2 | -0/+17 |
* | fixed one typo. Fixes bug 306118 partially. | Andre Klapper | 2005-12-23 | 1 | -1/+1 |
* | fixes #303876 | Chenthill Palanisamy | 2005-12-21 | 2 | -1/+11 |
* | Use g_ascii_strcasecmp() instead of g_strcasecmp(). This function handles | Tor Lillqvist | 2005-12-18 | 4 | -17/+18 |
* | Link with bootstrap libs on Win32. Use E_WIDGETS_CFLAGS instead of | Tor Lillqvist | 2005-12-18 | 2 | -5/+24 |
* | Fixed substitutions that I missed in the last commit. | Harish Krishnaswamy | 2005-12-10 | 4 | -4/+4 |
* | prefix the wrapper functions with e - do not use g lest it is assumed to | Harish Krishnaswamy | 2005-12-09 | 7 | -9/+19 |
* | Fixes #322740. change the condition expression for GDK_RIGHT and GDK_LEFT. | Boby Wang | 2005-12-07 | 2 | -2/+8 |
* | Fixes bug #322776. When focus come into e-tree, it is possible that the | Li Yuan | 2005-12-06 | 2 | -1/+9 |
* | Use gnome_font_find_closest instead of gnome_font_find since Helvetica is | Kaushal Kumar | 2005-10-14 | 2 | -1/+10 |
* | dded case insensitive compare support etable, and using it for Organization | Sushma Rai | 2005-10-04 | 2 | -0/+8 |
* | e-table.c (e_table_load_specification) e-table-specification.c | Tor Lillqvist | 2005-09-30 | 4 | -3/+12 |
* | Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to | Tor Lillqvist | 2005-09-28 | 2 | -5/+12 |
* | Fixes #314352. if accessibility is enabled, we enable horizontal cusor | Li Yuan | 2005-08-25 | 2 | -2/+13 |
* | fix some missing casts. | Not Zed | 2005-08-24 | 2 | -4/+8 |
* | ** See bug #313063. | Not Zed | 2005-08-15 | 2 | -1/+9 |
* | Add a11y name to the left table of config dialog. Add name to the left | Li Yuan | 2005-08-04 | 1 | -2/+14 |
* | Added code to use stock icons instead of -> and <- | Srinivasa Ragavan | 2005-07-25 | 2 | -8/+262 |
* | Added widgets in INCLUDES. | Kaushal Kumar | 2005-06-23 | 29 | -47/+53 |
* | Added from gal/gal/e-table as Gal is retired from Head and e-table files | Kaushal Kumar | 2005-06-21 | 1 | -0/+8918 |
* | If only a few rows have changed, emit each as a separate row_changed event | Not Zed | 2005-06-20 | 1 | -2/+31 |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 126 | -376/+535 |
* | Don't hide the tooltip if we don't have a canvas anymore. Patch by: Not | Kaushal Kumar | 2005-06-01 | 1 | -1/+3 |
* | export ethi_change_sort_state, so we can call it in a11y part. | Li Yuan | 2005-05-20 | 4 | -1/+14 |
* | Check for NULL string before passing to dgettext. Fixes a crash on | Sarfraaz Ahmed | 2005-05-06 | 1 | -1/+1 |
* | Port to Windows, initial commit: | Tor Lillqvist | 2005-04-29 | 68 | -272/+419 |
* | selecion fixes for im's. | Theppitak Karoonboonyanan | 2005-03-14 | 1 | -7/+18 |
* | Fix for #73009. | Li Yuan | 2005-02-28 | 2 | -0/+4 |
* | Some code clean work. | Harry Lu | 2005-02-04 | 3 | -16/+6 |
* | add an a11y name for the popup list. make shortcut key ALT+Arrow work. | Li Yuan | 2005-01-27 | 13 | -63/+210 |
* | Fixes #38195 | JP Rosevear | 2005-01-26 | 1 | -7/+1 |
* | Fixes #29309 | JP Rosevear | 2004-12-22 | 2 | -3/+18 |
* | check whether header_canvas and table_canvas is NULL. | Li Yuan | 2004-11-24 | 1 | -3/+5 |
* | if canvas has a focused item but the etable does not have a cursor row, | Li Yuan | 2004-11-04 | 1 | -0/+4 |
* | return FALSE so we don't kill the focus event chain | JP Rosevear | 2004-10-20 | 1 | -3/+3 |
* | include scrollbar offset in vertical calculation. don't ask me i just work | Not Zed | 2004-08-12 | 1 | -4/+6 |
* | do not set position, it's already done in .glade, call set_transient_for | Radek Doulik | 2004-08-04 | 3 | -16/+8 |
* | added e_table_model_pre_change because we call e_table_model_row_inserted | Radek Doulik | 2004-07-13 | 1 | -0/+2 |
* | Fix some spacing and border width properties on the dialog's widgets to | Rodney Dawes | 2004-06-23 | 3 | -0/+52 |
* | set dialog window position, glade doesn't do that for us anymore as the | Radek Doulik | 2004-06-11 | 4 | -4/+158 |
* | fixes for compiler warnings | Radek Doulik | 2004-06-10 | 9 | -14/+11 |
* | add new api for setting the whole selection in one go. See #59546. | Not Zed | 2004-06-10 | 2 | -0/+16 |
* | (ensure_nonzero_step_increments): set step increments always to 16 | Radek Doulik | 2004-06-09 | 1 | -2/+2 |
* | new helper function to set step_increments (allocate_callback): call | Radek Doulik | 2004-06-09 | 1 | -0/+20 |
* | Fixes #51626 | Bruce Tao | 2004-05-10 | 3 | -4/+73 |
* | Don't necessarily set row to 0 if the root node has the cursor (otherwise | Jeffrey Stedfast | 2004-05-05 | 1 | -5/+3 |
* | revert last patch. (eti_attach_cell_views): add some code to reset drags | Not Zed | 2004-05-04 | 1 | -2/+12 |
* | if motion column is beyond our known columns, just ignore it and don't | Not Zed | 2004-05-04 | 1 | -2/+3 |
* | Changed the int param specs to take a min value of -1 and also defautl to | Jeffrey Stedfast | 2004-04-30 | 1 | -5/+5 |
* | Make the acces key Alt+O work. | Harry Lu | 2004-03-10 | 1 | -1/+1 |
* | reset motion_row/motion_col if the model changes. See bug #54757. | Not Zed | 2004-02-26 | 1 | -0/+2 |
* | Change the shadow type for the arrows here, so that themes that do handle | Rodney Dawes | 2004-02-13 | 3 | -4/+4 |
* | print strikeout/underline | Radek Doulik | 2004-01-27 | 1 | -1/+30 |
* | Fixed bug 51917, add atk support for ClickToAdd | Yuedong Du | 2003-12-17 | 1 | -0/+6 |
* | Fixed #50844 | Andrew Wu | 2003-12-08 | 2 | -2/+5 |
* | Fixed Bug 51252, 51254, 51255. add some code deal with key press event. | Andrew Wu | 2003-12-02 | 3 | -7/+66 |
* | Fixes #51139 | Bolian Yin | 2003-12-02 | 1 | -2/+2 |
* | a11y implementations for ECellText. new functions to support corresponding | Tim Wo | 2003-12-02 | 2 | -0/+195 |
* | renamespace and move to here build new files | Mike Kestner | 2003-11-18 | 2 | -10/+10 |
* | Fix for 50800 connect "e_cell_combo_list_button_press" to gtklist. | Andrew Wu | 2003-11-14 | 1 | -3/+21 |
* | Fix for 50681 send a event to the right cell to pop up something. | Andrew Wu | 2003-11-14 | 1 | -0/+6 |
* | new files (gal-a11y-e-cell-tree.c/h) added adding 2 new functions to add | Tim Wo | 2003-11-12 | 2 | -0/+13 |