| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove get_backend function, there's only one possibility now. | Xan Lopez | 2009-02-28 | 2 | -12/+1 |
* | Remove the {_get,_set}_encoding functions from the python bindings definition, | Cosimo Cecchi | 2009-02-27 | 1 | -15/+0 |
* | Add FIXME about encodings. | Xan Lopez | 2009-02-27 | 1 | -0/+1 |
* | Remove embedding APIs for set/get encoding. | Xan Lopez | 2009-02-27 | 2 | -7/+22 |
* | Implement get/set encoding for the embed. | Xan Lopez | 2009-02-27 | 2 | -6/+2 |
* | Use libsoup, getting the session from webkit, to handle cookies. | Xan Lopez | 2009-02-23 | 5 | -201/+92 |
* | Use – (en dash , U+2013) in copyright years. Also fixup surrounding whitesp... | Wouter Bolsterlee | 2009-02-23 | 1 | -10/+10 |
* | Update year | Christian Persch | 2009-02-23 | 1 | -1/+1 |
* | ephy-window: do not make code conditional on Gecko version. | Xan Lopez | 2009-02-23 | 1 | -8/+4 |
* | ephy-bookmarks: guard zeroconf dependent function declaration. | Xan Lopez | 2009-02-21 | 1 | -0/+2 |
* | ephy-window: do not show progress for pages that load very quickly (eg, about... | Xan Lopez | 2009-02-19 | 1 | -1/+9 |
* | Fix finding extensions in system dir. | Xan Lopez | 2009-02-18 | 1 | -5/+7 |
* | Add option to open new windows in tabs. | Xan Lopez | 2009-02-16 | 1 | -3/+19 |
* | Don't recurse into proxy item construction. Bug #570984 | Christian Persch | 2009-02-10 | 1 | -2/+0 |
* | And some more style fixes, should now follow the new code guidelines. | Xan Lopez | 2009-02-08 | 4 | -61/+58 |
* | ephy-seed-extension: untabify, delete-trailing-whitespace, ... | Xan Lopez | 2009-02-08 | 1 | -39/+40 |
* | ephy-seed-extension: free this here. | Xan Lopez | 2009-02-08 | 1 | -3/+3 |
* | ephy-seed-extension: do not return const pointer as char*. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
* | ephy-seed-extension: add trailing NULL to g_strconcat. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
* | ephy-seed-extensions: fix coding style. | Xan Lopez | 2009-02-08 | 1 | -34/+34 |
* | Use gtk_activatable_get_related_action instead of the deprecated gtk_widget_g... | Xan Lopez | 2009-02-08 | 4 | -10/+10 |
* | Prepend /data to PKG_CONFIG_PATH so g-ir-scanner can find our not-yet-install... | Christian Persch | 2009-02-08 | 1 | -0/+1 |
* | config.h must be the first include | Christian Persch | 2009-02-08 | 1 | -2/+2 |
* | Simply use g_irepository_get_option_group() | Christian Persch | 2009-02-08 | 1 | -17/+4 |
* | Add needed -I flags to build the Epiphany gir file. | Xan Lopez | 2009-02-08 | 1 | -0/+6 |
* | Use epiphany_LDADD for Seed libraries. | Xan Lopez | 2009-02-07 | 1 | -1/+4 |
* | Add seed support; use --enable-seed to check it out. Patch by Robert Carr. | Christian Persch | 2009-02-07 | 6 | -0/+535 |
* | Add gobject introspection support; use --enable-introspection. | Christian Persch | 2009-02-07 | 2 | -1/+91 |
* | Only show the fixed toolbar when the leave-fullscreen button is to be shown. ... | Christian Persch | 2009-02-04 | 1 | -0/+3 |
* | ephy-session: plug memory leak. | Xan Lopez | 2009-01-30 | 1 | -2/+4 |
* | ephy-find-toolbar: remove unused variable. | Xan Lopez | 2009-01-28 | 1 | -2/+0 |
* | ephy-find-toolbar: do not search for the empty string or NULL. | Xan Lopez | 2009-01-28 | 1 | -0/+3 |
* | Remove unused auto encoding stuff. | Xan Lopez | 2009-01-26 | 1 | -15/+0 |
* | Remove unused function. | Xan Lopez | 2009-01-26 | 1 | -13/+0 |
* | Remove unused fonts languages and autodetectors stuff. Bug #558407. | Christian Persch | 2009-01-26 | 1 | -95/+0 |
* | Do not use 'gtk-action' object data to get the associated GtkAction for a wid... | Xan Lopez | 2009-01-24 | 3 | -9/+9 |
* | ephy-find-toolbar: make indentation homogenenous. | Xan Lopez | 2009-01-23 | 1 | -37/+36 |
* | Implement scrolling in EphyFindToolbar. | Xan Lopez | 2009-01-23 | 1 | -27/+23 |
* | Remove EphyIconEntry leftovers. | Xan Lopez | 2009-01-22 | 1 | -1/+0 |
* | ephy-window: do not set load progress on already loaded pages. | Xan Lopez | 2009-01-21 | 1 | -2/+8 |
* | Implement multiple keyword-based AND-search for the location bar | Gustavo Noronha Silva | 2009-01-20 | 1 | -7/+21 |
* | Use C_() instead of Q_() with context for translatable strings. | Philip Withnall | 2009-01-20 | 3 | -36/+16 |
* | Remove useless LocationEntryAction struct | Diego Escalante Urrelo | 2009-01-19 | 1 | -23/+3 |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 104 | -104/+0 |
* | Include a bookmark indication in the woohoo bar | Diego Escalante Urrelo | 2009-01-16 | 2 | -7/+5 |
* | Turn the location bar into the woohoo bar | Diego Escalante Urrelo | 2009-01-16 | 1 | -15/+4 |
* | We no longer need a separate pkg-config check for WEBKIT. | Gustavo Noronha Silva | 2009-01-14 | 1 | -1/+0 |
* | Port to use GtkBuilder. | Xan Lopez | 2009-01-12 | 3 | -4/+4 |
* | Allow to reload bypassing cache. | Xan Lopez | 2009-01-08 | 1 | -9/+6 |
* | Remove leftover search_entry_clear_cb function | Diego Escalante Urrelo | 2009-01-05 | 1 | -19/+0 |
* | Fix bookmark import of ff3 files | Diego Escalante Urrelo | 2009-01-05 | 1 | -3/+4 |
* | ephy-window: remove entry clear timeout without chaining finalize. | Xan Lopez | 2009-01-05 | 1 | -3/+3 |
* | ephy-window: g_object_get takes a gpointer as first argument. | Xan Lopez | 2009-01-04 | 1 | -7/+6 |
* | ephy-window: also open in new tab for ctrl+click. | Xan Lopez | 2009-01-04 | 1 | -1/+5 |
* | Port EphySearchEntry to use GtkEntry. | Xan Lopez | 2008-12-31 | 2 | -54/+1 |
* | Remove progress from statusbar now that we show it in the location entry. | Xan Lopez | 2008-12-31 | 4 | -65/+0 |
* | ephy-window: draw progress inside the location entry. | Xan Lopez | 2008-12-31 | 1 | -0/+42 |
* | Web Inspector property missing from preferences enum. | Gustavo Noronha Silva | 2008-12-24 | 1 | -0/+1 |
* | Check text_table for nullity before unrefing it in resolver_found_cb. | Gustavo Noronha Silva | 2008-12-24 | 1 | -1/+4 |
* | Open links in new tab with middle click. | Xan Lopez | 2008-12-21 | 1 | -0/+42 |
* | Enable Web Inspector. | Xan Lopez | 2008-12-12 | 1 | -6/+7 |
* | Revert cookies stuff, didn't want to commit that. | Xan Lopez | 2008-12-12 | 5 | -92/+199 |
* | Port ephy to use libsoup for cookies. | Xan Lopez | 2008-12-12 | 5 | -199/+92 |
* | window-commands: fix Send Link by Email for URLs with '&' | Xan Lopez | 2008-12-12 | 1 | -20/+26 |
* | Implement chrome visibility control in popups | Diego Escalante Urrelo | 2008-12-03 | 1 | -4/+32 |
* | ephy-window: connect web view to web-view-ready signal when it's created. | Xan Lopez | 2008-12-01 | 1 | -7/+7 |
* | ephy-window: use new webkit API to create windows on request. | Xan Lopez | 2008-11-30 | 1 | -0/+52 |
* | window: zoom in/out with ctrl+scroll-{up,down} | Xan Lopez | 2008-11-30 | 1 | -0/+30 |
* | ephy-toolbar: remove useless realize/unrealize methods. | Xan Lopez | 2008-11-30 | 1 | -16/+0 |
* | Remove legacy ephy-history-item from epiphany.h | Diego Escalante Urrelo | 2008-11-27 | 1 | -1/+0 |
* | ephy-home-action: plug leak. | Xan Lopez | 2008-10-27 | 1 | -2/+2 |
* | Use the correct return type for ephy_embed_get_link_message and | Diego Escalante Urrelo | 2008-10-16 | 1 | -2/+2 |
* | Fix conflicting mnemonics in Clear All Personal Data | Diego Escalante Urrelo | 2008-10-13 | 1 | -3/+12 |
* | Sync comment parameters with actual parameters | Diego Escalante Urrelo | 2008-09-29 | 2 | -6/+6 |
* | Avoid the parsing of non doc comments | Diego Escalante Urrelo | 2008-09-29 | 3 | -5/+5 |
* | Print version to stdout, not stderr. | Christian Persch | 2008-09-27 | 1 | -1/+1 |
* | Readd --version which was lost when removing libgnome usage. | Christian Persch | 2008-09-27 | 1 | -1/+15 |
* | Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome... | Christian Persch | 2008-09-25 | 10 | -117/+141 |
* | Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext. | Cosimo Cecchi | 2008-09-05 | 1 | -1/+0 |
* | Port the location bar to use GRegex. | Diego Escalante Urrelo | 2008-08-15 | 1 | -94/+41 |
* | Make the order in which we name the cols consistent. | Diego Escalante Urrelo | 2008-08-14 | 2 | -3/+3 |
* | Move libnotify initialization to ephy-main | Diego Escalante Urrelo | 2008-08-04 | 1 | -0/+13 |
* | Fix the keyword search for tabs/windows created from toolbar. | Diego Escalante Urrelo | 2008-08-04 | 1 | -4/+4 |
* | Bug #378165: do not activate the smart bookmark entry after middle-clicking | Cosimo Cecchi | 2008-08-04 | 1 | -2/+0 |
* | Bug #328710. Re-focus the "Remove" button after the selection has been deleted. | Cosimo Cecchi | 2008-08-01 | 1 | -0/+3 |
* | Fix a typo in src/ephy-main.c and remove a FIXME. | Diego Escalante Urrelo | 2008-07-31 | 1 | -2/+2 |
* | Update year | Christian Persch | 2008-07-07 | 1 | -1/+1 |
* | embed: remove ephy_embed_close. | Xan Lopez | 2008-07-03 | 2 | -7/+1 |
* | embed: remove ephy_embed_{set,get}_zoom. | Xan Lopez | 2008-07-01 | 2 | -17/+5 |
* | embed: remove ge-zoom-changed and zoom property. | Xan Lopez | 2008-07-01 | 1 | -11/+25 |
* | Bug 529634 – ga_client_start() called twice | Christian Persch | 2008-07-01 | 1 | -9/+16 |
* | embed: remove history item abstraction from embed. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
* | embed: remove ephy_embed_go_to_history_item. | Xan Lopez | 2008-06-30 | 1 | -3/+3 |
* | embed: remove ephy_embed_get_{next,previous}_history_item. | Xan Lopez | 2008-06-30 | 1 | -12/+12 |
* | embed: remove ephy_embed_get_{backward,forward}_history. | Xan Lopez | 2008-06-30 | 1 | -19/+46 |
* | misc: add reference to webkit bug about reload_bypass_cache | Xan Lopez | 2008-06-30 | 1 | -0/+1 |
* | embed: remove ephy_embed_print. | Xan Lopez | 2008-06-30 | 2 | -7/+1 |
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 1 | -6/+0 |
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 1 | -6/+0 |
* | embed: remove ephy_embed_go_forward. | Xan Lopez | 2008-06-30 | 2 | -7/+1 |
* | embed: remove ephy_embed_go_back. | Xan Lopez | 2008-06-30 | 2 | -8/+5 |
* | embed: remove ephy_embed_reload. | Xan Lopez | 2008-06-30 | 2 | -10/+5 |
* | embed: remove ephy_embed_stop_load. | Xan Lopez | 2008-06-30 | 2 | -7/+2 |
* | ephy-embed-utils: add macro to get webkitwebview from embed. | Xan Lopez | 2008-06-30 | 1 | -2/+1 |
* | ephy-find-toolbar: remove trailing whitespace. | Xan Lopez | 2008-06-28 | 1 | -17/+17 |
* | ephy-find-toolbar: remove obsolete comment. | Xan Lopez | 2008-06-28 | 1 | -1/+0 |
* | ephy-find-toolbar: copy over embed scroll functionality. | Xan Lopez | 2008-06-28 | 1 | -11/+46 |
* | ephy-find-toolbar: remove $Id$ from license comment. | Xan Lopez | 2008-06-28 | 1 | -1/+0 |
* | ephy-find-toolbar: rename impl_* functions to ephy_find_toolbar_* | Xan Lopez | 2008-06-28 | 1 | -19/+19 |
* | ephy-find-toolbar: M-x tabify | Xan Lopez | 2008-06-28 | 1 | -28/+28 |
* | ephy-find-toolbar: add FIXME about ge-search-key-press never being emitted. | Xan Lopez | 2008-06-28 | 1 | -0/+1 |
* | ephy-find-toolbar: remove _EMBED_ from find results enum. | Xan Lopez | 2008-06-28 | 1 | -9/+9 |
* | embed: remove ephy-embed-find and the webkit implementation. | Xan Lopez | 2008-06-28 | 1 | -1/+0 |
* | ephy-find-toolbar: port to use webkit API directly. | Xan Lopez | 2008-06-28 | 2 | -45/+129 |
* | Reimplement tabs detaching and tabs DND. | Christian Persch | 2008-06-13 | 4 | -11/+93 |
* | Do not do single includes in src/bookmarks/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 26 | -88/+22 |
* | Do not do single includes for GTK+, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 39 | -195/+37 |
* | Make the bookmarks editor search in urls and titles, closes: #328489. | Diego Escalante Urrelo | 2008-05-31 | 1 | -0/+5 |
* | Plug a mem leak. | Christian Persch | 2008-05-26 | 1 | -0/+1 |
* | Rewrite the bookmark HTML importer, it now uses GRegex, this is bug #533986. | Diego Escalante Urrelo | 2008-05-24 | 1 | -56/+74 |
* | Don't free file_info too soon or the pointer to file_type will be lost. This | Diego Escalante Urrelo | 2008-05-20 | 1 | -1/+1 |
* | Block updates of the location entry while it is keyboard-focused. | Cosimo Cecchi | 2008-05-20 | 1 | -2/+51 |
* | Remove a forgotten env var in ephy-main.c, it was a leftover of r8192 (removal | Diego Escalante Urrelo | 2008-05-17 | 1 | -1/+0 |
* | Add epiphany.h. Only allow including epiphany/epiphany.h; all other | Christian Persch | 2008-04-12 | 54 | -36/+281 |
* | Remove MOZ_DISABLE_PANGO checks. | Christian Persch | 2008-04-07 | 1 | -17/+0 |
* | Remove detailed font prefs, they're obsolete on webkit. | Christian Persch | 2008-04-07 | 1 | -322/+1 |
* | Exorcise gecko configure & build stuff | Christian Persch | 2008-04-04 | 3 | -196/+144 |
* | Remove the ephy-spinner from the toolbar.c, there's enough feeback | Xan Lopez | 2008-03-28 | 3 | -58/+0 |
* | Revert the history/bookmark no-dup patch. It was slowing ephy. | Diego Escalante Urrelo | 2008-03-17 | 1 | -12/+0 |
* | Fix multiple crashers in the zeroconf bookmarks. Bug #516008; partially based... | Christian Persch | 2008-03-13 | 1 | -179/+151 |
* | Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657 | Christian Persch | 2008-03-11 | 1 | -0/+15 |
* | Remove cruft | Christian Persch | 2008-02-27 | 5 | -567/+3 |
* | Connect the signal before unreffing the action, just to be absolutely safe. | Christian Persch | 2008-02-26 | 1 | -3/+3 |
* | Remove duplicate bookmarks property update, which is superflous since it was ... | Christian Persch | 2008-02-26 | 1 | -2/+0 |
* | Adapt to gio API change | Christian Persch | 2008-02-26 | 3 | -5/+5 |
* | Add EPHY_CHECK_VERSION (#513128) | Xan Lopez | 2008-02-18 | 2 | -0/+36 |
* | Add Undo/Redo commands to the location entry, both in the context menu | Cosimo Cecchi | 2008-02-15 | 2 | -14/+53 |
* | GConf option to disable messagebox about unsubmitted form data. (#516170) | Xan Lopez | 2008-02-15 | 1 | -6/+11 |
* | Update dependencies in epiphany.pc.in, remove bonobo leftovers. | Xan Lopez | 2008-02-14 | 1 | -224/+0 |
* | Use G_DEFINE_TYPE* macros in src/bookmarks/ when possible. (#516138) | Xan Lopez | 2008-02-13 | 9 | -307/+59 |
* | Use G_DEFINE_TYPE* when possible in src/ (#515601) | Xan Lopez | 2008-02-11 | 28 | -1096/+243 |
* | Do not use history API if we only want to go back or forward, only use it | Xan Lopez | 2008-02-10 | 1 | -14/+2 |
* | Fix back button looping through history. | Cosimo Cecchi | 2008-02-05 | 1 | -15/+19 |
* | Make middle clicking on Back/Forward toolbar buttons open again in | Cosimo Cecchi | 2008-02-01 | 1 | -3/+29 |
* | HIG fixes for menu. Bug #483312, patch by Luca Ferretti. | Cosimo Cecchi | 2008-01-29 | 1 | -1/+1 |
* | Better fix for bug #511759. | Cosimo Cecchi | 2008-01-25 | 1 | -2/+7 |
* | Fix compilation when debug is enabled. Patch by Joseph Sacco (#509541) | Xan Lopez | 2008-01-15 | 1 | -1/+1 |
* | Fix cropped close button on tab labels with gnome-icon-theme 2.21.x. | Cosimo Cecchi | 2008-01-15 | 1 | -4/+10 |
* | Update to new glib 2.15.2 API, bump glib dep and remove a | Cosimo Cecchi | 2008-01-15 | 1 | -1/+1 |
* | Add #ifdef for Avahi includes in ephy-bookmarks.c. | Cosimo Cecchi | 2008-01-15 | 1 | -0/+3 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 13 | -309/+541 |
* | Open externally opened link in current tab if it is blank. | Cosimo Cecchi | 2008-01-11 | 5 | -14/+38 |
* | Don't use net-stop signal, it's gone. Switch to notify::load-status | Xan Lopez | 2008-01-09 | 1 | -3/+6 |
* | Fix typo when building the back/forward history menu | Jan Michael C. Alonzo | 2007-12-31 | 1 | -1/+1 |
* | Port ephy-window.c to the new API, remove old API. | Xan Lopez | 2007-12-30 | 3 | -98/+11 |
* | Make MozillaHistoryItem create url and title on demand. | Xan Lopez | 2007-12-30 | 1 | -4/+7 |
* | Use the new interfaces for backward/forward menus. | Xan Lopez | 2007-12-30 | 1 | -54/+37 |
* | Catch bookmarks and history in EphyLocationActionPrivate, it's smarter. | Diego Escalante Urrelo | 2007-12-27 | 1 | -9/+10 |
* | Have the completion func also check the bookmark URLs for matches as it does | Diego Escalante Urrelo | 2007-12-27 | 1 | -3/+14 |
* | Avoid duplicated history and bookmark entries for the same url in the | Diego Escalante Urrelo | 2007-12-27 | 1 | -0/+24 |
* | Remove a trailing whitespace. | Diego Escalante Urrelo | 2007-12-26 | 1 | -1/+1 |
* | Moves the completion_func from lib/widgets/ephy-location-entry.c to | Diego Escalante Urrelo | 2007-12-26 | 1 | -0/+105 |
* | Quick fix for a warning produced by my previous update to epiphany.defs, | Diego Escalante Urrelo | 2007-12-24 | 1 | -1/+1 |
* | Add extra methods to EphyEmbed object: | Diego Escalante Urrelo | 2007-12-24 | 1 | -27/+94 |
* | Adds a "Clear All" dialog to clear all the privacy information, and a help | Cosimo Cecchi | 2007-12-21 | 3 | -181/+295 |
* | Middle click on entries in History Window and Bookmark Editor opens the page | Cosimo Cecchi | 2007-12-20 | 2 | -0/+46 |
* | Hide the Toolbar Editor, if active, when switching to Fullscreen mode. | Cosimo Cecchi | 2007-12-19 | 1 | -0/+11 |
* | Readd "Add to Bookmark" entry to the document context menu. | Cosimo Cecchi | 2007-12-19 | 1 | -0/+5 |
* | Indentation fix for previous commit. | Cosimo Cecchi | 2007-12-19 | 1 | -2/+2 |
* | Add middle-click-paste for smart bookmarks, as it is for new tab/window | Cosimo Cecchi | 2007-12-19 | 1 | -0/+69 |
* | Don't store the tabs menu accels in the accel map file. | Christian Persch | 2007-12-16 | 1 | -1/+3 |
* | Add secondary text in confirmation dialogs for "Remove All" items in the PDM. | Cosimo Cecchi | 2007-12-08 | 1 | -6/+12 |
* | Squashed commit of the following: | Jan Michael C. Alonzo | 2007-12-02 | 2 | -0/+7 |
* | Fix empty line on bookmark tooltip when bookmark has no title. | Cosimo Cecchi | 2007-11-25 | 1 | -5/+21 |
* | 2007-11-22 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2007-11-23 | 1 | -1/+1 |
* | 2007-11-22 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2007-11-23 | 1 | -1/+1 |
* | Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window and | Cosimo Cecchi | 2007-11-19 | 2 | -4/+9 |
* | Fix a bug in EphyNodeView which caused weird problems when setting columns | Cosimo Cecchi | 2007-11-19 | 2 | -5/+15 |
* | Move EphyNotebook to G_DEFINE_TYPE. | Xan Lopez | 2007-11-18 | 1 | -56/+19 |
* | Use go_back and go_forward methods for navigation. | Xan Lopez | 2007-11-18 | 1 | -5/+2 |
* | Move size-to code to the gecko backend. | Xan Lopez | 2007-11-18 | 1 | -74/+1 |
* | Put visibility property into EphyBaseEmbed, we need it for popups. | Xan Lopez | 2007-11-18 | 1 | -0/+19 |
* | Rename EphyEmbedContainer implementations in EphyWindow. | Xan Lopez | 2007-11-17 | 1 | -35/+36 |
* | Move print-preview property to EphyEmbedContainer interface. | Xan Lopez | 2007-11-17 | 5 | -65/+53 |
* | Add type checkings in the EmbedContainer interface, not in the implementations. | Xan Lopez | 2007-11-17 | 1 | -23/+2 |
* | Do not change session saving format ;) | Xan Lopez | 2007-11-17 | 1 | -2/+2 |
* | Return the new tab's position. | Christian Persch | 2007-11-17 | 1 | -4/+2 |
* | Move active-tab property to the embed-container interface. | Xan Lopez | 2007-11-17 | 4 | -17/+15 |
* | Unbreak the build... | Xan Lopez | 2007-11-17 | 1 | -4/+4 |
* | Use right GtkPaned API to pack history window vbox. | Cosimo Cecchi | 2007-11-17 | 1 | -2/+2 |
* | Make EphyEmbedContainer add_child method return the child's new position insi... | Xan Lopez | 2007-11-17 | 1 | -1/+3 |
* | Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_... | Xan Lopez | 2007-11-16 | 3 | -8/+8 |
* | Do not expose {add,remove}_child methods from EphyEmbedContainer to bindings. | Xan Lopez | 2007-11-16 | 1 | -20/+0 |
* | And port all the callers in src/ | Xan Lopez | 2007-11-16 | 14 | -61/+113 |
* | Change epiphany.defs | Xan Lopez | 2007-11-16 | 1 | -47/+53 |
* | Port EphyWindow to the new interface. | Xan Lopez | 2007-11-16 | 2 | -220/+193 |
* | Use G_DEFINE_TYPE for EphyWindow. | Xan Lopez | 2007-11-16 | 1 | -54/+15 |
* | Add icon-updated signal to EphyHistory. | Xan Lopez | 2007-11-14 | 1 | -0/+11 |
* | Remove last remainings of EphyTab. | Xan Lopez | 2007-11-13 | 2 | -426/+0 |
* | Use load-status instead of net-stop in EphySession. | Xan Lopez | 2007-11-13 | 1 | -23/+30 |
* | Don't connect to destroy-browser, we do nothing in the cb and it's GtkMozEmbe... | Xan Lopez | 2007-11-13 | 1 | -12/+0 |
* | Hide Back/Forward buttons when disable_history lockdown key is enabled. Make | Cyril Brulebois | 2007-11-12 | 1 | -0/+2 |
* | Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the last | Cyril Brulebois | 2007-11-11 | 3 | -10/+9 |
* | Add a checkbox to enable case-sensitive search (disabled by default). No longer | Cyril Brulebois | 2007-11-10 | 1 | -8/+84 |
* | Add a "Remove all" button to the Personal Data Manager for both the cookies and | Cyril Brulebois | 2007-11-09 | 1 | -0/+170 |
* | Ship epiphany.{defs,override} regardless of whether python is enabled. Fixes ... | Cyril Brulebois | 2007-11-08 | 1 | -11/+3 |
* | Adds a NULL check to avoid passing illegal values to strtol in ephy-session. | Cosimo Cecchi | 2007-11-07 | 1 | -0/+2 |
* | Make the password dialog use ephy-time-helpers instead of stock strftime. | Cosimo Cecchi | 2007-11-07 | 1 | -5/+2 |
* | Adds a column in the history window showing the date and the time of the | Cosimo Cecchi | 2007-11-07 | 1 | -59/+131 |
* | Move "address_has_web_scheme" to ephy-embed-utils. | Cosimo Cecchi | 2007-11-05 | 1 | -20/+2 |
* | Moved dom_mouse_click from EphyTab to EphyWindow. | Cosimo Cecchi | 2007-11-05 | 2 | -175/+205 |
* | Display "Javascript scriptlet" string as tooltip for bookmark action instead | Cosimo Cecchi | 2007-11-03 | 1 | -13/+19 |
* | Use -1 as tab size here | Christian Persch | 2007-10-28 | 1 | -2/+2 |
* | Can't use an interface type in signal registration | Christian Persch | 2007-10-28 | 1 | -1/+1 |
* | Can't use an interface type in property registration | Christian Persch | 2007-10-28 | 1 | -1/+1 |
* | Can't use an interface type in signal registration | Christian Persch | 2007-10-28 | 1 | -2/+2 |
* | Remove EphyTab | Christian Persch | 2007-10-28 | 2 | -85/+12 |
* | Remove EphyTab | Christian Persch | 2007-10-28 | 1 | -11/+10 |
* | Remove EphyTab | Christian Persch | 2007-10-28 | 1 | -34/+22 |
* | Remove EphyTab | Christian Persch | 2007-10-28 | 1 | -7/+7 |
* | Remove EphyTab | Christian Persch | 2007-10-28 | 1 | -4/+5 |
* | Remove EphyTab | Christian Persch | 2007-10-28 | 1 | -11/+11 |
* | Remove EphyTab | Christian Persch | 2007-10-28 | 1 | -20/+19 |
* | Remove EPhyTab. | Christian Persch | 2007-10-28 | 1 | -16/+8 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -7/+3 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -7/+6 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -3/+3 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 2 | -2/+1 |
* | Remove Ephytab. | Christian Persch | 2007-10-28 | 1 | -3/+3 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -2/+2 |
* | Remove EPhyTab. | Christian Persch | 2007-10-28 | 1 | -5/+5 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -176/+121 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -3/+0 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -4/+4 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 2 | -39/+36 |
* | Remove EphYTab. | Christian Persch | 2007-10-28 | 2 | -17/+18 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -26/+26 |
* | Renamed ephy_tab_get_active_embed to _tab. | Christian Persch | 2007-10-28 | 1 | -1/+1 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -11/+11 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -6/+3 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 2 | -8/+8 |
* | Remove EphyTab use. | Christian Persch | 2007-10-28 | 2 | -32/+25 |
* | Remove ephy-tab.h. This breaks the build; we'll fix it step by step. | Christian Persch | 2007-10-28 | 1 | -73/+0 |
* | Move tab ID from EphyTab to EphyTabsMenu which is the only user of it. | Christian Persch | 2007-10-28 | 3 | -69/+89 |
* | Use G_DEFINE_TYPE. | Christian Persch | 2007-10-28 | 2 | -30/+3 |
* | Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-27 | 2 | -430/+13 |
* | Fix more issues left with the refactoring. | Xan Lopez | 2007-10-26 | 1 | -1/+1 |
* | Fix the remaining breakage. | Xan Lopez | 2007-10-26 | 1 | -1/+1 |
* | Port src/ to the new properties in EphyEmbed. | Xan Lopez | 2007-10-26 | 9 | -128/+50 |
* | Move file_monitor_cancel on dispose from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-26 | 1 | -2/+0 |