gambas-source-code/gb.net.curl/src
gambas 860260802d Fix translation strings in some components.
[GB.FORM.EDITOR]
* BUG: Translate popup menu.

[GB.NET.CURL]
* BUG: DownloadManager: Remove useless Message event.
* NEW: DownloadManager: Add a Connect event raised when the distant server is connected.

[GB.WEB]
* BUG: CGI error message is not translatable.

[GB.XML]
* BUG: Error messages must not be translatable.
2019-06-22 07:45:29 +02:00
..
gb.net.curl Fix translation strings in some components. 2019-06-22 07:45:29 +02:00
CCurl.c Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
CCurl.h Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
CFtpClient.c
CFtpClient.h
CHttpClient.c
CHttpClient.h
CNet.c
CNet.h
CProxy.c Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
CProxy.h Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
gb.net.curl.component
gbcurl.c Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
gbcurl.h Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
main.c
main.h
Makefile.am