aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header-item.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-2227/+0
* Add a GdkDevice parameter to gnome_canvas_item_grab().Matthew Barnes2012-11-301-25/+45
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-301-7/+16
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-94/+124
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-8/+8
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-46/+73
* Bug #235665 - Heavy hard disk access when resizing columns in viewsMilan Crha2011-10-071-0/+10
* ETableHeader: Rework the header button drawing code for GTK+ 3Cosimo Cecchi2011-09-301-25/+24
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-68/+108
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-11/+12
* Move EPopupMenu to /widgets/table.Matthew Barnes2011-06-011-1/+1
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* 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-31/+57
* Coding style cleanups.Matthew Barnes2011-05-091-3/+3
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-3/+7
* Use G_SIGNAL_TYPE_STATIC_SCOPE for all GdkEvent signal params.Matthew Barnes2011-02-251-1/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-02-191-1/+1
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-4/+0
* More whitespace cleanup.Matthew Barnes2011-01-311-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-3/+2
* Adapt ETableHeaderItem to latest gtk+-3.0 API.Matthew Barnes2011-01-261-18/+18
* gdk_cursor_unref() -> g_object_unref()Matthew Barnes2011-01-251-1/+1
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* libetable cleanups.Matthew Barnes2011-01-171-8/+8
* Fudge GtkScrollable for gtk2.Matthew Barnes2011-01-151-9/+9
* Minor compiler warnings fixMilan Crha2010-12-211-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-11-081-1/+0
* e-table: Remove unused dnd pixmapsBenjamin Otte2010-10-301-21/+0
* e-table: Don't push/pop colormapsBenjamin Otte2010-10-301-2/+0
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-301-20/+15
* e-table: Fix includes to only ever include libgnomecanvas.hBenjamin Otte2010-10-301-4/+1
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-301-5/+3
* e-table: Use semi-transparent red instead of stippled redBenjamin Otte2010-10-301-15/+1
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-2/+2
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-5/+7
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-84/+84
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-3/+3
* More GTK3 preparation.Matthew Barnes2010-06-041-3/+8
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-52/+108
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-7/+7
* Bug 612374 - Build failure due to recent GTK+ deprecationsMatthew Barnes2010-03-101-2/+8
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-51/+113
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-10/+10
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-2/+0
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
* Kill e_popup_menu().Matthew Barnes2010-01-051-3/+9
* Kill e-cursor(s) (both of them).Matthew Barnes2009-11-101-5/+9
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-3/+2
* Bug #411768 - Don't remove column by drag&drop out of a table headerMilan Crha2009-10-161-4/+0
* More whitespace cleanup.Matthew Barnes2009-07-191-30/+30
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* More code cleanup.Matthew Barnes2009-06-021-5/+5
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-74/+74
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-15/+15
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Fix compiler warnings in widgets.Matthew Barnes2009-05-261-14/+14
| * Bug 325131 – Do not translate ETable property nicknamesMatthew Barnes2009-05-031-7/+7
* | Bug 325131 – Do not translate ETable property nicknamesMatthew Barnes2009-05-041-7/+7
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-2/+2
|\|
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-2/+2
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-1/+0
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-081-17/+16
* | Fix some miscellaneous mailer bugs.Matthew Barnes2009-01-081-1/+4
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-17/+16
* | Progress update:Matthew Barnes2008-09-181-1/+0
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #529893Danny Baumann2008-04-251-0/+1
* Patch from David Turner <cillian64@googlemail.com>: Fix for bug #408170 (mis...Suman Manjunath2007-12-061-2/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-84/+84
* ** Fixes bug #492058Damien Carbery2007-11-031-7/+7
* ** Fix for bug #463946Milan Crha2007-11-021-0/+1
* ** Fixes bug 360134Tobias Mueller2007-10-121-1/+2
* ** Fixes bug #437579Matthew Barnes2007-10-101-13/+8
* 2007-10-01 mcrha Fix for bug #470837Milan Crha2007-10-011-24/+38
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-281-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* 2007-08-07 mcrha Fix for bug #463946Milan Crha2007-08-071-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-15/+7
* Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-031-10/+15
* ** Fix for bug #378441 from Ebby WiselynSrinivasa Ragavan2007-05-141-11/+11
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-5/+3
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-7/+7
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-271-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-3/+3
* ** Fixes bug #357216Matthew Barnes2007-02-091-35/+17
* Fixes bug #357970Matthew Barnes2006-12-041-1/+1
* ** Fixes bug #352450Matthew Barnes2006-09-181-6/+6
* Committing a fix for sorting in the vertical view message list.Srinivasa Ragavan2006-06-121-21/+38
* Added support for Vertical View in Evolution Mailer with custom message list.Srinivasa Ragavan2006-06-031-3/+73
* ** Fixes bug #327035 Grab focus only from widgets which can have focus on.Jeff Cai2006-04-101-1/+2
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-21/+15
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-4/+4
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-9/+9
* export ethi_change_sort_state, so we can call it in a11y part.Li Yuan2005-05-201-1/+1
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-12/+13
* Fixes #29309JP Rosevear2004-12-221-3/+17
* set dialog window position, glade doesn't do that for us anymore as theRadek Doulik2004-06-111-1/+1
* Fixed Bug 51252, 51254, 51255. add some code deal with key press event.Andrew Wu2003-12-021-6/+62
* disable apply button when initial dialog. disable apply button afterCharles Zhang2003-11-031-0/+3
* mimic Gtk's sort arrows (ethi_start_drag): mimic Gtk's sort arrowsMike Kestner2003-03-191-8/+8
* don't transform based on allocation position. Position isn't absolute now.Mike Kestner2003-02-141-3/+0
* pass NULL for parent_window for e_table_config_new.Chris Toshok2002-12-191-1/+1
* remove obvious double g_strdup.Chris Toshok2002-12-171-0/+2
* GObject port work.Chris Toshok2002-11-171-151/+174
* fix typo.Chris Toshok2002-11-151-2/+2
* ETableConfig derives from GObject (fix warnings).Chris Toshok2002-11-151-6/+6
* remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto dittoMike Kestner2002-11-061-3/+3
* GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-061-21/+21
* use GObject api for ETableHeader use GObject api on ETableHeaderMike Kestner2002-11-051-20/+20
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-22/+28
* Added debugging printfs.Christopher James Lahey2002-06-051-0/+8
* Added this function that lets you specify the translation domain.Christopher James Lahey2002-05-031-7/+7
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* Bumped version number to 0.19.99.11.Christopher James Lahey2002-04-181-16/+16
* Fixed a memory leak here by using the "selection-done" signal.Christopher James Lahey2002-04-121-7/+19
* +2002-03-20 Christopher James Lahey <clahey@ximian.com>Chris Lahey2002-03-221-15/+15
* Made the header item here handle horizontal scrolling when adding aChristopher James Lahey2002-01-101-23/+150
* unregister ETableHeaderItem widget as a drag target when unrealizing it.Gustavo Giráldez2001-12-121-0/+2
* Merging files:Christopher James Lahey2001-12-111-1/+1
* Merging changes:Christopher James Lahey2001-12-111-8/+16
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-4/+19
* Got rid of the gc argument to e_table_header_draw_button.Christopher James Lahey2001-10-241-6/+14
* Got rid of the gc field here and just use the fg_gc from the style forChristopher James Lahey2001-10-231-10/+2
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-2/+3
* Rename these functions from ecn_get_text and ecn_free_text.Christopher James Lahey2001-09-011-6/+26
* Patch to fix few 64bit issuesGeorge Lebl2001-08-291-18/+18
* If the sort_info can't group, hide the grouping button and label.Christopher James Lahey2001-08-111-5/+6
* Added a "header" argument to these structures which just gets passedChristopher James Lahey2001-08-091-0/+1
* Don't do most of the work in this function if data->data is NULL. FixesChristopher James Lahey2001-08-031-21/+27
* Make this function not crash if x somehow doesn't land on some column.Christopher James Lahey2001-08-021-4/+8
* Made it so that the drop marker can show up when dragging a new column toChristopher James Lahey2001-07-051-1/+1
* Made the remove this column menu item greyed out if it's the last column.Christopher James Lahey2001-07-031-2/+4
* (Fix bug #53111: Portability fixes for HP's ANSI compiler.)Jason Leach2001-05-081-3/+9
* write what was converted to console, this function does not work always.Gediminas Paulauskas2001-05-081-2/+5
* Changed resizeable to resizable in ETableCol for consistency.Christopher James Lahey2001-04-101-6/+6
* Don't draw the button if it's less than 1 pixel wide.Christopher James Lahey2001-04-031-0/+3
* Made these use GTK_TYPE_GDK_EVENT whenever sending an event through theChristopher James Lahey2001-03-301-1/+1
* Removed extra printfsMiguel de Icaza2001-03-191-4/+0
* Use update_sort_and_group_config dialog instead of the non-implementedMiguel de Icaza2001-03-191-8/+6
* Changed the text to pop up the Field Chooser.Christopher James Lahey2001-02-061-1/+1
* Made this conform to the new prototype for e_popup_menu_run.Christopher James Lahey2001-01-211-1/+1
* Keep track of the valid column names (not used right now).Miguel de Icaza2001-01-191-47/+91
* This fixes translations of library messages compared to applicationMiguel de Icaza2001-01-171-0/+1
* Document all entry points. (e_table_specification_save_to_file): ChangeMiguel de Icaza2001-01-161-0/+3
* Work on the ETableConfigurator. Pick up where Chris left.Miguel de Icaza2001-01-151-6/+12
* Close #758 2001-01-12 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza2001-01-121-46/+64
* *** empty log message ***Miguel de Icaza2001-01-121-1/+1
* Added the actions parameter to ect_event. Added an actions field toChristopher James Lahey2000-12-101-2/+4
* Add column and GdkEvent * parameters to the double click signal.Christopher James Lahey2000-12-081-0/+3
* Free the xmlDoc when we are done with it. (e_table_state_save_to_file):Federico Mena Quintero2000-12-081-1/+7
* Federico gets into pixel-perfect neurosis. Xmag is my best friend.Federico Mena Quintero2000-12-031-162/+35
* Changed this to match the new EPopupMenu structre.Christopher James Lahey2000-11-071-16/+16
* Fixed ETableFieldChooser row heights a bit.Christopher James Lahey2000-10-191-1/+1
* Moved the glade file directories.Christopher James Lahey2000-10-181-1/+2
* Reworked some of the height stuff?Christopher James Lahey2000-10-171-14/+12
* Choose a better size for the e-table-header-itemIain Holmes2000-10-171-17/+53
* Added e-table-config-field.lo.Christopher James Lahey2000-10-141-4/+33
* Fixed gdk-font refcountingIain Holmes2000-10-131-17/+20
* Fudge the location of a click in the tooltip, so that it selects theIain Holmes2000-09-271-6/+25
* 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
* If the cursor is inside the subcell, call the show_tooltip on it.Iain Holmes2000-09-161-39/+97
* Fix a crash in draw_button.Iain Holmes2000-09-151-2/+2
* Fix some crashes Make double clicking on the header dividers automaticallyIain Holmes2000-09-151-21/+68
* Tag some strings for translation.Miguel de Icaza2000-08-091-15/+15
* Changed e_popup_menu_run call to match the new arguments.Christopher James Lahey2000-08-091-1/+1
* Added an argument to set a column so that you can't sort by that column.Christopher James Lahey2000-08-011-22/+28
* Changed the background color of the header.Christopher James Lahey2000-07-141-1/+1
* Made scroll wheel work properly in header.Christopher James Lahey2000-07-131-1/+4
* Don't draw drop markers when the layout won't be changed by the drop.Anders Carlsson2000-07-091-2/+9
* From mail:Christopher James Lahey2000-06-301-3/+0
* Added an unsort command.Christopher James Lahey2000-06-281-0/+13
* Changed this to move the cell to the nearest edge instead of to the leftChristopher James Lahey2000-06-221-2/+46
* The field chooser works now.Christopher James Lahey2000-06-081-17/+9
* More work on the Field Chooser. Not quite done yet.Christopher James Lahey2000-06-081-3/+49
* Added e-table-field-chooser*.Christopher James Lahey2000-06-081-155/+138
* Made dragging columns work.Christopher James Lahey2000-05-261-27/+27
* Fixed the remove column callback.Christopher James Lahey2000-05-241-1/+2
* Added right click menus to the table header items.Christopher James Lahey2000-05-241-17/+179
* Removed a memory leak here.Christopher James Lahey2000-05-161-8/+0
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-38/+20
* *** empty log message ***Miguel de Icaza2000-05-121-1/+25
* Made this more reentrant.Christopher James Lahey2000-05-011-2/+7
* Fixed some warnings.Christopher James Lahey2000-04-281-2/+5
* Added a missing include.Christopher James Lahey2000-04-261-0/+1
* Add argument handling here.Miguel de Icaza2000-04-261-9/+38
* Remove test for source. We will fix this later.Miguel de Icaza2000-04-131-15/+13
* Reset resize_guide here.Miguel de Icaza2000-04-121-5/+3
* Add group indent width here. (is_pointer_on_division): Use the groupMiguel de Icaza2000-04-111-19/+108
* Drop frozen count support from here. (ethi_start_drag): ditto.Miguel de Icaza2000-04-111-8/+2
* Got rid of some warnings.Christopher James Lahey2000-04-061-53/+74
* One linerMiguel de Icaza2000-03-301-1/+1
* Fix indentationMiguel de Icaza2000-03-301-77/+77
* Remove warning from here.Miguel de Icaza2000-03-271-5/+3
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-121-2/+2
* Changed the destroy function to disconnect from signals before unrefingChristopher James Lahey2000-03-081-8/+34
* Made it so that columns would be properly indented.Christopher James Lahey2000-03-061-4/+18
* Added support for the sorting info. The Etable creates a sort_info object,Christopher James Lahey2000-03-061-6/+103
* Removed some unused code.Christopher James Lahey2000-03-041-5/+0
* Test frozen columnsChristopher James Lahey2000-03-011-0/+9
* Fixed a couple of crash bugs.Christopher James Lahey2000-02-281-2/+2
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-4/+3
* Check the ethi is actually the one being dragged. Prevents crashes whenIain Holmes2000-02-131-0/+14
* Added test of sort arrows.Christopher James Lahey2000-02-121-7/+33
* Test column header image.Christopher James Lahey2000-02-121-16/+34
* Added reordering of columns.Christopher James Lahey2000-02-121-21/+66
* Handle button releases properly.Christopher James Lahey2000-02-101-0/+23
* Setup the scroll region of the table canvas on size allocation.Miguel de Icaza2000-02-071-1/+3
* Compilation touchups -miguelArturo Espinosa2000-01-061-1/+1
* More work. We now have the basics for nesting working, now we need all theArturo Espinosa1999-12-121-2/+0
* fix this routine.Miguel de Icaza1999-12-101-24/+292
* fixed api.Miguel de Icaza1999-12-031-2/+2
* Removed change cursor from here.Miguel de Icaza1999-12-021-3/+0
* New cell-toggle stuff compiles -miguelArturo Espinosa1999-11-301-2/+12
* beginning of the keyboard navigation.Miguel de Icaza1999-11-281-1/+1
* Compute height using the ecell methods here. (eti_get_height): new methodMiguel de Icaza1999-11-271-0/+4
* It draws the data. WEEEEEEEEE! MiguelArturo Espinosa1999-11-251-23/+0
* Realize cells.Miguel de Icaza1999-11-251-8/+31
* Compute width, keep track of it. (ethi_add_table_header): Monitor changesMiguel de Icaza1999-11-211-6/+59
* New E-table-item.[ch] -migArturo Espinosa1999-11-191-1/+2
* Add resizing capabilities.Miguel de Icaza1999-11-161-35/+268
* More table workArturo Espinosa1999-11-121-7/+3
* StuffArturo Espinosa1999-11-101-0/+233