/security/py-mcrypt/

lantw44/git/dexon-0x-contracts' title='dexon-0x-contracts Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/ts/components/type_definition.tsx
)
Commit message (Expand)AuthorAgeFilesLines
AuthorAgeFilesLines
* guard against multiple destroysJP Rosevear2003-05-151-1/+1
* added missing assignment.Rodrigo Moya2003-05-071-0/+2
* Fixes #41661Rodrigo Moya2003-04-272-0/+43
* added missing capabilities.Rodrigo Moya2003-04-111-3/+3
* only print a message if the exception isn't the reasonable NotFoundJP Rosevear2003-04-111-1/+2
* guard against empty uri as wellJP Rosevear2003-04-051-1/+1
* return correct values in g_return_val_if_fail.Rodrigo Moya2003-03-271-2/+2
* don't leak the string sequence returned by CalFactory_uriList.Rodrigo Moya2003-03-141-1/+3
* implementJP Rosevear2003-03-052-0/+34
* call cal_client_get_cal_address instead of cal_client_get_email_addressJP Rosevear2003-03-052-18/+18
* Merging in 1.2 stuffJP Rosevear2003-03-052-32/+235
* Don't warn if calendar isn't loaded... Doesn't seem to hurt, but thisHans Petter Jansson2003-02-241-1/+2
* dont unref accounts anymore. (change_status): itipAddress -> EAccount.Not Zed2003-02-241-2/+2
* Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-221-8/+8
* revert previous changeDan Winship2003-02-201-0/+1
* Remove libversit. We haven't depended on that in forever.Dan Winship2003-02-201-1/+0
* Split $(CORBA_GENERATED_H) rule from the $(CORBA_GENERATED_C) rule to thatEttore Perazzoli2003-02-201-7/+7
* Define in terms of privincludedirDan Winship2003-02-063-8/+4
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-2/+2
* (CORBA_SOURCES_GENERATED): Renamed fromEttore Perazzoli2003-01-151-2/+4
* Implement GType for this enumeration. (cal_query_class_init): Use theHans Petter Jansson2002-12-072-1/+24
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-072-24/+110
* removed extra call to CORBA_exception_init.Richard Li2002-11-261-1/+0
* #include <string.h> (obj_removed_cb): Fixed prototype.Federico Mena Quintero2002-11-143-8/+10
* don't use GTK, we don't need it.Rodrigo Moya2002-11-081-19/+16
* converted to BonoboObject.Rodrigo Moya2002-11-082-26/+25
* added new marshallers.Rodrigo Moya2002-11-0510-284/+250
* added marshallers.Rodrigo Moya2002-11-052-147/+151
* use EConfigListener instead of BonoboConfig.Rodrigo Moya2002-11-045-32/+21
* cal-client/cal-listener.hRodrigo Moya2002-11-0210-46/+44
* Fixes #15892Rodrigo Moya2002-10-074-0/+62
* Fixes #30057Rodrigo Moya2002-10-031-0/+2
* added isReadOnly method to Cal interface.Rodrigo Moya2002-10-022-0/+33
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-282-0/+48
* Should fix once for all #24210Rodrigo Moya2002-09-263-7/+11
* unref the query since now the query object on the server keeps a copy ofRodrigo Moya2002-09-241-1/+2
* provide error message param, give a dialog with the message if we get aJP Rosevear2002-09-052-6/+10
* added internal EComponentListener object, to listen for the activated Cal.Rodrigo Moya2002-08-163-0/+41
* just return the object untouched since we don't send anythingJP Rosevear2002-08-082-0/+67
* remove useless debug statementJP Rosevear2002-07-271-1/+0
* added support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code.Rodrigo Moya2002-05-172-0/+5
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-172-52/+62
* start a server a uri (start_default_server): start a default serverJP Rosevear2002-05-081-8/+3
* Use new-and-improved default folder URI config paths.Dan Winship2002-04-111-10/+15
* more fixes for libversit.la -> libversit.aDan Winship2002-03-201-1/+1
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-9/+6
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-193-32/+139
* use libical-evolution.laDamon Chaplin2001-10-301-1/+1
* removed this function, as we don't need to unref at all the WombatClientRodrigo Moya2001-10-291-25/+7
* Fixing the license text.Ettore Perazzoli2001-10-2813-52/+39
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-262-18/+76
* cal-client/cal-query.c (cal_query_construct) set priv->corba_query toRodrigo Moya2001-10-231-0/+1
* added setDefaultTimezone() method.Damon Chaplin2001-10-232-1/+136
* remove unneeded assertionsJP Rosevear2001-10-111-3/+0
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-041-2/+0
* use bonobo-exception to tidyJP Rosevear2001-10-021-5/+4
* don't use gnome_vfs_uri_is_local on URIs created withRodrigo Moya2001-10-021-2/+0
* init the execption rather than freeing itJP Rosevear2001-09-291-1/+3
* use bonobo-exception for exceptions (cal_client_open_calendar): likewiseRodrigo Moya2001-09-281-3/+8
* added InvalidURI and UnsupportedMethod exceptions to the CalFactoryRodrigo Moya2001-09-271-47/+82
* new protoJP Rosevear2001-09-264-4/+136
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-262-39/+81
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-196-39/+889
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-151-1/+1
* New function to stop further notification from happening.Federico Mena Quintero2001-08-083-44/+46
* added check for NULL pointers. Maybe fixes #5203 (I can't reproduce it, soRodrigo Moya2001-08-071-0/+3
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-044-0/+50
* removed debugging messages.Damon Chaplin2001-08-021-9/+0
* The Wombat now keeps track of which categories are present in the objectsFederico Mena Quintero2001-08-014-154/+124
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-3/+0
* call cal_client_get_free_busy for testing the new methodRodrigo Moya2001-07-301-2/+20
* check that the row passed in is valid. Sometimes we get the "row-selected"Damon Chaplin2001-07-271-1/+54
* check type of component before actually pasting. Deal with VCALENDARRodrigo Moya2001-07-261-0/+2
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-121-11/+66
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-112-0/+15
* Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly.Federico Mena Quintero2001-07-102-3/+10
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-032-2/+260
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-1/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-235-5/+5
* changed getFreeBusy method to return a CalObj instead of a sequenceRodrigo Moya2001-06-222-18/+36
* create a WombatClient when creating a CalClient object, so that we canRodrigo Moya2001-06-224-1/+165
* removed stuff to get builtin timezone info from the server.Damon Chaplin2001-06-202-112/+0
* new dialog for setting the time zone.Damon Chaplin2001-06-142-0/+111
* Remove UNICODE_LIBSDan Winship2001-04-271-1/+0
* Hot builddir != srcdir loving action.Ettore Perazzoli2001-04-191-1/+2
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+3
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-131-4/+4
* Plug leak.Federico Mena Quintero2001-04-039-23/+912
* Engine for live queries to calendars. A query object watches a CalBackendFederico Mena Quintero2001-03-301-1/+1
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-3/+8