aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* NEWSRelease149Marco Pesenti Gritti2005-08-182-3/+53
* Fix build.Christian Persch2005-04-051-0/+1
* Don't activate the location entry if it's hidden. Fixes bug #169956.Christian Persch2005-03-261-0/+2
* Make sure folder is != NULL. Fixes bug #163341.Christian Persch2005-02-271-3/+3
* Use event time when grabbing the pointer. Appears to fix bug #167473.Christian Persch2005-02-201-11/+15
* Fix the build.Christian Persch2005-02-111-4/+4
* Move all the stuff from finalize to dispose, so that we finalise the UIChristian Persch2005-02-101-68/+79
* Don't disable print preview if print setup is locked down. Fixes bugChristian Persch2005-02-021-1/+1
* Don't show the menubar with F10 in lockdown mode. Fixes bug #165550.Christian Persch2005-02-021-1/+2
* Don't weak ref the shell when it's finalised already. Fixes bug #165542.Christian Persch2005-02-021-1/+1
* Ungrab the pointer when moving tab between notebooks. Fixes bug #165797.Christian Persch2005-02-011-2/+14
* Some sparse fixes.Christian Persch2005-01-313-7/+7
* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled.Christian Persch2005-01-291-1/+3
* Switch to fullscreen toolbar also in lockdown fullscreen mode. Fixes bugChristian Persch2005-01-261-0/+5
* Rename "visible" property.Christian Persch2005-01-232-3/+3
* Don't store more than 5 hidden popups. Fixes bug #160863 (merged fromChristian Persch2005-01-091-1/+21
* Better fix for bug #119461, just use gtk_button_set_focus_on_click().Christian Persch2005-01-051-11/+2
* Grab focus on the active tab before removing a tab. Fixes bug #119461.Christian Persch2005-01-022-0/+21
* Set selection mode to BROWSE. Fixes bug #162331.Christian Persch2005-01-011-0/+6
* Use gnome_vfs_url_show() for Send To, not ephy_embed_load_url() whichChristian Persch2004-12-311-1/+1
* Correct code for "Afrikaans".Christian Persch2004-12-191-1/+1
* Disable Print and Print Preview while still loading the page. Fixes bugChristian Persch2004-12-191-13/+27
* Fix the build. Thanks to Crispin for noticing this.Christian Persch2004-12-061-1/+1
* Deactivate the context menu on window close. Fixes bug #156812.Christian Persch2004-12-041-0/+5
* Don't offer to resume if there are open windows. Fixes bug #160345.Christian Persch2004-12-041-1/+1
* Use stock icon for "Open In New Tab".Christian Persch2004-12-032-2/+2
* Fixes leak.Vincent Untz2004-11-281-1/+4
* Revert the earlier patch: don't emit tabs-reordered when the tab-addedChristian Persch2004-11-281-12/+2
* Don't move the window, just show it. Fixes bug #158923.Christian Persch2004-11-261-1/+1
* Fix out-of-srcdir build.Christian Persch2004-11-262-0/+2
* If the signal handler for tab-added reordered the tabs, emit theChristian Persch2004-11-211-4/+14
* === Release 1.4.5 ===Release145Christian Persch2004-11-151-0/+1
* Size-allocate the embed if it's not mapped but has never beenChristian Persch2004-11-131-3/+12
* Keep a ref on EphyShell in ephy_session_close(). Otherwise we get a crashChristian Persch2004-11-121-0/+7
* Fix signed/unsigned int confusion when iterating over a GPtrArray.Christian Persch2004-11-111-1/+1
* Don't unref, then weak ref, then enter main loop; this won't work whenChristian Persch2004-11-111-2/+8
* Simplified the code a bit.Christian Persch2004-11-091-18/+17
* Make it also correct on DST changes.Christian Persch2004-11-091-12/+20
* Fix time filter for time zone != GMT.Christian Persch2004-11-091-11/+23
* Fix button sensitivity setting in language editor not to first disable theChristian Persch2004-11-081-9/+10
* Sanitise the embed popup position. Fixes bug #157162.Christian Persch2004-11-081-2/+9
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-085-20/+66
* Make static.Christian Persch2004-11-071-1/+1
* Also bring the window to the front.Christian Persch2004-11-041-0/+5
* Don't deactivate the toolbar when another item in the same toolbar gainsChristian Persch2004-11-014-25/+94
* Make sure there's only one bookmark properties dialogue for each bookmark.Christian Persch2004-11-016-59/+78
* Removing debug spewChristian Persch2004-11-011-1/+1
* Emit ::tab-removed after the tab has been removed. Fixes bug 151607.Christian Persch2004-11-012-14/+7
* Fix restoring window size on crash recovery by moving the setting of theChristian Persch2004-10-312-23/+57
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-311-0/+37
* Don't open all bookmarks in new tabs. Fixes bug #156843.Christian Persch2004-10-301-10/+22
* Fix return type of tab_delete slot.Christian Persch2004-10-251-9/+9
* Correct the property-id for 'tooltip' property.Christian Persch2004-10-251-1/+1
* Chain up to parent's dispose handler.Christian Persch2004-10-241-0/+2
* Fix import of bookmarks in root folder. Fixes bug #152443.Christian Persch2004-10-201-1/+1
* Fix session remove command.Christian Persch2004-10-161-1/+1
* Post-release version bump.Christian Persch2004-10-121-2/+1
* No circular dependencies anymore.Christian Persch2004-10-094-15/+10
* 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
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-084-6/+6
* Don't allow activation of the hidden menubar in ppv mode.Christian Persch2004-10-061-2/+6
* Fix print preview and fullscreen mode interaction. Fixes bug #154456.Christian Persch2004-10-061-37/+28
* Don't size-allocate unmapped tabs, fixing slow resizes. Fixes bug #128191.Christian Persch2004-10-051-2/+23
* Set window icon to default ephy icon.Christian Persch2004-10-055-2/+13
* Recognise "Desktop" special downloads directory. Fixes bug #152926.Christian Persch2004-10-021-0/+4
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-286-11/+10
* Remove unimplemented function.Christian Persch2004-09-271-2/+0
* Fix compiler warnings.Christian Persch2004-09-271-1/+4
* Remove some unused code. Patch by Crispin Flowerday.Christian Persch2004-09-261-6/+0
* Fix a mem leak.Christian Persch2004-09-231-1/+3
* Fix a mem leak.Christian Persch2004-09-231-0/+2
* UpdatingChristian Persch2004-09-131-0/+1
* Fix for too-small notebook tab close buttons. Fixes bug #144772.Christian Persch2004-09-131-6/+4
* Fix toolbar overflow menu handling. Fixes bug #151648.Christian Persch2004-09-132-5/+11
* Don't accept drops of toolitems from other applications. Fixes bugChristian Persch2004-09-131-3/+3
* Auto-check new topic. Fixes bug #151925.Christian Persch2004-09-131-2/+9
* 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-282-0/+4
* Remove the save timeout on dispose.Christian Persch2004-08-281-6/+12
* Make sure to instantiate the toolbars model before instantiating theChristian Persch2004-08-281-4/+9
* Get the position of the new tab after the tab_added signal was emitted, toChristian Persch2004-08-271-0/+3
* Make "FileSave" action obey lockdown too. Fixes bug #151039.Christian Persch2004-08-261-0/+2
* === Release 1.3.7 ===Release137Christian Persch2004-08-251-2/+2
* Just use the popup_menu signal. Fixes bug #150830.Christian Persch2004-08-232-7/+12
* 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 crash when removing a password, introduced by the last commit.Christian Persch2004-08-221-2/+2
* Keep the passwords list in the pdm dialogue up-to-date wrt. new passwordsChristian Persch2004-08-221-20/+47
* Set accel for normal zoom, as per HIG.Christian Persch2004-08-221-1/+1
* Add autoconf check for dlopen, and add '-dlopen self' to LDFLAGS. FixesChristian Persch2004-08-211-1/+1
* Change guint to correct enum type.Christian Persch2004-08-181-1/+1
* Fix object property naming leftover from EggMenuMerge days, to UI manager.Christian Persch2004-08-102-3/+3
* 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
* R lib/widgets/ephy-ellipsizing-label.c: RChristian Persch2004-08-083-16/+15
* Really remove epiphany.inChristian Persch2004-08-081-35/+0
* R src/epiphany.in:Christian Persch2004-08-081-4/+5
* Remove unused variable.Christian Persch2004-08-081-1/+0
* Include "ephy-string.h", fixes build with -Werror.Christian Persch2004-08-081-0/+1
* Make ephy_embed_single_open_window() return the newly opened embed widget.Christian Persch2004-08-081-1/+1
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-067-41/+24
* Fix restoring the history window on resume.Christian Persch2004-08-061-10/+10
* Avoid overwriting the session file while resuming; preserves the crashedChristian Persch2004-08-061-3/+21
* Use s/""/NULL/ in g_string_new().Christian Persch2004-08-061-1/+1
* Make ephy_session_get_windows() return only the list of EphyWindows, andChristian Persch2004-08-061-48/+55
* Fix mem leak; noticed by Jean-François Rameau.Christian Persch2004-08-041-0/+5
* Fix mem leak; noticed by Jean-François Rameau.Christian Persch2004-08-041-0/+2
* Adjust comment for fixed bugChristian Persch2004-08-041-2/+4
* Move g_set_application_name() call after gnome_program_init(),Christian Persch2004-08-021-1/+2
* Diconnect from screen's size-changed signal on finalize too.Christian Persch2004-08-011-55/+64
* Rename property to "popups-allowed" consistently. Move page changeAdam Hooper2004-08-011-14/+15
* Start the directory choose in the home dir. Fixes bug #146055.Christian Persch2004-07-311-0/+2
* 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-317-91/+147
* Correctly clear the not-removable toolbar flag.Christian Persch2004-07-311-1/+3
* Switch parameter order for egg_toolbars_model_set_flags().Christian Persch2004-07-262-2/+2
* Fix "Save Link As" filechooser title, and change capitalisation on theChristian Persch2004-07-251-2/+2
* 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
* Simplify node view filtering code and make it a normal property (no moreMarco Pesenti Gritti2004-07-231-1/+1
* Handle the bookmark in the root folder case correctly. Fix #145611Marco Pesenti Gritti2004-07-221-10/+14
* Add disable_quit, disable_new_window, first_window_fullscreen lockdownMarco Pesenti Gritti2004-07-193-10/+50
* Improve sort/priority API.Marco Pesenti Gritti2004-07-153-12/+25
* 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-052-2/+3
* Show and activate the menubar with F10 when it's hidden. Fixes bugChristian Persch2004-07-041-0/+43
* "Open in tabs" insensitive when there are not multiple bookmarks in theMarco Pesenti Gritti2004-07-041-9/+19
* R data/art/epiphany-tab-loading.gif:Christian Persch2004-07-032-54/+36
* Use blank document as default faviconMarco Pesenti Gritti2004-07-032-2/+2
* Follow popups keybindings.Marco Pesenti Gritti2004-07-022-9/+32
* Implement bookmark context menu.Marco Pesenti Gritti2004-07-021-3/+68
* Implement topic context menu.Marco Pesenti Gritti2004-07-021-6/+78
* Move in the bookmarks dir.Marco Pesenti Gritti2004-07-0210-64/+96
* s/Off-Line/Offline/Christian Persch2004-07-021-1/+1
* Do not show the icon for smartbookmarksMarco Pesenti Gritti2004-07-011-1/+4
* No need to show the default icon for bookmarks menu.Marco Pesenti Gritti2004-07-011-8/+11
* Allow to drag bookmarks around also when not in edit mode. Use the defaultMarco Pesenti Gritti2004-07-011-16/+111
* Popup blocking support. View -> Popup Windows.Adam Hooper2004-07-014-2/+526
* Use a new window for "Open in Tabs"Marco Pesenti Gritti2004-07-012-13/+25
* Change tabs sizing again. Now we use a width of 20 (estimated) chars.Marco Pesenti Gritti2004-07-011-6/+4
* Implement File->Work Off-Line command and backend. No DBUS/HAL/whateverChristian Persch2004-06-273-0/+55
* Preserve hierarchy in the xbel importer too. Use mime sniffing toMarco Pesenti Gritti2004-06-261-51/+37
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-253-73/+9
* Use guint consistently for node idsMarco Pesenti Gritti2004-06-247-14/+14
* Implement open in tabs from toolbar topicsMarco Pesenti Gritti2004-06-244-24/+106
* Use g_signal_connect_after to connect to the toolbar_added signal,Christian Persch2004-06-242-4/+4
* Simply use gtk_container_get_children().Christian Persch2004-06-241-11/+2
* Make the "Exit Fullscreen" button toggle the action instead of doing toChristian Persch2004-06-241-1/+11
* Add EphyWindow API to open multiple uris in tabs, use it for dnd on theMarco Pesenti Gritti2004-06-243-49/+62
* "/" in a topic title is now a submenu in the bookmarks menu.Marco Pesenti Gritti2004-06-232-37/+84
* Keep the whole hierarchy of folders in the topic name, separated by |.Marco Pesenti Gritti2004-06-221-22/+39
* Drop some unused code.Marco Pesenti Gritti2004-06-221-28/+11
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-228-2/+37
* Add a New topic button to the new bookmark dialog.Marco Pesenti Gritti2004-06-223-0/+90
* Allow importing from Epiphany bookmarks format (RDF), fixes bug #144699.Christian Persch2004-06-211-0/+4
* Make tab labels 1/n-th of the window width (n = number of tabs), with aChristian Persch2004-06-201-63/+60
* Append tabs at the end instead of grouping them near the current one.Marco Pesenti Gritti2004-06-206-53/+11
* Set data for close-button on the tab label.Christian Persch2004-06-171-0/+1
* Go back to construction the toolbar when the model is set, fixes bugChristian Persch2004-06-163-48/+59
* Use g_markup_print_escaed().Christian Persch2004-06-151-4/+2
* Escape strings before using them with markup in labels.Christian Persch2004-06-152-6/+5
* Get rid of EmbedReloadFlags, and use a gboolean force parameter inChristian Persch2004-06-142-4/+1
* Put proper property IDs on propertiesAdam Hooper2004-06-121-2/+2
* Save the toolbars models from dispose, not from finalize, since you cannotChristian Persch2004-06-123-12/+29
* Merging bookmarksbar-separation branch.Christian Persch2004-06-1118-1056/+605
* s/get_item_name/get_item_dataMarco Pesenti Gritti2004-06-101-4/+4
* 2004-06-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-06-101-20/+34
* Retain custom types when moving items aroundMarco Pesenti Gritti2004-06-091-31/+4
* Separation of bookmarks and normal toolbars.Christian Persch2004-06-094-0/+1123
* Do not hide clipboard items for the input context (Bug #139040)Marco Pesenti Gritti2004-06-081-9/+3
* Also load extensions from /home/users/rossRoss Burton2004-06-071-0/+7
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-042-2/+9
* Move the "Exit Fullscreen" popup to the right in RTL locale. Fixes bugChristian Persch2004-06-031-6/+15
* Fix reload logic not to use forced reload by default. Patch by C. J. N.Christian Persch2004-05-301-2/+2
* 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