aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Don't show the description for no-secure and broken sites.Christian Persch2005-01-091-7/+12
* More stamp magic.Christian Persch2005-01-091-3/+7
* Make all structs prefixed by _.Christian Persch2005-01-0920-36/+36
* Prefix structs with _.Christian Persch2005-01-098-24/+24
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-097-3/+6
* Unify the location and favicon actions.Christian Persch2005-01-088-436/+158
* Shut upChristian Persch2005-01-081-0/+1
* Avoid unnecessary rebuilts of the generated enum .h files by using stampChristian Persch2005-01-071-3/+9
* Add dummy functions to call some get_types funcs, otherwise they don't getChristian Persch2005-01-071-2/+0
* Simplfiy the rule a bit.Christian Persch2005-01-071-2/+2
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-079-167/+57
* Add placeholder group for tabs move actions.Christian Persch2005-01-061-0/+8
* Don't focus the button on click.Christian Persch2005-01-061-0/+1
* Open the GNOME background properties capplet when setting the backgroundChristian Persch2005-01-061-1/+10
* Display open lock for low 'secure' sites too. Fixes bug #151709.Christian Persch2005-01-061-5/+2
* Use "Add _Bookmark" not "_Bookmark Link".Christian Persch2005-01-061-1/+1
* Add context menu on notebook. Fixes bug #132989.Christian Persch2005-01-062-2/+78
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-068-87/+87
* 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-052-51/+47
* Better fix for bug #119461, just use gtk_button_set_focus_on_click().Christian Persch2005-01-051-11/+2
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-044-34/+34
* Use new enum and flags types.Christian Persch2005-01-041-11/+8
* Add some more types for enums and flagsCrispin Flowerday2005-01-044-0/+145
* Another enum type.Christian Persch2005-01-041-6/+5
* Add types for some enums and flags.Christian Persch2005-01-041-4/+6
* Change Cl_ear History to Clear _HistoryAdam Hooper2005-01-041-1/+1
* Add loader directory to the .pc file.Christian Persch2005-01-042-2/+48
* Remove ephy_window_print().Christian Persch2005-01-031-2/+0
* Change C_lear to Cl_ear. Fixes bug #162706.Adam Hooper2005-01-031-2/+2
* Grab focus on the active tab before removing a tab. Fixes bug #119461.Christian Persch2005-01-022-0/+21
* Update copyright noticeChristian Persch2005-01-011-1/+1
* Set selection mode to BROWSE. Fixes bug #162331.Christian Persch2005-01-011-0/+6
* Save a strdup.Christian Persch2005-01-011-6/+2
* Use approximate_digit_width, and use a smaller number of chars. From bugChristian Persch2005-01-011-2/+2
* Move mime permission checks to ephy-file-helpers.Christian Persch2005-01-011-6/+14
* Make "Open Image" open the image in the default application. Fixes bugChristian Persch2004-12-311-3/+109
* Add translator's comments to contextualised strings.Christian Persch2004-12-312-5/+17
* Use gnome_vfs_url_show() for Send To, not ephy_embed_load_url() whichChristian Persch2004-12-311-1/+1
* Free the gconf value. Thanks to jfr for noticing this.Christian Perschristian Persch2004-12-291-0/+4
* Add context to ambiguous strings. Fixes bug #113932.Christian Persch2004-12-262-4/+7
* Remove tons of unused marshals.Christian Persch2004-12-251-1/+1
* Remove obsolete ephy_window_load_in_tabs() and use generic link openingChristian Persch2004-12-243-69/+52
* 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-2425-465/+795
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-231-5/+6
* Add "View Properties" to duplicated bookmarks dialogue. Fixes bug #117643Christian Persch2004-12-191-15/+38
* Correct code for "Afrikaans".Christian Persch2004-12-191-1/+1
* Fix the build.Christian Persch2004-12-191-14/+0
* Remove stray g_printChristian Persch2004-12-191-1/+1
* Don't show multiple toolbar editors for the same window. Part of bugChristian Persch2004-12-191-5/+15
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-193-27/+13
* Disable Print and Print Preview while still loading the page. Fixes bugChristian Persch2004-12-191-13/+27
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-195-7/+106
* Fix email links by prepending mailto: before calling gnome_vfs_url_show().Christian Persch2004-12-181-1/+5
* Use gtk_show_about_dialog(), and handle urls and mailto.Adam Hooper2004-12-183-35/+36
* Add attach_tab and detach_tab functions to extension interface (bugAdam Hooper2004-12-184-4/+137
* Fix name for "gd" language (Scots Gaelic). Fixes bug #161509.Christian Persch2004-12-171-1/+1
* Add stock icon to the "Clear" button.Christian Persch2004-12-171-3/+8
* Remove a duplicated lang code.Christian Persch2004-12-151-1/+0
* Use alignments instead of empty labels for alignment.Christian Persch2004-12-141-6/+1
* Prompt for bookmark update.Christian Persch2004-12-142-22/+81
* Make distcheck fix.Christian Persch2004-12-141-7/+8
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-147-15/+10
* Make distcheck fix.Christian Persch2004-12-145-39/+28
* A data/epiphany-bookmarks-html.xsl:Christian Persch2004-12-074-25/+210
* 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-031-1/+1
* Use stock icon for "Open In New Tab".Christian Persch2004-12-031-1/+1
* 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-022-10/+42
* If the gconf key doesn't exist, or has the wrong value type, set it toChristian Persch2004-12-021-2/+25
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-013-41/+50
* Fix "Open Frame" menu item name. Fixes bug #153816.Christian Persch2004-11-301-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
* Add translator commentsChristian Persch2004-11-281-0/+9
* Better translator's commentChristian Persch2004-11-281-0/+16
* Don't move the window, just show it. Fixes bug #158923.Christian Persch2004-11-261-1/+1
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-11-263-57/+13
* Fix compile in the !HAVE_ISO_CODES case.Christian Persch2004-11-251-1/+1
* Check for iso-codes package.Christian Persch2004-11-251-8/+310
* Fix ngettext usage.Christian Persch2004-11-221-2/+2
* Fix generic 'site' hostname fallback. Fixes bug #155442.Christian Persch2004-11-211-45/+30
* If the signal handler for tab-added reordered the tabs, emit theChristian Persch2004-11-211-4/+14
* Add defines and #ifdef to enable validation; disabled for now.Christian Persch2004-11-181-2/+16
* Remove unused variable.Christian Persch2004-11-141-3/+1
* Don't save session_crashed.xml while shutting down.Christian Persch2004-11-141-4/+6
* Size-allocate the embed if it's not mapped but has never beenChristian Persch2004-11-131-3/+12
* Add shortcut to Send To menuitem, as per HIG. Fixes bug #148655.Christian Persch2004-11-121-1/+1
* Don't hardcode "epiphany" as argv[0], use g_get_prgname() instead. FixesChristian Persch2004-11-121-1/+6
* 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
* Implement history deletion on per-site basis. Fixes bug #116609.Christian Persch2004-11-111-0/+24
* Change column order for the languages list in the code.Christian Persch2004-11-111-57/+57
* Don't unref, then weak ref, then enter main loop; this won't work whenChristian Persch2004-11-111-2/+8
* make len a gsize rather than an int to fix compilation on 64-bit systems.James Henstridge2004-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
* Add resize grip. Fixes bug #137845.Christian Persch2004-11-111-2/+1
* Fix 2 mem leaks; thanks to Xan for noticing them.Christian Persch2004-11-101-0/+2
* Removed a FIXME comment where the problem it pointed to has already been fixed.Christian Persch2004-11-091-1/+0
* Simplified the code a bit.Christian Persch2004-11-091-15/+14
* Make it also correct on DST changes.Christian Persch2004-11-091-10/+18
* Fix time filter for time zones != GMT, and add "Last 30 Minutes" filter.Christian Persch2004-11-091-12/+38
* This dialogue doesn't need to be modal.Christian Persch2004-11-081-2/+3
* Order this in the source code by lang code, not english lang name.Christian Persch2004-11-081-20/+20
* Fix button sensitivity setting in language editor not to first disable theChristian Persch2004-11-081-9/+10
* A idl/.cvsignore: A idl/Makefile.am:Christian Persch2004-11-081-2/+0
* Sanitise the embed popup position. Fixes bug #157162.Christian Persch2004-11-081-2/+10
* Better wording for the crash recovery dialogue. Thanks to Spark for this.Christian Persch2004-11-081-2/+3
* Don't detach the tab when releasing the mouse button while still over theChristian Persch2004-11-081-30/+14
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-083-14/+63
* Show language code in the string in languages editor. Fixes bug #115355.Christian Persch2004-11-071-13/+43
* Make static.Christian Persch2004-11-071-7/+1
* Also bring the window to the front.Christian Persch2004-11-041-0/+5
* Free XML data after parsing it. Noticed by jfr. I'm an idiot.Adam Hooper2004-11-031-1/+7
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-0339-78/+0
* 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-61/+80
* Disable extensions description validation for now.Christian Persch2004-11-011-2/+2
* Process xml:lang in extension description files.Christian Persch2004-10-311-4/+51
* Fix restoring window size on crash recovery by moving the setting of theChristian Persch2004-10-311-23/+56
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-311-0/+37
* Move idle unreffing to extensions manager. Makes sure that extensions areChristian Persch2004-10-301-1/+16
* Listen for changes to extension directories usingAdam Hooper2004-10-302-59/+256
* Slightly refactor bookmarks menu, to take a configurable path where toChristian Persch2004-10-303-41/+96
* Don't open all bookmarks in tabs. Fixes bug #156843.Christian Persch2004-10-301-10/+22
* Correctly change the statusbar children's frams's shadow type when theChristian Persch2004-10-281-3/+2
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-2818-74/+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
* Revert last change, it's a warning after all.Christian Persch2004-10-271-1/+1
* Make the confirm-close-with-form-data dialogue window modal, instead ofChristian Persch2004-10-271-0/+11
* Make the crash revovery dialogue GTK_MESSAGE_QUESTION instead of _WARNING.Christian Persch2004-10-271-1/+1
* Use new gtk+ HIG message dialogue API. Fixes bug #130232.Christian Persch2004-10-274-229/+87
* Use named icon for the logo in about dialogue.Christian Persch2004-10-261-18/+2
* De-couple instantiation and initialisation of the extensions manager.Christian Persch2004-10-263-2/+14
* Move window destruction after tab-removed signal emission. Fixes bugChristian Persch2004-10-252-13/+7
* Fix return type of tab_delete slot.Christian Persch2004-10-251-9/+9
* Unset the use-underline label property instead of doubling theChristian Persch2004-10-252-20/+14
* Use gtk_icon_size_lookup_for_settings() here.Christian Persch2004-10-252-2/+4
* Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey.Christian Persch2004-10-257-281/+232
* Chain up to parent's dispose handler.Christian Persch2004-10-241-0/+2
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-2433-90/+90
* Use gtk_selection_data_get_uris().Christian Persch2004-10-231-1/+1
* Only multiplex [attach|detach]_window to extensions implementing theChristian Persch2004-10-231-5/+14
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-234-39/+39
* Indentation fixesChristian Persch2004-10-232-49/+49
* Add tooltip on close button. Thanks to spark for the string review; fixesChristian Persch2004-10-221-0/+3
* Add tooltip on the drag handle. Fixes bug #155827.Christian Persch2004-10-222-11/+34
* Add tooltips on the arrows, and fix the tooltip on the "Up" button to beChristian Persch2004-10-223-11/+57
* Remove bogus debug output.Christian Persch2004-10-221-3/+0
* Add varargs version of ephy_dialog_get_control to get more than oneChristian Persch2004-10-222-37/+45
* Fix import of bookmarks in root folder. Fixes bug #152443.Christian Persch2004-10-201-1/+1
* Validate extension XML files against an XSD Schema.Adam Hooper2004-10-191-5/+98
* R lib/ephy-module-loader.c: R lib/ephy-module-loader.h: AChristian Persch2004-10-174-274/+677
* Remove duplicate AM_PROG_INTLTOOL, fixes bug #155028. UseChristian Persch2004-10-101-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
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-081-7/+124
* *** 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
* Notify when entering or leaving print preview mode. Fixes bug #154591.Christian Persch2004-10-061-2/+19
* Fix a warning, noticed by Crispin.Christian Persch2004-10-061-5/+5
* Don't allow activation of the hidden menubar in ppv mode.Christian Persch2004-10-061-0/+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
* R lib/egg/eggdropdowntoolbutton.c: R lib/egg/eggdropdowntoolbutton.h:Christian Persch2004-10-051-6/+12
* Set window icon.Christian Persch2004-10-051-4/+6
* Set window icon.Christian Persch2004-10-055-34/+15
* Set ephy icon as window icon.Christian Persch2004-10-051-1/+5
* Same here.Christian Persch2004-10-051-8/+1
* Set epiphany icon on the about dialogue.Christian Persch2004-10-051-0/+2
* Clean up a bit.Christian Persch2004-10-042-43/+31
* Remove unused variable.Christian Persch2004-10-031-1/+0
* Recognise "Desktop" special downloads directory. Fixes bug #152926.Christian Persch2004-10-021-0/+4
* Simply use gtk_icon_theme_load_icon().Christian Persch2004-10-021-17/+5
* Use gtk_window_set_default_icon_name().Christian Persch2004-10-022-37/+4
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-286-11/+10
* 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
* Show the fullscreen button only when the window is active. Fix #115296.Marco Pesenti Gritti2004-09-161-0/+28
* Keep popup position synced with his size requisition. Fix #143585Marco Pesenti Gritti2004-09-161-5/+14
* Port to GtkAboutDialog.Christian Persch2004-09-161-20/+19
* Add api to show a context menu. Useful to make distinction between key andMarco Pesenti Gritti2004-09-152-9/+3
* Better positioning of context menus for treeviews. Fix #152431Marco Pesenti Gritti2004-09-152-3/+6
* Load/unload extensions based on GConf keyAdam Hooper2004-09-143-51/+310
* Add ephy_window_get_ui_manager(), and remove the manager from the publicChristian Persch2004-09-1410-47/+59
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-1319-255/+250
* 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