aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Elimiate indeterminate progress, fixes bugs #142303 and #142305.Christian Persch2004-05-212-20/+8
* Emit the "tab_removed" signal also for the window's last tab. Part of bugChristian Persch2004-05-202-6/+3
* Open bookmark in new tab on middle-click. Fixes bug #106250.Christian Persch2004-05-202-6/+72
* Fix capitalisation.Christian Persch2004-05-191-1/+1
* Forgot to change action entries for last commit.Christian Persch2004-05-141-4/+0
* Simplify context menu wrt. frames. Fixes bug #138442.Christian Persch2004-05-142-53/+0
* Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which willChristian Persch2004-05-131-1/+5
* Statusbar re-design: Move lock icon to left; hide progress bar when noChristian Persch2004-05-112-12/+66
* Fix accelerator for OpenImage action.Christian Persch2004-05-091-1/+1
* Jump to new tabs created from command lines; fixes bug #141168.Christian Persch2004-05-091-3/+3
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-093-5/+27
* Clean up encoding handling.Christian Persch2004-05-022-51/+15
* Make the statusbar's GtkTooltips publicly accessibly.Christian Persch2004-05-022-7/+7
* Exit print preview mode before closing a window. Fixes a crasher; EpiphanyChristian Persch2004-04-271-0/+13
* Document UTF-8 requirement.Christian Persch2004-04-221-1/+1
* Fix font selection combo box issues; fixes bug #138560.Christian Persch2004-04-181-0/+1
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-181-21/+22
* Add debug output.Christian Persch2004-04-141-0/+9
* 2004-04-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-04-144-10/+30
* Add Ctrl+S as an alternate accel for Save As. Fixes bug #139415.Piers Cornwell2004-04-101-0/+3
* Sort the actions in the location entry autocompletion dropdown. Fixes bugChristian Persch2004-04-101-1/+38
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-101-5/+0
* Track the active window.Christian Persch2004-04-061-0/+66
* Make prefs, pdm and print setup dialogues transient to their parent. FixesChristian Persch2004-04-062-6/+7
* Documented EphyNodeDbAdam Hooper2004-04-051-1/+1
* Remove stray semicolon. Fixes bug #138902.Christian Persch2004-04-031-1/+1
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-011-18/+21
* Make buttons the same size in Industrial theme and make text selectable.Piers Cornwell2004-03-311-3/+3
* Remove Open Image in New Tab and New Window from the context menu.Christian Persch2004-03-303-50/+0
* Removed the nautilus view.Christian Persch2004-03-304-724/+0
* Make EphyCompletionColumn a typedef enum, fixes bug #136878.Christian Persch2004-03-301-1/+1
* Fixes #138263.Federico Mena Quintero2004-03-303-3/+3
* Test with -d, fixes bug #138088.Christian Persch2004-03-291-1/+1
* Fix opening in new tabs when there is no existing window. Fixes bugChristian Persch2004-03-291-2/+13
* Use verb for action button and various minor tidy ups.Piers Cornwell2004-03-281-11/+17
* Log context of event in debug mode.Christian Persch2004-03-271-0/+2
* Correctly disconnect the handler not from the proxy but from the entryChristian Persch2004-03-271-6/+9
* Fix duplicate accesskey, use correct case for button text and make messagePiers Cornwell2004-03-271-1/+2
* Documented EphyEmbedAdam Hooper2004-03-263-11/+11
* Tiny doc fixes.Christian Persch2004-03-242-4/+2
* Get rid of ephy_tab_[get|set]_window().Christian Persch2004-03-244-88/+25
* Fix the build, bad noda :PChristian Persch2004-03-241-1/+1
* Make the "Go" button actually work. Thanks to aes for alerting us to thisChristian Persch2004-03-241-0/+23
* Documented EphyTabAdam Hooper2004-03-242-19/+201
* API documentationAdam Hooper2004-03-242-6/+128
* the xbel mime type is now application/x-xbelMarco Pesenti Gritti2004-03-221-1/+1
* Forgot to s/logo/icon/g.Christian Persch2004-03-211-6/+6
* Set window icon. Fixes bug #137806.Christian Persch2004-03-211-0/+2
* R data/epiphany-1.2.pc.in: A data/epiphany-1.4.pc.in:Christian Persch2004-03-211-1/+1
* Don't try to unref NULL icon. Fixes bug #137715.Christian Persch2004-03-201-2/+5
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-196-292/+324
* Make secure description better (Bug #136443).Piers Cornwell2004-03-192-3/+3
* Add firefox option in bookmarks import dialogue.Christian Persch2004-03-183-1/+5
* *** empty log message ***Marco Pesenti Gritti2004-03-1726-14/+68
* Check if the dragged item is a separator. Fixes crash when it _is_ aChristian Persch2004-03-091-1/+20
* Really always check the return value of xmlTextReaderRead(), don't advanceChristian Persch2004-03-071-32/+51
* Fix crash when dragging a link to a tab label; I forgot to change thisChristian Persch2004-03-071-5/+4
* Persist changed accels with gnome_accelerator_sync().Christian Persch2004-03-061-0/+2
* Don't use ephy_tab_get_embed(), instead use the pointer provided when weChristian Persch2004-03-051-20/+18
* Don't set the 5-star icon as window icon for the about dialogue. Fixes bugChristian Persch2004-03-051-8/+0
* Copy and modify gnome_vfs_uri_list_parse() so that we get a list of stringChristian Persch2004-03-042-10/+3
* If the favicon isn't ready when we need it, connect to the favicon cache'sChristian Persch2004-03-031-1/+29
* Do not show the unsubmitted dialog for js closeMarco Pesenti Gritti2004-03-031-1/+6
* Never show two resume dialogs, just re-present the old one.Marco Pesenti Gritti2004-03-021-2/+15
* Don't try to backup non-existing files :) Also, when neitherChristian Persch2004-03-021-3/+13
* Correctly sync the smarturl property of EphyBookmarksAction when itChristian Persch2004-03-021-0/+30
* When changing a bookmark address and it was a smart bookmark but now isChristian Persch2004-03-021-1/+1
* Ensure we always have a BookmarksBar toolbar in the model. Fixes bugChristian Persch2004-03-021-24/+31
* Add API docs.Christian Persch2004-03-021-6/+38
* If reading the bookmarks file, or re-importing the bookmarks from the rdfChristian Persch2004-03-021-0/+40
* Fix XBEL importer not to tag all bookmarks with a "Bookmarks" category.Christian Persch2004-03-021-4/+92
* Export ephy_statusbar_add_widget() for use by extensions.Christian Persch2004-03-012-3/+16
* Separately profile bookmarks menu clean and rebuild.Christian Persch2004-02-291-2/+6
* Fix order of the windows, they was reversed before.Marco Pesenti Gritti2004-02-291-2/+2
* fix typo that was causing categorized bookmarks to go in the uncategorizedMarco Pesenti Gritti2004-02-291-1/+1
* If a folder has no name, don't tag its bookmarks with "Untitled" keyword,Christian Persch2004-02-291-3/+6
* Add missing check for Firebird bookmarks, patch by André Dahlqvist.Xan Lopez2004-02-281-1/+2
* Fix for gtk+ filechooser API change.Christian Persch2004-02-271-2/+1
* Fix potential crash.Christian Persch2004-02-271-2/+7
* Replace entities also in folder names, fixes bug #135440.Christian Persch2004-02-271-1/+1
* Do not show about:blank to the user, an empty address bar will do better.Marco Pesenti Gritti2004-02-261-2/+15
* Check for NULL before converting filename to UTF-8.Christian Persch2004-02-251-10/+13
* Change this back to simply do g_idle_add(), accidentally forgot to revertChristian Persch2004-02-251-13/+3
* Unescape filenames whenever possible.Xan Lopez2004-02-251-1/+1
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-2511-264/+261
* Do not use gnome vfs to check the scheme because it can handle onlyMarco Pesenti Gritti2004-02-241-17/+9
* Actually remove nsUnicharUtils.*Marco Pesenti Gritti2004-02-211-1/+0
* Ensure that there are no more chars after the last /. Cut down number ofMarco Pesenti Gritti2004-02-211-5/+8
* s/EphyExtensionClass/EphyExtensionIface/gChristian Persch2004-02-174-14/+14
* Install the statusbar .h file.Christian Persch2004-02-135-247/+232
* Unify fallback downloads dir to get the home directory.Christian Persch2004-02-131-11/+10
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-132-14/+14
* 2004-02-12 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-02-132-0/+12
* Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548.Christian Persch2004-02-131-1/+9
* Increase bookmarks format version.Christian Persch2004-02-121-1/+1
* Update bookmarks keywordsMarco Pesenti Gritti2004-02-121-0/+1
* Do not load js urls when middle clicked.Marco Pesenti Gritti2004-02-121-7/+5
* CleanupMarco Pesenti Gritti2004-02-111-1/+1
* *** empty log message ***Marco Pesenti Gritti2004-02-116-52/+80
* Better autocompletion sorting logic.Marco Pesenti Gritti2004-02-112-13/+48
* Show the title of the bookmark, not the addressMarco Pesenti Gritti2004-02-111-1/+1
* Fix the fix for the epiphany equivalent of bug #133633. Don't convert theChristian Persch2004-02-101-5/+38
* Make middle-click paste work with urls with IDN domain names. Fixes theChristian Persch2004-02-071-1/+2
* Make warning message selectable per hig.Piers Cornwell2004-02-051-0/+2
* No need to connect to the toolitem's create-menu-proxy signal, gtk+ doesChristian Persch2004-02-052-49/+2
* gtk+ now connects the tool item's create_menu_proxy to the action'sChristian Persch2004-02-051-79/+7
* Set a default height/width for the dialog.David Bordoley2004-02-051-0/+2
* David Bordoley <bordoley@msu.edu>Biggest Flake Ever2004-02-051-0/+2
* Use title capitalisation for title.Piers Cornwell2004-02-041-1/+1
* Decouple extensions manager initialisation and extensions loading. Fixes aChristian Persch2004-02-023-4/+9
* Obvious typo fixAdam Hooper2004-01-311-1/+1
* Fix property getter of "icon" property.Christian Persch2004-01-291-2/+2
* Don't crash when reading the RDF file fails.Christian Persch2004-01-292-3/+11
* Use rdf:resource instead of rdf:about, fixes bug #131543.Christian Persch2004-01-291-1/+1
* Sync topic names in the menu. Fixes bug #128097.Christian Persch2004-01-291-19/+60
* Fix options parsing.Christian Persch2004-01-291-15/+23
* Use EPHY_STOCK_DOWNLOAD for the download link icon.David Bordoley2004-01-291-1/+1
* Fix linking with nautilus view enabled.Christian Persch2004-01-281-1/+1
* Check for required libnautilus version, and conditionally enable nautilusChristian Persch2004-01-281-0/+8
* Fix mem leak.Christian Persch2004-01-261-0/+2
* Fix mem leak.Christian Persch2004-01-261-0/+1
* Fix mem leak.Christian Persch2004-01-261-1/+7
* Fix mem leaks.Christian Persch2004-01-261-2/+1
* Fix mem leak.Christian Persch2004-01-261-9/+5
* Fix mem leak.Christian Persch2004-01-251-1/+3
* Fix mem leaks.Christian Persch2004-01-251-0/+3
* Add a way to get the downloads dir with a comment for translators. Use dirMarco Pesenti Gritti2004-01-252-10/+9
* Updated copyright date.Christian Persch2004-01-251-2/+2
* Double underscores, since otherwise the menu entry will display them asChristian Persch2004-01-251-2/+4
* Add a hidden tools menu that extensions can use.David Bordoley2004-01-251-0/+1
* Make ephy_file_tmp_directory() return a const char * instead of a char *Adam Hooper2004-01-251-1/+1
* Fall back to Home directory when the pref is NULL.Christian Persch2004-01-241-0/+6
* Add a persist-position property.Marco Pesenti Gritti2004-01-241-2/+6
* Sometimes reading gnomedesktop flames is useful:Marco Pesenti Gritti2004-01-242-2/+2
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-243-7/+13
* Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified theChristian Persch2004-01-231-1/+1
* data: urls can be opened in new tabs too.Christian Persch2004-01-231-0/+1
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-233-25/+13
* *** empty log message ***Marco Pesenti Gritti2004-01-221-2/+2
* Call ephy_file() explicitly for each glade file, letting extensions load glad...Adam Hooper2004-01-223-4/+8
* Set "tooltip" property on bookmark actions to the url. That way we displayChristian Persch2004-01-211-4/+23
* about: can be opened in new tab too.Christian Persch2004-01-211-0/+1
* Add a way to store paths.Marco Pesenti Gritti2004-01-191-18/+6
* *** empty log message ***Marco Pesenti Gritti2004-01-191-1/+9
* Use g_signal_connect_object to connect the embed signals, that way they'reChristian Persch2004-01-171-42/+42
* Use gtk_file_chooser_get_filename() instead ofChristian Persch2004-01-171-1/+1
* Show help for menu items in the statusbar.Christian Persch2004-01-161-0/+66
* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. PortChristian Persch2004-01-162-5/+8
* Forgot to commit those.Christian Persch2004-01-131-1/+2
* Only allow "Open in New Tab/Window" for certain protocols.Christian Persch2004-01-131-1/+6
* Fix signal parameter, and add a NULL check. Fixes bug #131117, patch byChristian Persch2004-01-111-1/+3
* Implement print and print setup disabling for lockdown mode.Christopher James Lahey2004-01-112-0/+55
* Implement history disabling.Christian Persch2004-01-111-0/+42
* Forgot thisChristian Persch2004-01-111-0/+2
* Added disable_arbitrary_url, disable_toolbar_editing, and disable_historyChristopher James Lahey2004-01-105-12/+78
* Add "Download Link As" to the link context menu.Xan Lopez2004-01-103-0/+12
* Check if embed is valid here.92004-01-101-3/+6
* Added disable_bookmark_editing key.Chris Lahey2004-01-106-13/+96
* Add an accellerator-only action (F7) to toggle caret browsing. Hook upChristian Persch2004-01-093-1/+39
* Forgot this line.Chris Lahey2004-01-081-0/+1
* Don't save the file if disable_save_to_disk is on.82004-01-081-3/+36
* Move "automatic" check back to where it was, since we now always have aChristian Persch2004-01-061-8/+8
* Behave better when the encoding used on the page is unknown to us.Christian Persch2004-01-063-15/+31
* Always set the "automatic" toggle button correctly, even if the encodingChristian Persch2004-01-061-8/+9
* Update creditsChristian Persch2004-01-051-0/+1
* Add help button to encodings dialogue.Piers Cornwell2004-01-051-8/+15
* Add help buttons to Certificate Viewer, PDM, print and print setupPiers Cornwell2004-01-052-12/+6
* Daveb will hate me for this, but making the confirm dialogue onlyChristian Persch2004-01-051-11/+0
* Add API to check if an EphyEmbed has forms with user input in them.Christian Persch2004-01-043-7/+166
* Show copy text menu item also for linksMichael Terry2004-01-041-23/+49
* New API to get the EphyTab from an EphyEmbed. Port all users.Christian Persch2004-01-025-25/+40
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-306-23/+21
* Brought type macros in line with the rest of libegg; and use gobjectChristian Persch2003-12-273-103/+43
* One download directory chooser is enough.Christian Persch2003-12-271-16/+31
* Move Toolbar struct decl to toolbar.h.Christian Persch2003-12-252-3/+3
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-254-11/+14
* Re-implement Pause/Resume in downloader.Xan Lopez2003-12-211-1/+1
* Do not try to pickup already set MOZILLA_FIVE_HOME, hopefully fix crashesMarco Pesenti Gritti2003-12-211-9/+2
* Fixed #129737.Christian Neumair2003-12-211-1/+14
* Use favicons in the back/forward menus.Christian Persch2003-12-201-5/+31
* Use return, not g_return_if_fail.Christian Persch2003-12-202-6/+1
* Improve comment.Christian Persch2003-12-192-31/+38
* Remove debug output leftovers.Christian Persch2003-12-191-4/+4
* In-line the language editor in the prefs dialogue.Christian Persch2003-12-194-632/+450
* Factor out the common encoding is_automatic check.Christian Persch2003-12-182-10/+2
* Don't try to save the submit button image instead of submitting the form.Christian Persch2003-12-181-6/+8
* *** empty log message ***Marco Pesenti Gritti2003-12-1710-28/+0
* Don't install statusbar.h.Christian Persch2003-12-151-2/+2
* Fix silly type flags.Christian Persch2003-12-151-2/+1
* Fix mem leaks. Fix a crash when finalizing a nautilus view after havingChristian Persch2003-12-151-3/+9
* Better way of mapping hierarchy to topics when importing bookmarks fromChristian Persch2003-12-141-5/+35
* Convert control chars to blanks.Christian Persch2003-12-141-9/+1
* Use stock icon for print setup.Christian Persch2003-12-141-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-12-144-41/+30
* *** empty log message ***Marco Pesenti Gritti2003-12-141-10/+13
* Make print dialogue spacing HIG-compliant.Christian Persch2003-12-111-3/+5
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-103-2/+12
* Make toolbar editing drag icons use the same icon size as the actual toolbar ...Jorn Baayen2003-12-101-0/+1
* Lockdown: set some buttons insensitive when their pref key is notChristian Persch2003-12-091-9/+31
* Sort the list of fonts alphabetically.Christian Persch2003-12-091-9/+26
* Make ctrl-click equivalent of middle click on links. Make shift-click saveChristian Persch2003-12-082-18/+77
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-0712-289/+270
* Misc cleanups. Remove a duplicated signal from EphyEmbed.Christian Persch2003-12-061-13/+0
* Fix strftime(3) usage.Christian Persch2003-12-041-1/+5
* Fix two crashers.Christian Persch2003-12-031-3/+9
* Improve cookie properties dialogue for bug #125498.Piers Cornwell2003-12-031-18/+25
* pass the shell to the callbacks as expected. Fix warnings.Marco Pesenti Gritti2003-12-021-2/+2
* Update my email address.Christian Persch2003-12-011-4/+4
* Fix mem leak introduced by last commit.Christian Persch2003-12-011-0/+2
* Remove gtkoptionmenu.h include.Christian Persch2003-12-012-1/+40
* *** empty log message ***Marco Pesenti Gritti2003-11-301-5/+6
* Readd gtk deprecates (only in maintainer mode).Marco Pesenti Gritti2003-11-302-2/+2
* Improved API and implementation of EphyDialog. Add support for new comboChristian Persch2003-11-309-965/+650
* Marco Pesenti Gritti <marco@gnome.org>Chris Lahey2003-11-306-144/+154
* Make PDM dialogue a singleton.Christian Persch2003-11-275-19/+34
* Mark parameters "const" where appropriate.Christian Persch2003-11-261-49/+99
* Restore clipboard actions in input context menu. Show it only if mozillaMarco Pesenti Gritti2003-11-261-2/+12
* Refactored pdm dialogue code. Use new boxed cookie/password info types.Christian Persch2003-11-241-362/+470
* When exporting to RDF, write all bookmarks, not just every secondChristian Persch2003-11-241-2/+0
* Use EphyFileChooser API, convert download path to UTF8.Xan Lopez2003-11-241-16/+15
* Use icon theme icon for add bookmarkMarco Pesenti Gritti2003-11-223-5/+5
* Implement arbitrary url lockdown prefMarco Pesenti Gritti2003-11-222-4/+80
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-225-14/+24
* Forgot to commit Makefile.amChristian Persch2003-11-221-1/+0
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-222-39/+70
* Pass a source based on filename instead of pixbuf for our own icon set, soMarco Pesenti Gritti2003-11-211-4/+4
* Hide Open downloads pref. Since both behaviors are available maybe it'sMarco Pesenti Gritti2003-11-211-1/+1
* hrm misplaced free in last commitMarco Pesenti Gritti2003-11-211-1/+1
* Make xml saving low disk safe.Marco Pesenti Gritti2003-11-211-2/+12
* Fix unrefing of context menu eventMarco Pesenti Gritti2003-11-211-16/+3
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-2033-14/+83
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-202-5/+11
* Make encodings dialogue transient.Christian Persch2003-11-191-51/+14
* Re-use some more signals from GtkMozEmbed; fix getter_Copies usage inChristian Persch2003-11-192-9/+13
* Api fixMarco Pesenti Gritti2003-11-181-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-11-171-4/+12
* Move gnome session code in the shell.Marco Pesenti Gritti2003-11-172-80/+67
* Implement UI for default download path and auto open downlads prefs forXan Lopez2003-11-161-0/+105
* *** empty log message ***Marco Pesenti Gritti2003-11-151-6/+6
* Use an unique factory for both interfaces.Marco Pesenti Gritti2003-11-156-114/+137
* Put back borked mozilla alert.Marco Pesenti Gritti2003-11-141-2/+1
* Looks like we need to unregister factory since we initialized it byMarco Pesenti Gritti2003-11-141-0/+3
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-143-75/+79
* ChangeLogMarco Pesenti Gritti2003-11-135-264/+276
* Link up toolbar editor help button.Christian Persch2003-11-131-1/+1
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-115-42/+1
* New extensions API.Christian Persch2003-11-1118-1182/+1430
* Fix compile warning.Marco Pesenti Gritti2003-11-101-2/+2
* Fix recovery from corrupted toolbar layout file.Christian Persch2003-11-101-2/+4
* Do not connect and reemit same signal for nothing. Remove unused/expensiveMarco Pesenti Gritti2003-11-102-4/+10