aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-node-view.c
Commit message (Expand)AuthorAgeFilesLines
* Check all selected nodes if they allow dragging.Christian Persch2005-07-121-1/+39
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-111-12/+13
* More constification.Christian Persch2005-04-191-2/+2
* Remove custom search, and use gtktreeview typeaheadfind. Fixes bugChristian Persch2005-03-141-18/+9
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-221-6/+13
* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types.Jorn Baayen2005-01-141-1/+1
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* Use ngettext to get the Open in New Tab[s]/Window[s] label.Christian Persch2005-01-051-17/+0
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-2/+1
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-081-3/+8
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-5/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-6/+6
* Use gtk_selection_data_get_uris().Christian Persch2004-10-231-1/+1
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-231-4/+4
* Add api to show a context menu. Useful to make distinction between key andMarco Pesenti Gritti2004-09-151-0/+25
* Just use the popup_menu signal. Fixes bug #150830.Christian Persch2004-08-231-18/+3
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-55/+2
* Do not remove the topic when rename is cancelled.Marco Pesenti Gritti2004-07-231-2/+11
* Add support for toggles. When editing is canceled remove the node.Marco Pesenti Gritti2004-07-231-22/+110
* Simplify node view filtering code and make it a normal property (no moreMarco Pesenti Gritti2004-07-231-23/+52
* Use gobject constructorMarco Pesenti Gritti2004-07-231-118/+113
* Improve sort/priority API.Marco Pesenti Gritti2004-07-151-58/+112
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-221-54/+8
* Make select-by-key support unsorted lists. Fuzzy matching is gone though.Xan Lopez2004-03-191-1/+1
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-0/+4
* Copy and modify gnome_vfs_uri_list_parse() so that we get a list of stringChristian Persch2004-03-041-3/+56
* Fix mem leak.Christian Persch2004-01-261-0/+5
* Do not unselect all on single selection mode, to not generate useless nodeMarco Pesenti Gritti2003-10-061-1/+5
* Implement a way to choose visible column in a menu. Not finished I need toMarco Pesenti Gritti2003-09-211-3/+0
* *** empty log message ***Marco Pesenti Gritti2003-09-041-3/+2
* Use x,y only on drop, otherwise they are invalid. Damn that api suck.Marco Pesenti Gritti2003-09-041-10/+13
* Check if the target type match before highlighting the row and returnMarco Pesenti Gritti2003-09-041-1/+3
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-11/+8
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-011-1/+1
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-27/+19
* Convert erroneous g_return_if_fail into a simple conditional return.Christian Persch2003-08-241-1/+2
* Make it NULL safeMarco Pesenti Gritti2003-08-221-8/+34
* Fix function signature, it's void instead of gboolean. Fix a logic error.Christian Persch2003-08-211-5/+3
* Fix drag dest implementation getting some code from nautilus.Marco Pesenti Gritti2003-08-211-51/+233
* Stop signals only when necessary on drag dest custom implementation. MakeMarco Pesenti Gritti2003-08-201-12/+42
* Fix multiple rows dnd problems stealing some Nautilus code.Marco Pesenti Gritti2003-08-111-16/+199
* Fix mem leak.Christian Persch2003-08-091-0/+2
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-271-33/+33
* Fix mem leak.Christian Persch2003-07-271-5/+10
* Yet another try to get context menu and selection beahviors right.Marco Pesenti Gritti2003-07-231-68/+24
* We use g_list_prepend to create selections now (inXan Lopez2003-07-141-1/+1
* Don't use event->string, is deprecated (#117346). Also improve intelligentXan Lopez2003-07-141-7/+20
* Fix mem leaks.Christian Persch2003-07-141-0/+3
* A "fast search" implementation for all node views. Pressing any validXan Lopez2003-07-131-3/+66
* Fix mem leaks and a conditional.Christian Persch2003-07-061-2/+4
* disable treeview interactive searchMarco Pesenti Gritti2003-06-171-0/+2
* Fix warning.Xan Lopez2003-06-121-1/+2
* Use gtk_tree_selection_select_iter to make selection, fixes #114965.Xan Lopez2003-06-121-5/+1
* Remove unused gtk_tree_view_get_selection.Xan Lopez2003-06-121-4/+0
* Try to fix dereferencing type-punned warning.Xan Lopez2003-05-281-1/+1
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-16/+15
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+0
* Remove add_icon_column func and add the functionality to the normalMarco Pesenti Gritti2003-04-291-24/+18
* Fix bookmarks editing and warnings when openining the dialog.Marco Pesenti Gritti2003-04-191-15/+10
* Do not install two copies of epiphany.pngMarco Pesenti Gritti2003-04-181-45/+34
* New abstracted implementations. Nicer and will be useful for historyMarco Pesenti Gritti2003-04-171-0/+1099