| Commit message (Expand) | Author | Age | Files | Lines |
* | nsEmbedString.h now requires MOZILLA_STRICT_API define. | Christian Persch | 2004-11-14 | 1 | -0/+2 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -9/+9 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-11 | 1 | -1/+0 |
* | Fix mozilla API checks to correctly detect firefox libraries. | Christian Persch | 2004-09-21 | 1 | -4/+2 |
* | More fix for mozilla 1.7.3 API-non-change. | Christian Persch | 2004-09-16 | 1 | -2/+2 |
* | Fix compiler warning about anon enum mismatch. | Christian Persch | 2004-08-09 | 1 | -1/+2 |
* | Allow XUL windows to open new windows. | Christian Persch | 2004-08-09 | 1 | -2/+16 |
* | Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' it | Christian Persch | 2004-08-08 | 1 | -48/+48 |
* | Fix the reload workaround version checks to look for the correct versions. | Christian Persch | 2004-08-06 | 1 | -2/+2 |
* | Now that mozilla bug #246392 is fixed, only enable our work-around for old | Christian Persch | 2004-08-06 | 1 | -10/+8 |
* | Don't use -include which compilers other than gcc don't understand. | Christian Persch | 2004-07-31 | 1 | -0/+2 |
* | Refactores storing the security info, move it into EphyBrowser. | Christian Persch | 2004-07-24 | 1 | -41/+10 |
* | Simplify print code. Now there is only one case to deal with, the mozilla | Marco Pesenti Gritti | 2004-06-25 | 1 | -26/+6 |
* | Work around mozilla bug #246392 which goes back to the original urls when | Christian Persch | 2004-06-15 | 1 | -1/+22 |
* | Get rid of EmbedReloadFlags, and use a gboolean force parameter in | Christian Persch | 2004-06-14 | 1 | -2/+2 |
* | merge mozilla-embed-strings branch | Marco Pesenti Gritti | 2004-06-04 | 1 | -68/+99 |
* | Destroy the EphyBrowser in destroy handler, but delete it only on | Christian Persch | 2004-05-11 | 1 | -23/+43 |
* | Clean up encoding handling. | Christian Persch | 2004-05-02 | 1 | -10/+36 |
* | Complete headers defines | Marco Pesenti Gritti | 2004-04-30 | 1 | -1/+0 |
* | More defines work, still lack EventContext and EmbedPrivate. Use mozilla | Marco Pesenti Gritti | 2004-04-29 | 1 | -4/+10 |
* | Ensure we have a DOM window before trying to get his url. The check was | Marco Pesenti Gritti | 2004-04-29 | 1 | -2/+0 |
* | Fix chrome for new windows opened from _blank target. Fixes bug #139512. | Marco Pesenti Gritti | 2004-04-18 | 1 | -1/+0 |
* | Fix bookmarks toolbar visibility in fullscreen and print preview mode, as | Christian Persch | 2004-04-01 | 1 | -0/+1 |
* | Documented EphyEmbed | Adam Hooper | 2004-03-26 | 1 | -5/+5 |
* | Cleanups chromes code and register a type for the enum. | Marco Pesenti Gritti | 2004-03-19 | 1 | -19/+15 |
* | merging pre-gnome-2-8 branch | Marco Pesenti Gritti | 2004-03-17 | 1 | -3/+3 |
* | Also pop up the context menu with the menu key. | Christian Persch | 2004-03-07 | 1 | -1/+10 |
* | s/IFace/Iface/g to match the gtk+ naming convention. | Christian Persch | 2004-02-20 | 1 | -3/+3 |
* | Use static_cast<>, don't cast directly. | Christian Persch | 2004-02-13 | 1 | -1/+1 |
* | Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified the | Christian Persch | 2004-01-23 | 1 | -11/+2 |
* | We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event to | Christian Persch | 2004-01-19 | 1 | -15/+20 |
* | Use g_signal_connect_object to connect the embed signals, that way they're | Christian Persch | 2004-01-17 | 1 | -86/+56 |
* | Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. Port | Christian Persch | 2004-01-16 | 1 | -10/+14 |
* | Add API to check if an EphyEmbed has forms with user input in them. | Christian Persch | 2004-01-04 | 1 | -0/+13 |
* | Unify interface struct and type macro naming to be EphyFooIFace, | Christian Persch | 2004-01-02 | 1 | -37/+37 |
* | Split print dialogue in print setup and actual print, and move print | Christian Persch | 2003-12-07 | 1 | -1/+8 |
* | Handle case of get_location on an unrealized widget | Marco Pesenti Gritti | 2003-12-02 | 1 | -0/+2 |
* | Add a factory to create embed objects and use it. Deal with dependency of | Marco Pesenti Gritti | 2003-11-22 | 1 | -3/+14 |
* | If it's not possible to go up fails do not assert, just fail silently. | Marco Pesenti Gritti | 2003-11-21 | 1 | -4/+5 |
* | Re-use some more signals from GtkMozEmbed; fix getter_Copies usage in | Christian Persch | 2003-11-19 | 1 | -30/+13 |
* | Silly typos, thanks crispin. | Marco Pesenti Gritti | 2003-11-13 | 1 | -1/+1 |
* | Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler and | Marco Pesenti Gritti | 2003-11-11 | 1 | -3/+46 |
* | Remove a decl I forgot. | Marco Pesenti Gritti | 2003-11-10 | 1 | -2/+0 |
* | Do not connect and reemit same signal for nothing. Remove unused/expensive | Marco Pesenti Gritti | 2003-11-10 | 1 | -44/+0 |
* | Remove decls from the top | Marco Pesenti Gritti | 2003-11-09 | 1 | -148/+79 |
* | Renamed to get_command_state to can_do_command. | Christian Persch | 2003-11-05 | 1 | -3/+3 |
* | Get rid of gresult type. Use return values instead of out-parameters | Christian Persch | 2003-11-05 | 1 | -362/+186 |
* | Show only paste in the context menu, it's the only one that works in | Marco Pesenti Gritti | 2003-11-04 | 1 | -11/+9 |
* | Unset silent mode after printing, should fix bug #125984. | Christian Persch | 2003-11-02 | 1 | -0/+3 |
* | Open source in the default editor and remove the unused copy api. Add a | Marco Pesenti Gritti | 2003-10-28 | 1 | -25/+0 |
* | Solving the wrapper mess THE END | Marco Pesenti Gritti | 2003-10-28 | 1 | -46/+5 |
* | Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanity | Marco Pesenti Gritti | 2003-10-28 | 1 | -50/+50 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-10-28 | 1 | -126/+82 |
* | Solving the wrapper mess Episode 1. | Marco Pesenti Gritti | 2003-10-27 | 1 | -41/+2 |
* | Interface for commands. Useful for undo. (cmd_undo works). | Marco Pesenti Gritti | 2003-10-25 | 1 | -125/+54 |
* | Encoding menu improvements, Part 4: The Rewrite. | Christian Persch | 2003-10-18 | 1 | -9/+11 |
* | Adapt EphyWrapper::GetEncoding to varying mozilla APIs. | Christian Persch | 2003-10-12 | 1 | -6/+2 |
* | Encoding menu improvements, part 2: Implement ephy_embed_get_encoding, and | Christian Persch | 2003-10-12 | 1 | -2/+27 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -27/+13 |
* | Add activate api. | Marco Pesenti Gritti | 2003-08-19 | 1 | -0/+11 |
* | When the embed is not initialized return about:blank as address. | Marco Pesenti Gritti | 2003-08-08 | 1 | -1/+1 |
* | Restore the "ge_dom_mouse_down" signal. | Christian Persch | 2003-08-02 | 1 | -10/+16 |
* | Rework find implementation to integrate better with type ahead and to | Marco Pesenti Gritti | 2003-07-20 | 1 | -27/+38 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 1 | -0/+1 |
* | Show the doc context menu on ctrl+f10 | Marco Pesenti Gritti | 2003-07-11 | 1 | -3/+10 |
* | 2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-06-28 | 1 | -3/+8 |
* | Check dom_event, emit warning and return if it is NULL. | Christian Persch | 2003-06-26 | 1 | -1/+19 |
* | Remove some unused headers. | Marco Pesenti Gritti | 2003-06-23 | 1 | -1/+1 |
* | Remove some obsolete entries. | Marco Pesenti Gritti | 2003-06-16 | 1 | -28/+39 |
* | Shift+F10 show context menus on the embed. (Less invasive way until | Marco Pesenti Gritti | 2003-06-16 | 1 | -1/+72 |
* | Use new INIT macros (from galeon). | Marco Pesenti Gritti | 2003-06-15 | 1 | -2/+2 |
* | Respect the bookmarks bar visibility user choice also for popups. | Marco Pesenti Gritti | 2003-06-14 | 1 | -1/+1 |
* | 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 | 1 | -3/+4 |
* | continuing checkin of previous patch (cvs aborted "broken pipe") | Christian Persch | 2003-05-28 | 1 | -7/+7 |
* | Simplified and reorganised zoom. Implement a zoom control for the toolbar. | Christian Persch | 2003-05-20 | 1 | -10/+11 |
* | Share signal emission for all dom mouse events, so they dont go out of | Marco Pesenti Gritti | 2003-05-10 | 1 | -38/+21 |
* | s/GALEON/EPIPHANY in the defines. | David Bordoley | 2003-04-28 | 1 | -9/+3 |
* | Consistent use of the term "Bookmarks Bar" in the code, ui and schema. | David Bordoley | 2003-04-28 | 1 | -1/+1 |
* | Fix leaks. Dont truncate utf8 strings. | Marco Pesenti Gritti | 2003-04-14 | 1 | -9/+3 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-04-12 | 1 | -0/+2 |
* | Reload embed when changing charset | Marco Pesenti Gritti | 2003-03-15 | 1 | -6/+5 |
* | 0.4.2 Release. Switch configure.in to 0.5.0. | Marco Pesenti Gritti | 2003-01-12 | 1 | -1/+1 |
* | 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-01-12 | 1 | -4/+3 |
* | Make sure event listener is ever attached. Never allow to override | Marco Pesenti Gritti | 2003-01-06 | 1 | -8/+9 |
* | Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when using | Marco Pesenti Gritti | 2003-01-05 | 1 | -9/+11 |
* | Cleanup unused code. Reorder build. In new bookmark dialog enter activate | Marco Pesenti Gritti | 2003-01-02 | 1 | -89/+4 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+1585 |