| Commit message (Expand) | Author | Age | Files | Lines |
* | ephy-node-view: don't use gdk_cursor_unref | Xan Lopez | 2010-12-22 | 1 | -1/+1 |
* | ephy-node-view: use new GtkScrollable APIs | Xan Lopez | 2010-10-24 | 1 | -1/+1 |
* | Update for latest GTK+ 3.x release. | Xan Lopez | 2010-09-11 | 1 | -4/+4 |
* | Use accessor functions when possible | Xan Lopez | 2010-06-13 | 1 | -1/+1 |
* | docs: ephy-node-view | Diego Escalante Urrelo | 2009-12-03 | 1 | -5/+187 |
* | ephy-node-view: fix some really weird indentation | Diego Escalante Urrelo | 2009-12-03 | 1 | -131/+131 |
* | GTK+ 2.17.11 is now the required version | Javier Jardón | 2009-09-22 | 1 | -7/+10 |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 1 | -1/+0 |
* | Do not do single includes in lib/widgets/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 1 | -8/+1 |
* | Add "node-middle-clicked" signal to EphyNodeView. | Cosimo Cecchi | 2007-12-08 | 1 | -0/+37 |
* | Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window and | Cosimo Cecchi | 2007-11-19 | 1 | -0/+6 |
* | Fix a bug in EphyNodeView which caused weird problems when setting columns | Cosimo Cecchi | 2007-11-19 | 1 | -0/+5 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Workaround/semi-fix for bug #351814. The real cause of the problem is the | Diego Escalante Urrelo | 2007-01-09 | 1 | -6/+11 |
* | embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.c | Björn Lindqvist | 2006-12-17 | 1 | -7/+3 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -1/+1 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 1 | -1/+1 |
* | Work around bug #346662 by not changing selection while removing the | Christian Persch | 2006-07-11 | 1 | -0/+15 |
* | When adding a column that can be sorted on, re-create the sort model, so | Crispin Flowerday | 2006-01-18 | 1 | -0/+8 |
* | Mark strings in param specs as static. | Christian Persch | 2005-11-08 | 1 | -2/+2 |
* | Reset the IM context before activating the entry. | Christian Persch | 2005-10-01 | 1 | -1/+2 |
* | Check all selected nodes if they allow dragging. | Christian Persch | 2005-07-12 | 1 | -1/+39 |
* | Implement a way to disallow dragging from resp. dropping on certain nodes. | Christian Persch | 2005-07-11 | 1 | -12/+13 |
* | More constification. | Christian Persch | 2005-04-19 | 1 | -2/+2 |
* | Remove custom search, and use gtktreeview typeaheadfind. Fixes bug | Christian Persch | 2005-03-14 | 1 | -18/+9 |
* | Add proper _NETSCAPE_URL drag support, supplying the URL as well as the | Jorn Baayen | 2005-01-22 | 1 | -6/+13 |
* | Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types. | Jorn Baayen | 2005-01-14 | 1 | -1/+1 |
* | Make all structs prefixed by _. | Christian Persch | 2005-01-09 | 1 | -1/+1 |
* | Use ngettext to get the Open in New Tab[s]/Window[s] label. | Christian Persch | 2005-01-05 | 1 | -17/+0 |
* | Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessary | Christian Persch | 2004-12-14 | 1 | -2/+1 |
* | When popping up the context menu with keyboard, select the first menu | Christian Persch | 2004-11-08 | 1 | -3/+8 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Private data is 0-initialised, no need to set members to NULL, 0, or | Christian Persch | 2004-10-28 | 1 | -5/+0 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -6/+6 |
* | Use gtk_selection_data_get_uris(). | Christian Persch | 2004-10-23 | 1 | -1/+1 |
* | Remove ephy_string_parse_uri_list, and use new glib function | Christian Persch | 2004-10-23 | 1 | -4/+4 |
* | Add api to show a context menu. Useful to make distinction between key and | Marco Pesenti Gritti | 2004-09-15 | 1 | -0/+25 |
* | Just use the popup_menu signal. Fixes bug #150830. | Christian Persch | 2004-08-23 | 1 | -18/+3 |
* | Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioning | Christian Persch | 2004-08-06 | 1 | -55/+2 |
* | Do not remove the topic when rename is cancelled. | Marco Pesenti Gritti | 2004-07-23 | 1 | -2/+11 |
* | Add support for toggles. When editing is canceled remove the node. | Marco Pesenti Gritti | 2004-07-23 | 1 | -22/+110 |
* | Simplify node view filtering code and make it a normal property (no more | Marco Pesenti Gritti | 2004-07-23 | 1 | -23/+52 |
* | Use gobject constructor | Marco Pesenti Gritti | 2004-07-23 | 1 | -118/+113 |
* | Improve sort/priority API. | Marco Pesenti Gritti | 2004-07-15 | 1 | -58/+112 |
* | Factor out the helper to select a treeview row by column and use it also | Marco Pesenti Gritti | 2004-06-22 | 1 | -54/+8 |
* | Make select-by-key support unsorted lists. Fuzzy matching is gone though. | Xan Lopez | 2004-03-19 | 1 | -1/+1 |
* | merging pre-gnome-2-8 branch | Marco Pesenti Gritti | 2004-03-17 | 1 | -0/+4 |
* | Copy and modify gnome_vfs_uri_list_parse() so that we get a list of string | Christian Persch | 2004-03-04 | 1 | -3/+56 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+5 |
* | Do not unselect all on single selection mode, to not generate useless node | Marco Pesenti Gritti | 2003-10-06 | 1 | -1/+5 |
* | Implement a way to choose visible column in a menu. Not finished I need to | Marco Pesenti Gritti | 2003-09-21 | 1 | -3/+0 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-04 | 1 | -3/+2 |
* | Use x,y only on drop, otherwise they are invalid. Damn that api suck. | Marco Pesenti Gritti | 2003-09-04 | 1 | -10/+13 |
* | Check if the target type match before highlighting the row and return | Marco Pesenti Gritti | 2003-09-04 | 1 | -1/+3 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -11/+8 |
* | Fix problems with EphyNodeView, bookmarks and history dialogs and update | Marco Pesenti Gritti | 2003-09-01 | 1 | -1/+1 |
* | Part of gtk 2.3 port, changelog too long to paste it | Marco Pesenti Gritti | 2003-08-30 | 1 | -27/+19 |
* | Convert erroneous g_return_if_fail into a simple conditional return. | Christian Persch | 2003-08-24 | 1 | -1/+2 |
* | Make it NULL safe | Marco Pesenti Gritti | 2003-08-22 | 1 | -8/+34 |
* | Fix function signature, it's void instead of gboolean. Fix a logic error. | Christian Persch | 2003-08-21 | 1 | -5/+3 |
* | Fix drag dest implementation getting some code from nautilus. | Marco Pesenti Gritti | 2003-08-21 | 1 | -51/+233 |
* | Stop signals only when necessary on drag dest custom implementation. Make | Marco Pesenti Gritti | 2003-08-20 | 1 | -12/+42 |
* | Fix multiple rows dnd problems stealing some Nautilus code. | Marco Pesenti Gritti | 2003-08-11 | 1 | -16/+199 |
* | Fix mem leak. | Christian Persch | 2003-08-09 | 1 | -0/+2 |
* | 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-27 | 1 | -33/+33 |
* | Fix mem leak. | Christian Persch | 2003-07-27 | 1 | -5/+10 |
* | Yet another try to get context menu and selection beahviors right. | Marco Pesenti Gritti | 2003-07-23 | 1 | -68/+24 |
* | We use g_list_prepend to create selections now (in | Xan Lopez | 2003-07-14 | 1 | -1/+1 |
* | Don't use event->string, is deprecated (#117346). Also improve intelligent | Xan Lopez | 2003-07-14 | 1 | -7/+20 |
* | Fix mem leaks. | Christian Persch | 2003-07-14 | 1 | -0/+3 |
* | A "fast search" implementation for all node views. Pressing any valid | Xan Lopez | 2003-07-13 | 1 | -3/+66 |
* | Fix mem leaks and a conditional. | Christian Persch | 2003-07-06 | 1 | -2/+4 |
* | disable treeview interactive search | Marco Pesenti Gritti | 2003-06-17 | 1 | -0/+2 |
* | Fix warning. | Xan Lopez | 2003-06-12 | 1 | -1/+2 |
* | Use gtk_tree_selection_select_iter to make selection, fixes #114965. | Xan Lopez | 2003-06-12 | 1 | -5/+1 |
* | Remove unused gtk_tree_view_get_selection. | Xan Lopez | 2003-06-12 | 1 | -4/+0 |
* | Try to fix dereferencing type-punned warning. | Xan Lopez | 2003-05-28 | 1 | -1/+1 |
* | 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-05-20 | 1 | -16/+15 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -1/+0 |
* | Remove add_icon_column func and add the functionality to the normal | Marco Pesenti Gritti | 2003-04-29 | 1 | -24/+18 |
* | Fix bookmarks editing and warnings when openining the dialog. | Marco Pesenti Gritti | 2003-04-19 | 1 | -15/+10 |
* | Do not install two copies of epiphany.png | Marco Pesenti Gritti | 2003-04-18 | 1 | -45/+34 |
* | New abstracted implementations. Nicer and will be useful for history | Marco Pesenti Gritti | 2003-04-17 | 1 | -0/+1099 |