| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused ephy-prefs includes | Marco Pesenti Gritti | 2003-11-05 | 3 | -3/+0 |
* | Rework ContentHandler to use the auto_open_downloads key. | Xan Lopez | 2003-11-05 | 2 | -350/+37 |
* | Show only paste in the context menu, it's the only one that works in | Marco Pesenti Gritti | 2003-11-04 | 5 | -33/+34 |
* | Remove unused types. | Christian Persch | 2003-11-04 | 1 | -13/+13 |
* | Remove the "show_details in downloader" schema. | Xan Lopez | 2003-11-03 | 3 | -56/+36 |
* | Adjust return value so that mozilla doesn't erreonously put up a failure | Christian Persch | 2003-11-03 | 1 | -1/+1 |
* | Don't unref the print dialogue twice when shown from mozilla. | Christian Persch | 2003-11-03 | 2 | -9/+41 |
* | Unset silent mode after printing, should fix bug #125984. | Christian Persch | 2003-11-02 | 1 | -0/+3 |
* | Only save history db if there have been changes. Fixes bug #125973. | Christian Persch | 2003-11-01 | 1 | -1/+48 |
* | Don't set the persist key on object construction time. Fixes bug #125589. | Christian Persch | 2003-11-01 | 1 | -3/+9 |
* | Correctly set the embed for the print dialogue. | Christian Persch | 2003-10-31 | 3 | -4/+20 |
* | Use gnomevfs helper to open applications, drop our own. | Marco Pesenti Gritti | 2003-10-31 | 1 | -5/+6 |
* | Yet another mozilla API change. | Christian Persch | 2003-10-31 | 1 | -1/+6 |
* | Do not require a parent window | Marco Pesenti Gritti | 2003-10-31 | 1 | -4/+5 |
* | Add public function to get a host node from a page url. | Christian Persch | 2003-10-30 | 2 | -5/+18 |
* | We cant cache mDOMDocument, it changes for every document loaded. Remove | Marco Pesenti Gritti | 2003-10-29 | 3 | -16/+5 |
* | Make some vars private, remove an unused one. | Marco Pesenti Gritti | 2003-10-29 | 3 | -8/+9 |
* | Implement smart selection in the downloader view. | Xan Lopez | 2003-10-29 | 3 | -12/+80 |
* | Add sanity check. | Christian Persch | 2003-10-28 | 1 | -2/+5 |
* | Open source in the default editor and remove the unused copy api. Add a | Marco Pesenti Gritti | 2003-10-28 | 12 | -89/+28 |
* | Fix page cloning, I was query descriptors interface on webBrowser instead | Marco Pesenti Gritti | 2003-10-28 | 1 | -8/+8 |
* | We need to force the encoding to be able to unset it. | Marco Pesenti Gritti | 2003-10-28 | 1 | -9/+12 |
* | Implement filechooser for ASK_DESTINATION. | Christian Persch | 2003-10-28 | 2 | -16/+79 |
* | Solving the wrapper mess THE END | Marco Pesenti Gritti | 2003-10-28 | 3 | -53/+15 |
* | Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanity | Marco Pesenti Gritti | 2003-10-28 | 8 | -114/+144 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-10-28 | 3 | -133/+97 |
* | Solving the wrapper mess Episode 1. | Marco Pesenti Gritti | 2003-10-27 | 7 | -278/+58 |
* | Port to new gtk+ file chooser. | Christian Persch | 2003-10-26 | 19 | -1249/+738 |
* | Interface for commands. Useful for undo. (cmd_undo works). | Marco Pesenti Gritti | 2003-10-25 | 9 | -253/+242 |
* | Remove a debug print, don't do anything on wm delete event. | Xan Lopez | 2003-10-25 | 1 | -3/+1 |
* | Resync with galeon. | Marco Pesenti Gritti | 2003-10-25 | 6 | -76/+1774 |
* | Remove open button, autclose when there are no downloads left. | Xan Lopez | 2003-10-25 | 1 | -40/+15 |
* | Use translatable title for untitled pages. | Christian Persch | 2003-10-24 | 1 | -2/+8 |
* | Add an helper to initialize downloads. | Marco Pesenti Gritti | 2003-10-24 | 6 | -119/+207 |
* | Every time you change API God kills a kitten. Think of the kitten!! (That | Xan Lopez | 2003-10-23 | 4 | -18/+60 |
* | Encoding menu improvements, Episode V: MPT strikes back. | Christian Persch | 2003-10-21 | 2 | -69/+1 |
* | unref the model once it's set in the view | Marco Pesenti Gritti | 2003-10-20 | 1 | -0/+1 |
* | We cant remove while iterating childrens, build a list and remove later. | Marco Pesenti Gritti | 2003-10-19 | 1 | -8/+14 |
* | Update remaning time every two seconds | Marco Pesenti Gritti | 2003-10-19 | 5 | -155/+200 |
* | do not try to remove All node | Marco Pesenti Gritti | 2003-10-19 | 1 | -1/+4 |
* | cleanup. Fix warning when fetching favicons. | Marco Pesenti Gritti | 2003-10-19 | 1 | -27/+32 |
* | Looks like I copied a bug from mozilla js code. Do not show bogus | Marco Pesenti Gritti | 2003-10-18 | 1 | -12/+3 |
* | initialize cur/total size | Marco Pesenti Gritti | 2003-10-18 | 1 | -0/+2 |
* | fixup style | Marco Pesenti Gritti | 2003-10-18 | 2 | -194/+188 |
* | Add nsIAuthPrompt implementation, necessary to make downloads on | Marco Pesenti Gritti | 2003-10-18 | 2 | -2/+48 |
* | Fix string for old mozilla versions. | Marco Pesenti Gritti | 2003-10-18 | 1 | -8/+10 |
* | Encoding menu improvements, Part 4: The Rewrite. | Christian Persch | 2003-10-18 | 14 | -119/+841 |
* | Fix Save As, we need ever to pass the url now. Now hope chpe stop to bug | Marco Pesenti Gritti | 2003-10-17 | 1 | -13/+19 |
* | I suck ... files forgot | Marco Pesenti Gritti | 2003-10-17 | 2 | -3/+5 |
* | Merge new-downloader branch. We reworked the backend, the user | Marco Pesenti Gritti | 2003-10-17 | 25 | -2493/+1249 |
* | Include config.h. | Christian Persch | 2003-10-16 | 1 | -1/+7 |
* | Encodings menu improvements, part 3: Refactored the encodings list; it no | Christian Persch | 2003-10-14 | 5 | -299/+28 |
* | Return "en" when in C locale. | Christian Persch | 2003-10-13 | 1 | -1/+1 |
* | Include config.h. | Christian Persch | 2003-10-12 | 1 | -0/+4 |
* | Adapt EphyWrapper::GetEncoding to varying mozilla APIs. | Christian Persch | 2003-10-12 | 3 | -10/+20 |
* | Merge completion branch | Marco Pesenti Gritti | 2003-10-12 | 1 | -77/+0 |
* | Encoding menu improvements, part 2: Implement ephy_embed_get_encoding, and | Christian Persch | 2003-10-12 | 5 | -4/+62 |
* | Reenable deprecated api where necessary, fixup some header inclusions. | Marco Pesenti Gritti | 2003-10-11 | 3 | -59/+3 |
* | Add new files. | Xan Lopez | 2003-10-07 | 4 | -0/+1212 |
* | More granular filtering update | Marco Pesenti Gritti | 2003-10-06 | 1 | -4/+70 |
* | Don't pass NULL to gnome_vfs_expand_initial_tilde. | Christian Persch | 2003-09-30 | 1 | -1/+10 |
* | More accurate description for Ever filter. Keep the backend as is, so we | Marco Pesenti Gritti | 2003-09-30 | 1 | -0/+1 |
* | The file picker dir can be NULL, check before trying to expand tilde. | Marco Pesenti Gritti | 2003-09-28 | 1 | -2/+5 |
* | API sync, from galeon. | Xan Lopez | 2003-09-27 | 1 | -8/+8 |
* | Use gtkicontheme, and use it also for mime icons. | Marco Pesenti Gritti | 2003-09-27 | 1 | -2/+4 |
* | Fix #123176. Use response instead of connecting 210 callbacks. | Marco Pesenti Gritti | 2003-09-25 | 1 | -20/+25 |
* | Use gconf_client_notify. Fixed bug #112882. | Christian Persch | 2003-09-20 | 1 | -10/+1 |
* | Fix directory selection persistence [bug #122780]. | Christian Persch | 2003-09-20 | 2 | -16/+18 |
* | Do not fail if prefs.js is corrupted. | Marco Pesenti Gritti | 2003-09-20 | 1 | -1/+0 |
* | embed/mozilla/MozRegisterComponents.cpp A embed/mozilla/GtkNSSDialogs.cpp | Christian Persch | 2003-09-19 | 4 | -0/+494 |
* | Refactor node db loading functions into a common one in ephy-node-db. | Christian Persch | 2003-09-18 | 2 | -50/+8 |
* | Re-revert, use new gnome vfs show_url api. | Christian Persch | 2003-09-18 | 1 | -3/+3 |
* | Added in support to allow Mozilla 1.4.1 to be used for Epiphany compile. | Patanjali Somayaji | 2003-09-14 | 4 | -6/+6 |
* | First important step in solving the fonts mess. Allow to select the | Marco Pesenti Gritti | 2003-09-10 | 4 | -23/+7 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-08 | 1 | -53/+26 |
* | Set wrap around prop in mozilla interface | Marco Pesenti Gritti | 2003-09-07 | 1 | -0/+1 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 32 | -409/+298 |
* | Add extra bogosity check, ported from galeon. | Christian Persch | 2003-08-24 | 1 | -0/+1 |
* | Use WARN_CXXFLAGS for mozilla code. You need to update gnome-common. | Marco Pesenti Gritti | 2003-08-24 | 1 | -1/+1 |
* | Overwrite existing files. (We already warn the user about it). | Marco Pesenti Gritti | 2003-08-21 | 1 | -7/+8 |
* | Do not try to remove completed downloads, fixes a crash. | Marco Pesenti Gritti | 2003-08-20 | 1 | -2/+5 |
* | Add activate api. | Marco Pesenti Gritti | 2003-08-19 | 3 | -0/+21 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-08-17 | 2 | -19/+0 |
* | Fix bug #119818. | Christian Persch | 2003-08-15 | 1 | -1/+14 |
* | Expand initial ~ in file name to print to. | Christian Persch | 2003-08-15 | 1 | -1/+2 |
* | Make print preview exit code safer. | Marco Pesenti Gritti | 2003-08-15 | 1 | -1/+1 |
* | Remove an unused progress listener. Looks like galeon 1 code ?! | Marco Pesenti Gritti | 2003-08-14 | 4 | -159/+1 |
* | Respect system pref about no proxy for. | Marco Pesenti Gritti | 2003-08-12 | 2 | -1/+46 |
* | Sync with Moz HEAD. | Xan Lopez | 2003-08-11 | 1 | -2/+5 |
* | Fix mem leak. | Christian Persch | 2003-08-09 | 1 | -3/+4 |
* | Fix mem leaks. | Christian Persch | 2003-08-09 | 1 | -21/+42 |
* | Fix mem leak. | Christian Persch | 2003-08-09 | 1 | -0/+4 |
* | s/KB/kB/ | Xan Lopez | 2003-08-08 | 1 | -4/+4 |
* | When the embed is not initialized return about:blank as address. | Marco Pesenti Gritti | 2003-08-08 | 1 | -1/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-08-08 | 1 | -0/+4 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-08-07 | 1 | -61/+55 |
* | Use link text as bookmark title when no title is specified. | Marco Pesenti Gritti | 2003-08-05 | 2 | -1/+85 |
* | Compare the scheme to "file", not the entire url. | Christian Persch | 2003-08-04 | 1 | -3/+5 |
* | 0.8.2. Drop mozilla 1.3 compatibility.Release082 | Marco Pesenti Gritti | 2003-08-03 | 1 | -16/+0 |
* | revert last commit | Marco Pesenti Gritti | 2003-08-03 | 1 | -0/+3 |
* | Do not disable window raising anymore, mozilla seem to behave correctly | Marco Pesenti Gritti | 2003-08-02 | 1 | -3/+0 |
* | Restore the "ge_dom_mouse_down" signal. | Christian Persch | 2003-08-02 | 3 | -10/+29 |
* | Added one translator's comment, and clarified another. | Christian Persch | 2003-07-24 | 1 | -3/+9 |
* | cough | Xan Lopez | 2003-07-24 | 1 | -1/+1 |
* | Add history include dir, needed for Mozilla 1.5b | Xan Lopez | 2003-07-23 | 1 | -0/+2 |
* | Do not emit warning when language pack is not installed. | Marco Pesenti Gritti | 2003-07-20 | 1 | -7/+1 |
* | Rework find implementation to integrate better with type ahead and to | Marco Pesenti Gritti | 2003-07-20 | 8 | -344/+167 |
* | I forgot to commit the Makefile.am changes needed for the previous patch. | Christian Persch | 2003-07-20 | 1 | -0/+2 |
* | Set the chrome locale on startup. That means that if the correct lang pack | Christian Persch | 2003-07-19 | 1 | -0/+66 |
* | Do not enable smooth scroll and image autoresize. | Marco Pesenti Gritti | 2003-07-18 | 1 | -8/+0 |
* | Allow DND of URLs (from links or favicons or other apps...) to the | Xan Lopez | 2003-07-17 | 2 | -0/+22 |
* | Fix compiler warning. | Christian Persch | 2003-07-15 | 1 | -1/+1 |
* | 0.8.0. Make it distcheck. | Marco Pesenti Gritti | 2003-07-15 | 1 | -1/+1 |
* | List all mozilla fonts and not only the language specific, otherwise we | Marco Pesenti Gritti | 2003-07-15 | 1 | -37/+17 |
* | Fix mem leaks; thanks to Xan for pointing this out. | Christian Persch | 2003-07-14 | 1 | -0/+5 |
* | Update | Marco Pesenti Gritti | 2003-07-14 | 3 | -14/+30 |
* | Fix mem leaks. | Christian Persch | 2003-07-14 | 1 | -9/+27 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 7 | -30/+40 |
* | Show the doc context menu on ctrl+f10 | Marco Pesenti Gritti | 2003-07-11 | 1 | -3/+10 |
* | Merge external protocols in one file (implementation is just one macro). | Marco Pesenti Gritti | 2003-07-07 | 9 | -217/+147 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-07-06 | 1 | -7/+2 |
* | Fix mem leak. | Christian Persch | 2003-07-06 | 1 | -0/+1 |
* | Api resync and cleanup from galeon. | Marco Pesenti Gritti | 2003-07-06 | 2 | -6/+10 |
* | Remove the persist object from the hash table before emitting the changed | Christian Persch | 2003-07-04 | 1 | -3/+5 |
* | Remove use of acconfig.h. | Marco Pesenti Gritti | 2003-07-04 | 10 | -99/+102 |
* | Sync with Moz Head, small cleanup. | Xan Lopez | 2003-07-04 | 2 | -5/+4 |
* | s/Caches/Cache | Marco Pesenti Gritti | 2003-07-02 | 1 | -1/+0 |
* | Use the browser icon from gnome icon theme. Get rid of cache comparing | Marco Pesenti Gritti | 2003-07-02 | 1 | -38/+0 |
* | Use normal google search for keywords | Marco Pesenti Gritti | 2003-07-02 | 1 | -1/+1 |
* | Remove some unused code | Marco Pesenti Gritti | 2003-07-01 | 4 | -55/+2 |
* | Remember the directory when saving files. Fixes #115603. | James Willcox | 2003-06-30 | 1 | -22/+30 |
* | Fix callbacks for new signature of ge_location embed signal. | Christian Persch | 2003-06-30 | 1 | -1/+1 |
* | Emit the changed signal before unrefing the persist object. The changed | Marco Pesenti Gritti | 2003-06-29 | 1 | -5/+8 |
* | Don't show -1 KB before download starts. | Piers Cornwell | 2003-06-29 | 1 | -1/+1 |
* | removed unused header, fixes compilation with mozilla head | Christophe Fergeau | 2003-06-29 | 1 | -1/+0 |
* | Set done size to total size on download completed | Marco Pesenti Gritti | 2003-06-28 | 1 | -6/+10 |
* | Fix mem leaks. | Christian Persch | 2003-06-28 | 1 | -2/+10 |
* | 2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-06-28 | 3 | -6/+13 |
* | Add two new encodings, and change access keys to be unique. | Christian Persch | 2003-06-26 | 1 | -3/+7 |
* | Check dom_event, emit warning and return if it is NULL. | Christian Persch | 2003-06-26 | 1 | -1/+19 |
* | Grab focus after the old text has been restored. | Marco Pesenti Gritti | 2003-06-25 | 1 | -6/+6 |
* | Api change | Marco Pesenti Gritti | 2003-06-24 | 1 | -0/+7 |
* | Remove some unused headers. | Marco Pesenti Gritti | 2003-06-23 | 2 | -7/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-06-23 | 1 | -7/+2 |
* | Correct translations dir (leftover from galeon) | Marco Pesenti Gritti | 2003-06-23 | 1 | -1/+1 |
* | Use nsDependentCString instead of NS_LITERAL_CSTRING. Fixes bug 115739. | Christian Persch | 2003-06-23 | 1 | -3/+3 |
* | Fix add bookmark from link | Marco Pesenti Gritti | 2003-06-23 | 1 | -0/+4 |
* | Drop encodings from our list which are not meant to be used in a browser. | Christian Persch | 2003-06-22 | 1 | -13/+0 |
* | Add two missing font language groups, and reorder encodings list. | Christian Persch | 2003-06-22 | 1 | -20/+18 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-06-22 | 1 | -1/+1 |
* | Pass elapsed times in seconds, more consistent and avoid overflow. | Marco Pesenti Gritti | 2003-06-22 | 1 | -1/+1 |
* | Misc i18n fixes: mark default encoding and encoding autodetector in the | Christian Persch | 2003-06-22 | 1 | -1/+15 |
* | Mozilla api change, pfffff | Marco Pesenti Gritti | 2003-06-20 | 1 | -0/+4 |
* | Fix compilation. | Xan Lopez | 2003-06-20 | 2 | -1/+1 |
* | With the gtk fullscreen api things can be cleaner: use the api instead of | Marco Pesenti Gritti | 2003-06-19 | 1 | -2/+1 |
* | More cleanups, fix memleaks. | Xan Lopez | 2003-06-19 | 4 | -54/+46 |
* | Drop some useless code. | Xan Lopez | 2003-06-18 | 1 | -7/+0 |
* | As first thing when a download stop, report it to the view. | Marco Pesenti Gritti | 2003-06-18 | 1 | -10/+9 |
* | Re-enable the next/prev buttons on page change. | Christian Persch | 2003-06-18 | 1 | -2/+52 |
* | All cleanup and fixes and no play makes Xan a dull boy All cleanup and | Xan Lopez | 2003-06-18 | 2 | -29/+22 |
* | s/snprintf/g_snprintf to not break gcc 2.95 | Marco Pesenti Gritti | 2003-06-17 | 1 | -6/+6 |
* | Fix use document colors | Marco Pesenti Gritti | 2003-06-17 | 1 | -2/+4 |
* | Fix potential crash. | Christian Persch | 2003-06-16 | 1 | -2/+5 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-06-16 | 2 | -718/+0 |
* | Merge with popup control, we dont need it for bonobo window anymore. | Marco Pesenti Gritti | 2003-06-16 | 4 | -93/+620 |
* | Remove some obsolete entries. | Marco Pesenti Gritti | 2003-06-16 | 10 | -312/+73 |
* | Shift+F10 show context menus on the embed. (Less invasive way until | Marco Pesenti Gritti | 2003-06-16 | 8 | -2/+158 |
* | Remove unneeded includes which mozilla cvs no longer provides. | Christian Persch | 2003-06-15 | 1 | -2/+0 |
* | Typo | Marco Pesenti Gritti | 2003-06-15 | 1 | -1/+1 |
* | Use new INIT macros (from galeon). | Marco Pesenti Gritti | 2003-06-15 | 5 | -81/+63 |
* | Removed it because it's unnecessary. | Christian Persch | 2003-06-15 | 1 | -91/+0 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-06-15 | 2 | -22/+31 |
* | Convert dialog to metric units and default paper to A4. Fixes #112619 | Christian Persch | 2003-06-15 | 3 | -18/+24 |
* | Fix mem leaks. | Christian Persch | 2003-06-15 | 1 | -6/+7 |
* | ), (EventContext::SetStringProperty (const char*, const nsACString&)): | Christian Persch | 2003-06-15 | 2 | -3/+6 |
* | Make prev/next navigation capability an object property, and sync on embed | Christian Persch | 2003-06-15 | 4 | -103/+134 |
* | Use g_list_prepend instead of g_list_append, and fix mem leaks along the | Christian Persch | 2003-06-14 | 1 | -10/+9 |
* | Respect the bookmarks bar visibility user choice also for popups. | Marco Pesenti Gritti | 2003-06-14 | 2 | -10/+11 |
* | Typo | Marco Pesenti Gritti | 2003-06-14 | 1 | -1/+1 |
* | Add support for string enums. | Marco Pesenti Gritti | 2003-06-13 | 6 | -147/+153 |
* | embed/mozilla/ExternalProtocolService.cpp, embed/mozilla/FilePicker.cpp, | Christian Neumair | 2003-06-13 | 2 | -0/+8 |
* | Dont try to use class members after the class has been deleted. | Marco Pesenti Gritti | 2003-06-13 | 2 | -2/+4 |
* | Do not use c++ new to allocate priv struct of the object | Marco Pesenti Gritti | 2003-06-13 | 1 | -1/+1 |
* | Sigh. Fix some more mem leaks. | Christian Persch | 2003-06-13 | 3 | -3/+7 |
* | Use functions instead of declaring static vars in .h file, (hopefully) | Christian Persch | 2003-06-12 | 1 | -0/+4 |
* | remove unused stuff | Marco Pesenti Gritti | 2003-06-09 | 2 | -236/+0 |
* | Get rid of starthere: and default to google, as discussed with Seth. Add a | Marco Pesenti Gritti | 2003-06-09 | 3 | -29/+0 |
* | Remove some leftovers. | Marco Pesenti Gritti | 2003-06-08 | 1 | -18/+0 |
* | Remove memory cache prefs/ui, now mozilla can deal with it automagically. | Marco Pesenti Gritti | 2003-06-07 | 5 | -29/+28 |
* | We used to have two mnemonics for Shift_JS. Fix it and tell translators | Christian Neumair | 2003-06-07 | 1 | -1/+3 |
* | Fixup a mistake in my previous patch for encoding accesskeys. | Piers Cornwell | 2003-06-07 | 1 | -1/+1 |
* | Add accels on the encoding menus. | Piers Cornwell | 2003-06-06 | 1 | -102/+102 |
* | Actually add the ask for dest pref, it was using the wrong key. | Marco Pesenti Gritti | 2003-06-05 | 4 | -33/+30 |
* | Move the bookmarks menu after go. There is a slight inconsistency in the | David Bordoley | 2003-06-05 | 1 | -3/+83 |
* | Remove custom notifiers, the generic string notifier works just fine for | Christian Persch | 2003-06-01 | 1 | -49/+3 |
* | Do not unref the db before cleaning the nodes. | Marco Pesenti Gritti | 2003-06-01 | 1 | -2/+2 |
* | Sort the lists of encoding autodetectors and of fonts languages. | Christian Persch | 2003-05-29 | 1 | -35/+26 |
* | continuing checkin of previous patch (cvs aborted "broken pipe") | Christian Persch | 2003-05-28 | 12 | -278/+252 |
* | Make it build with mozilla cvs. Remove only pages on history clear, the | Marco Pesenti Gritti | 2003-05-28 | 2 | -6/+8 |
* | Fix the compiler warning from my previous checkin. | Christian Persch | 2003-05-28 | 1 | -1/+1 |
* | g_list_prepend is faster than g_list_append. | Christian Persch | 2003-05-28 | 1 | -7/+7 |
* | Refactored the charset and language groups strings. | Christian Persch | 2003-05-27 | 5 | -241/+172 |
* | Fix mem leak. | Christian Persch | 2003-05-27 | 1 | -1/+6 |
* | Try to fix node removal problems. I cant repro crashes ... but they are | Marco Pesenti Gritti | 2003-05-26 | 2 | -17/+46 |
* | Fix crash on pause. | Xan Lopez | 2003-05-26 | 2 | -3/+24 |
* | Revert latest node changes. Parents nodes need to be saved first and it's | Marco Pesenti Gritti | 2003-05-25 | 2 | -8/+120 |
* | Implement generic way to save/load db and make it low disk safe. | Marco Pesenti Gritti | 2003-05-24 | 2 | -120/+8 |
* | Disable Blink and Marquee, cuz they are annoying and non-standard. Don't | David Bordoley | 2003-05-23 | 1 | -0/+21 |
* | s/g_object_unref/ephy_node_unref/ | Xan Lopez | 2003-05-22 | 1 | -2/+2 |
* | Add gettext call to l10nize string displayed in remaining column when | Christian Neumair | 2003-05-21 | 1 | -1/+1 |
* | data/glade/epiphany.glade data/glade/prefs-dialog.glade | Christian Neumair | 2003-05-21 | 2 | -35/+13 |
* | Do not free memory is not a good idea | Marco Pesenti Gritti | 2003-05-21 | 1 | -0/+2 |
* | Mark time format strings for translation. | Christian Neumair | 2003-05-21 | 1 | -2/+4 |
* | Make find dialog unresizable. | Xan Lopez | 2003-05-21 | 1 | -17/+0 |
* | Simplified and reorganised zoom. Implement a zoom control for the toolbar. | Christian Persch | 2003-05-20 | 3 | -18/+19 |
* | Fix some warnings. Go back hardcoding defaults in the code, mozilla pref | Marco Pesenti Gritti | 2003-05-20 | 7 | -287/+115 |
* | Use stock icons instead of the files directly to set window border icons. | David Bordoley | 2003-05-20 | 1 | -3/+7 |
* | 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-05-20 | 2 | -42/+54 |
* | Remove fine grain color settings. Always use the system theme colors in | David Bordoley | 2003-05-19 | 3 | -10/+3 |
* | 0.6.1 | Marco Pesenti Gritti | 2003-05-19 | 1 | -3/+4 |
* | Do not allow to resize the dialog vertically, fixes #112727. Remove unused | Xan Lopez | 2003-05-17 | 2 | -2/+20 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 7 | -9/+20 |
* | Revert api change. So we keep 2.2 compatibility. | Marco Pesenti Gritti | 2003-05-14 | 1 | -3/+3 |
* | Use new gnome vfs show_url api. | Marco Pesenti Gritti | 2003-05-13 | 3 | -4/+11 |
* | Fix Open, typo. | Marco Pesenti Gritti | 2003-05-11 | 1 | -1/+1 |
* | Alphabetical sort of bookmarks menu elements, fixes #111315. Also create | Xan Lopez | 2003-05-11 | 2 | -2/+3 |
* | Use sys language as default | Marco Pesenti Gritti | 2003-05-11 | 1 | -27/+47 |
* | Implement security page. Remove some useless hidden prefs in the process. | Marco Pesenti Gritti | 2003-05-10 | 2 | -43/+9 |
* | Share signal emission for all dom mouse events, so they dont go out of | Marco Pesenti Gritti | 2003-05-10 | 1 | -38/+21 |
* | Check for NULL PresContext. | Christian Persch | 2003-05-06 | 1 | -1/+1 |
* | Remove proxy prefs initialization. Now we call the gconf notifier on | Marco Pesenti Gritti | 2003-05-06 | 2 | -90/+20 |
* | Initialize mozilla prefs on startup every time. That is necessary if | Marco Pesenti Gritti | 2003-05-05 | 3 | -107/+66 |
* | Do not assert on corrupted xml, just warn. Put back views shadows for now. | Marco Pesenti Gritti | 2003-05-03 | 1 | -1/+1 |
* | Workaround to not act on every download, ongoing or finished, when we | Xan Lopez | 2003-05-02 | 4 | -147/+74 |
* | Remove old unused sidebar and toolbar config stuff. | David Bordoley | 2003-05-01 | 1 | -1/+0 |
* | We dont need a _remove api, unrefing the node will work better. Try to | Marco Pesenti Gritti | 2003-04-30 | 2 | -35/+16 |
* | s/GALEON/EPIPHANY in the defines. | David Bordoley | 2003-04-28 | 5 | -14/+8 |
* | Consistent use of the term "Bookmarks Bar" in the code, ui and schema. | David Bordoley | 2003-04-28 | 2 | -2/+2 |
* | Always save a page's content if there i content to be saved. Remove the | David Bordoley | 2003-04-24 | 8 | -66/+13 |
* | Assume Pause/Resume is available for every channel, "fixes" resume for | Xan Lopez | 2003-04-19 | 4 | -28/+5 |
* | from galeon. Don't assume sizeof(gsize) == sizeof(guint) makes epiphany | Marco Pesenti Gritti | 2003-04-19 | 1 | -4/+4 |
* | Implement clear history. Put favicons near sites names. | Marco Pesenti Gritti | 2003-04-19 | 2 | -5/+31 |
* | Do not install two copies of epiphany.png | Marco Pesenti Gritti | 2003-04-18 | 1 | -32/+1 |
* | New history dialog implementation. More similar to bookmarks. Yeah it | Marco Pesenti Gritti | 2003-04-18 | 2 | -1/+22 |
* | Moved the new_window_orphan signal to EphyEmbedSingle. | Dave Camp | 2003-04-17 | 4 | -16/+24 |
* | Remove some obsolete factory code | Marco Pesenti Gritti | 2003-04-16 | 1 | -3/+0 |
* | Use home:, have titles. | Marco Pesenti Gritti | 2003-04-15 | 2 | -2/+2 |
* | Fix leaks. Dont truncate utf8 strings. | Marco Pesenti Gritti | 2003-04-14 | 1 | -9/+3 |
* | Use google feel like for keywords | Marco Pesenti Gritti | 2003-04-13 | 1 | -1/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-04-12 | 20 | -526/+311 |