| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -0/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 1 | -5/+20 |
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 1 | -4/+4 |
* | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 1 | -2/+5 |
* | libetable cleanups. | Matthew Barnes | 2011-01-17 | 1 | -5/+5 |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 1 | -78/+125 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-12 | 1 | -1/+1 |
* | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 1 | -13/+37 |
* | Bug #325121 - Do not translate developer strings in g_param_spec_* | Milan Crha | 2010-04-02 | 1 | -2/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-31 | 1 | -5/+5 |
* | Kill ETableScrolled. | Matthew Barnes | 2009-12-08 | 1 | -23/+27 |
* | BugĀ 589153 - Use GtkBuilder instead of libglade | Matthew Barnes | 2009-11-17 | 1 | -93/+81 |
* | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 1 | -25/+25 |
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -4/+0 |
* | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -2/+2 |
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -39/+39 |
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 1 | -3/+4 |
|\ |
|
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -1/+1 |
| * | Fix compiler warnings in widgets. | Matthew Barnes | 2009-05-26 | 1 | -2/+3 |
| * | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-17 | 1 | -1/+1 |
| * | Change License from GPL to LGPL. 2nd batch. | Sankarasivasubramanian Pasupathilingam | 2008-09-03 | 1 | -17/+17 |
* | | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-21 | 1 | -1/+1 |
* | | Use -no-undefined on Linux too | Milan Crha | 2009-05-20 | 1 | -1/+1 |
* | | Merge revisions 36016:36303 from trunk. | Matthew Barnes | 2008-09-11 | 1 | -17/+17 |
|/ |
|
* | updated novell copyright notices (left others alone) | Jeffrey Stedfast | 2008-06-21 | 1 | -1/+1 |
* | ** Remove trailing whitespace from source code. | Matthew Barnes | 2007-11-15 | 1 | -81/+81 |
* | Warning fixes: - NULL vs. 0 vs. FALSE - Mark som code static | Kjartan Maraas | 2007-10-31 | 1 | -5/+5 |
* | 2007-09-27 mcrha Fix for bug #478871 | Milan Crha | 2007-09-27 | 1 | -4/+6 |
* | 2007-09-27 mcrha Fix for bug #479716 (needs run autogen.sh) | Milan Crha | 2007-09-27 | 1 | -14/+23 |
* | Update FSF address in header comments (#469886). Patch from Tobias | Matthew Barnes | 2007-09-02 | 1 | -2/+2 |
* | Move away from g_asserts from g_return*. | Srinivasa Ragavan | 2007-08-31 | 1 | -5/+5 |
* | Remove E_MAKE_TYPE macro. | Hiroyuki Ikezoe | 2007-07-28 | 1 | -8/+5 |
* | ** Fixes bug #441010 | Matthew Barnes | 2007-05-25 | 1 | -26/+140 |
* | Massive code cleanup (bug #429422) | Matthew Barnes | 2007-04-20 | 1 | -2/+1 |
* | ** Fixes bug #419524 | Matthew Barnes | 2007-03-21 | 1 | -4/+4 |
* | Fixed bug #332408 | Srinivasa Ragavan | 2006-02-24 | 1 | -0/+47 |
* | Tons of cleanups of the following sort: - remove unused vars - remove | Kjartan Maraas | 2006-01-30 | 1 | -48/+1 |
* | Use g_ascii_strcasecmp() instead of g_strcasecmp(). This function handles | Tor Lillqvist | 2005-12-18 | 1 | -1/+1 |
* | fix some missing casts. | Not Zed | 2005-08-24 | 1 | -4/+4 |
* | Add a11y name to the left table of config dialog. Add name to the left | Li Yuan | 2005-08-04 | 1 | -2/+14 |
* | Added widgets in INCLUDES. | Kaushal Kumar | 2005-06-23 | 1 | -1/+1 |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 1 | -6/+6 |
* | Port to Windows, initial commit: | Tor Lillqvist | 2005-04-29 | 1 | -13/+21 |
* | add an a11y name for the popup list. make shortcut key ALT+Arrow work. | Li Yuan | 2005-01-27 | 1 | -0/+10 |
* | do not set position, it's already done in .glade, call set_transient_for | Radek Doulik | 2004-08-04 | 1 | -10/+2 |
* | Fix some spacing and border width properties on the dialog's widgets to | Rodney Dawes | 2004-06-23 | 1 | -0/+12 |
* | set dialog window position, glade doesn't do that for us anymore as the | Radek Doulik | 2004-06-11 | 1 | -1/+8 |
* | fixes for compiler warnings | Radek Doulik | 2004-06-10 | 1 | -1/+1 |
* | renamespace and move to here build new files | Mike Kestner | 2003-11-18 | 1 | -8/+8 |
* | disable apply button when initial dialog. disable apply button after | Charles Zhang | 2003-11-03 | 1 | -0/+3 |
* | process GTK_RESPONSE_DELETE_EVENT signal correctly. the same as above | Charles Zhang | 2003-10-10 | 1 | -2/+3 |
* | new method to get the source model column for a specified available_model | Mike Kestner | 2003-09-12 | 1 | -4/+14 |
* | map model_column to available model row by ignoring disabled columns. | Mike Kestner | 2003-07-29 | 1 | -2/+7 |
* | guard against NULL strings don't add disabled column titles to the store. | Mike Kestner | 2003-06-12 | 1 | -3/+7 |
* | Use correct macro for int->pointer | Jeremy Katz | 2003-05-06 | 1 | -1/+1 |
* | i18n fix | Dmitry Mastrukov | 2003-03-05 | 1 | -1/+1 |
* | Replace deprecated glade_gnome_init() call with glade_init(). | Dan Winship | 2003-02-06 | 1 | -1/+1 |
* | pass NULL for parent_window for e_table_config_new. | Chris Toshok | 2002-12-19 | 1 | -23/+68 |
* | take GCallback, not GtkSignalFunc. (configure_sort_dialog): show the | Chris Toshok | 2002-11-19 | 1 | -12/+19 |
* | GObject port work. | Chris Toshok | 2002-11-17 | 1 | -47/+47 |
* | deal with ESelectionModel no longer deriving from GtkObject. | Chris Toshok | 2002-11-15 | 1 | -7/+6 |
* | GObjectify GObjectify GObjectify use GObject api for models use GObject | Mike Kestner | 2002-11-06 | 1 | -64/+34 |
* | merging the gal-2 branch back to the trunk. | Mike Kestner | 2002-11-01 | 1 | -22/+33 |
* | Added this function that lets you specify the translation domain. | Christopher James Lahey | 2002-05-03 | 1 | -1/+5 |
* | Set the gettext-domain here. | Christopher James Lahey | 2002-05-02 | 1 | -19/+27 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 1 | -4/+4 |
* | Changed this to match the new e_table_memory_store_insert function | Christopher James Lahey | 2002-04-25 | 1 | -1/+1 |
* | Added e-table-memory-store.lo. | Christopher James Lahey | 2002-02-22 | 1 | -10/+291 |
* | Merging files: | Christopher James Lahey | 2001-12-11 | 1 | -0/+5 |
* | Hide the Help button here since there's nothing connected to it. | Christopher James Lahey | 2001-10-30 | 1 | -0/+2 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 1 | -5/+19 |
* | Document allow-grouping attribute. | Christopher James Lahey | 2001-10-26 | 1 | -5/+10 |
* | Added a disabled field here. | Christopher James Lahey | 2001-10-23 | 1 | -0/+10 |
* | add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration | Michael Meeks | 2001-10-05 | 1 | -2/+2 |
* | Added e-table-config-no-group.glade. | Christopher James Lahey | 2001-09-08 | 1 | -11/+11 |
* | If the sort_info can't group, hide the grouping button and label. | Christopher James Lahey | 2001-08-11 | 1 | -0/+6 |
* | Added a "state" argument to allow you to get the state out of the config | Christopher James Lahey | 2001-07-07 | 1 | -1/+25 |
* | Fixed headers. | Christopher James Lahey | 2001-04-04 | 1 | -2/+4 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. | Kjartan Maraas | 2001-04-04 | 1 | -1/+8 |
* | No one responds on IRC, explained everything in bugzilla and these changelogs. | Gediminas Paulauskas | 2001-04-02 | 1 | -2/+2 |
* | Deal with proxy_node_changed being called on a different root node than | Christopher James Lahey | 2001-03-20 | 1 | -2/+4 |
* | Removed extra printfs | Miguel de Icaza | 2001-03-19 | 1 | -2/+15 |
* | Use update_sort_and_group_config dialog instead of the non-implemented | Miguel de Icaza | 2001-03-19 | 1 | -30/+28 |
* | Added a "changed" signal. | Christopher James Lahey | 2001-02-06 | 1 | -3/+50 |
* | Do most of the work to get Grouping working, by reusing massive ammounts | Miguel de Icaza | 2001-01-19 | 1 | -107/+253 |
* | Keep track of the valid column names (not used right now). | Miguel de Icaza | 2001-01-19 | 1 | -36/+28 |
* | New function. (update_sort_config_dialog): Massive update to this | Miguel de Icaza | 2001-01-18 | 1 | -18/+212 |
* | Removed #inclusion of e-table-config-field.h. | Dave Camp | 2001-01-17 | 1 | -1/+0 |
* | This fixes translations of library messages compared to application | Miguel de Icaza | 2001-01-17 | 1 | -0/+1 |
* | Simplify column grabbing code and drop item layout code. | Miguel de Icaza | 2001-01-17 | 1 | -34/+52 |
* | Load frames. | Miguel de Icaza | 2001-01-17 | 1 | -110/+101 |
* | Added a bit of documentation. (config_sort_config_show, | Christopher James Lahey | 2001-01-17 | 1 | -3/+19 |
* | Rename from Helix Code -> Ximian | Miguel de Icaza | 2001-01-16 | 1 | -4/+5 |
* | Document all entry points. (e_table_specification_save_to_file): Change | Miguel de Icaza | 2001-01-16 | 1 | -44/+55 |
* | Make output pretier by using newlines when there is a lot of information | Miguel de Icaza | 2001-01-16 | 1 | -36/+42 |
* | Make output pretier by using newlines when there is a lot of information | Miguel de Icaza | 2001-01-15 | 1 | -3/+16 |
* | Work on the ETableConfigurator. Pick up where Chris left. | Miguel de Icaza | 2001-01-15 | 1 | -198/+219 |
* | Added e-table-config-field.lo. | Christopher James Lahey | 2000-10-14 | 1 | -189/+251 |
* | Changed these to match the new ETable system. | Christopher James Lahey | 2000-10-11 | 1 | -1/+1 |
* | Moved files, fixed header files and paths - Federico | Federico Mena Quintero | 2000-09-20 | 1 | -3/+3 |
* | Fixed e-table #includes so that it would compile. | Chris Lahey | 2000-09-18 | 1 | -3/+3 |
* | Added some g_return_if_fails and g_return_val_if_fails. | Christopher James Lahey | 2000-08-26 | 1 | -2/+19 |
* | From a patch by Iain Holmes <ih@csd.abdn.ac.uk> | Christopher James Lahey | 2000-05-19 | 1 | -1/+7 |
* | Fixed some warnings. | Christopher James Lahey | 2000-04-28 | 1 | -1/+2 |
* | Add argument handling here. | Miguel de Icaza | 2000-04-26 | 1 | -1/+1 |
* | Love, part 3 | Miguel de Icaza | 2000-04-01 | 1 | -7/+19 |
* | Love realization | Miguel de Icaza | 2000-04-01 | 1 | -0/+4 |
* | More love | Miguel de Icaza | 2000-04-01 | 1 | -12/+17 |
* | More work | Miguel de Icaza | 2000-03-31 | 1 | -2/+166 |
* | Add so I can go to the chillout hack room | Miguel de Icaza | 2000-03-31 | 1 | -0/+41 |