aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-node-view.c
Commit message (Expand)AuthorAgeFilesLines
* 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