aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation when debug is enabled. Patch by Joseph Sacco (#509541)Xan Lopez2008-01-151-1/+1
* Add #ifdef for Avahi includes in ephy-bookmarks.c.Cosimo Cecchi2008-01-151-0/+3
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-146-174/+377
* Middle click on entries in History Window and Bookmark Editor opens the pageCosimo Cecchi2007-12-201-0/+23
* Indentation fix for previous commit.Cosimo Cecchi2007-12-191-2/+2
* Add middle-click-paste for smart bookmarks, as it is for new tab/windowCosimo Cecchi2007-12-191-0/+69
* Fix empty line on bookmark tooltip when bookmark has no title.Cosimo Cecchi2007-11-251-5/+21
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-231-1/+1
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-231-1/+1
* Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window andCosimo Cecchi2007-11-191-2/+5
* Fix a bug in EphyNodeView which caused weird problems when setting columnsCosimo Cecchi2007-11-191-2/+9
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-141-0/+11
* Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the lastCyril Brulebois2007-11-112-4/+5
* Display "Javascript scriptlet" string as tooltip for bookmark action insteadCosimo Cecchi2007-11-031-13/+19
* Remove Ephytab.Christian Persch2007-10-281-3/+3
* Remove EphyTab.Christian Persch2007-10-281-2/+2
* Remove EPhyTab.Christian Persch2007-10-281-5/+5
* Change the hint of the bookmarking properties dialog to DIALOG, insteadCosimo Cecchi2007-09-241-1/+1
* Modifies the EphySearchEntry to inherit from EphyIconEntry instead ofCosimo Cecchi2007-09-101-1/+39
* String changes based on user feedback: - "Local sites" -> "Nearby sites"Wouter Bolsterlee2007-07-173-3/+4
* Use gtk_widget_set_has_tooltip here.Christian Persch2007-07-111-1/+1
* Port to new tooltips API. Fixes bug #347637.Christian Persch2007-07-101-38/+32
* Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769Jaap Haitsma2007-07-011-1/+1
* Adds SelectAll stock icon.Diego Escalante Urrelo2007-06-081-1/+1
* src/ephy-history-window.c src/bookmarks/ephy-bookmarks-editor.cDiego Escalante Urrelo2007-06-061-3/+3
* Allow the user to select a different bookmark topic on the toolbar by justDiego Escalante Urrelo2007-04-031-0/+44
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-1236-36/+36
* Regenerate the type builtins when the Makefile changes. Should fix bugChristian Persch2007-03-111-6/+6
* Don't use C++-style comments in C files. No code changes, only commentsChristian Persch2007-03-061-3/+3
* Make sure the type builtins are regenerated when the Makefile changes.Christian Persch2007-03-041-2/+2
* Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML.Christian Persch2007-01-291-20/+72
* configure.acLuca Ferretti2007-01-182-2/+2
* Fixes compilation with gcc 2. Bug #394699. Patch by Jens Granseuer.Diego Escalante Urrelo2007-01-101-3/+2
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-091-3/+3
* Workaround/semi-fix for bug #351814. The real cause of the problem is theDiego Escalante Urrelo2007-01-091-1/+1
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-031-2/+3
* Disables "Add Bookmark" in the File menu when bookmarks are locked down.Diego Escalante Urrelo2007-01-032-0/+17
* .cvsignore files are obsoleteChristian Persch2006-12-301-9/+0
* Fix file name extension when exporting bookmarks. Bug #358986, patch byChristian Persch2006-12-181-2/+5
* Fix a signal leak. Bug #363837, patch by John Millikin.Christian Persch2006-12-181-0/+7
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-171-125/+89
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+2
* Use full width for bookmarks search bar. Fixes bug #349349, patch by DiegoWouter Bolsterlee2006-10-151-1/+1
* Fix unprotected call to ephy_node_remove_child. Bug #362063.Jean-François Rameau2006-10-151-1/+4
* Fix a bug in the last commit.Christian Persch2006-10-091-1/+1
* Make the enum/flags values not global.Christian Persch2006-10-081-7/+7
* Use UTF-8 copyright symbolChristian Persch2006-09-1336-58/+58
* Remove some unnecessary static data.Christian Persch2006-09-0711-12/+12
* Add accel. Bug #337913.Christian Persch2006-07-241-3/+4
* Don't cast to gboolean but check for != NULL instead.Christian Persch2006-07-011-2/+2
* Don't crash on error from zeroconf bookmarks. Fixes bug #343922.Christian Persch2006-06-061-10/+10
* Add https and ftp local bookmarks. Based on a patch by Celso Pinto, bugChristian Persch2006-05-151-15/+49
* Don't crash when adding zeroconf bookmarks while bookmarks are lockedChristian Persch2006-05-111-0/+17
* Use header capitalisation. Bug #337915Piers Cornwell2006-04-211-1/+1
* Disable export when locked down. Bug #337028.Christian Persch2006-04-031-0/+7
* Fix item ordering to fix bookmarks export format. Bug #333959, patch hasChristian Persch2006-03-101-2/+3
* If we can't detect the mime type, fall back to checking the fileChristian Persch2006-03-031-17/+33
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-031-3/+7
* Distinguish different firefox profiles when showing the list to chooseChristian Persch2006-02-251-1/+17
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-241-0/+48
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-241-0/+9
* src/bookmarks/ephy-topics-palette.cPeter Harvey2006-02-241-4/+1
* src/bookmarks/ephy-topics-entry.cPeter Harvey2006-02-231-40/+26
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-211-11/+18
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-nodes-cover.cPeter Harvey2006-02-212-5/+21
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-02-211-42/+33
* src/bookmarks/ephy-bookmarks-editor.cPeter Harvey2006-02-141-11/+29
* Don't export the local bookmarks.Christian Persch2006-02-143-3/+20
* Fix crash when resolve returns an error, bug #331028. Restructure 0confChristian Persch2006-02-141-64/+105
* Fix removing zeroconf bookmarks when the service disappears, and updatingChristian Persch2006-02-132-30/+86
* Place bookmarks on "BookmarksBar" toolbar, since that's what < 1.9 usedChristian Persch2006-02-131-3/+5
* Strdup the action name data.Christian Persch2006-02-122-2/+6
* Use the right action name.Christian Persch2006-02-121-4/+4
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-112-32/+13
* Remove *_action_name functions, and use static buffers instead. MinorChristian Persch2006-02-1115-264/+278
* Misc code cleanups: fewer gobject casts, disconnect handlers, save a fewChristian Persch2006-02-098-214/+282
* src/bookmarks/ephy-topics-entry.cPeter Harvey2006-02-091-15/+59
* src/bookmarks/ephy-bookmarks.cPeter Harvey2006-02-091-0/+57
* data/ui/epiphany-bookmark-editor-ui.xmlPeter Harvey2006-02-091-0/+121
* lib/ephy-state.h lib/ephy-state.c src/epiphany.defsPeter Harvey2006-02-041-2/+2
* lib/egg/egg-editable-toolbar.c lib/egg/egg-toolbar-editor.cPeter Harvey2006-02-042-4/+6
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-043-234/+111
* src/bookmarks/ephy-bookmarks.cPeter Harvey2006-02-041-20/+17
* Fix some memory leaks.Jean-François Rameau2006-02-031-0/+2
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-022-1/+25
* Use ngettext here.Christian Persch2006-01-311-1/+3
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks.cPeter Harvey2006-01-313-90/+117
* Use ngettext() for plural string. Fixes bug #329242Crispin Flowerday2006-01-311-2/+4
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-01-301-2/+5
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks.cPeter Harvey2006-01-295-139/+280
* Open smart bookmark url in new tabs when using Ctrl+Enter (part of bugCrispin Flowerday2006-01-291-1/+38
* src/bookmarks/ephy-topics-entry.c src/bookmarks/ephy-topics-palette.cPeter Harvey2006-01-292-187/+317
* src/bookmarks/ephy-topics-entry.c po/POTFILES.inPeter Harvey2006-01-291-54/+78
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-topics-entry.cPeter Harvey2006-01-296-149/+703
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-286-159/+198
* src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-261-2/+11
* Small cleanups.Christian Persch2006-01-261-109/+150
* Add cvs version markers.Christian Persch2006-01-2515-0/+25
* Don't use favicon as window icon.Christian Persch2006-01-252-45/+14
* Refactored, code cleanups. Don't make the bookmark properties windowChristian Persch2006-01-256-435/+495
* Switch extensions when changing the export format from the combo box; andChristian Persch2006-01-251-56/+118
* Fix a couple of memory leaksCrispin Flowerday2006-01-242-0/+2
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-01-222-210/+8
* src/bookmarks/ephy-bookmarks-editor.c (cmd_bookmarks_export)Crispin Flowerday2006-01-221-0/+2
* Fix bookmark exporting, so that it can be cancelled. Fixes bug #327438Crispin Flowerday2006-01-221-4/+7
* src/bookmarks/ephy-bookmarks-menu.cPeter Harvey2006-01-181-4/+7
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-01-181-17/+4
* Add event type to the callback.Christian Persch2006-01-172-10/+4
* === Release 1.9.5.1 ===Release1951Christian Persch2006-01-174-985/+0
* Fix number of /'s in URI.Christian Persch2006-01-172-2/+5
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-01-171-12/+0
* src/bookmarks/ephy-bookmarks-menu.cPeter Harvey2006-01-171-5/+19
* src/bookmarks/Makefile.amPeter Harvey2006-01-171-4/+2
* src/Makefile.amPeter Harvey2006-01-177-264/+925
* src/bookmarks/ephy-topics-palette.c src/bookmarks/ephy-topics-palette.hPeter Harvey2006-01-172-0/+588
* src/bookmarks/ephy-topic-action.cPeter Harvey2006-01-171-0/+58
* Cleaned up ephy-bookmark-action.c to match the newPeter Anthony Harvey2006-01-172-99/+26
* Do not add bookmarks to a flat menu more than once.Peter Anthony Harvey2006-01-101-3/+17
* Don't include generated files in the tarball. Bug #319440.Christian Persch2006-01-031-1/+3
* Don't try to connect signals to the destroyed node!Christian Persch2005-12-061-6/+0
* === Release 1.9.2 ===Release192Christian Persch2005-11-131-4/+8
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-111-1/+1
* More static strings.Christian Persch2005-11-082-5/+5
* Mark strings in param specs as static.Christian Persch2005-11-086-9/+9
* More curly quotes.Christian Persch2005-11-014-7/+7
* Constification.Christian Persch2005-11-012-20/+12
* Add array bounds check; fixes bug #320169.Christian Persch2005-10-301-1/+1
* Remove info text referring to the not-committed markers in H18.Christian Persch2005-10-241-22/+11
* Adapt folder import to new menu code, patch by Peter Harvey.Christian Persch2005-10-191-56/+36
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-1734-3819/+3099
* Use "position" property notification instead of size-allocate to monitorChristian Persch2005-10-031-1/+1
* Add configure switch to disable zeroconf bookmarks, since they're almostChristian Persch2005-10-031-0/+30
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-221-3/+6
* Repair the previous b0rkage, see previous logRaphael Slinckx2005-09-172-70/+45
* If the search term is empty for a smart bookmark use the normal URLRaphael Slinckx2005-09-151-0/+18
* Version 1.9.Christian Persch2005-08-291-1/+1
* 2005-08-21 Christian Persch <chpe@cvs.gnome.org>Christian Persch2005-08-211-1/+1
* Tiny string fix just before string freeze :)Christian Persch2005-08-091-0/+2
* Only show the leaf name on bookmarksbar for hierarchical topics.Christian Persch2005-07-281-2/+9
* Unify bookmarks/smart bookmarks address resolution, and add a signal toChristian Persch2005-07-274-60/+115
* Use connect_object to connect to the menu's deactivate signal. May fix bugChristian Persch2005-07-261-2/+2
* Also ellipsise the menu entries in the toolbar overflow menu.Christian Persch2005-07-252-1/+18
* *** empty log message ***Christian Persch2005-07-241-1/+1
* Make sure the option is in the right option group.Christian Persch2005-07-181-1/+1
* Only allow alphanumeric option arguments, and limit length to 32Christian Persch2005-07-181-2/+9
* A embed/mozilla/EphyAboutModule.cpp: A embed/mozilla/EphyAboutModule.h: RChristian Persch2005-07-181-2/+1
* Fix smart bookmark options parsing. Now encoding= really works, and addedChristian Persch2005-07-173-177/+117
* Check all selected nodes if they allow dragging.Christian Persch2005-07-122-5/+12
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-113-6/+218
* Check return value of fgets.Christian Persch2005-05-291-4/+6
* Replaces all %s in smartbookmarks. Fixes bug #167319, patch by RaphaelChristian Persch2005-04-241-5/+7
* Use gtk_action_set_[sensitive|visible] instead of g_object_set.Christian Persch2005-04-191-13/+13
* Implement a more flexible approach at saving a EphyNodeDb, by allowing toChristian Persch2005-04-081-4/+13
* Version 1.7.0.Christian Persch2005-03-081-1/+1
* Make sure folder is != NULL. Fixes bug #163341.Christian Persch2005-02-271-3/+3
* Shut upChristian Persch2005-02-191-0/+2
* Define variants with startup ID.Christian Persch2005-02-021-0/+3
* Some sparse fixes.Christian Persch2005-01-311-1/+1
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-2913-43/+43
* Better wording for the import-failed dialogue.Christian Persch2005-01-251-1/+3
* `head -5 ChangeLog`Christian Persch2005-01-251-1/+1
* Inform the user of failed bookmarks import.Christian Perhristian Persch2005-01-241-5/+40
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-223-23/+27
* Make ephy-bookmarks.h's enum a named enum. Auto-generate types forJean-François Rameau2005-01-213-3/+63
* Add a translator comment.Christian Persch2005-01-201-0/+1
* Don't leak the path.Christian Persch2005-01-201-0/+2
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-203-57/+98
* Unify more strings.Christian Persch2005-01-161-2/+2
* Unify accels to Open in New _Window[s], and also change to Open Link inChristian Persch2005-01-161-3/+3
* Don't use <tt> in the strings. Fixes bug #163378.Christian Persch2005-01-161-4/+4
* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types.Jorn Baayen2005-01-142-5/+6
* Renamed Remove action on bookmarksbar context menu. Fixes bug #162132.Christian Persch2005-01-142-4/+10
* Make all structs prefixed by _.Christian Persch2005-01-0914-26/+26
* Don't focus the buttons on click.Christian Persch2005-01-052-1/+8
* Use ngettext to get the Open in New Tab[s]/Window[s] label.Christian Persch2005-01-051-27/+26
* Set selection mode to BROWSE. Fixes bug #162331.Christian Persch2005-01-011-0/+6
* Save a strdup.Christian Persch2005-01-011-6/+2
* Add translator's comments to contextualised strings.Christian Persch2004-12-311-3/+9
* Add context to ambiguous strings. Fixes bug #113932.Christian Persch2004-12-261-3/+6
* Open the bookmarks in the new tabs in the same order as they are in theChristian Persch2004-12-241-7/+15
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-249-276/+142
* Add "View Properties" to duplicated bookmarks dialogue. Fixes bug #117643Christian Persch2004-12-191-15/+38
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-191-21/+4
* Prompt for bookmark update.Christian Persch2004-12-141-11/+74
* Make distcheck fix.Christian Persch2004-12-141-7/+8
* Make distcheck fix.Christian Persch2004-12-144-31/+19
* A data/epiphany-bookmarks-html.xsl:Christian Persch2004-12-073-25/+209
* Use stock icon for "Open In New Tab".Christian Persch2004-12-031-1/+1
* Update bookmarks from HTTP 301. Fixes bug #126312.Christian Persch2004-12-021-0/+25
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-011-19/+14
* Fixes leak.Vincent Untz2004-11-281-1/+4
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-11-261-0/+1
* Fix signed/unsigned int confusion when iterating over a GPtrArray.Christian Persch2004-11-111-1/+1
* Do not warn if topic is empty, better title and primary text.Xan Lopez2004-11-111-10/+25
* Warn before deleting a topic, fixes #149294Xan Lopez2004-11-111-1/+51
* Fix 2 mem leaks; thanks to Xan for noticing them.Christian Persch2004-11-101-0/+2
* This dialogue doesn't need to be modal.Christian Persch2004-11-081-2/+3
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-082-13/+61
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-0313-26/+0
* Make sure there's only one bookmark properties dialogue for each bookmark.Christian Persch2004-11-016-61/+80
* Slightly refactor bookmarks menu, to take a configurable path where toChristian Persch2004-10-302-40/+80
* Don't open all bookmarks in tabs. Fixes bug #156843.Christian Persch2004-10-301-10/+22
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-286-18/+1
* Fix label of "All" topic on bookmarksbar.Christian Persch2004-10-271-4/+3
* Use ellipsising labels to shorten the bookmarks and topics titles inChristian Persch2004-10-274-76/+122
* Use new gtk+ HIG message dialogue API. Fixes bug #130232.Christian Persch2004-10-271-50/+17
* Unset the use-underline label property instead of doubling theChristian Persch2004-10-252-20/+14
* Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey.Christian Persch2004-10-257-281/+232
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-2411-31/+31
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-231-8/+10
* Fix import of bookmarks in root folder. Fixes bug #152443.Christian Persch2004-10-201-1/+1
* When adding a bookmark, check if it has same node ID as one scheduled forChristian Persch2004-10-081-0/+17
* *** empty log message ***Marco Pesenti Gritti2004-10-083-3/+3
* Set window icon.Christian Persch2004-10-053-27/+13
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-285-9/+8
* Fix a mem leak.Christian Persch2004-09-231-0/+2
* Add api to show a context menu. Useful to make distinction between key andMarco Pesenti Gritti2004-09-151-6/+2
* Better positioning of context menus for treeviews. Fix #152431Marco Pesenti Gritti2004-09-151-2/+4
* Add ephy_window_get_ui_manager(), and remove the manager from the publicChristian Persch2004-09-143-4/+4
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-132-5/+10
* popup_menu signal handler has to return gboolean, not void.Christian Persch2004-08-281-2/+4
* popup_menu signal handler has to return gboolean, not void.Christian Persch2004-08-281-2/+5
* Add debug outputChristian Persch2004-08-281-0/+2
* Remove the save timeout on dispose.Christian Persch2004-08-281-6/+12
* === Release 1.3.7 ===Release137Christian Persch2004-08-251-2/+2
* Just use the popup_menu signal. Fixes bug #150830.Christian Persch2004-08-231-4/+8
* Change hierarchy separator to "->". Fixes bug #149150.Christian Persch2004-08-231-1/+1
* Make the hierarchy separator a #define.Christian Persch2004-08-236-197/+432
* Fix object property naming leftover from EggMenuMerge days, to UI manager.Christian Persch2004-08-101-2/+2
* Fix a mem leak.Christian Persch2004-08-091-8/+15
* Free list and filter on finalize; fixes bug #149689. Use g_list_prependChristian Persch2004-08-091-12/+30
* Sort topics in topic selector by name. Fixes #149639.Christian Neumair2004-08-091-0/+2
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-1/+0
* Use s/""/NULL/ in g_string_new().Christian Persch2004-08-061-1/+1
* Fix submenu creation with non-ascii topic names. Fixes bug #147469.Christian Persch2004-07-311-30/+17
* Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide.Christian Persch2004-07-316-62/+118
* Switch parameter order for egg_toolbars_model_set_flags().Christian Persch2004-07-261-1/+1
* Do not remove the topic when rename is cancelled.Marco Pesenti Gritti2004-07-232-4/+4
* Add support for toggles. When editing is canceled remove the node.Marco Pesenti Gritti2004-07-233-315/+146
* Handle the bookmark in the root folder case correctly. Fix #145611Marco Pesenti Gritti2004-07-221-10/+14
* Improve sort/priority API.Marco Pesenti Gritti2004-07-151-5/+9
* Add a Properties item to bookmark context menuMarco Pesenti Gritti2004-07-131-1/+71
* When opening bookmarks in a tab from toolbars jump to them.Marco Pesenti Gritti2004-07-111-1/+2
* Disable sliding when not in toolbar editing mode. We cant assumeMarco Pesenti Gritti2004-07-112-52/+0
* Make sure we stop the drag check also when button is released while theMarco Pesenti Gritti2004-07-111-6/+14
* Add api to move items.Marco Pesenti Gritti2004-07-112-18/+150
* Hide the item when dragging it like we do for normal toolbars.Marco Pesenti Gritti2004-07-112-0/+52
* Implement topics drag and drop. Totally tricky but it seem to work fine :)Marco Pesenti Gritti2004-07-111-16/+153
* Fix a mem leak.Christian Persch2004-07-111-0/+2
* Support also GDK_ACTION_COPY. Fix #145254.Marco Pesenti Gritti2004-07-051-1/+2