aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of MAKE_GET_TYPE; make building the tabs menu a little faster.Christian Persch2003-05-292-51/+65
* Sort the lists of encoding autodetectors and of fonts languages.Christian Persch2003-05-291-18/+210
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-285-129/+123
* Refactored the charset and language groups strings.Christian Persch2003-05-271-25/+6
* Fix potential memory corruption. Retain custom lang codes. Sort theChristian Persch2003-05-271-40/+164
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-276-158/+226
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-263-3/+5
* shift force reloadChristian Persch2003-05-261-1/+25
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-251-3/+70
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-241-70/+5
* Activate the menu on button press down, like other menus.David Bordoley2003-05-231-0/+11
* Revert embed dnd changes. They doesnt work properly.Marco Pesenti Gritti2003-05-231-14/+0
* Yet more new tab logic fixes.Xan Lopez2003-05-222-3/+6
* Fix according to new tab logic.Xan Lopez2003-05-222-1/+3
* Implement our own drag dest on the embed. Dnd of multiple urls on embedMarco Pesenti Gritti2003-05-221-0/+14
* s/address/page. This always bothered me.David Bordoley2003-05-211-1/+1
* Cleanup new tab logic, and ever use window for new instances.Marco Pesenti Gritti2003-05-218-68/+75
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-207-89/+133
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-202-2/+2
* Made (hopefully) all dialogs HIG compliant, at least when it comes to spacing.Christian Neumair2003-05-205-15/+27
* Use stock icons instead of the files directly to set window border icons.David Bordoley2003-05-202-8/+14
* Shortest patch ever!!! Kill the new page pref. Make Seth happy :)David Bordoley2003-05-202-5/+2
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-2011-81/+76
* Remove fine grain color settings. Always use the system theme colors inDavid Bordoley2003-05-191-10/+0
* Use gtk api for fullscreen, not wm directlyMarco Pesenti Gritti2003-05-171-53/+8
* Capitalized "Toolbar Editor" in the toolbar editor window's title.Christian Neumair2003-05-171-1/+1
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-1717-22/+75
* Marco Pesenti Gritti <marco@it.gnome.org>David Bordoley2003-05-179-112/+514
* Add elipses to rename menu entry.David Bordoley2003-05-161-1/+1
* Add some flags so that we can choose to save position or size or both.David Bordoley2003-05-146-6/+12
* Don't split sentences.Xan Lopez2003-05-141-3/+7
* s/bookmark page/bookmark link, more consistent with the docs and betterDavid Bordoley2003-05-141-4/+4
* Fix the no_topics pointer writing, fixes adding bookmarks to UncategorizedXan Lopez2003-05-141-2/+4
* *** empty log message ***Marco Pesenti Gritti2003-05-141-2/+0
* Revert api change. So we keep 2.2 compatibility.Marco Pesenti Gritti2003-05-141-0/+22
* Don't go modal when showing the duplicate bookmark dialog.David Bordoley2003-05-141-4/+24
* Get rid of the unneeded convenience callback since no one is try to makeDavid Bordoley2003-05-135-34/+4
* Don't allow to have more than one bookmark with the same URL^H^H^Haddress,Xan Lopez2003-05-137-47/+132
* Fix google smart bookmarks to use utf8Marco Pesenti Gritti2003-05-121-2/+6
* Fix refcount, patch by Christian.Xan Lopez2003-05-111-1/+3
* Show the full page title in tooltip on the tab label. Loosely based on aChristian Persch2003-05-111-15/+25
* *** empty log message ***Marco Pesenti Gritti2003-05-112-0/+173
* UpdateMarco Pesenti Gritti2003-05-112-1/+12
* Small cleanup.Xan Lopez2003-05-111-46/+51
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-113-19/+120
* Use sys language as defaultMarco Pesenti Gritti2003-05-111-0/+1
* Implement security page. Remove some useless hidden prefs in the process.Marco Pesenti Gritti2003-05-102-1/+14
* *** empty log message ***Marco Pesenti Gritti2003-05-101-58/+0
* Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefsMarco Pesenti Gritti2003-05-109-1202/+722
* Share signal emission for all dom mouse events, so they dont go out ofMarco Pesenti Gritti2003-05-101-153/+123
* Fix 64 bit problems. Patch from katzj@redhat.com.Christopher Blizzard2003-05-101-2/+2
* Remove unused varMarco Pesenti Gritti2003-05-101-1/+0
* Don't show broken sub-menus for topics that have no children in theLee Willis2003-05-101-0/+12
* s/items/links to match the docs.David Adam Bordoley2003-05-091-1/+1
* Don't set an icon unless their is a favicon. Append a colon onto the labelDavid Adam Bordoley2003-05-091-7/+14
* s/location/address. Fix up mnemonic collisions in the print dialog. MarkDavid Adam Bordoley2003-05-095-23/+26
* Convenience function for displaying help. Remove unneeded include ofDavid Adam Bordoley2003-05-096-71/+31
* Implement the EPHY_NEW_TAB_APPEND_AFTER flag.Christian Persch2003-05-066-8/+138
* Fix memory leak while saving bookmarks, and performance problem duringOsma Ahvenlampi2003-05-064-2/+12
* Better sensitivity updates for historyMarco Pesenti Gritti2003-05-063-66/+141
* If there is only one "toolbar" make it non-removable.David Adam Bordoley2003-05-063-5/+57
* Update (removing toolbars with context menu works again).Marco Pesenti Gritti2003-05-061-15/+43
* Port confirmation dialog for clearing history to new history dialog.Jon Svendsen2003-05-051-2/+88
* Use uri as title when the page is untitled.Christian Persch2003-05-051-1/+21
* ctrl+u view sourceMarco Pesenti Gritti2003-05-051-1/+1
* Hide view menus in the xml, not working.Marco Pesenti Gritti2003-05-041-0/+5
* Search for ui files in the share dirMarco Pesenti Gritti2003-05-043-8/+18
* Do not assert on corrupted xml, just warn. Put back views shadows for now.Marco Pesenti Gritti2003-05-033-1/+5
* Remove old unused sidebar and toolbar config stuff.David Bordoley2003-05-011-1/+0
* Don't set/save window position if it is maximized.David Bordoley2003-05-012-5/+0
* src/ephy-window.c data/epiphany.schemas.inDavid Bordoley2003-04-301-29/+12
* Remove unused variables.David Bordoley2003-04-301-3/+0
* Use ephy_shell_new_tab instead of doing exactly the same work itself.David Bordoley2003-04-301-8/+4
* Respect all the new_tab used flags, drop unused ones. Patch by ChristianXan Lopez2003-04-304-15/+17
* Update go menu to match the default toolbar layout.David Bordoley2003-04-302-4/+6
* We dont need a _remove api, unrefing the node will work better. Try toMarco Pesenti Gritti2003-04-305-7/+57
* Remove add_icon_column func and add the functionality to the normalMarco Pesenti Gritti2003-04-293-30/+64
* Check if the bookmarks bar already contains the dragged bm or topic beforeDavid Bordoley2003-04-291-5/+10
* Move notebook in src/. An abstract notebook is an overkill.Marco Pesenti Gritti2003-04-294-0/+1028
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-287-37/+37
* Actually pass a parent to history/bookmarks window, where to open the url.Marco Pesenti Gritti2003-04-284-19/+35