aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use new gtk api for empty submenusMarco Pesenti Gritti2003-10-021-28/+8
* Implement view menu.Marco Pesenti Gritti2003-09-301-1/+117
* Use ngettext.Christian Persch2003-09-301-4/+13
* More accurate description for Ever filter. Keep the backend as is, so weMarco Pesenti Gritti2003-09-301-6/+5
* The file picker dir can be NULL, check before trying to expand tilde.Marco Pesenti Gritti2003-09-281-7/+27
* Offer to import from Firebird too.Christian Persch2003-09-272-3/+6
* Simpler implementation.Marco Pesenti Gritti2003-09-271-1/+1
* Use gtkicontheme, and use it also for mime icons.Marco Pesenti Gritti2003-09-271-10/+15
* Implement history time filterMarco Pesenti Gritti2003-09-271-52/+223
* Remove unused includes, they was causing warnings on solarisMarco Pesenti Gritti2003-09-271-3/+0
* *** empty log message ***Marco Pesenti Gritti2003-09-252-7/+1
* Fix spacing ... when gtkdialog will be higgy ...Marco Pesenti Gritti2003-09-251-1/+2
* Remove --server mode. It was a dirty hack anyway, and had a crasher whenChristian Persch2003-09-252-19/+2
* Don't destroy the session when all windows are closed.Christian Persch2003-09-252-31/+4
* Simplify and solve bugs by using a checkbox with radio appeareance. ThatMarco Pesenti Gritti2003-09-243-10/+7
* Remove also from the groupMarco Pesenti Gritti2003-09-241-3/+5
* Do not use _ as accellerators in bookmarks menus.Marco Pesenti Gritti2003-09-243-10/+27
* Dave Bordoley <bordoley@msu.edu>Marco Pesenti Gritti2003-09-244-48/+78
* Fix topic labels.Christian Persch2003-09-241-1/+1
* Use Bookmarks instead of All as labelMarco Pesenti Gritti2003-09-241-2/+13
* Save session when windows are removedMarco Pesenti Gritti2003-09-241-0/+2
* Check for NULL return of gtk_get_current_event. Fixes bug #123063.Christian Persch2003-09-241-10/+13
* Refactor initialization/automation code. Now all the code used by theMarco Pesenti Gritti2003-09-244-64/+55
* Correct popup path; fixes context menu on topics.Christian Persch2003-09-231-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-09-231-1/+1
* Complete view menu impl. There is a gtk bug that make it behave funnilyMarco Pesenti Gritti2003-09-221-6/+57
* Implement a way to choose visible column in a menu. Not finished I need toMarco Pesenti Gritti2003-09-211-17/+56
* Fix directory selection persistence [bug #122780].Christian Persch2003-09-201-22/+21
* Remember the address in the location action, so we can restore it when weChristian Persch2003-09-205-137/+273
* Do not fail if prefs.js is corrupted.Marco Pesenti Gritti2003-09-201-2/+7
* Add an --import-bookmarks command line option, and really implement theChristian Persch2003-09-192-0/+28
* *** empty log message ***Marco Pesenti Gritti2003-09-192-2/+2
* Do not use .in for not to translate files.Marco Pesenti Gritti2003-09-196-40/+100
* correct toolitem typeMarco Pesenti Gritti2003-09-191-1/+1
* Fix warning with new gtkMarco Pesenti Gritti2003-09-181-1/+1
* Refactor node db loading functions into a common one in ephy-node-db.Christian Persch2003-09-181-42/+6
* *** empty log message ***Marco Pesenti Gritti2003-09-171-1/+1
* Adapt to changed GtkActionGroup api.Christian Persch2003-09-172-15/+36
* Added MOZ_PLUGIN_PATH default. Added migration from galeon settings.Christopher James Lahey2003-09-171-0/+18
* Really use the translated names of the default topics and bookmarks whenChristian Persch2003-09-171-4/+3
* ephy_new_bookmark_construct):Christian Persch2003-09-171-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-09-161-1/+1
* Activate the embed when necessary.Marco Pesenti Gritti2003-09-161-0/+11
* Enable dragging the tab from a single-tab window too.Christian Persch2003-09-161-35/+22
* Exchange the newly-deprecated g_value_set_object_take_ownership() withChristian Persch2003-09-132-2/+2
* Remove not needed removal of groups of actions from ui merge (gtk fix).Marco Pesenti Gritti2003-09-128-18/+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-105-53/+25
* Readd separators and dont use unnecessary placeholders.Marco Pesenti Gritti2003-09-101-1/+1
* First important step in solving the fonts mess. Allow to select theMarco Pesenti Gritti2003-09-101-36/+20
* gtk+ now supports invisible event boxes. Remove our custom implementationChristian Persch2003-09-093-5/+18
* Port to the new gtk dynamic menus apiMarco Pesenti Gritti2003-09-071-60/+41
* Use gtk_action_group_set_translation_domain() to restore menu and popupChristian Persch2003-09-064-0/+5
* Adapt to new gtk_ui_manager_add_ui functionality.Christian Persch2003-09-052-2/+4
* Fix a typo in the xmlMarco Pesenti Gritti2003-09-042-2/+2
* Use the api for dynamic menus creation. Far cleaner.Marco Pesenti Gritti2003-09-032-49/+17
* Rewrote xbel bookmarks importer using xmlreader api. Should fix bugChristian Persch2003-09-031-81/+258
* Fix galeon bookmarks import for the case of there existing a subdirectoryChristian Persch2003-09-031-5/+6
* typoMarco Pesenti Gritti2003-09-021-1/+1
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-0250-633/+519
* Fix ui xml, make ppview toolbar work again.Christian Persch2003-09-021-9/+9
* Some more missing ensure update.Marco Pesenti Gritti2003-09-023-0/+3
* Readd is_important and ensure_update, gtk now support them.Marco Pesenti Gritti2003-09-016-11/+8
* *** empty log message ***Marco Pesenti Gritti2003-09-012-13/+17
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-015-32/+31
* *** empty log message ***Marco Pesenti Gritti2003-08-314-20/+24
* *** 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-3020-142/+129
* *** empty log message ***Marco Pesenti Gritti2003-08-301-4/+4
* forgot files...Marco Pesenti Gritti2003-08-301-2/+2
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-3026-761/+779
* Fix the logic in the version-mismatch case.Christian Persch2003-08-251-2/+4
* Use a small spinner for all styles except text under icons.Anders Carlsson2003-08-251-1/+1
* 0.9.1Release091Marco Pesenti Gritti2003-08-241-12/+15
* Make it NULL safeMarco Pesenti Gritti2003-08-223-42/+84
* Add activate api.Marco Pesenti Gritti2003-08-191-0/+10
* Make print preview exit code safer.Marco Pesenti Gritti2003-08-151-3/+10
* Fix opening bookmarks in new window, there was a missing flag.Xan Lopez2003-08-141-1/+1
* Do not show popups on print preview.Marco Pesenti Gritti2003-08-142-8/+30
* Update my mail addressMarco Pesenti Gritti2003-08-131-1/+1
* Respect priority text preference. Ported from gtk.Marco Pesenti Gritti2003-08-122-0/+8
* Fix mem leak.Christian Persch2003-08-091-11/+7
* UpdateMarco Pesenti Gritti2003-08-091-39/+64
* Clamp the values to 0/100, mozilla sometimes report more done requestsMarco Pesenti Gritti2003-08-081-4/+12
* Correct insertion order of new tabs.Christian Persch2003-08-062-4/+9
* Fix blank page loading.Christian Persch2003-08-062-6/+18
* *** empty log message ***Marco Pesenti Gritti2003-08-061-2/+2
* Use link text as bookmark title when no title is specified.Marco Pesenti Gritti2003-08-051-4/+12
* Work around for a gtk issue. Do not assert if a click outside the notebookMarco Pesenti Gritti2003-08-031-2/+7
* 2003-08-02 Christian PerschChristian Persch2003-08-025-21/+32
* Translators comment to avoid verb/adjective confusionMarco Pesenti Gritti2003-08-022-0/+2
* Fix mem leak.Christian Persch2003-08-021-0/+2
* Always open bookmarks in new window/tab according to pref on activate.David Bordoley2003-07-312-23/+6
* Make it distcheckRelease081Marco Pesenti Gritti2003-07-311-3/+1
* s/ephy/epiphany. Fix session management.Nikolai Weibull2003-07-291-1/+1
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-278-280/+272
* Fix mem leak.Christian Persch2003-07-271-2/+7
* Sort on the HOST columns by default (#115472).Xan Lopez2003-07-251-0/+6
* Added one translator's comment, and clarified another.Christian Persch2003-07-241-0/+7
* Do not distribute autogenerated corba stuff (from galeon)Marco Pesenti Gritti2003-07-241-1/+3
* Add httpsMarco Pesenti Gritti2003-07-231-0/+1
* Try to use more friendly description for cache prefs.Marco Pesenti Gritti2003-07-231-6/+42
* If the page is about:blank, set title to "Blank page", not "about:blank".Christian Persch2003-07-232-6/+5
* An input-only window event box, copied from eel's ell-input-event-box.Christian Persch2003-07-222-2/+4
* Fix incosistency between all topic and bookmarks menu.Marco Pesenti Gritti2003-07-221-56/+49
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-203-57/+22
* Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2003-07-184-71/+182
* Allow DND of URLs (from links or favicons or other apps...) to theXan Lopez2003-07-174-6/+58
* Initiliaze font list to NULL. Otherwise if Enumerate fails we crash.Marco Pesenti Gritti2003-07-171-1/+1
* 0.8.0. Make it distcheck.Marco Pesenti Gritti2003-07-151-1/+2
* No need to setup fonts on init, it will be done when the default encodingMarco Pesenti Gritti2003-07-151-2/+0
* Fix mem leaks; thanks to Xan for pointing this out.Christian Persch2003-07-142-0/+2
* UpdateMarco Pesenti Gritti2003-07-142-8/+11
* We use g_list_prepend to create selections now (inXan Lopez2003-07-141-1/+1
* Fix leak.Xan Lopez2003-07-141-0/+1
* Don't use event->string, is deprecated (#117346). Also improve intelligentXan Lopez2003-07-141-2/+71
* Fix mem leaks.Christian Persch2003-07-141-0/+5
* Fix mem leaks.Christian Persch2003-07-141-3/+4
* Add plugins dirMarco Pesenti Gritti2003-07-131-1/+0
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-1320-95/+155
* Cleanup.Christian Persch2003-07-131-15/+8
* Shorten strings.Christian Persch2003-07-131-3/+12
* Fix mem leaks.Christian Persch2003-07-132-2/+2
* A "fast search" implementation for all node views. Pressing any validXan Lopez2003-07-132-11/+10
* Very simple plugin framework, unused for now. We will start makingMarco Pesenti Gritti2003-07-124-0/+261
* Fix actionsMarco Pesenti Gritti2003-07-111-0/+5
* Fix export of smart bookmarksLee Willis2003-07-111-1/+4
* Fix up the tooltips.David Bordoley2003-07-112-13/+13
* Some minor changes in rdf format (thanks to Edd Dumbill), and useMarco Pesenti Gritti2003-07-104-35/+237
* Update spinner when a tab was removed. Fixes bug #116908.Christian Persch2003-07-081-1/+3
* broken pipe pfffMarco Pesenti Gritti2003-07-081-1/+1
* Fix crash.Christian Persch2003-07-081-1/+3
* Fix progress update logic.Christian Persch2003-07-081-1/+1
* Remove unused define.Marco Pesenti Gritti2003-07-071-8/+18
* broken pipe pfffMarco Pesenti Gritti2003-07-071-15/+35
* Rewrite selection logic to be simpler and to fix bugs.Marco Pesenti Gritti2003-07-071-0/+1
* Implement toolbar overflow menu item for the go button.Christian Persch2003-07-061-2/+47
* *** empty log message ***Marco Pesenti Gritti2003-07-064-13/+37
* Make sure we ever save bookmarks after changes, so they dont get lost onMarco Pesenti Gritti2003-07-061-32/+0
* broken pipe pfffMarco Pesenti Gritti2003-07-061-28/+50
* Make sure we ever save bookmarks after changes, so they dont get lost onMarco Pesenti Gritti2003-07-061-0/+56
* Fix mem leaks and a conditional.Christian Persch2003-07-061-1/+3
* gtk_editable_insert_text takes the number of bytes in the string, not theChristian Persch2003-07-061-3/+3
* Api resync and cleanup from galeon.Marco Pesenti Gritti2003-07-061-1/+2
* Use g_list_prepend instead of g_list_append. Correct erroneous copyrightChristian Persch2003-07-041-5/+6
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-042-31/+46
* Ellipsise the bookmarks titles.Christian Persch2003-07-031-2/+9
* Oops, fix mem leak introduced by previous checkin.Christian Persch2003-07-031-0/+2
* Moved bookmark tool item creation back to ephy-bookmark-action.c, ForChristian Persch2003-07-034-248/+81
* Implement custom tooltip setter; sets tooltip on the directional button.Christian Persch2003-07-031-1/+6
* Use the browser icon from gnome icon theme. Get rid of cache comparingMarco Pesenti Gritti2003-07-023-37/+67
* Implement toolbar overflow menu item for bookmark topics.Christian Persch2003-07-021-9/+72
* Make the location entry an EggToolItem, and provide a custom tooptipChristian Persch2003-07-022-24/+5
* Set a label for the find toolbar item so that it doesn't have elipses.David Bordoley2003-07-011-0/+2
* Remove some unused codeMarco Pesenti Gritti2003-07-012-7/+2
* Fix callbacks for new signature of ge_location embed signal.Christian Persch2003-06-302-18/+11
* Correct usage of ellipses.Piers Cornwell2003-06-292-13/+12
* *** empty log message ***Marco Pesenti Gritti2003-06-291-1/+1
* Make sure idl generated sources are updated when necessary.Release072Marco Pesenti Gritti2003-06-282-6/+8
* Fallback using directories to detect format if the mime is not relevant.Marco Pesenti Gritti2003-06-283-5/+19
* Fix mem leaks.Christian Persch2003-06-282-0/+26
* Fix mem leaks.Christian Persch2003-06-281-2/+6
* Revert escape/unescape, according to teuf is not necessary ;)Marco Pesenti Gritti2003-06-281-9/+4
* *** empty log message ***Marco Pesenti Gritti2003-06-281-7/+8
* 2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-06-282-9/+10
* Make the toolbar overflow item really activate the bookmark action.Christian Persch2003-06-273-43/+75
* Use window_load_url when useful. Right now just a cleanup but will beMarco Pesenti Gritti2003-06-266-26/+6
* 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
* fix warningMarco Pesenti Gritti2003-06-231-2/+2
* Remove some unused headers.Marco Pesenti Gritti2003-06-238-154/+216
* Fix capitalisation of menu entry.Christian Persch2003-06-231-1/+1
* Correct translations dir (leftover from galeon)Marco Pesenti Gritti2003-06-231-17/+17
* Fix add bookmark from linkMarco Pesenti Gritti2003-06-231-1/+1
* When following SAVE_POSITION/SAVE_SIZE flags actually not save themMarco Pesenti Gritti2003-06-222-19/+29
* Set address as title only when there is no title, on the second page loadMarco Pesenti Gritti2003-06-221-4/+8
* Changed two nearly duplicated strings to the already present ones to saveChristian Persch2003-06-221-2/+2
* Fix print preview toolbarsMarco Pesenti Gritti2003-06-221-6/+5
* Misc i18n fixes: mark default encoding and encoding autodetector in theChristian Persch2003-06-221-1/+4
* Set a title on NET_START (nicified url).Marco Pesenti Gritti2003-06-214-12/+36
* Use the embed url, the tab one can make no sense if the user edited it.Marco Pesenti Gritti2003-06-202-10/+21
* Ever put cursor at the end of the text when selecting autocompletionMarco Pesenti Gritti2003-06-201-18/+2
* hmmmMarco Pesenti Gritti2003-06-201-1/+9
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-206-79/+77
* Get rid of get/set _event, reformat the header.Marco Pesenti Gritti2003-06-205-59/+42
* Move the context popup menu to ephy-window.c. If there's no backgroundChristian Persch2003-06-204-99/+124
* With the gtk fullscreen api things can be cleaner: use the api instead ofMarco Pesenti Gritti2003-06-193-203/+207
* Remove unused variables.Piers Cornwell2003-06-192-12/+11
* Use insert_text delete_text to show/hide the autocompletion window.Marco Pesenti Gritti2003-06-192-3/+5
* Higgify clear dialogMarco Pesenti Gritti2003-06-181-5/+30
* Unify the "Copy Email Address" and "Copy Link Address" context menuChristian Persch2003-06-183-38/+21
* Fix wrong cast of GtkDialog to GtkWindow.Christian Persch2003-06-182-4/+43
* All cleanup and fixes and no play makes Xan a dull boy All cleanup andXan Lopez2003-06-181-0/+1
* Some string fixes.Christian Persch2003-06-172-5/+5
* Ref the child before removing it, and unref it after emitting theChristian Persch2003-06-171-2/+9
* s/snprintf/g_snprintf to not break gcc 2.95Marco Pesenti Gritti2003-06-173-15/+15
* Merge with popup control, we dont need it for bonobo window anymore.Marco Pesenti Gritti2003-06-164-362/+31
* Remove some obsolete entries.Marco Pesenti Gritti2003-06-162-29/+39
* Shift+F10 show context menus on the embed. (Less invasive way untilMarco Pesenti Gritti2003-06-161-6/+24
* Suggest the address as title when web page has no title.Marco Pesenti Gritti2003-06-151-1/+14
* Fix file picker warnings.Marco Pesenti Gritti2003-06-151-15/+14
* Fix mem leaks.Christian Persch2003-06-151-1/+2
* Make prev/next navigation capability an object property, and sync on embedChristian Persch2003-06-153-50/+34
* Rewritten, fixing mem leaks.Christian Persch2003-06-151-22/+16
* Use g_list_prepend instead of g_list_append, and fix mem leaks along theChristian Persch2003-06-143-25/+22
* Respect the bookmarks bar visibility user choice also for popups.Marco Pesenti Gritti2003-06-141-2/+8
* Fix previous change to actually work on anything else than en locales.Christian Persch2003-06-141-2/+7
* Make visibility a tab GObject property.Christian Persch2003-06-143-39/+55
* Persist the selected language for the fonts preferences, and make theChristian Persch2003-06-141-5/+15
* Fix yet another mem leak.Christian Persch2003-06-141-3/+8
* Persist the language selected for the fonts preferences. Make theChristian Persch2003-06-141-11/+14
* Do not use libxml to parse mozilla bookmarks. Use the galeon parserMarco Pesenti Gritti2003-06-141-49/+221
* Fix statusbar message and tab label.Christian Persch2003-06-141-2/+9
* Add support for string enums.Marco Pesenti Gritti2003-06-131-0/+28
* The Friday the 13th Mega Patch. Beware!Christian Persch2003-06-139-764/+786
* s/scheme/host for the smartbookmarksMarco Pesenti Gritti2003-06-131-1/+1
* Do not persist node selection in BME between sessions.Xan Lopez2003-06-131-31/+1
* Sigh. Fix some more mem leaks.Christian Persch2003-06-133-0/+4
* HIGified Import Bookmarks dialog.Christian Neumair2003-06-121-2/+4
* Update.Marco Pesenti Gritti2003-06-121-13/+5
* Fix compilation.Xan Lopez2003-06-121-0/+1
* Use functions instead of declaring static vars in .h file, (hopefully)Christian Persch2003-06-121-0/+5
* Moved bookmark tool item creation to a dedicated tool item. That way weChristian Persch2003-06-124-53/+204
* Dont try to update menus of dead windows ;)Marco Pesenti Gritti2003-06-111-3/+8
* Small cleanups. Dont crash when adding a bookmark without topics.Marco Pesenti Gritti2003-06-111-14/+18
* Dont set sort function on idle. The sort is visible and we can crash ifMarco Pesenti Gritti2003-06-111-10/+3
* Fix mistake from previous checkin; strcmp cannot take NULL.Christian Persch2003-06-101-1/+2
* Clear the location on NULLMarco Pesenti Gritti2003-06-101-1/+2
* Do not emit the TABS_CHANGED signal; the tab's egg action will itself takeChristian Persch2003-06-109-399/+625
* Minor cleanups.Xan Lopez2003-06-101-10/+14
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-0911-197/+292
* Fixup context menu accesskeys. Use correct icon for Save As.Piers Cornwell2003-06-091-6/+9
* Explicitly create pointer to avoid strict aliasing warnings with gcc 3.3.Jeremy Katz2003-06-092-2/+5
* Fix mem leaks.Christian Persch2003-06-091-3/+15
* Remove some leftovers.Marco Pesenti Gritti2003-06-082-51/+12
* Remove memory cache prefs/ui, now mozilla can deal with it automagically.Marco Pesenti Gritti2003-06-072-42/+9
* Install some object properties for later use.Christian Persch2003-06-071-1/+77
* Fix mem leaks.Christian Persch2003-06-071-7/+7
* Fix mem leak.Christian Persch2003-06-071-0/+2
* Fix signed/unsigned mistake.Christian Persch2003-06-071-2/+3
* Fix signed/unsigned mistake, speed up favorites menu buildingChristian Persch2003-06-062-6/+16
* Do not save when fullscreenMarco Pesenti Gritti2003-06-061-7/+3
* s/ask download/ask for downloadMarco Pesenti Gritti2003-06-062-3/+144
* broken pipe pfffMarco Pesenti Gritti2003-06-061-3/+7
* s/ask download/ask for downloadMarco Pesenti Gritti2003-06-061-0/+6
* Actually add the ask for dest pref, it was using the wrong key.Marco Pesenti Gritti2003-06-051-1/+1
* Make sure to rebuild on add bookmark and on topic removal. Update on idle,Marco Pesenti Gritti2003-06-047-81/+51
* Implement bookmarks menu, might need to be optimized later.Marco Pesenti Gritti2003-06-047-5/+543
* Add a bookmarks menu. (still not the tree)Marco Pesenti Gritti2003-06-043-180/+210
* Get rid of the leftovers of the jump-to-tab pref.Christian Persch2003-06-042-7/+0