aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-command-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Implement clipboard operations for WebKit.Xan Lopez2007-12-221-39/+48
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Documented EphyCommandManagerAdam Hooper2004-03-301-0/+25
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-201-4/+4
* Unify interface struct and type macro naming to be EphyFooIFace,Christian Persch2004-01-021-29/+30
* Not necessary to store signal id in an array for interfaces.Marco Pesenti Gritti2003-11-211-10/+1
* Renamed to get_command_state to can_do_command.Christian Persch2003-11-051-4/+4
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-6/+5
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-041-11/+4
* Interface for commands. Useful for undo. (cmd_undo works).Marco Pesenti Gritti2003-10-251-0/+104