aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
Commit message (Expand)AuthorAgeFilesLines
* Exit ppv mode when clicking the window close button. Bug #326136.Christian Persch2006-01-081-1/+4
* Fix warning when Ctrl-F while the find toolbar is already shown. FixChristian Persch2006-01-041-7/+9
* Zoom on Ctrl-=, Ctrl-KP+, Ctrl-KP- too. Bug #105183.Christian Persch2005-12-311-0/+3
* Show warning on mixed content in the tooltip. Bug #321508.Christian Persch2005-12-211-0/+5
* A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: AChristian Persch2005-12-111-0/+15
* Minor code cleanup.Christian Persch2005-12-081-3/+8
* While in find mode, set the selection colour to "attention".Christian Persch2005-12-051-5/+16
* Add F5 as accel for reload.Christian Persch2005-11-181-5/+1
* Remove accelerator actions for extra keybindings.Philip Langdale2005-11-131-70/+31
* Mark strings in param specs as static.Christian Persch2005-11-081-4/+4
* Simplify context menu code by removing the extra EphyDocument*FramePopupChristian Persch2005-11-031-11/+17
* Use a single connection to the settings object, andChristian Persch2005-11-021-40/+69
* Revert change from H18 patch which shouldn't have been committed.Christian Persch2005-11-021-1/+1
* I accidentally committed my half-complete port of the Galeon key-pressPhilip Langdale2005-11-021-117/+46
* Use curly quotes.Christian Persch2005-11-011-9/+9
* Move most of ephy_window_init code to constructor so properties areJean-François Rameau2005-10-301-56/+55
* src/ephy-link-action.cPhilip Langdale2005-10-261-5/+151
* Point main menu UI at toolbar actions. Don't try and change the state ofPhilip Langdale2005-10-221-17/+0
* Remove fullscreen and leave-fullscreen stock icons; they're available inChristian Persch2005-10-201-1/+1
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-129/+139
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-131-13/+14
* Eliminate the *Popup/*ImagePopup popup variants. Add image context to allJean-François Rameau2005-10-101-15/+21
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-071-4/+3
* Fix memory leak.Christian Persch2005-10-031-3/+8
* Schedule a GC in finalize of EphyTab and EphyWindow, to work around bugChristian Persch2005-10-031-0/+8
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-031-22/+147
* Add a function to get the tab's real title, and use it where appropriate.Christian Persch2005-09-281-1/+2
* Unify background image and image code (contex menu, conext event). Fix bugJean-François Rameau2005-09-271-21/+1
* Make the methods to unset/release the context event semi-public.Christian Persch2005-09-191-15/+23
* Fix compile warnings.Christian Persch2005-08-261-1/+1
* Use class closure for delete event instead of signal handler.Christian Persch2005-08-211-6/+11
* Add switch to disable focus fix, and to disable PSM. Error out if PSMChristian Persch2005-08-081-1/+1
* Fix stringChristian Persch2005-08-041-1/+1
* Add public function ephy_window_get_context_event() to get theChristian Persch2005-08-041-15/+83
* Now that the tab's address is always correct (isn't the typed addressChristian Persch2005-08-021-3/+2
* Add a ::icon property to EphyTab, and use that everywhere instead ofChristian Persch2005-08-011-24/+9
* Tiny string fix. Fixes bug #167448.Christian Persch2005-08-011-1/+1
* Replace ephy_embed_activate with gtk_widget_grab_focusCrispin Flowerday2005-07-301-2/+2
* For empty pages, put focus in address bar.Christian Persch2005-07-291-1/+9
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-261-6/+38
* Set title of loading page to the address, iff the page was blank before.Christian Persch2005-07-241-24/+13
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-2/+1
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-1/+3
* Shift-Ctrl+R now works (Force reload). Fixes #307831.Jean-François Rameau2005-06-201-0/+3
* Common helper function to unref a GObject from idle.Christian Persch2005-06-111-1/+2
* Handle Ctrl-F like / to open the find bar without focusing it. Fixes linkChristian Persch2005-06-091-15/+0
* Work around mozilla bugChristian Persch2005-05-311-0/+6
* Don't erase the search term when opening the find bar with Ctrl-F.Christian Persch2005-05-301-1/+1
* Deactivate typeaheadfind in print preview mode.Christian Persch2005-05-301-10/+24
* Allow ViewSource for XML documents too. Fixes bug #305788.Christian Persch2005-05-291-2/+3
* Disable mozilla's typeaheadfind.Christian Persch2005-05-291-6/+9
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-74/+20
* A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h:Christian Persch2005-05-261-48/+107
* Use gtk_action_set_[sensitive|visible] instead of g_object_set.Christian Persch2005-04-191-20/+30
* A src/ephy-action-helper.c: A src/ephy-action-helper.h: AChristian Persch2005-04-191-209/+58
* Constify the action entries. Fixes bug #301065, patch by Paolo Borelli.Christian Persch2005-04-181-9/+6
* Hide the statusbar's resize grip when the window is maximised. Fixes bugChristian Persch2005-04-181-39/+57
* Also disallow opening a new tab from EphyLink iface in popup mode.Christian Persch2005-04-181-1/+3
* Rework popup windows. Introduce "is-popup" property on EphyWindow toChristian Persch2005-04-181-73/+221
* Fix the build.Christian Persch2005-03-151-5/+5
* Support "Multimedia" keys. Fixes bug #162748.Christian Persch2005-03-151-1/+63
* Revert patch from bug #169956, it's not correct.Christian Persch2005-03-121-0/+2
* Make the signal RUN_LAST.Christian Persch2005-02-241-1/+14
* Remove ephy_tab_get_action(). Adapts the tabs menu accordingly.Christian Persch2005-02-111-10/+3
* Move all the stuff from finalize to dispose, so that we finalise the UIChristian Persch2005-02-101-68/+79
* Revert the fix for bug #165550, it wasn't correct.Christian Persch2005-02-031-30/+16
* Remove the accel group from the window when hiding the menubar in lockdownChristian Persch2005-02-021-16/+30
* 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. Make sure we alwaysChristian Persch2005-02-021-3/+3
* Make EphyWindow implement EphyLink interface. Make ephy-link.h public.Christian Persch2005-01-311-24/+38
* Some sparse fixes.Christian Persch2005-01-311-5/+5
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-4/+4
* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled.Christian Persch2005-01-291-1/+3
* Don't show the Leave Fullscreen button in lockdown fullscreen mode. SwitchChristian Persch2005-01-261-14/+9
* Check for broken context event button.Christian Persch2005-01-231-10/+6
* Rename "visible" property.Christian Persch2005-01-231-1/+1
* Unify accels to Open in New _Window[s], and also change to Open Link inChristian Persch2005-01-161-1/+1
* Don't use <tt> in the strings. Fixes bug #163378.Christian Persch2005-01-161-1/+1
* Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506.Christian Persch2005-01-141-0/+2
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-116/+102
* Don't show the description for no-secure and broken sites.Christian Persch2005-01-091-7/+12
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-091-0/+1
* Unify the location and favicon actions.Christian Persch2005-01-081-1/+1
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-0/+2
* Add placeholder group for tabs move actions.Christian Persch2005-01-061-0/+8
* Display open lock for low 'secure' sites too. Fixes bug #151709.Christian Persch2005-01-061-5/+2
* Add context menu on notebook. Fixes bug #132989.Christian Persch2005-01-061-2/+63
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-23/+23
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-7/+7
* Remove obsolete ephy_window_load_in_tabs() and use generic link openingChristian Persch2004-12-241-47/+17
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-30/+67
* Fix the build.Christian Persch2004-12-191-14/+0
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-191-3/+3
* 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-191-5/+49
* Add attach_tab and detach_tab functions to extension interface (bugAdam Hooper2004-12-181-0/+10
* Deactivate the context menu on window close. Fixes bug #156812.Christian Persch2004-12-041-0/+5
* Update bookmarks from HTTP 301. Fixes bug #126312.Christian Persch2004-12-021-10/+17
* Fix "Open Frame" menu item name. Fixes bug #153816.Christian Persch2004-11-301-2/+2
* Better translator's commentChristian Persch2004-11-281-0/+16
* Add shortcut to Send To menuitem, as per HIG. Fixes bug #148655.Christian Persch2004-11-121-1/+1
* Sanitise the embed popup position. Fixes bug #157162.Christian Persch2004-11-081-2/+10
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-081-1/+2
* Make static.Christian Persch2004-11-071-7/+1
* Also bring the window to the front.Christian Persch2004-11-041-0/+5
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Don't deactivate the toolbar when another item in the same toolbar gainsChristian Persch2004-11-011-0/+3
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-311-0/+37
* Slightly refactor bookmarks menu, to take a configurable path where toChristian Persch2004-10-301-1/+16
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-9/+0
* Make the confirm-close-with-form-data dialogue window modal, instead ofChristian Persch2004-10-271-0/+11
* Use new gtk+ HIG message dialogue API. Fixes bug #130232.Christian Persch2004-10-271-42/+18
* Move window destruction after tab-removed signal emission. Fixes bugChristian Persch2004-10-251-1/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-231-10/+7
* No circular dependencies anymore.Christian Persch2004-10-091-1/+1
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-081-7/+124
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-081-1/+1
* Notify when entering or leaving print preview mode. Fixes bug #154591.Christian Persch2004-10-061-2/+19
* 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
* Set window icon.Christian Persch2004-10-051-4/+6
* Use gtk_window_set_default_icon_name().Christian Persch2004-10-021-36/+0
* Fix compiler warnings.Christian Persch2004-09-271-1/+4
* 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
* Add ephy_window_get_ui_manager(), and remove the manager from the publicChristian Persch2004-09-141-21/+37
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-17/+40
* Make sure to instantiate the toolbars model before instantiating theChristian Persch2004-08-281-4/+9
* Make "FileSave" action obey lockdown too. Fixes bug #151039.Christian Persch2004-08-261-0/+2
* Set accel for normal zoom, as per HIG.Christian Persch2004-08-221-1/+1
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-8/+4
* Diconnect from screen's size-changed signal on finalize too.Christian Persch2004-08-011-55/+64
* Add disable_quit, disable_new_window, first_window_fullscreen lockdownMarco Pesenti Gritti2004-07-191-9/+41
* Show and activate the menubar with F10 when it's hidden. Fixes bugChristian Persch2004-07-041-0/+43
* s/Off-Line/Offline/Christian Persch2004-07-021-1/+1
* Popup blocking support. View -> Popup Windows.Adam Hooper2004-07-011-1/+136
* Implement File->Work Off-Line command and backend. No DBUS/HAL/whateverChristian Persch2004-06-271-0/+37
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-251-63/+1
* Implement open in tabs from toolbar topicsMarco Pesenti Gritti2004-06-241-1/+2
* 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-241-0/+47
* Append tabs at the end instead of grouping them near the current one.Marco Pesenti Gritti2004-06-201-2/+2
* Go back to construction the toolbar when the model is set, fixes bugChristian Persch2004-06-161-4/+17
* Merging bookmarksbar-separation branch.Christian Persch2004-06-111-35/+60
* Do not hide clipboard items for the input context (Bug #139040)Marco Pesenti Gritti2004-06-081-9/+3
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-1/+1
* Move the "Exit Fullscreen" popup to the right in RTL locale. Fixes bugChristian Persch2004-06-031-6/+15
* Emit the "tab_removed" signal also for the window's last tab. Part of bugChristian Persch2004-05-201-6/+1
* Forgot to change action entries for last commit.Christian Persch2004-05-141-4/+0
* Fix accelerator for OpenImage action.Christian Persch2004-05-091-1/+1
* Exit print preview mode before closing a window. Fixes a crasher; EpiphanyChristian Persch2004-04-271-0/+13
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-181-21/+22
* Add Ctrl+S as an alternate accel for Save As. Fixes bug #139415.Piers Cornwell2004-04-101-0/+3
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-011-18/+21
* Remove Open Image in New Tab and New Window from the context menu.Christian Persch2004-03-301-4/+0
* Log context of event in debug mode.Christian Persch2004-03-271-0/+2
* Fix duplicate accesskey, use correct case for button text and make messagePiers Cornwell2004-03-271-1/+2
* Documented EphyEmbedAdam Hooper2004-03-261-2/+2
* Tiny doc fixes.Christian Persch2004-03-241-1/+1
* Get rid of ephy_tab_[get|set]_window().Christian Persch2004-03-241-4/+1
* API documentationAdam Hooper2004-03-241-3/+126
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-191-240/+310
* *** empty log message ***Marco Pesenti Gritti2004-03-171-2/+0
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-58/+45
* Install the statusbar .h file.Christian Persch2004-02-131-31/+12
* Use EPHY_STOCK_DOWNLOAD for the download link icon.David Bordoley2004-01-291-1/+1
* Add a hidden tools menu that extensions can use.David Bordoley2004-01-251-0/+1
* *** empty log message ***Marco Pesenti Gritti2004-01-221-2/+2
* Show help for menu items in the statusbar.Christian Persch2004-01-161-0/+66
* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. PortChristian Persch2004-01-161-3/+3
* 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-111-0/+52
* Added disable_arbitrary_url, disable_toolbar_editing, and disable_historyChristopher James Lahey2004-01-101-5/+59
* Add "Download Link As" to the link context menu.Xan Lopez2004-01-101-0/+2
* Added disable_bookmark_editing key.Chris Lahey2004-01-101-1/+17
* Add an accellerator-only action (F7) to toggle caret browsing. Hook upChristian Persch2004-01-091-1/+27
* 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
* 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-041-3/+143
* 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-021-10/+11
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-6/+9
* Improve comment.Christian Persch2003-12-191-29/+33
* Use stock icon for print setup.Christian Persch2003-12-141-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-12-141-2/+14
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-101-0/+8
* Make ctrl-click equivalent of middle click on links. Make shift-click saveChristian Persch2003-12-081-2/+2
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-071-32/+20
* Marco Pesenti Gritti <marco@gnome.org>Chris Lahey2003-11-301-99/+144
* Restore clipboard actions in input context menu. Show it only if mozillaMarco Pesenti Gritti2003-11-261-2/+12
* Use icon theme icon for add bookmarkMarco Pesenti Gritti2003-11-221-3/+3
* 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
* Fix unrefing of context menu eventMarco Pesenti Gritti2003-11-211-16/+3
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-141-0/+36
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-1/+0
* New extensions API.Christian Persch2003-11-111-18/+10
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-2/+2
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Renamed to get_command_state to can_do_command.Christian Persch2003-11-051-5/+5
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-18/+14
* Fix sensitivity of Paste. Still not set for native entries, I cant reallyMarco Pesenti Gritti2003-11-041-1/+6
* Yet another sensitivity update strategy. Set sensitivity on menu show andMarco Pesenti Gritti2003-11-041-55/+87
* update undo/redo sensitivityMarco Pesenti Gritti2003-11-041-1/+19
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-041-17/+60
* Port to new gtk+ file chooser.Christian Persch2003-10-261-12/+9
* Get rid of the last vestige of ephy_window_update_control(), and make theChristian Persch2003-10-181-23/+0
* Show encoding menu also when empty, fix oddness when opening View menuMarco Pesenti Gritti2003-10-181-0/+3
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-21/+73
* Remove unused includes, they was causing warnings on solarisMarco Pesenti Gritti2003-09-271-3/+0
* Simplify and solve bugs by using a checkbox with radio appeareance. ThatMarco Pesenti Gritti2003-09-241-2/+4
* Dave Bordoley <bordoley@msu.edu>Marco Pesenti Gritti2003-09-241-10/+10
* Do not fail if prefs.js is corrupted.Marco Pesenti Gritti2003-09-201-2/+7
* Do not use .in for not to translate files.Marco Pesenti Gritti2003-09-191-12/+0
* Adapt to changed GtkActionGroup api.Christian Persch2003-09-171-12/+22
* *** empty log message ***Marco Pesenti Gritti2003-09-161-1/+1
* Activate the embed when necessary.Marco Pesenti Gritti2003-09-161-0/+11
* Remove not needed removal of groups of actions from ui merge (gtk fix).Marco Pesenti Gritti2003-09-121-2/+0
* Remove a double connect to signal.Christian Persch2003-09-101-4/+0
* Make spinner status per tab. Remove the default to tab pref, use tab byMarco Pesenti Gritti2003-09-101-45/+20
* Use gtk_action_group_set_translation_domain() to restore menu and popupChristian Persch2003-09-061-0/+2
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-40/+37
* Readd is_important and ensure_update, gtk now support them.Marco Pesenti Gritti2003-09-011-8/+4
* *** empty log message ***Marco Pesenti Gritti2003-09-011-3/+7
* *** empty log message ***Marco Pesenti Gritti2003-08-311-15/+23
* *** empty log message ***Marco Pesenti Gritti2003-08-311-65/+2
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-37/+27
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-192/+189
* Do not show popups on print preview.Marco Pesenti Gritti2003-08-141-0/+6
* Respect priority text preference. Ported from gtk.Marco Pesenti Gritti2003-08-121-0/+7
* *** empty log message ***Marco Pesenti Gritti2003-08-061-2/+2
* 2003-08-02 Christian PerschChristian Persch2003-08-021-14/+17
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-201-43/+12
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-7/+12
* Fix up the tooltips.David Bordoley2003-07-111-10/+10
* Update spinner when a tab was removed. Fixes bug #116908.Christian Persch2003-07-081-1/+3
* Set a label for the find toolbar item so that it doesn't have elipses.David Bordoley2003-07-011-0/+2
* Correct usage of ellipses.Piers Cornwell2003-06-291-3/+3
* Do not sync tab visibility on tab creation, it's state is undefined atMarco Pesenti Gritti2003-06-261-1/+0
* Make sure there's only one print dialog per window. Fixes bug #115933.Christian Persch2003-06-261-9/+8
* Remove some unused headers.Marco Pesenti Gritti2003-06-231-4/+47
* Correct translations dir (leftover from galeon)Marco Pesenti Gritti2003-06-231-17/+17
* When following SAVE_POSITION/SAVE_SIZE flags actually not save themMarco Pesenti Gritti2003-06-221-17/+23
* Fix print preview toolbarsMarco Pesenti Gritti2003-06-221-6/+5
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-201-19/+1
* Get rid of get/set _event, reformat the header.Marco Pesenti Gritti2003-06-201-1/+15