aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BE auto sort.Xan Lopez2003-02-266-3/+111
* Make tbe a normal dialog for now.Marco Pesenti Gritti2003-02-261-1/+2
* Remove an hack used to work around a fixed combo problemMarco Pesenti Gritti2003-02-262-8/+1
* Revert unwanted checkinMarco Pesenti Gritti2003-02-231-5/+0
* Update location entry with the urls selected on the drop down. ImplementMarco Pesenti Gritti2003-02-234-4/+32
* Dont create duped actions, fix crash on exitMarco Pesenti Gritti2003-02-221-19/+18
* Add lots of debug code to solve these damned crashes. Dont create multipleMarco Pesenti Gritti2003-02-211-7/+8
* History go to button.Xan Lopez2003-02-211-3/+50
* Dont crash when dragging a new bookmark on the toolbar and then clickMarco Pesenti Gritti2003-02-211-3/+8
* Dont have a separate context menu for copy, just put it inside theMarco Pesenti Gritti2003-02-204-41/+0
* data/ui/epiphany-bookmark-editor-ui.xml.inDave Bordoley2003-02-191-5/+5
* src/ephy-window.c Fix mneumonic collision between back and bookmarks.Dave Bordoley2003-02-161-1/+1
* data/ui/epiphany-toolbar.xml.in data/ui/epiphany-ui.xml.inDave Bordoley2003-02-165-22/+22
* Implement a selected text context menu.Marco Pesenti Gritti2003-02-151-1/+11
* src/ephy-window.c src/window-commands.c src/window-commands.hDave Bordoley2003-02-153-1/+14
* Add tab load notification (a little spinning icon), and a context menu forJames Willcox2003-02-151-0/+137
* data/ui/epiphany-ui.xml.in Added some separators. Changed "bookmark" verbsDave Bordoley2003-02-145-37/+37
* + 2003-02-13 Lee Willis <lwillis@plus.net>Marco Pesenti Gritti2003-02-141-1/+1
* *** empty log message ***Dave Bordoley2003-02-141-1/+1
* Make "Go to" button insensitive when no bookmark is selected.Xan Lopez2003-02-141-1/+10
* Fix a heap corruption bug that was causing bad stuff when smart bookmarksJames Willcox2003-02-142-3/+1
* Fix default size, remove some unnecessary spacesMarco Pesenti Gritti2003-02-131-6/+6
* Add "Go to" button to the BE.Xan Lopez2003-02-131-4/+33
* *** empty log message ***Marco Pesenti Gritti2003-02-134-103/+56
* Make the bookmarks editor properly select the "All" keyword if it was theJames Willcox2003-02-111-1/+1
* Remove Location field from BE bookmarks view, add a location entryXan Lopez2003-02-113-18/+43
* Have just one Close menu item and make it behave like other gnome apps.Marco Pesenti Gritti2003-02-101-2/+2
* Have just one Close menu item and make it behave like other gnome apps.Marco Pesenti Gritti2003-02-103-18/+5
* Make nautilus view actually workMarco Pesenti Gritti2003-02-102-2/+6
* Changed GtkType to GType.Christian Meyer2003-02-095-5/+5
* Error handling in moz bookmarks import.Xan Lopez2003-02-091-8/+18
* Fix some i18n problemsMarco Pesenti Gritti2003-02-081-6/+6
* Add a go button to the toolbar editor. The icon is duped with defaultMarco Pesenti Gritti2003-02-083-0/+27
* Better toolbar appeareance. More clear buttons labels on resume dialog.Marco Pesenti Gritti2003-02-081-1/+2
* Make the bookmarks editor not crash-on-close if no keyword is selected.James Willcox2003-02-081-0/+7
* *** empty log message ***Marco Pesenti Gritti2003-02-081-9/+9
* Fix two memleaks (I hope).Xan Lopez2003-02-081-1/+1
* Make the bookmarks editor remember the last selected keyword, and makeJames Willcox2003-02-073-1/+65
* Do not use a button for spinner. Correctly update spinner size for toolbarMarco Pesenti Gritti2003-02-061-8/+39
* Clear also location history when clearing history. Doesnt updateMarco Pesenti Gritti2003-02-063-0/+32
* Make importing actually work properly. *cough*James Willcox2003-02-061-17/+2
* Added the ability to import galeon and konqueror bookmarks.James Willcox2003-02-063-1/+221
* *** empty log message ***Marco Pesenti Gritti2003-02-069-44/+85
* Fix back/forward accels. Add startup feedback.Marco Pesenti Gritti2003-02-051-3/+3
* Set proper title in bookmarks editor window.Xan Lopez2003-02-051-0/+2
* Fix several menu accels I borked when porting to egg. Connect drag sourceMarco Pesenti Gritti2003-02-052-9/+9
* Add some icons, thanks to jorn to provide them. last api change seem toMarco Pesenti Gritti2003-02-031-3/+3
* Make favorites really work and avoid they crash when closing window, 0.5Marco Pesenti Gritti2003-02-012-2/+3
* Add icons, fix some minor appeareance stuff, rework ui updating to dealMarco Pesenti Gritti2003-01-311-4/+5
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-306-21/+84
* Fix bookmarks/smart bookmarks add to the toolbars.Marco Pesenti Gritti2003-01-301-7/+0
* Complete (or nearly) toolbar editor implementation. Bookmarks areMarco Pesenti Gritti2003-01-304-39/+80
* Changed copyright notice in about dialog (src/window-commands.c).Christian Neumair2003-01-291-6/+2
* Reimplement data using GNode, cleaner. Give up on "autoapply" for now, gtkMarco Pesenti Gritti2003-01-291-7/+0
* Implement dragging from the editor. It's stilly buggy but I didnt expectMarco Pesenti Gritti2003-01-283-7/+6
* *** empty log message ***Marco Pesenti Gritti2003-01-263-0/+16
* Complete bookmark action implementation (with smb too)Marco Pesenti Gritti2003-01-263-10/+213
* Implement the data part of the toolbar editor. Partial implementation ofMarco Pesenti Gritti2003-01-247-18/+306
* *** empty log message ***Marco Pesenti Gritti2003-01-232-0/+353
* Reimplement encoding menus. Work around eggmenu finalization problems. FixMarco Pesenti Gritti2003-01-235-22/+20
* Fix autocompletion to not show duped entries. Complete print preview impl.Marco Pesenti Gritti2003-01-235-36/+75
* Fix chromesMarco Pesenti Gritti2003-01-226-22/+100
* hmmmMarco Pesenti Gritti2003-01-211-1/+0
* *** empty log message ***Marco Pesenti Gritti2003-01-211-0/+2
* Api changes.Marco Pesenti Gritti2003-01-212-8/+4
* Set stop button sensitivityMarco Pesenti Gritti2003-01-211-0/+2
* Fix a stupid mistake porting galeon changes, no more freeze.Marco Pesenti Gritti2003-01-212-4/+27
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-2130-2612/+2447
* Port several leaks fixes from galeon.Marco Pesenti Gritti2003-01-209-34/+37
* Dont crash when schemas installed incorrectlyMarco Pesenti Gritti2003-01-141-0/+1
* Use the title also for hosts in history. Cleanup hosts matching code aMarco Pesenti Gritti2003-01-142-2/+2
* Use favicons in bookmarks. Use titles for session history when possible.Marco Pesenti Gritti2003-01-1312-3/+118
* correctly update window icon when the page doesnt specify any favicon url.Marco Pesenti Gritti2003-01-131-2/+2
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-1212-90/+54
* Move root nodes ids to ephy-types. Simple logging facility:Marco Pesenti Gritti2003-01-122-6/+2
* Reimplement favicons. Now all exit crashes related to connections leftMarco Pesenti Gritti2003-01-124-8/+64
* Rehash link context menu order to be hig compliant. Set a desktop icon.Marco Pesenti Gritti2003-01-102-3/+6
* Reset link message when changing page.Marco Pesenti Gritti2003-01-091-0/+1
* Extend ephy node to allow some reversed ids. Use it for baseMarco Pesenti Gritti2003-01-091-2/+8
* More start here page work, importing bookmarks from mozilla now shouldMarco Pesenti Gritti2003-01-091-0/+39
* Make sure event listener is ever attached. Never allow to overrideMarco Pesenti Gritti2003-01-061-26/+6
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-0513-65/+66
* Really update favicon when switching tab.Marco Pesenti Gritti2003-01-051-1/+1
* Remove unnecessary markup from translations.Marco Pesenti Gritti2003-01-055-15/+38
* Use gtk icons for dnd. Basic implementation of bookmarks importing. StillMarco Pesenti Gritti2003-01-033-5/+133
* *** empty log message ***Marco Pesenti Gritti2003-01-027-37/+38
* Rewrite ephy node multiple removals to actually work.Marco Pesenti Gritti2003-01-012-7/+23
* *** empty log message ***Marco Pesenti Gritti2003-01-012-2/+3
* Resync with galeon.Marco Pesenti Gritti2002-12-317-338/+1032
* Remove hidden filtering page.Marco Pesenti Gritti2002-12-311-5/+1
* update cvs ignoresMarco Pesenti Gritti2002-12-311-0/+4
* Initial revisionMarco Pesenti Gritti2002-12-3157-0/+17688