/games/0verkill/

soc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
Commit message (Expand)AuthorAgeFilesLines
* Cosimo's spidey senses pointed him to a memory leak.Matthew Barnes2011-11-241-1/+0
* Fix compiler warnings.Matthew Barnes2011-11-231-1/+0
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-242-2/+2
|\
| * Bug #527614 - Valgrind shows a nice amount of lost memoryMilan Crha2011-10-202-2/+2
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-105-2/+86
|\|
| * Bug #235665 - Heavy hard disk access when resizing columns in viewsMilan Crha2011-10-075-2/+86
* | Merge from masterRodrigo Moya2011-10-0512-284/+102
|\|
| * Simplify library dependency flags.Matthew Barnes2011-10-051-8/+6
| * Fix two little memory leaksDan Vrátil2011-10-011-0/+5
| * ETableHeader: Nuke unused code.Cosimo Cecchi2011-09-301-147/+2
| * ETableHeader: Rework the header button drawing code for GTK+ 3Cosimo Cecchi2011-09-305-120/+93
| * Fix few 'may be used uninitialized' compiler warningsMilan Crha2011-09-301-3/+2
| * Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-304-18/+0
| * Bug #655625 - Crash in atk_state_set_contains_stateMilan Crha2011-09-262-7/+12
| * Bug #659828 - Selecting a message with a sound attached loses focusMilan Crha2011-09-261-1/+1
| * Bug #655709 - Hide 'Group by' in views when not supportedMilan Crha2011-09-062-1/+7
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-0483-1996/+3635
| * Bug #645476 - Message list unnecessarily scrolls back to selected rowMilan Crha2011-08-121-1/+0
| * Replace G_CONST_RETURN with 'const'.Matthew Barnes2011-06-104-11/+11
| * Coding style and whitespace cleanups.Matthew Barnes2011-06-0911-68/+111
| * Bug #643526 - Crash in et_get_n_childrenMilan Crha2011-06-062-5/+5
| * Embed e_hsv_tweak() directly in e-table-item.c.Matthew Barnes2011-06-012-2/+43
| * Move EPopupMenu to /widgets/table.Matthew Barnes2011-06-014-1/+167
| * Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-282-3/+0
| * Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-286-6/+0
| * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-2769-0/+142
| * Coding style and whitespace cleanup.Matthew Barnes2011-05-2212-234/+347
| * Bug 649990 - Remove get_font_options() from e-util.c.Matthew Barnes2011-05-171-9/+0
| * Coding style cleanups.Matthew Barnes2011-05-0932-144/+144
| * Whitespace and coding style cleanups.Matthew Barnes2011-05-0810-19/+44
| * Work around another a11y crash.Matthew Barnes2011-04-141-2/+10
| * Coding style and whitespace cleanup.Matthew Barnes2011-03-0611-11/+22
| * Fix Gtk-Doc comment notation.Matthew Barnes2011-03-021-6/+8
| * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-2511-75/+31
| * Use G_SIGNAL_TYPE_STATIC_SCOPE for all GdkEvent signal params.Matthew Barnes2011-02-255-43/+91
| * Coding style and whitespace cleanup.Matthew Barnes2011-02-192-2/+2
| * Fix few memory leaksMilan Crha2011-02-152-3/+17
| * Remove NULL checks for GObject methods.Matthew Barnes2011-02-1312-37/+20
| * Fix a build break due to #error pragmaMilan Crha2011-02-111-4/+15
| * Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-095-50/+1
| * More whitespace cleanup.Matthew Barnes2011-01-3123-228/+228
| * Coding style and whitespace cleanup.Matthew Barnes2011-01-309-65/+102
| * Adapt ETree to latest gtk+-3.0 API.Matthew Barnes2011-01-262-52/+58
| * Adapt ECell classes to latest gtk+-3.0 API.Matthew Barnes2011-01-2610-121/+69
| * Adapt ETableHeaderItem to latest gtk+-3.0 API.Matthew Barnes2011-01-263-33/+32
| * Adapt ETableFieldChooserItem to latest gtk+-3.0 API.Matthew Barnes2011-01-261-9/+18
| * Adapt ETableItem to latest gtk+-3.0 API.Matthew Barnes2011-01-261-17/+8
| * Adapt ETable to latest gtk+-3.0 API.Matthew Barnes2011-01-262-49/+58
| * Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-01-251-6/+14
| * Avoid using deprecated GTK_SELECTION_EXTENDEDVibha Yadav2011-01-251-2/+2
| * gdk_cursor_unref() -> g_object_unref()Matthew Barnes2011-01-252-2/+2
| * Drop backward-compatibility cruft.Matthew Barnes2011-01-2515-47/+2
| * libetable cleanups.Matthew Barnes2011-01-17133-3130/+4096
| * Merge miscellaneous changes from gtk3 branch.Matthew Barnes2011-01-156-64/+101
| * Fudge GtkScrollable for gtk2.Matthew Barnes2011-01-156-85/+87
| * Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-152-2/+2
| * ETree: Fix runtime warnings with GTK3.Matthew Barnes2011-01-093-12/+33
| * Minor compiler warnings fixMilan Crha2010-12-212-3/+3
| * Reset IM context when entering ECellText editingMilan Crha2010-11-241-39/+21
| * Bug #633774 - Headers are gone in grouped viewVibha Yadav2010-11-151-1/+1
| * Drop accessibility support for ECellText.Matthew Barnes2010-11-114-795/+0
| * Fix distcheck errors.EVOLUTION_2_91_2Matthew Barnes2010-11-081-3/+0
| * Coding style and whitespace cleanup.Matthew Barnes2010-11-086-10/+9
| * Bug #632768 - Message list not realized when opening new folderMilan Crha2010-11-031-15/+17
| * Add forgotten cairo_destroy() callsMilan Crha2010-11-021-2/+6
* | Bug #655625 - Crash in atk_state_set_contains_stateMilan Crha2011-09-262-7/+12
* | Bug #659828 - Selecting a message with a sound attached loses focusMilan Crha2011-09-261-1/+1
* | Bug #655709 - Hide 'Group by' in views when not supportedMilan Crha2011-09-142-1/+7
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-1483-1996/+3635
* | Bug #645476 - Message list unnecessarily scrolls back to selected rowMilan Crha2011-09-141-1/+0
* | Replace G_CONST_RETURN with 'const'.Matthew Barnes2011-06-304-11/+11
* | Coding style and whitespace cleanups.Matthew Barnes2011-06-3011-68/+111
* | Bug #643526 - Crash in et_get_n_childrenMilan Crha2011-06-302-5/+5
* | Embed e_hsv_tweak() directly in e-table-item.c.Matthew Barnes2011-06-302-2/+43
* | Move EPopupMenu to /widgets/table.Matthew Barnes2011-06-304-1/+167
* | Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-06-302-3/+0
* | Including <glib.h> directly is rarely needed.Matthew Barnes2011-06-306-6/+0
* | Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-3069-0/+142
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-3012-234/+347
* | Bug 649990 - Remove get_font_options() from e-util.c.Matthew Barnes2011-06-301-9/+0
* | Coding style cleanups.Matthew Barnes2011-06-3032-144/+144
* | Whitespace and coding style cleanups.Matthew Barnes2011-06-3010-19/+44
* | Work around another a11y crash.Matthew Barnes2011-06-301-2/+10
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-3011-11/+22
* | Fix Gtk-Doc comment notation.Matthew Barnes2011-06-301-6/+8
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-3011-75/+31
* | Use G_SIGNAL_TYPE_STATIC_SCOPE for all GdkEvent signal params.Matthew Barnes2011-06-305-43/+91
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-302-2/+2
* | Fix few memory leaksMilan Crha2011-06-302-3/+17
* | Remove NULL checks for GObject methods.Matthew Barnes2011-06-3012-37/+20
* | Fix a build break due to #error pragmaMilan Crha2011-06-301-4/+15
* | Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-06-305-50/+1
* | More whitespace cleanup.Matthew Barnes2011-06-3023-228/+228
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-309-65/+102
* | Adapt ETree to latest gtk+-3.0 API.Matthew Barnes2011-06-302-52/+58
* | Adapt ECell classes to latest gtk+-3.0 API.Matthew Barnes2011-06-3010-121/+69
* | Adapt ETableHeaderItem to latest gtk+-3.0 API.Matthew Barnes2011-06-303-33/+32
* | Adapt ETableFieldChooserItem to latest gtk+-3.0 API.Matthew Barnes2011-06-301-9/+18
* | Adapt ETableItem to latest gtk+-3.0 API.Matthew Barnes2011-06-301-17/+8
* | Adapt ETable to latest gtk+-3.0 API.Matthew Barnes2011-06-302-49/+58
* | Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-06-301-6/+14
* | Avoid using deprecated GTK_SELECTION_EXTENDEDVibha Yadav2011-06-301-2/+2
* | gdk_cursor_unref() -> g_object_unref()Matthew Barnes2011-06-302-2/+2
* | Drop backward-compatibility cruft.Matthew Barnes2011-06-3015-47/+2
* | libetable cleanups.Matthew Barnes2011-06-30133-3130/+4096
* | Merge miscellaneous changes from gtk3 branch.Matthew Barnes2011-06-306-64/+101
* | Fudge GtkScrollable for gtk2.Matthew Barnes2011-06-306-85/+87
* | Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-06-302-2/+2
* | ETree: Fix runtime warnings with GTK3.Matthew Barnes2011-06-303-12/+33
* | Minor compiler warnings fixMilan Crha2011-06-302-3/+3
* | Reset IM context when entering ECellText editingMilan Crha2011-06-301-39/+21
* | Bug #633774 - Headers are gone in grouped viewVibha Yadav2010-11-161-1/+1
* | Drop accessibility support for ECellText.Matthew Barnes2010-11-164-795/+0
* | Fix distcheck errors.Matthew Barnes2010-11-101-3/+0
* | Coding style and whitespace cleanup.Matthew Barnes2010-11-106-10/+9
* | Bug #632768 - Message list not realized when opening new folderMilan Crha2010-11-101-15/+17
* | Add forgotten cairo_destroy() callsMilan Crha2010-11-101-2/+6
|/
* Fix cursor drawing in ECellText.Matthew Barnes2010-10-301-12/+17
* Fix typo in eti_update().Matthew Barnes2010-10-301-2/+2
* Adapt branch for building with GTK+ 2.22.Matthew Barnes2010-10-301-1/+0
* e-table: Remove unused dnd pixmapsBenjamin Otte2010-10-303-65/+0
* e-table: Don't push/pop colormapsBenjamin Otte2010-10-304-13/+0
* e-table: Draw button with cairoBenjamin Otte2010-10-301-16/+12
* e-table: Draw ECellTree with cairoBenjamin Otte2010-10-301-10/+10
* e-table: Remove retro lookBenjamin Otte2010-10-304-207/+38
* e-table: Remove unused GdkGCBenjamin Otte2010-10-301-4/+0
* e-table: Draw ECellText with cairoBenjamin Otte2010-10-301-54/+30
* e-table: Use gdk_pango_layout_get_clip_region() in ECellTextBenjamin Otte2010-10-301-44/+24
* e-table: Remove unused GdkGC from ECellToggleBenjamin Otte2010-10-301-22/+0
* e-table: Use Pango ellipsizing instead of manual arrow drawingBenjamin Otte2010-10-301-91/+11
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-303-74/+58
* e-table: Convert coordinates using CairoBenjamin Otte2010-10-301-18/+18
* e-table: Remove unused member variables from ETableItemBenjamin Otte2010-10-302-18/+14
* e-table: Draw grids with CairoBenjamin Otte2010-10-302-25/+20
* e-table: Fix includes to only ever include libgnomecanvas.hBenjamin Otte2010-10-3030-40/+30
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-303-16/+9
* e-table: Draw focus with CairoBenjamin Otte2010-10-302-16/+13
* e-table: Remove unused stipple variableBenjamin Otte2010-10-301-4/+0
* e-table: Use semi-transparent red instead of stippled redBenjamin Otte2010-10-30