| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix mistake from previous checkin; strcmp cannot take NULL. | Christian Persch | 2003-06-10 | 1 | -0/+6 |
* | Clear the location on NULL | Marco Pesenti Gritti | 2003-06-10 | 1 | -0/+6 |
* | Do not emit the TABS_CHANGED signal; the tab's egg action will itself take | Christian Persch | 2003-06-10 | 1 | -0/+41 |
* | Minor cleanups. | Xan Lopez | 2003-06-10 | 1 | -0/+9 |
* | Use va_copy for the valist instead of directly accessing it. va_list is | Jeremy Katz | 2003-06-09 | 1 | -0/+6 |
* | Update prototype. | Jeremy Katz | 2003-06-09 | 1 | -0/+9 |
* | Get rid of starthere: and default to google, as discussed with Seth. Add a | Marco Pesenti Gritti | 2003-06-09 | 1 | -0/+45 |
* | Fixup context menu accesskeys. Use correct icon for Save As. | Piers Cornwell | 2003-06-09 | 1 | -0/+7 |
* | Explicitly create pointer to avoid strict aliasing warnings with gcc 3.3. | Jeremy Katz | 2003-06-09 | 1 | -0/+6 |
* | Fix mem leaks. | Christian Persch | 2003-06-09 | 1 | -0/+7 |
* | Remove some leftovers. | Marco Pesenti Gritti | 2003-06-08 | 1 | -0/+24 |
* | Remove memory cache prefs/ui, now mozilla can deal with it automagically. | Marco Pesenti Gritti | 2003-06-07 | 1 | -0/+18 |
* | Install some object properties for later use. | Christian Persch | 2003-06-07 | 1 | -0/+7 |
* | Fix mem leaks. | Christian Persch | 2003-06-07 | 1 | -0/+7 |
* | Better icons. Thanks to Luca Ferretti for suggesting them and to Jimmac. | Marco Pesenti Gritti | 2003-06-07 | 1 | -0/+8 |
* | We used to have two mnemonics for Shift_JS. Fix it and tell translators | Christian Neumair | 2003-06-07 | 1 | -0/+7 |
* | Fix mem leak. | Christian Persch | 2003-06-07 | 1 | -0/+7 |
* | Fix signed/unsigned mistake. | Christian Persch | 2003-06-07 | 1 | -0/+6 |
* | Fixup a mistake in my previous patch for encoding accesskeys. | Piers Cornwell | 2003-06-07 | 1 | -0/+6 |
* | Update to 0.7.0 | Marco Pesenti Gritti | 2003-06-07 | 1 | -0/+11 |
* | Fix signed/unsigned mistake, speed up favorites menu building | Christian Persch | 2003-06-06 | 1 | -0/+9 |
* | Add accels on the encoding menus. | Piers Cornwell | 2003-06-06 | 1 | -0/+6 |
* | Do not save when fullscreen | Marco Pesenti Gritti | 2003-06-06 | 1 | -0/+6 |
* | s/ask download/ask for download | Marco Pesenti Gritti | 2003-06-06 | 1 | -0/+30 |
* | Actually add the ask for dest pref, it was using the wrong key. | Marco Pesenti Gritti | 2003-06-05 | 1 | -0/+18 |
* | Move the bookmarks menu after go. There is a slight inconsistency in the | David Bordoley | 2003-06-05 | 1 | -0/+18 |
* | Make sure to rebuild on add bookmark and on topic removal. Update on idle, | Marco Pesenti Gritti | 2003-06-04 | 1 | -0/+26 |
* | Implement bookmarks menu, might need to be optimized later. | Marco Pesenti Gritti | 2003-06-04 | 1 | -0/+14 |
* | Add a bookmarks menu. (still not the tree) | Marco Pesenti Gritti | 2003-06-04 | 1 | -0/+26 |
* | GPLification of xhtml files (all hail our FSF overlords). | Xan Lopez | 2003-06-04 | 1 | -0/+7 |
* | Get rid of the leftovers of the jump-to-tab pref. | Christian Persch | 2003-06-04 | 1 | -0/+8 |
* | Fix compile with -Werror. VS: Enter Log. Lines beginning with `CVS:' are | Christian Persch | 2003-06-04 | 1 | -0/+6 |
* | update mozilla versions | Piers Cornwell | 2003-06-03 | 1 | -0/+4 |
* | Added Limburgish translation. | Mathieu van Woerkom | 2003-06-03 | 1 | -0/+4 |
* | Removed keys some unused keys, and rename others to match what the code | Christian Persch | 2003-06-03 | 1 | -0/+7 |
* | Remove custom notifiers, the generic string notifier works just fine for | Christian Persch | 2003-06-01 | 1 | -0/+9 |
* | Fix accesskey conflicts in prefs for "Always use these fonts", "Default | Piers Cornwell | 2003-06-01 | 1 | -0/+11 |
* | Do not unref the db before cleaning the nodes. | Marco Pesenti Gritti | 2003-06-01 | 1 | -0/+6 |
* | Don't crash if we can't find the spinner image | Lee Willis | 2003-05-31 | 1 | -0/+6 |
* | Use the spinner icon from gnome-icon-theme. You need a recent | Marco Pesenti Gritti | 2003-05-30 | 1 | -0/+11 |
* | Fix wrong usage of <>. Stupid me :( | Christian Persch | 2003-05-30 | 1 | -0/+6 |
* | Get rid of MAKE_GET_TYPE; make building the tabs menu a little faster. | Christian Persch | 2003-05-29 | 1 | -0/+12 |
* | Sort the lists of encoding autodetectors and of fonts languages. | Christian Persch | 2003-05-29 | 1 | -0/+24 |
* | The "s/charset/encoding/" mega patch :) | Christian Persch | 2003-05-28 | 1 | -0/+46 |
* | Make it build with mozilla cvs. Remove only pages on history clear, the | Marco Pesenti Gritti | 2003-05-28 | 1 | -0/+10 |
* | Fix the compiler warning from my previous checkin. | Christian Persch | 2003-05-28 | 1 | -0/+6 |
* | g_list_prepend is faster than g_list_append. | Christian Persch | 2003-05-28 | 1 | -0/+7 |
* | Try to fix dereferencing type-punned warning. | Xan Lopez | 2003-05-28 | 1 | -0/+6 |
* | More of the same. | Xan Lopez | 2003-05-27 | 1 | -0/+7 |
* | Lots of safety checks on node functions. | Xan Lopez | 2003-05-27 | 1 | -8/+28 |
* | Refactored the charset and language groups strings. | Christian Persch | 2003-05-27 | 1 | -0/+12 |
* | Fix potential memory corruption. Retain custom lang codes. Sort the | Christian Persch | 2003-05-27 | 1 | -0/+13 |
* | Fix mem leak. | Christian Persch | 2003-05-27 | 1 | -0/+6 |
* | s/DESTROYED/DESTROY which is more useulf | Marco Pesenti Gritti | 2003-05-27 | 1 | -0/+32 |
* | Unlink the node from the childs only after the remove from parent signal | Marco Pesenti Gritti | 2003-05-26 | 1 | -0/+7 |
* | Try to fix node removal problems. I cant repro crashes ... but they are | Marco Pesenti Gritti | 2003-05-26 | 1 | -0/+28 |
* | Fix crash on pause. | Xan Lopez | 2003-05-26 | 1 | -0/+10 |
* | Fix nautilus view crash | Marco Pesenti Gritti | 2003-05-26 | 1 | -0/+6 |
* | shift force reload | Christian Persch | 2003-05-26 | 1 | -0/+4 |
* | Revert latest node changes. Parents nodes need to be saved first and it's | Marco Pesenti Gritti | 2003-05-25 | 1 | -0/+22 |
* | Update | Marco Pesenti Gritti | 2003-05-24 | 1 | -0/+13 |
* | Implement generic way to save/load db and make it low disk safe. | Marco Pesenti Gritti | 2003-05-24 | 1 | -0/+25 |
* | Activate the menu on button press down, like other menus. | David Bordoley | 2003-05-23 | 1 | -0/+8 |
* | Revert embed dnd changes. They doesnt work properly. | Marco Pesenti Gritti | 2003-05-23 | 1 | -0/+6 |
* | Disable Blink and Marquee, cuz they are annoying and non-standard. Don't | David Bordoley | 2003-05-23 | 1 | -0/+10 |
* | Don't set a border width on the zoom control, so that it fits on the | Christian Persch | 2003-05-23 | 1 | -0/+7 |
* | configure.in: Added be to ALL_LINGUAS. | Dmitry Mastrukov | 2003-05-22 | 1 | -0/+4 |
* | Yet more new tab logic fixes. | Xan Lopez | 2003-05-22 | 1 | -0/+10 |
* | s/g_object_unref/ephy_node_unref/ | Xan Lopez | 2003-05-22 | 1 | -0/+7 |
* | Fix according to new tab logic. | Xan Lopez | 2003-05-22 | 1 | -0/+7 |
* | Implement our own drag dest on the embed. Dnd of multiple urls on embed | Marco Pesenti Gritti | 2003-05-22 | 1 | -0/+8 |
* | Add gettext call to l10nize string displayed in remaining column when | Christian Neumair | 2003-05-21 | 1 | -0/+7 |
* | s/address/page. This always bothered me. | David Bordoley | 2003-05-21 | 1 | -0/+6 |
* | data/glade/epiphany.glade data/glade/prefs-dialog.glade | Christian Neumair | 2003-05-21 | 1 | -0/+11 |
* | Cleanup new tab logic, and ever use window for new instances. | Marco Pesenti Gritti | 2003-05-21 | 1 | -0/+20 |
* | Do not free memory is not a good idea | Marco Pesenti Gritti | 2003-05-21 | 1 | -0/+10 |
* | Fix nodes drag and drop. Make double click select the whole address in | Marco Pesenti Gritti | 2003-05-21 | 1 | -0/+31 |
* | Mark time format strings for translation. | Christian Neumair | 2003-05-21 | 1 | -0/+6 |
* | Make find dialog unresizable. | Xan Lopez | 2003-05-21 | 1 | -0/+7 |
* | Simplified and reorganised zoom. Implement a zoom control for the toolbar. | Christian Persch | 2003-05-20 | 1 | -0/+48 |
* | Fix some warnings. Go back hardcoding defaults in the code, mozilla pref | Marco Pesenti Gritti | 2003-05-20 | 1 | -0/+19 |
* | Made (hopefully) all dialogs HIG compliant, at least when it comes to spacing. | Christian Neumair | 2003-05-20 | 1 | -0/+14 |
* | Use stock icons instead of the files directly to set window border icons. | David Bordoley | 2003-05-20 | 1 | -0/+12 |
* | Shortest patch ever!!! Kill the new page pref. Make Seth happy :) | David Bordoley | 2003-05-20 | 1 | -0/+11 |
* | 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-05-20 | 1 | -0/+86 |
* | Remove fine grain color settings. Always use the system theme colors in | David Bordoley | 2003-05-19 | 1 | -0/+12 |
* | Fix uninstallation | Marco Pesenti Gritti | 2003-05-19 | 1 | -0/+8 |
* | 0.6.1 | Marco Pesenti Gritti | 2003-05-19 | 1 | -0/+15 |
* | Updated | Xan Lopez | 2003-05-18 | 1 | -0/+4 |
* | update for 0.6.1, feel free to improve | Marco Pesenti Gritti | 2003-05-18 | 1 | -0/+4 |
* | Do not allow to resize the dialog vertically, fixes #112727. Remove unused | Xan Lopez | 2003-05-17 | 1 | -0/+10 |
* | Use gtk api for fullscreen, not wm directly | Marco Pesenti Gritti | 2003-05-17 | 1 | -0/+6 |
* | Capitalized "Toolbar Editor" in the toolbar editor window's title. | Christian Neumair | 2003-05-17 | 1 | -0/+4 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -0/+66 |
* | Marco Pesenti Gritti <marco@it.gnome.org> | David Bordoley | 2003-05-17 | 1 | -0/+33 |
* | Make it utf-8 safe. Fixes bug 113114. | Christian Persch | 2003-05-17 | 1 | -0/+6 |
* | Remove unused history prefs and filtering prefs. | David Bordoley | 2003-05-16 | 1 | -0/+6 |
* | Add elipses to rename menu entry. | David Bordoley | 2003-05-16 | 1 | -0/+7 |
* | Add Czech translation | Miloslav Trmac | 2003-05-14 | 1 | -0/+4 |
* | Add some flags so that we can choose to save position or size or both. | David Bordoley | 2003-05-14 | 1 | -0/+22 |
* | Don't split sentences. | Xan Lopez | 2003-05-14 | 1 | -0/+7 |
* | s/bookmark page/bookmark link, more consistent with the docs and better | David Bordoley | 2003-05-14 | 1 | -0/+13 |
* | s/&/&/ | Xan Lopez | 2003-05-14 | 1 | -0/+6 |
* | Fix the no_topics pointer writing, fixes adding bookmarks to Uncategorized | Xan Lopez | 2003-05-14 | 1 | -0/+8 |
* | Revert api change. So we keep 2.2 compatibility. | Marco Pesenti Gritti | 2003-05-14 | 1 | -0/+25 |
* | Don't go modal when showing the duplicate bookmark dialog. | David Bordoley | 2003-05-14 | 1 | -0/+7 |
* | Get rid of the unneeded convenience callback since no one is try to make | David Bordoley | 2003-05-13 | 1 | -0/+12 |
* | Don't allow to have more than one bookmark with the same URL^H^H^Haddress, | Xan Lopez | 2003-05-13 | 1 | -0/+17 |
* | Use new gnome vfs show_url api. | Marco Pesenti Gritti | 2003-05-13 | 1 | -0/+15 |
* | Fix make dist. | Xan Lopez | 2003-05-12 | 1 | -0/+6 |
* | Fix google smart bookmarks to use utf8 | Marco Pesenti Gritti | 2003-05-12 | 1 | -0/+11 |
* | Fix refcount, patch by Christian. | Xan Lopez | 2003-05-11 | 1 | -0/+6 |
* | Show the full page title in tooltip on the tab label. Loosely based on a | Christian Persch | 2003-05-11 | 1 | -0/+9 |
* | Update | Marco Pesenti Gritti | 2003-05-11 | 1 | -0/+26 |
* | Small cleanup. | Xan Lopez | 2003-05-11 | 1 | -0/+6 |
* | Add ephy_node_sort_children, unused but kept for future reference in | Xan Lopez | 2003-05-11 | 1 | -0/+10 |
* | Fix Open, typo. | Marco Pesenti Gritti | 2003-05-11 | 1 | -0/+6 |
* | Alphabetical sort of bookmarks menu elements, fixes #111315. Also create | Xan Lopez | 2003-05-11 | 1 | -0/+17 |
* | Use sys language as default | Marco Pesenti Gritti | 2003-05-11 | 1 | -0/+20 |
* | Implement security page. Remove some useless hidden prefs in the process. | Marco Pesenti Gritti | 2003-05-10 | 1 | -0/+12 |
* | Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefs | Marco Pesenti Gritti | 2003-05-10 | 1 | -0/+32 |
* | Share signal emission for all dom mouse events, so they dont go out of | Marco Pesenti Gritti | 2003-05-10 | 1 | -0/+14 |
* | Fix 64 bit problems. Patch from katzj@redhat.com. | Christopher Blizzard | 2003-05-10 | 1 | -0/+8 |
* | Remove unused var | Marco Pesenti Gritti | 2003-05-10 | 1 | -0/+6 |
* | Don't show broken sub-menus for topics that have no children in the | Lee Willis | 2003-05-10 | 1 | -0/+9 |
* | s/items/links to match the docs. | David Adam Bordoley | 2003-05-09 | 1 | -0/+7 |
* | s/location/address and some other minor changes. | David Adam Bordoley | 2003-05-09 | 1 | -0/+8 |
* | Don't set an icon unless their is a favicon. Append a colon onto the label | David Adam Bordoley | 2003-05-09 | 1 | -0/+9 |
* | s/location/address. Fix up mnemonic collisions in the print dialog. Mark | David Adam Bordoley | 2003-05-09 | 1 | -0/+24 |
* | Add a label to the find field. Use nicer language. | David Adam Bordoley | 2003-05-09 | 1 | -0/+7 |
* | Convenience function for displaying help. Remove unneeded include of | David Adam Bordoley | 2003-05-09 | 1 | -0/+27 |
* | Require automake >= 1.6 | Anders Carlsson | 2003-05-08 | 1 | -0/+4 |
* | Add "To Select Bookmarks and Topics" section. | David Adam Bordoley | 2003-05-08 | 1 | -0/+6 |
* | Add help for adding/removing bookmarks/topics from the bookmarks bar, | David Adam Bordoley | 2003-05-08 | 1 | -0/+7 |
* | Slight reorganization to the "Browsing the web" section. Added "To Save a | David Adam Bordoley | 2003-05-08 | 1 | -0/+8 |
* | Add find help. | David Adam Bordoley | 2003-05-07 | 1 | -0/+6 |
* | Add Zooming help. | David Adam Bordoley | 2003-05-07 | 1 | -0/+6 |
* | Document New Window and New Tab. | David Adam Bordoley | 2003-05-07 | 1 | -0/+6 |
* | Fixed some badly formed xml, bad dave! | David Adam Bordoley | 2003-05-07 | 1 | -0/+6 |
* | Docs for "To Show and Hide Browser Window Components" section. | David Adam Bordoley | 2003-05-07 | 1 | -0/+7 |
* | Write the Browser Windows section. Minor touchups to other sections. | David Adam Bordoley | 2003-05-07 | 1 | -0/+7 |
* | Remove the editorializing from the introduction section, since the | David Adam Bordoley | 2003-05-07 | 1 | -0/+12 |
* | Initial checkin of the help stubs. Need to hook these up to the ui and | David Adam Bordoley | 2003-05-07 | 1 | -0/+7 |
* | Use AM_CXX_FLAGS | Edd Dumbill | 2003-05-06 | 1 | -0/+6 |
* | Implement the EPHY_NEW_TAB_APPEND_AFTER flag. | Christian Persch | 2003-05-06 | 1 | -0/+23 |
* | Check for NULL PresContext. | Christian Persch | 2003-05-06 | 1 | -0/+6 |
* | Remove proxy prefs initialization. Now we call the gconf notifier on | Marco Pesenti Gritti | 2003-05-06 | 1 | -0/+13 |
* | Fix memory leak while saving bookmarks, and performance problem during | Osma Ahvenlampi | 2003-05-06 | 1 | -0/+10 |
* | Added sr and sr@Latn to ALL_LINGUAS. Added Serbian translation by Danilo | Christian Rose | 2003-05-06 | 1 | -0/+4 |
* | Better sensitivity updates for history | Marco Pesenti Gritti | 2003-05-06 | 1 | -0/+16 |
* | If there is only one "toolbar" make it non-removable. | David Adam Bordoley | 2003-05-06 | 1 | -0/+21 |
* | Update (removing toolbars with context menu works again). | Marco Pesenti Gritti | 2003-05-06 | 1 | -0/+16 |
* | Port confirmation dialog for clearing history to new history dialog. | Jon Svendsen | 2003-05-05 | 1 | -0/+7 |
* | Fix two descriptions | David Adam Bordoley | 2003-05-05 | 1 | -0/+6 |
* | Use uri as title when the page is untitled. | Christian Persch | 2003-05-05 | 1 | -0/+6 |
* | ctrl+u view source | Marco Pesenti Gritti | 2003-05-05 | 1 | -0/+6 |
* | Initialize mozilla prefs on startup every time. That is necessary if | Marco Pesenti Gritti | 2003-05-05 | 1 | -0/+11 |
* | Marco Pesenti Gritti <marco@it.gnome.org> | MArk Finlay | 2003-05-04 | 1 | -0/+14 |
* | Hide view menus in the xml, not working. | Marco Pesenti Gritti | 2003-05-04 | 1 | -0/+11 |
* | Search for ui files in the share dir | Marco Pesenti Gritti | 2003-05-04 | 1 | -0/+15 |
* | Do not assert on corrupted xml, just warn. Put back views shadows for now. | Marco Pesenti Gritti | 2003-05-03 | 1 | -0/+11 |
* | Minor changes. | Xan Lopez | 2003-05-03 | 1 | -0/+6 |
* | Update for the release. | Marco Pesenti Gritti | 2003-05-03 | 1 | -0/+13 |
* | Workaround to not act on every download, ongoing or finished, when we | Xan Lopez | 2003-05-02 | 1 | -0/+22 |
* | Remove old unused sidebar and toolbar config stuff. | David Bordoley | 2003-05-01 | 1 | -0/+9 |
* | Don't set/save window position if it is maximized. | David Bordoley | 2003-05-01 | 1 | -0/+15 |
* | src/ephy-window.c data/epiphany.schemas.in | David Bordoley | 2003-04-30 | 1 | -0/+13 |
* | Remove unused variables. | David Bordoley | 2003-04-30 | 1 | -0/+8 |
* | Use ephy_shell_new_tab instead of doing exactly the same work itself. | David Bordoley | 2003-04-30 | 1 | -0/+9 |
* | Respect all the new_tab used flags, drop unused ones. Patch by Christian | Xan Lopez | 2003-04-30 | 1 | -0/+11 |
* | Update go menu to match the default toolbar layout. | David Bordoley | 2003-04-30 | 1 | -0/+14 |
* | We dont need a _remove api, unrefing the node will work better. Try to | Marco Pesenti Gritti | 2003-04-30 | 1 | -0/+26 |
* | Remove unused function and fix a leak. | Christian Persch | 2003-04-30 | 1 | -0/+8 |
* | Update | Marco Pesenti Gritti | 2003-04-30 | 1 | -0/+10 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-04-29 | 1 | -0/+6 |
* | Check if there are states before saving, fix a crash closing the nautilus | Marco Pesenti Gritti | 2003-04-29 | 1 | -0/+7 |
* | Install epiphany-bookmarks.png also in art dir, we are forced to do it | Marco Pesenti Gritti | 2003-04-29 | 1 | -0/+7 |
* | Remove add_icon_column func and add the functionality to the normal | Marco Pesenti Gritti | 2003-04-29 | 1 | -0/+31 |
* | updated the changelog with my email address. | Dave Bordoley | 2003-04-29 | 1 | -1/+1 |
* | Add lib/egg/egg-toolbar-editor.c. | David Bordoley | 2003-04-29 | 1 | -0/+6 |
* | Update ephy-notebook.c path | Marco Pesenti Gritti | 2003-04-29 | 1 | -0/+6 |
* | New default toolbar layout. See bug 105983 for reasoning behind the | David Bordoley | 2003-04-29 | 1 | -0/+7 |
* | Check if the bookmarks bar already contains the dragged bm or topic before | David Bordoley | 2003-04-29 | 1 | -0/+7 |
* | Move notebook in src/. An abstract notebook is an overkill. | Marco Pesenti Gritti | 2003-04-29 | 1 | -0/+15 |
* | s/GALEON/EPIPHANY in the defines. | David Bordoley | 2003-04-28 | 1 | -0/+20 |
* | Consistent use of the term "Bookmarks Bar" in the code, ui and schema. | David Bordoley | 2003-04-28 | 1 | -0/+25 |
* | Actually pass a parent to history/bookmarks window, where to open the url. | Marco Pesenti Gritti | 2003-04-28 | 1 | -0/+13 |
* | Reapply one of our MenuMerge patches. Fixes crashes on window close. | Marco Pesenti Gritti | 2003-04-28 | 1 | -0/+8 |
* | Sync toolbar on bookmark properties changes. | Marco Pesenti Gritti | 2003-04-28 | 1 | -0/+13 |
* | Removed old history dialog, since it is dead now. Set the border width of | David Bordoley | 2003-04-28 | 1 | -0/+8 |
* | Save the position of windows on the screen, and checks if the position is | David Bordoley | 2003-04-28 | 1 | -0/+14 |
* | Make the view paned and monitor the state. | David Bordoley | 2003-04-28 | 1 | -0/+6 |
* | Emit removed signal after the node is actually removed. This could cause | Marco Pesenti Gritti | 2003-04-28 | 1 | -0/+12 |
* | Update sensitivity on selection changes. Thanks xan to find this one. | Marco Pesenti Gritti | 2003-04-28 | 1 | -0/+14 |
* | Change the way sensitivity is updated once again. We need to test this | Marco Pesenti Gritti | 2003-04-27 | 1 | -0/+13 |
* | update | Marco Pesenti Gritti | 2003-04-27 | 1 | -0/+24 |
* | Update. | David Bordoley | 2003-04-27 | 1 | -0/+13 |
* | Use epiphany logo in about window. | Xan Lopez | 2003-04-27 | 1 | -0/+6 |
* | Update. | Marco Pesenti Gritti | 2003-04-26 | 1 | -0/+23 |
* | Hookup to the response signal instead of using gtk_dialog_run. Prevents us | David Bordoley | 2003-04-26 | 1 | -0/+22 |
* | Implement ephy_node_reorder_children (from Rhythmbox). | Xan Lopez | 2003-04-26 | 1 | -0/+11 |
* | Update | Marco Pesenti Gritti | 2003-04-25 | 1 | -0/+9 |
* | Get back toolbar editing functionalities. More work on the bookmarks | Marco Pesenti Gritti | 2003-04-25 | 1 | -0/+26 |
* | Connect to the "toggled" signal instead of "button_press_event" so that | David Bordoley | 2003-04-25 | 1 | -0/+8 |
* | Commented out the include egg_toolbars_group.h so that it builds. | David Bordoley | 2003-04-25 | 1 | -0/+7 |
* | Update from egg | Marco Pesenti Gritti | 2003-04-25 | 1 | -0/+37 |
* | Always save a page's content if there i content to be saved. Remove the | David Bordoley | 2003-04-24 | 1 | -0/+18 |
* | Set spacing between a topic and the arrow to 6px. | David Bordoley | 2003-04-24 | 1 | -0/+6 |
* | Add a down arrow to topics in bm toolbars. | David Bordoley | 2003-04-24 | 1 | -0/+6 |
* | Forgot this. | Xan Lopez | 2003-04-24 | 1 | -0/+13 |
* | Use gettext instead of gettext_noop call for g_object_set's third | Christian Neumair | 2003-04-24 | 1 | -0/+7 |
* | Rearrange the File menu so that delete is below bookmark page. Add delete | David Bordoley | 2003-04-23 | 1 | -0/+8 |
* | Use em instead of px to respect user selected font sizes. | Xan Lopez | 2003-04-22 | 1 | -0/+6 |
* | Use delete key to remove history items. | David Bordoley | 2003-04-22 | 1 | -0/+13 |
* | Revert the bookmarks toolbar implementation. We really need to integrate | Marco Pesenti Gritti | 2003-04-22 | 1 | -0/+11 |
* | Added tooltips to all the actions. | David Bordoley | 2003-04-21 | 1 | -0/+7 |
* | Added back code to clear the location entry. Marco I hope this is ok with | David Bordoley | 2003-04-21 | 1 | -0/+7 |
* | Fixed a duplicate seperator. Add a view menu. | David Bordoley | 2003-04-21 | 1 | -0/+25 |
* | Remove unused files | Marco Pesenti Gritti | 2003-04-21 | 1 | -0/+8 |
* | Allow to add topics, update when changing bookmarks. | Marco Pesenti Gritti | 2003-04-21 | 1 | -0/+12 |
* | Use g_list_free instead of g_free. | Xan Lopez | 2003-04-21 | 1 | -0/+7 |
* | Update | Marco Pesenti Gritti | 2003-04-20 | 1 | -0/+28 |
* | Looks like Erich forgot the xml changes | Marco Pesenti Gritti | 2003-04-20 | 1 | -0/+6 |
* | Delete and Bookmark page menu. | Erich Lesh | 2003-04-20 | 1 | -0/+7 |
* | Update tabs menu sensitivity when switching. | Marco Pesenti Gritti | 2003-04-20 | 1 | -0/+7 |
* | Update Tabs and Zoom menus sensitivity | Marco Pesenti Gritti | 2003-04-20 | 1 | -0/+8 |
* | Add copy to the bookmark context menu. | David Bordoley | 2003-04-20 | 1 | -0/+24 |
* | Update Edit menu sensitivity | Marco Pesenti Gritti | 2003-04-20 | 1 | -0/+6 |
* | slight treemodel cleanup | Jorn Baayen | 2003-04-19 | 1 | -0/+11 |
* | Open view source and copy page next to the current tab, not at the end | Xan Lopez | 2003-04-19 | 1 | -0/+7 |
* | Fix bookmarks editing and warnings when openining the dialog. | Marco Pesenti Gritti | 2003-04-19 | 1 | -0/+11 |
* | Assume Pause/Resume is available for every channel, "fixes" resume for | Xan Lopez | 2003-04-19 | 1 | -0/+13 |
* | from galeon. Don't assume sizeof(gsize) == sizeof(guint) makes epiphany | Marco Pesenti Gritti | 2003-04-19 | 1 | -0/+7 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-04-19 | 1 | -0/+6 |
* | Fix the bug with back/fwd buttons auto prelighting. | Marco Pesenti Gritti | 2003-04-19 | 1 | -0/+6 |
* | Implement clear history. Put favicons near sites names. | Marco Pesenti Gritti | 2003-04-19 | 1 | -0/+11 |
* | Do not install two copies of epiphany.png | Marco Pesenti Gritti | 2003-04-18 | 1 | -0/+38 |
* | New history dialog implementation. More similar to bookmarks. Yeah it | Marco Pesenti Gritti | 2003-04-18 | 1 | -0/+21 |
* | New abstracted implementations. Nicer and will be useful for history | Marco Pesenti Gritti | 2003-04-17 | 1 | -0/+24 |
* | Remove, no more used | Marco Pesenti Gritti | 2003-04-17 | 1 | -0/+7 |
* | Update. | Marco Pesenti Gritti | 2003-04-17 | 1 | -0/+8 |
* | Moved the new_window_orphan signal to EphyEmbedSingle. | Dave Camp | 2003-04-17 | 1 | -0/+7 |
* | New file. Rpm spec. | Jeremy Katz | 2003-04-17 | 1 | -0/+4 |
* | Add a way to decide if the view is target. The impl is an hack but we keep | Marco Pesenti Gritti | 2003-04-17 | 1 | -0/+15 |
* | Dont set icon on bookmarks when the url is NULL ! Fix a bad crasher. | Marco Pesenti Gritti | 2003-04-16 | 1 | -0/+7 |
* | "Intelligent" selection in node removal. | Xan Lopez | 2003-04-16 | 1 | -0/+6 |
* | Set sizing of the icon column to GTK_TREE_VIEW_COLUMN_GROW_ONLY. | David Bordoley | 2003-04-16 | 1 | -0/+7 |
* | Fix context menu selection mess, tricky, tricky, tricky. It's all kris | Marco Pesenti Gritti | 2003-04-16 | 1 | -0/+14 |
* | *src/bookmarks/ephy-bookmark-editor.c: | David Bordoley | 2003-04-16 | 1 | -0/+7 |
* | *src/bookmarks/ephy-bookmark-editor.c: | David Bordoley | 2003-04-16 | 1 | -0/+8 |