aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.h
diff options
context:
space:
mode:
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r--composer/e-msg-composer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h
index 58fd9c689a..069c45ab2f 100644
--- a/composer/e-msg-composer.h
+++ b/composer/e-msg-composer.h
@@ -68,7 +68,8 @@ struct _EMsgComposer {
GNOME_GtkHTML_Editor_Engine editor_engine;
BonoboObject *editor_listener;
GHashTable *inline_images;
-
+ BonoboObject *item_container;
+
char *sig_file;
gboolean attachment_bar_visible : 1;
>Commit message (Expand)AuthorAgeFilesLines * core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-1527-42/+76970 * Merge pull request #3094 from fjl/tests-updateFelix Lange2016-10-06745-65640/+188442 |\ | * tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1Felix Lange2016-10-06745-65640/+188442 * | core/state: implement reverts by journaling all changesFelix Lange2016-10-063-48/+26 |/ * cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-012-3/+5 * core/state: track all accounts in canon stateFelix Lange2016-09-263-15/+14 * core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-10/+0 * cmd, core, eth, miner, params, tests: finalize the DAO forkPéter Szilágyi2016-07-152-238/+7012 * core, params, tests: add DAO hard-fork balance movesPéter Szilágyi2016-07-155-35/+1870 * core: added CheckNonce() to Message interfacezsfelfoldi2016-07-111-0/+1 * Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"Péter Szilágyi2016-06-291-1/+0 * test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-221-0/+1 * core: improved chainDb using sequential keyszsfelfoldi2016-06-071-2/+2 * eth: enable bad block reportsFelix Lange2016-05-251-7/+0 * all: fix go vet warningsFelix Lange2016-04-152-2/+2 * all: update license informationFelix Lange2016-04-154-4/+4 * tests: remove eth, node, accounts dependenciesFelix Lange2016-04-121-42/+17 * core: added basic chain configurationJeffrey Wilcke2016-04-017-189/+221 * core: Added EVM configuration optionsJeffrey Wilcke2016-03-242-4/+8 * core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+7 * Merge pull request #2260 from karalabe/ethash-cache-fixesPéter Szilágyi2016-02-241-0/+1 |\ | * Godeps, eth, tests: update ethash, used shared for testingPéter Szilágyi2016-02-241-0/+1 * | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1 |/ * core: Added new TD strategy which mitigate the risk for selfish miningJeffrey Wilcke2016-02-181-0/+3 * core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-0/+9 * tests: updated homestead testsJeffrey Wilcke2016-02-18800-11178/+181716 * parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-1827-9136/+23458 * cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-15/+8 * Update common test filesGustav Simonsson2015-11-203-39/+865 * tests: fix data race in bad-block-report disabling during testsPéter Szilágyi2015-11-051-2/+5 * cmd/utils, crypto: add --lightkdf flag for lighter KDFDrake Burroughs2015-10-291-1/+1 * tests: update JSON files, add new wrappersGustav Simonsson2015-10-2326-4809/+21810 * core, tests: get_hash fixJeffrey Wilcke2015-10-211-7/+5 * core, core/state: move gas tracking out of core/stateFelix Lange2015-10-171-5/+3 * core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-163-28/+31 * core, core/vm, cmd/evm: remove redundant balance checkGustav Simonsson2015-10-061-3/+3 * cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-4/+4 * cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-044-32/+27 * Merge pull request #1405 from fjl/lean-trieJeffrey Wilcke2015-10-012-10/+10 |\ | * core, core/state: batch-based state syncFelix Lange2015-09-232-10/+10 * | tests: add test for StateTests/stCallCodes.jsonGustav Simonsson2015-09-213-1/+6807 |/ * tests: use lastblockhash field to validate reorgs and block headersGustav Simonsson2015-09-181-41/+49 * tests: update common test wrappers and test filesGustav Simonsson2015-09-187-424/+13102 * all: move common.Database to package ethdbFelix Lange2015-09-152-2/+3 * core: split out TD from database and all internalsPéter Szilágyi2015-09-111-3/+2 * Add TestBcForkUncleTests and update JSON filesGustav Simonsson2015-08-31750-1865/+2305 * Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-254-7/+327 * core, tests: Double SUICIDE fixJeffrey Wilcke2015-08-212-152/+772 * cmd/evm, core/vm, tests: changed DisableVm to EnableVmJeffrey Wilcke2015-08-124-12/+12 * Merge pull request #1604 from obscuren/db-mergeJeffrey Wilcke2015-08-091-1/+1 |\ | * core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-1/+1 * | core/vm: reduced big int allocationsJeffrey Wilcke2015-08-071-1/+1 * | core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-071-7/+7 * | core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-074-1/+160 |/ * core, miner: added difficulty bombJeffrey Wilcke2015-08-051-0/+100 * tests: updatedJeffrey Wilcke2015-07-29751-8227/+8337 * Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-2812-12/+12 |\ | * all: fix license headers one more timeFelix Lange2015-07-2412-12/+12 * | core: 5 ether block rewardJeffrey Wilcke2015-07-251-0/+8 |/ * all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-2312-40/+72 * tests: document RLP testsFelix Lange2015-07-171-4/+20 * cmd/ethtest, tests: add support for RLP JSON testsFelix Lange2015-07-173-0/+177 * cmd, core, eth, common: genesis preparationJeffrey Wilcke2015-07-101-3/+2 * Unskip SimpleTx3, check err in pre/post state validationsGustav Simonsson2015-07-082-14/+33 * Update Ethereum JSON test files and wrappersGustav Simonsson2015-07-0812-1729/+1069 * all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1 * all: update license informationFelix Lange2015-07-0710-0/+160 * cmd,eth,rpc,tests: default coinbaseJeffrey Wilcke2015-07-072-10/+12 * Add TestBcGasPricer, comments and unskip testsGustav Simonsson2015-07-062-8/+19 * Merge pull request #1400 from obscuren/badblock-reportingJeffrey Wilcke2015-07-061-0/+3 |\ | * core, miner, tests: added test, implemented bad block reportingJeffrey Wilcke2015-07-051-0/+3 * | Fix core error forwarding, unify OOG VM errGustav Simonsson2015-07-041-5/+0 |/ * core, miner, tests: renamed state methodsJeffrey Wilcke2015-07-042-2/+2 * Update Ethereum JSON tests, skip failingGustav Simonsson2015-07-0320-4520/+1935 * Use uint64 for block header timestampGustav Simonsson2015-06-301-3/+3 * core/types: make blocks immutableFelix Lange2015-06-301-6/+5 * core/types: make transactions immutableFelix Lange2015-06-301-23/+22 * tests: SetGasLimitobscuren2015-06-211-1/+1 * Add --skip option to CLITaylor Gerring2015-06-198-75/+82 * recover test logicTaylor Gerring2015-06-191-1/+1 * Build error fixesTaylor Gerring2015-06-192-6/+5 * Rebase cleanupTaylor Gerring2015-06-192-30/+1 * Add stdin optionTaylor Gerring2015-06-195-182/+345 * Add lost rebase changesTaylor Gerring2015-06-191-1/+9 * Cleanup loggingTaylor Gerring2015-06-195-11/+13 * Fix geth blocktest commandTaylor Gerring2015-06-191-2/+2 * DRY file loadingTaylor Gerring2015-06-195-58/+42 * More consistent test interfaces + test skippingTaylor Gerring2015-06-197-78/+108 * Cleanup/reorgTaylor Gerring2015-06-198-273/+265 * Return error up stack instead of passing testing var downTaylor Gerring2015-06-197-84/+159 * DRY log checkTaylor Gerring2015-06-192-61/+46 * Separate and identify tests runnersTaylor Gerring2015-06-196-283/+387 * Flatten helper directoryTaylor Gerring2015-06-196-70/+22 * Fix pathsTaylor Gerring2015-06-194-45/+61 * Split tests from helper codeTaylor Gerring2015-06-195-555/+170 * Flatten vm directoryTaylor Gerring2015-06-194-3/+387 * Merge pull request #1282 from obscuren/state-cleanupJeffrey Wilcke2015-06-182-6/+6 |\ | * xeth, tests: fixed apiobscuren2015-06-171-1/+1 | * core/state, core/vm: reworked storage get / set to use common.Hashobscuren2015-06-171-5/+5 * | Update Ethereum JSON test filesGustav Simonsson2015-06-1616-802/+2539 |/ * Merge pull request #1228 from obscuren/vm-optimisationsJeffrey Wilcke2015-06-111-2/+9 |\ | * core, core/vm: added structure loggingobscuren2015-06-101-2/+9 * | tests: check gas limit errorobscuren2015-06-101-1/+1 |/ * Skip BlockTests/bcValidBlockTests SimpleTx3Gustav Simonsson2015-06-091-1/+3 * Skip VMTests RandomTests temporarily until they are fixedGustav Simonsson2015-06-091-0/+1 * Update Ethereum JSON test filesGustav Simonsson2015-06-0935-348/+20667 * tests: use state logs instead own kept logsobscuren2015-06-051-3/+3 * Merge pull request #1150 from fjl/fix-jumpdestJeffrey Wilcke2015-06-041-0/+124 |\ | * tests/files: update tests to d309b4679a58d2Felix Lange2015-06-033-912/+1386 | * Update Ethereum JSON test filesGustav Simonsson2015-05-297-3664/+4028 * | Add new 0th gen uncle testGustav Simonsson2015-06-021-0/+1 * | Use older version of stSpecialTest until JUMPDEST fix is mergedGustav Simonsson2015-06-021-124/+0 * | Update Ethereum JSON test filesGustav Simonsson2015-06-022-985/+1250 * | Update Ethereum JSON test filesGustav Simonsson2015-06-029-4574/+5412 |/ * tests: removed missing block testobscuren2015-05-261-4/+0 * tests: updatedobscuren2015-05-266-4471/+6475 * Add StateTests/RandomTests and VMTests/RandomTestsGustav Simonsson2015-05-221-16/+10 * Add wrapper for BlockTests/bcWalletTest.jsonGustav Simonsson2015-05-181-0/+4 * Update Ethereum JSON test filesGustav Simonsson2015-05-185-31/+9199 * tests: added conditional skip on long running VM testsobscuren2015-05-201-0/+7 * core/vm: RETURN op code returns pointer to memory rather than copyobscuren2015-05-201-4/+4 * tests/vm: updated tests and skipped output for specific testsobscuren2015-05-201-8/+11 * Add StateTests/RandomTests but skip for nowGustav Simonsson2015-05-161-0/+21 * Update StateTests and nil create return on failed code depositGustav Simonsson2015-05-161-2/+12 * Update Ethereum JSON testsGustav Simonsson2015-05-1517-2734/+420801 * unskip StateTests/stTransactionTest and use test tx nonceGustav Simonsson2015-05-152-5/+6 * Change default keystore dirGustav Simonsson2015-05-131-1/+1 * Update key store to new spec but keep address field for nowGustav Simonsson2015-05-121-1/+1 * replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-2/+2 * miner, tests: fixed block testobscuren2015-05-091-1/+1 * Add bcTotalDifficultyTest and unskip now working tx testsGustav Simonsson2015-05-073-6/+6 * Update JSON test filesGustav Simonsson2015-05-0749-4914/+9977 * Unskip now working tests, remove debug printGustav Simonsson2015-05-071-3/+0 * Unskip working blocktests following ethash cache reusageGustav Simonsson2015-05-051-10/+4 * core: return the index of the block that failed when inserting a chainobscuren2015-04-291-1/+1 * Add loading of block test privkey if presentGustav Simonsson2015-04-282-8/+21 * Update JSON testsGustav Simonsson2015-04-2820-347/+2744 * Add block header validations for block testsGustav Simonsson2015-04-231-0/+82 * Include ZeroByteAtTheEnd and RandomByteAtTheEnd testsGustav Simonsson2015-04-231-8/+1 * Unskip BlockTests/bcInvalidHeaderTest.json wrongUncleHashGustav Simonsson2015-04-231-4/+1 * Finally, glorious HEXGustav Simonsson2015-04-231-4/+4 * Add StateTests/stMemoryStressTest.json but skip for nowGustav Simonsson2015-04-231-0/+6 * Exclude TransactionWithSvalue0 as it expects invalid s value to be validGustav Simonsson2015-04-231-0/+1 * Update github.com/ethereum/tests filesGustav Simonsson2015-04-23