aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-3/+14
* If it's not possible to go up fails do not assert, just fail silently.Marco Pesenti Gritti2003-11-211-4/+5
* Re-use some more signals from GtkMozEmbed; fix getter_Copies usage inChristian Persch2003-11-191-30/+13
* Silly typos, thanks crispin.Marco Pesenti Gritti2003-11-131-1/+1
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-3/+46
* Remove a decl I forgot.Marco Pesenti Gritti2003-11-101-2/+0
* Do not connect and reemit same signal for nothing. Remove unused/expensiveMarco Pesenti Gritti2003-11-101-44/+0
* Remove decls from the topMarco Pesenti Gritti2003-11-091-148/+79
* Renamed to get_command_state to can_do_command.Christian Persch2003-11-051-3/+3
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-362/+186
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-041-11/+9
* Unset silent mode after printing, should fix bug #125984.Christian Persch2003-11-021-0/+3
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-25/+0
* Solving the wrapper mess THE ENDMarco Pesenti Gritti2003-10-281-46/+5
* Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanityMarco Pesenti Gritti2003-10-281-50/+50
* *** empty log message ***Marco Pesenti Gritti2003-10-281-126/+82
* Solving the wrapper mess Episode 1.Marco Pesenti Gritti2003-10-271-41/+2
* Interface for commands. Useful for undo. (cmd_undo works).Marco Pesenti Gritti2003-10-251-125/+54
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-9/+11
* Adapt EphyWrapper::GetEncoding to varying mozilla APIs.Christian Persch2003-10-121-6/+2
* Encoding menu improvements, part 2: Implement ephy_embed_get_encoding, andChristian Persch2003-10-121-2/+27
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-27/+13
* Add activate api.Marco Pesenti Gritti2003-08-191-0/+11
* When the embed is not initialized return about:blank as address.Marco Pesenti Gritti2003-08-081-1/+1
* Restore the "ge_dom_mouse_down" signal.Christian Persch2003-08-021-10/+16
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-201-27/+38
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-0/+1
* Show the doc context menu on ctrl+f10Marco Pesenti Gritti2003-07-111-3/+10
* 2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-06-281-3/+8
* Check dom_event, emit warning and return if it is NULL.Christian Persch2003-06-261-1/+19
* Remove some unused headers.Marco Pesenti Gritti2003-06-231-1/+1
* Remove some obsolete entries.Marco Pesenti Gritti2003-06-161-28/+39
* Shift+F10 show context menus on the embed. (Less invasive way untilMarco Pesenti Gritti2003-06-161-1/+72
* Use new INIT macros (from galeon).Marco Pesenti Gritti2003-06-151-2/+2
* Respect the bookmarks bar visibility user choice also for popups.Marco Pesenti Gritti2003-06-141-1/+1
* Do not use c++ new to allocate priv struct of the objectMarco Pesenti Gritti2003-06-131-1/+1
* Sigh. Fix some more mem leaks.Christian Persch2003-06-131-3/+4
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-281-7/+7
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-201-10/+11
* Share signal emission for all dom mouse events, so they dont go out ofMarco Pesenti Gritti2003-05-101-38/+21
* s/GALEON/EPIPHANY in the defines.David Bordoley2003-04-281-9/+3
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-281-1/+1
* Fix leaks. Dont truncate utf8 strings.Marco Pesenti Gritti2003-04-141-9/+3
* *** empty log message ***Marco Pesenti Gritti2003-04-121-0/+2
* Reload embed when changing charsetMarco Pesenti Gritti2003-03-151-6/+5
* 0.4.2 Release. Switch configure.in to 0.5.0.Marco Pesenti Gritti2003-01-121-1/+1
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-4/+3
* Make sure event listener is ever attached. Never allow to overrideMarco Pesenti Gritti2003-01-061-8/+9
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-9/+11
* Cleanup unused code. Reorder build. In new bookmark dialog enter activateMarco Pesenti Gritti2003-01-021-89/+4
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+1585