aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not free memory is not a good ideaMarco Pesenti Gritti2003-05-211-2/+1
* Fix nodes drag and drop. Make double click select the whole address inMarco Pesenti Gritti2003-05-217-8/+43
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-209-3/+823
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-201-1/+1
* Use stock icons instead of the files directly to set window border icons.David Bordoley2003-05-202-3/+5
* Shortest patch ever!!! Kill the new page pref. Make Seth happy :)David Bordoley2003-05-201-1/+0
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-209-855/+893
* 0.6.1Marco Pesenti Gritti2003-05-191-1/+1
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-179-10/+19
* Make it utf-8 safe. Fixes bug 113114.Christian Persch2003-05-171-19/+18
* Add some flags so that we can choose to save position or size or both.David Bordoley2003-05-143-5/+21
* Revert api change. So we keep 2.2 compatibility.Marco Pesenti Gritti2003-05-142-0/+15
* Fix make dist.Xan Lopez2003-05-121-0/+1
* UpdateMarco Pesenti Gritti2003-05-117-95/+188
* Add ephy_node_sort_children, unused but kept for future reference inXan Lopez2003-05-112-8/+75
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-112-14/+1
* broken pipe pfffMarco Pesenti Gritti2003-05-111-2/+7
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-111-0/+45
* Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefsMarco Pesenti Gritti2003-05-101-1/+0
* Fix 64 bit problems. Patch from katzj@redhat.com.Christopher Blizzard2003-05-101-1/+1
* Convenience function for displaying help. Remove unneeded include ofDavid Adam Bordoley2003-05-092-4/+35
* Update (removing toolbars with context menu works again).Marco Pesenti Gritti2003-05-065-73/+21
* Update for the release.Marco Pesenti Gritti2003-05-033-13/+183
* Remove old unused sidebar and toolbar config stuff.David Bordoley2003-05-011-4/+0
* Don't set/save window position if it is maximized.David Bordoley2003-05-011-23/+41
* src/ephy-window.c data/epiphany.schemas.inDavid Bordoley2003-04-301-3/+0
* Remove unused function and fix a leak.Christian Persch2003-04-302-52/+2
* UpdateMarco Pesenti Gritti2003-04-305-331/+417
* *** empty log message ***Marco Pesenti Gritti2003-04-291-0/+1
* Check if there are states before saving, fix a crash closing the nautilusMarco Pesenti Gritti2003-04-291-4/+6
* Remove add_icon_column func and add the functionality to the normalMarco Pesenti Gritti2003-04-292-28/+20
* Move notebook in src/. An abstract notebook is an overkill.Marco Pesenti Gritti2003-04-293-1026/+0
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-281-1/+1
* Reapply one of our MenuMerge patches. Fixes crashes on window close.Marco Pesenti Gritti2003-04-281-0/+21
* Save the position of windows on the screen, and checks if the position isDavid Bordoley2003-04-281-1/+76
* Emit removed signal after the node is actually removed. This could causeMarco Pesenti Gritti2003-04-281-8/+9
* updateMarco Pesenti Gritti2003-04-276-17/+113
* Update.David Bordoley2003-04-273-19/+32
* Update.Marco Pesenti Gritti2003-04-262-7/+46
* Implement ephy_node_reorder_children (from Rhythmbox).Xan Lopez2003-04-263-2/+73
* UpdateMarco Pesenti Gritti2003-04-256-304/+226
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-252-11/+63
* *** empty log message ***Marco Pesenti Gritti2003-04-256-771/+1254
* Update from eggMarco Pesenti Gritti2003-04-2517-1446/+1128
* UpdateMarco Pesenti Gritti2003-04-203-0/+55
* slight treemodel cleanupJorn Baayen2003-04-191-8/+7
* Fix bookmarks editing and warnings when openining the dialog.Marco Pesenti Gritti2003-04-192-18/+10
* Fix the bug with back/fwd buttons auto prelighting.Marco Pesenti Gritti2003-04-191-10/+18
* Do not install two copies of epiphany.pngMarco Pesenti Gritti2003-04-184-52/+104
* New history dialog implementation. More similar to bookmarks. Yeah itMarco Pesenti Gritti2003-04-181-1/+1
* New abstracted implementations. Nicer and will be useful for historyMarco Pesenti Gritti2003-04-175-0/+2031
* Update.Marco Pesenti Gritti2003-04-173-298/+325
* Hidden pref for middle click open url. Default off.Marco Pesenti Gritti2003-04-151-0/+1
* Update, fix remove toolbar regressions.Marco Pesenti Gritti2003-04-155-226/+211
* Declare all the variables before the first instruction. Fixes aVincent Untz2003-04-151-0/+1
* Use home:, have titles.Marco Pesenti Gritti2003-04-151-2/+0
* If user prefers tabs (CONF_TABS_TABBED), always show tab barFrank Belew (Myth)2003-04-141-1/+2
* Use google feel like for keywordsMarco Pesenti Gritti2003-04-133-8/+6
* Update.Marco Pesenti Gritti2003-04-092-0/+29
* Move and autoupdate these from egg.Marco Pesenti Gritti2003-04-0810-151/+213
* Add a separator item to the editor.Marco Pesenti Gritti2003-04-0712-171/+557
* Include config.h. Menu translated again now.Marco Pesenti Gritti2003-04-051-0/+4
* Set drag source on the event box, to avoid conflicts with toolbars dragChristian Persch2003-04-052-12/+67
* Fix debug code, smart bookmarks are back in the autocompletion.Marco Pesenti Gritti2003-04-021-1/+1
* Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, weMarco Pesenti Gritti2003-04-0221-2508/+2044
* Show favicons on tabsChristian Persch2003-04-012-2/+37
* Use the new EggToolbar apis. Better drop feedback, separators drag andMarco Pesenti Gritti2003-04-017-148/+455
* Make dnd code smarter, so it can support more than just urls types.Marco Pesenti Gritti2003-03-304-61/+101
* Make ids privateMarco Pesenti Gritti2003-03-266-54/+124
* New epiphany-bookmark-page stock image. I'm not at all attached to thisDavid Bordoley2003-03-252-0/+2
* Guard against "item" being NULL. Fixes a crash when typing in the locationJames Willcox2003-03-241-0/+2
* Reimplement ephystate using xml and make it easier to use. -> remove someMarco Pesenti Gritti2003-03-194-122/+224
* Properly save maximized/unmaximized state.Jon Svendsen2003-03-181-2/+2
* Replace deprecated functionIain Holmes2003-03-131-8/+8
* Use default widget color for smart bookmarks background. Fixes #107902.Dan Damian2003-03-103-102/+3
* Code cleanup from galeonMarco Pesenti Gritti2003-03-091-19/+4
* A space by any other name.Dan Damian2003-03-091-1/+1
* Make the popup labels more descriptiveIain Holmes2003-03-081-2/+2
* Enable using dnd for removing toolbars. Also, fix #107793.James Willcox2003-03-081-2/+145
* Add a stock icon for entry box so that it has an icon in the tbe.David Bordoley2003-03-082-1/+3
* lib/ephy-debug.h: (LOG) use named variable arguments forDan Damian2003-03-081-3/+3
* Fix the padding.James Willcox2003-03-071-5/+2
* Update from libegg sameJames Willcox2003-03-073-32/+282
* Translate menusMarco Pesenti Gritti2003-03-051-3/+1
* about:options and about:epiphanyMarco Pesenti Gritti2003-03-042-82/+13
* Remove old toolbar editor uiMarco Pesenti Gritti2003-03-015-151/+29
* cleaner xml dump code.Marco Pesenti Gritti2003-02-283-15/+18
* Fix toolbar removal.Marco Pesenti Gritti2003-02-272-59/+62
* Remove also the toolbar when removing the last itemMarco Pesenti Gritti2003-02-261-0/+8
* Make tbe a normal dialog for now.Marco Pesenti Gritti2003-02-262-107/+12
* Remove Tab autocompletion. Behavior still not optimal, but that code isMarco Pesenti Gritti2003-02-263-200/+1
* Revert unwanted checkinMarco Pesenti Gritti2003-02-231-85/+7
* Update location entry with the urls selected on the drop down. ImplementMarco Pesenti Gritti2003-02-235-16/+180
* Make the start-here: page use the theme colors.James Willcox2003-02-221-3/+54
* Use connect_object so the changed signal is removed from closed window.Marco Pesenti Gritti2003-02-221-3/+3
* Fix crashes with multiple windows openMarco Pesenti Gritti2003-02-223-30/+42
* Free xml documentsPekka Lampila2003-02-211-0/+4
* Add lots of debug code to solve these damned crashes. Dont create multipleMarco Pesenti Gritti2003-02-212-3/+129
* Fix another warningMarco Pesenti Gritti2003-02-211-1/+1
* Update actions also on other windowsMarco Pesenti Gritti2003-02-211-5/+12
* Dont crash when dragging a new bookmark on the toolbar and then clickMarco Pesenti Gritti2003-02-211-4/+7
* Fix this crazy bug with toolbar buttons doing two actions after havingMarco Pesenti Gritti2003-02-201-6/+12
* Activate the url when clicking on it from the combo dropdown. Based onMarco Pesenti Gritti2003-02-201-4/+15
* Avoid warnings when there is no matchMarco Pesenti Gritti2003-02-201-6/+10
* Add tab load notification (a little spinning icon), and a context menu forJames Willcox2003-02-151-0/+44
* data/ui/epiphany-ui.xml.in Added some separators. Changed "bookmark" verbsDave Bordoley2003-02-141-1/+1
* Use g_string_free in the correct wayMarco Pesenti Gritti2003-02-132-5/+3
* *** empty log message ***Marco Pesenti Gritti2003-02-134-536/+361
* *** empty log message ***Marco Pesenti Gritti2003-02-112-0/+566
* Some more gtk_timeout_add.Marco Pesenti Gritti2003-02-091-2/+2
* Changed GtkType to GType.Christian Meyer2003-02-0910-10/+10
* Remove gtk_timeout_x calls. Hope I got all of them.Marco Pesenti Gritti2003-02-092-7/+7
* Add a go button to the toolbar editor. The icon is duped with defaultMarco Pesenti Gritti2003-02-081-0/+2
* Better toolbar appeareance. More clear buttons labels on resume dialog.Marco Pesenti Gritti2003-02-081-3/+1
* Spinner dont overlap toolbar shadowMarco Pesenti Gritti2003-02-082-3/+3
* Fix two memleaks (I hope).Xan Lopez2003-02-081-0/+1
* Make the bookmarks editor remember the last selected keyword, and makeJames Willcox2003-02-071-0/+1
* Do not use a button for spinner. Correctly update spinner size for toolbarMarco Pesenti Gritti2003-02-061-213/+1
* Clear also location history when clearing history. Doesnt updateMarco Pesenti Gritti2003-02-062-0/+7
* Added the ability to import galeon and konqueror bookmarks.James Willcox2003-02-061-2/+64
* Dont crash when going to a not existent page.Marco Pesenti Gritti2003-02-051-0/+1
* Fix several menu accels I borked when porting to egg. Connect drag sourceMarco Pesenti Gritti2003-02-051-7/+77
* Add some icons, thanks to jorn to provide them. last api change seem toMarco Pesenti Gritti2003-02-032-1/+5
* Make favorites really work and avoid they crash when closing window, 0.5Marco Pesenti Gritti2003-02-011-0/+1
* Add icons, fix some minor appeareance stuff, rework ui updating to dealMarco Pesenti Gritti2003-01-314-96/+160
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-306-30/+90
* Fix bookmarks/smart bookmarks add to the toolbars.Marco Pesenti Gritti2003-01-303-14/+30
* Complete (or nearly) toolbar editor implementation. Bookmarks areMarco Pesenti Gritti2003-01-306-786/+312
* Reimplement data using GNode, cleaner. Give up on "autoapply" for now, gtkMarco Pesenti Gritti2003-01-291-215/+199
* Implement dragging from the editor. It's stilly buggy but I didnt expectMarco Pesenti Gritti2003-01-281-36/+255
* *** empty log message ***Marco Pesenti Gritti2003-01-263-6/+273
* Implement the data part of the toolbar editor. Partial implementation ofMarco Pesenti Gritti2003-01-244-4/+513
* Fix evil bug in id factory.Marco Pesenti Gritti2003-01-231-1/+4
* Reimplement encoding menus. Work around eggmenu finalization problems. FixMarco Pesenti Gritti2003-01-231-20/+42
* Fix autocompletion to not show duped entries. Complete print preview impl.Marco Pesenti Gritti2003-01-232-2/+27
* Fix chromesMarco Pesenti Gritti2003-01-221-2/+0
* Remove fs autocompletion, we are a browser after allMarco Pesenti Gritti2003-01-213-411/+0
* Api changes.Marco Pesenti Gritti2003-01-212-3/+4
* *** empty log message ***Marco Pesenti Gritti2003-01-211-0/+2
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-2141-55/+8805
* mass removeMarco Pesenti Gritti2003-01-2128-5938/+0
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-127-176/+244
* *** empty log message ***Marco Pesenti Gritti2003-01-122-0/+87
* Move root nodes ids to ephy-types. Simple logging facility:Marco Pesenti Gritti2003-01-122-1/+13
* Extend ephy node to allow some reversed ids. Use it for baseMarco Pesenti Gritti2003-01-092-2/+22
* More work on the start here page.Marco Pesenti Gritti2003-01-084-17/+128
* forgot theseMarco Pesenti Gritti2003-01-072-0/+301
* Architecture for translatable xml/xsl start page.Marco Pesenti Gritti2003-01-072-1/+3
* Remove unnecessary markup from translations.Marco Pesenti Gritti2003-01-052-2/+4
* Use gtk icons for dnd. Basic implementation of bookmarks importing. StillMarco Pesenti Gritti2003-01-033-0/+70
* typoMarco Pesenti Gritti2003-01-021-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-01-022-23/+25
* Cleanup unused code. Reorder build. In new bookmark dialog enter activateMarco Pesenti Gritti2003-01-021-18/+18
* *** empty log message ***Marco Pesenti Gritti2003-01-011-2/+31
* Use normal widgets instead of bonobo controls.Marco Pesenti Gritti2002-12-313-3/+3
* Resync with galeon.Marco Pesenti Gritti2002-12-319-127/+922
* Remove hidden filtering page.Marco Pesenti Gritti2002-12-311-1/+4
* update cvs ignoresMarco Pesenti Gritti2002-12-311-0/+2
* Initial revisionMarco Pesenti Gritti2002-12-3186-0/+21810