aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Expand)AuthorAgeFilesLines
* cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestionsFelix Lange2015-02-071-9/+2
* cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-2/+10
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-2/+1
* removed key while in the process of moving to the new key storageobscuren2015-01-291-1/+1
* Merge branch 'jsonrpc' into qt5.4obscuren2015-01-292-11/+11
|\
| * further cleaned up xeth interfaceobscuren2015-01-292-11/+11
* | merge jsonrpcobscuren2015-01-291-9/+1
|\|
| * moving to a better xethobscuren2015-01-291-9/+1
* | updated messagesobscuren2015-01-281-28/+16
|/
* Refactored ethutil.Config.Db outobscuren2015-01-071-5/+4
* Fixed bug where logging could crash client during tx addingobscuren2015-01-031-20/+10
* Switched to new trieobscuren2014-12-241-4/+4
* Merge branch 'develop' into poc8obscuren2014-12-181-0/+18
|\
| * moved err checkobscuren2014-12-171-0/+18
* | adapt javascript pkg to new backend, use SuggestPeerzelig2014-12-152-3/+3
|/
* states moved to chainobscuren2014-12-111-1/+1
* Renamed State => StateDBobscuren2014-12-041-1/+1
* Renamed `chain` => `core`obscuren2014-12-041-3/+3
* Begin of moving objects to types packageobscuren2014-11-181-1/+2
* StateManager => BlockManagerobscuren2014-11-041-1/+1
* ethstate => stateobscuren2014-10-312-4/+4
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-312-14/+14
* Moved utils to cmdobscuren2014-10-311-1/+1
* ethlog => loggerobscuren2014-10-311-2/+2
* Moved ethchain to chainobscuren2014-10-311-3/+3
* javascript: remove unused quit channelFelix Lange2014-10-291-7/+1
* events should be set prior to calling mainloopobscuren2014-10-271-4/+4
* Merge eth-go repository into go-ethereumFelix Lange2014-10-232-12/+12
* Updated to reflect BlockChain changesobscuren2014-10-201-2/+2
* Updated to reflect the Filter changes in eth-goobscuren2014-10-181-2/+2
* Merge pull request #138 from erezwanderman/fixwindowsJeffrey Wilcke2014-10-171-1/+3
|\
| * Fix ethereum compilation and functioning on Windows.Erez Wanderman2014-10-151-1/+3
* | adapt to new event packageFelix Lange2014-10-151-23/+12
|/
* Stack infoobscuren2014-09-191-1/+1
* Minor visual updatesobscuren2014-09-181-0/+4
* Rename and changed peer windowobscuren2014-09-171-1/+1
* Implementing new wallet viewsobscuren2014-08-181-3/+3
* Switched over to ethpipeobscuren2014-08-162-32/+16
* Moving over to ethpipeobscuren2014-08-151-31/+1
* Got rid of warnings and updated storage gettersobscuren2014-08-151-1/+1
* Json typesobscuren2014-08-141-11/+13
* Moved JSRE to it's own package for sharing between ethere(um/al)obscuren2014-08-113-0/+489
user hasJeffrey Stedfast2002-05-072-2/+6 * If we are in a Sent/Drafts/Outbox folder, don't show the "Add Sender toJeffrey Stedfast2002-05-072-4/+23 * Check all threads are idle as well, using new e_thread_busy call. ShouldNot Zed2002-05-062-2/+8 * Update the code to actually work. (sig_new_html): Same.Jeffrey Stedfast2002-05-023-14/+21 * Fix the filter_menu static array to use the E_POPUP_MENU_CC macros sinceJeffrey Stedfast2002-05-022-1/+3 * Fix the filter_menu static array to use the E_POPUP_MENU_CC macros sinceJeffrey Stedfast2002-05-022-9/+16 * Also check folder!=NULL. Fixes race where folder isn't setup yet, andNot Zed2002-05-013-2/+8 * If the folder's permanent_flags don't include CAMEL_MESSAGE_DELETED, don'tDan Winship2002-05-012-0/+8 * Convert UTF-8 to gtkstrings since we are using a clist and not an E-widgetJeffrey Stedfast2002-04-303-12/+43 * Strip leading/trailing whitespace from the username because usersJeffrey Stedfast2002-04-302-12/+29 * Strip leading/trailing whitespace from the username because usersJeffrey Stedfast2002-04-302-1/+8 * clean up propmanager initialization code.Larry Ewing2002-04-293-32/+26 * handle requests for the font manager control.Larry Ewing2002-04-2910-430/+688 * use the html reply logic even for plain parts so that we can test out theLarry Ewing2002-04-292-2/+8 * add const to silence warning.Larry Ewing2002-04-293-1/+17 * Don't link with libibex anymore, it's been deprecated.Jeffrey Stedfast2002-04-272-1/+3 * Do away with the goto-next-folder stuff, it's very annoying.Jeffrey Stedfast2002-04-272-0/+5 * After building the extra config options into a Gtk form, auto-detect anyJeffrey Stedfast2002-04-274-6/+123 * Add the font config dialog.Larry Ewing2002-04-262-0/+193 * Allow providers to override text entry boxes too. (source_type_changed):Jeffrey Stedfast2002-04-252-31/+57 * Update to use E_POPUP_MENU_PIXMAP_WIDGET_ITEM_CC so that our callback getsJeffrey Stedfast2002-04-252-6/+11 * Set the default Username label and handle the newJeffrey Stedfast2002-04-252-6/+28 * Added back the checkmark icon for enabled accounts.Jeffrey Stedfast2002-04-243-7/+34 * Plug-in Anna's html for the flag-for-followup stuff. Finishes up bug #90.Jeffrey Stedfast2002-04-232-15/+34 * Free the loading/pending/new/loaded_uid string buffers.Jeffrey Stedfast2002-04-202-2/+10 * Free some temporary path buffers.Jeffrey Stedfast2002-04-202-8/+13 * Ref the html object here, this is an async handler so it's possible forJeffrey Stedfast2002-04-202-1/+22 * Added yet more accelerators for the new config dialog--this time for theAnna Marie Dirks2002-04-202-13/+22 * would help if I didn't name 2 widgets the same for the colour tab in the pref...Jeffrey Stedfast2002-04-201-2/+2 * Added a bunch of accelerators for the new config dialogAnna Marie Dirks2002-04-202-109/+125 * Removed all Delivered-To headers before redirecting. Fixes bug #23635.Jeffrey Stedfast2002-04-192-0/+11 * use default paper name in case of wrong translationRadek Doulik2002-04-192-1/+10 * Turn off the code which downloads the part if we can't identify it. SeeNot Zed2002-04-182-0/+10 * Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-183-54/+52 * Handle broken multipart/signed parts such as where the signature part isJeffrey Stedfast2002-04-182-9/+0 * Handle broken multipart/signed parts such as where the signature part isJeffrey Stedfast2002-04-183-16/+57 * Just use g_basename. (mlf_finalize): Free the real_path.Jeffrey Stedfast2002-04-183-6/+14 * Free the format string.Jeffrey Stedfast2002-04-174-2/+15 * Ref the prefs widget here since we unref in the destroy callback. CaughtJeffrey Stedfast2002-04-173-5/+14 * s/ENABLE_NEWS/ENABLE_NNTPJeffrey Stedfast2002-04-141-1/+1 * compile fixesJeffrey Stedfast2002-04-143-19/+19 * Build fixes for --enable-nntp.Jeffrey Stedfast2002-04-142-4/+9 * Updated French translation.Christophe Merlet2002-04-132-1/+5 * added a #include to fix a compile warningJeffrey Stedfast2002-04-131-0/+2 * Make it so that unchecking the "Enable Advanced Options" in the signatureJeffrey Stedfast2002-04-133-1/+27 * Setup News preferences too if it is enabled.Jeffrey Stedfast2002-04-135-1794/+262 * Set the text of the reply-to. (mail_account_gui_save): Get the reply-toJeffrey Stedfast2002-04-128-127/+380 * s/Sent/Date. This fixes bug #11159.Jeffrey Stedfast2002-04-112-1/+5 * Set the 'No' button as the default.Jeffrey Stedfast2002-04-112-0/+8 * Oops, put x_mailer_display_style in /Mail/Display, not /Mail/FormatDan Winship2002-04-111-2/+2 * Handle the X-Mailer display style. (There is currently no GUI forDan Winship2002-04-114-13/+102 * removed an extra printfJeffrey Stedfast2002-04-101-1/+0 * Kludge around the brokeness that is GtkOptionMenu just like we kludgeJeffrey Stedfast2002-04-102-76/+87 * Add view_info arg, but don't do anything with it.Dan Winship2002-04-092-0/+6 * Argh! get_folder_info owns and frees its *OWN* folder info, it shouldn'tNot Zed2002-04-092-2/+7 * oops, I forgot to update the ChangeLog to be accurate for my last commitJeffrey Stedfast2002-04-091-4/+3 * Since bonobo doesn't seem to O_TRUNC the file stream before writing to it,Jeffrey Stedfast2002-04-092-26/+49 * Re-added the config wizard interfaces. Ettore accidently removed themJeffrey Stedfast2002-04-094-47/+38 * add config_item:typeJP Rosevear2002-04-072-1/+9 * Make the drafts and sent folder buttons be EvolutionFolderSelectorButtons.Dan Winship2002-04-059-170/+122 * Set the window title/icon here instead.Jeffrey Stedfast2002-04-0410-88/+210 * Changes to allow combined store/transport providers (like exchange andDan Winship2002-04-043-15/+94 * Pass the UID of the message being edited to the save-draft signal handler.Jeffrey Stedfast2002-04-03