Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -1/+1 |
* | Documented EphyCommandManager | Adam Hooper | 2004-03-30 | 1 | -0/+25 |
* | s/IFace/Iface/g to match the gtk+ naming convention. | Christian Persch | 2004-02-20 | 1 | -4/+4 |
* | Unify interface struct and type macro naming to be EphyFooIFace, | Christian Persch | 2004-01-02 | 1 | -29/+30 |
* | Not necessary to store signal id in an array for interfaces. | Marco Pesenti Gritti | 2003-11-21 | 1 | -10/+1 |
* | Renamed to get_command_state to can_do_command. | Christian Persch | 2003-11-05 | 1 | -4/+4 |
* | Get rid of gresult type. Use return values instead of out-parameters | Christian Persch | 2003-11-05 | 1 | -6/+5 |
* | Show only paste in the context menu, it's the only one that works in | Marco Pesenti Gritti | 2003-11-04 | 1 | -11/+4 |
* | Interface for commands. Useful for undo. (cmd_undo works). | Marco Pesenti Gritti | 2003-10-25 | 1 | -0/+104 |