aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-config.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-1482/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-30/+39
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-5/+5
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-6/+9
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-40/+64
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-9/+9
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-5/+20
* Coding style cleanups.Matthew Barnes2011-05-091-4/+4
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-2/+5
* libetable cleanups.Matthew Barnes2011-01-171-5/+5
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-78/+125
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-1/+1
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-13/+37
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-5/+5
* Kill ETableScrolled.Matthew Barnes2009-12-081-23/+27
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-93/+81
* More whitespace cleanup.Matthew Barnes2009-07-191-25/+25
* Fix excessive whitespace.Matthew Barnes2009-07-141-4/+0
* More code cleanup.Matthew Barnes2009-06-021-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-39/+39
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-3/+4
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Fix compiler warnings in widgets.Matthew Barnes2009-05-261-2/+3
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-17/+17
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-1/+1
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-1/+1
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-17/+17
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-81/+81
* Warning fixes: - NULL vs. 0 vs. FALSE - Mark som code staticKjartan Maraas2007-10-311-5/+5
* 2007-09-27 mcrha Fix for bug #478871Milan Crha2007-09-271-4/+6
* 2007-09-27 mcrha Fix for bug #479716 (needs run autogen.sh)Milan Crha2007-09-271-14/+23
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Move away from g_asserts from g_return*.Srinivasa Ragavan2007-08-311-5/+5
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-8/+5
* ** Fixes bug #441010Matthew Barnes2007-05-251-26/+140
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-2/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-4/+4
* Fixed bug #332408Srinivasa Ragavan2006-02-241-0/+47
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-48/+1
* Use g_ascii_strcasecmp() instead of g_strcasecmp(). This function handlesTor Lillqvist2005-12-181-1/+1
* fix some missing casts.Not Zed2005-08-241-4/+4
* Add a11y name to the left table of config dialog. Add name to the leftLi Yuan2005-08-041-2/+14
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-6/+6
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-13/+21
* add an a11y name for the popup list. make shortcut key ALT+Arrow work.Li Yuan2005-01-271-0/+10
* do not set position, it's already done in .glade, call set_transient_forRadek Doulik2004-08-041-10/+2
* Fix some spacing and border width properties on the dialog's widgets toRodney Dawes2004-06-231-0/+12
* set dialog window position, glade doesn't do that for us anymore as theRadek Doulik2004-06-111-1/+8
* fixes for compiler warningsRadek Doulik2004-06-101-1/+1
* renamespace and move to here build new filesMike Kestner2003-11-181-8/+8
* disable apply button when initial dialog. disable apply button afterCharles Zhang2003-11-031-0/+3
* process GTK_RESPONSE_DELETE_EVENT signal correctly. the same as aboveCharles Zhang2003-10-101-2/+3
* new method to get the source model column for a specified available_modelMike Kestner2003-09-121-4/+14
* map model_column to available model row by ignoring disabled columns.Mike Kestner2003-07-291-2/+7
* guard against NULL strings don't add disabled column titles to the store.Mike Kestner2003-06-121-3/+7
* Use correct macro for int->pointerJeremy Katz2003-05-061-1/+1
* i18n fixDmitry Mastrukov2003-03-051-1/+1
* Replace deprecated glade_gnome_init() call with glade_init().Dan Winship2003-02-061-1/+1
* pass NULL for parent_window for e_table_config_new.Chris Toshok2002-12-191-23/+68
* take GCallback, not GtkSignalFunc. (configure_sort_dialog): show theChris Toshok2002-11-191-12/+19
* GObject port work.Chris Toshok2002-11-171-47/+47
* deal with ESelectionModel no longer deriving from GtkObject.Chris Toshok2002-11-151-7/+6
* GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-061-64/+34
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-22/+33
* Added this function that lets you specify the translation domain.Christopher James Lahey2002-05-031-1/+5
* Set the gettext-domain here.Christopher James Lahey2002-05-021-19/+27
* Ansification patch from danw.Christopher James Lahey2002-04-261-4/+4
* Changed this to match the new e_table_memory_store_insert functionChristopher James Lahey2002-04-251-1/+1
* Added e-table-memory-store.lo.Christopher James Lahey2002-02-221-10/+291
* Merging files:Christopher James Lahey2001-12-111-0/+5
* Hide the Help button here since there's nothing connected to it.Christopher James Lahey2001-10-301-0/+2
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+19
* Document allow-grouping attribute.Christopher James Lahey2001-10-261-5/+10
* Added a disabled field here.Christopher James Lahey2001-10-231-0/+10
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-2/+2
* Added e-table-config-no-group.glade.Christopher James Lahey2001-09-081-11/+11
* If the sort_info can't group, hide the grouping button and label.Christopher James Lahey2001-08-111-0/+6
* Added a "state" argument to allow you to get the state out of the configChristopher James Lahey2001-07-071-1/+25
* Fixed headers.Christopher James Lahey2001-04-041-2/+4
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-1/+8
* No one responds on IRC, explained everything in bugzilla and these changelogs.Gediminas Paulauskas2001-04-021-2/+2
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-2/+4
* Removed extra printfsMiguel de Icaza2001-03-191-2/+15
* Use update_sort_and_group_config dialog instead of the non-implementedMiguel de Icaza2001-03-191-30/+28
* Added a "changed" signal.Christopher James Lahey2001-02-061-3/+50
* Do most of the work to get Grouping working, by reusing massive ammountsMiguel de Icaza2001-01-191-107/+253
* Keep track of the valid column names (not used right now).Miguel de Icaza2001-01-191-36/+28
* New function. (update_sort_config_dialog): Massive update to thisMiguel de Icaza2001-01-181-18/+212
* 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-171-0/+1
* Simplify column grabbing code and drop item layout code.Miguel de Icaza2001-01-171-34/+52
* Load frames.Miguel de Icaza2001-01-171-110/+101
* Added a bit of documentation. (config_sort_config_show,Christopher James Lahey2001-01-171-3/+19
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-4/+5
* Document all entry points. (e_table_specification_save_to_file): ChangeMiguel de Icaza2001-01-161-44/+55
* Make output pretier by using newlines when there is a lot of informationMiguel de Icaza2001-01-161-36/+42
* 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-151-198/+219
* Added e-table-config-field.lo.Christopher James Lahey2000-10-141-189/+251
* Changed these to match the new ETable system.Christopher James Lahey2000-10-111-1/+1
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-3/+3
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-3/+3
* Added some g_return_if_fails and g_return_val_if_fails.Christopher James Lahey2000-08-261-2/+19
* From a patch by Iain Holmes <ih@csd.abdn.ac.uk>Christopher James Lahey2000-05-191-1/+7
* Fixed some warnings.Christopher James Lahey2000-04-281-1/+2
* Add argument handling here.Miguel de Icaza2000-04-261-1/+1
* Love, part 3Miguel de Icaza2000-04-011-7/+19
* Love realizationMiguel de Icaza2000-04-011-0/+4
* More loveMiguel de Icaza2000-04-011-12/+17
* More workMiguel de Icaza2000-03-311-2/+166
* Add so I can go to the chillout hack roomMiguel de Icaza2000-03-311-0/+41