summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* No debug symbols on OS3Chris Young2019-05-061-1/+3
| | | | None of the tools manage to extract any info from them
* Fix crash on exitChris Young2019-05-061-1/+1
|
* attempt to fix amiga os3 buildVincent Sanders2019-05-061-0/+2
|
* fix several amiga frontend warningsVincent Sanders2019-05-066-17/+25
|
* Support DEBUG log level in console_logDaniel Silverstone2019-05-061-0/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Monkey: Support console_logDaniel Silverstone2019-05-061-0/+51
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix type used with content_get_source_data()Vincent Sanders2019-05-061-2/+4
|
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-0514-100/+124
| | | | | previously these interfaces returned char * and unsigned int which was undesirable.
* remove some warnings in amiga frontend buildVincent Sanders2019-05-054-13/+24
|
* Monkey: Support WINDOW EXEC WIN n cmd...Daniel Silverstone2019-05-051-0/+35
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix enum name incompatability between gtk 2 and 3Vincent Sanders2019-05-052-1/+7
|
* Release guigfx drawhandleChris Young2019-04-101-9/+10
|
* Re-instate accidental removal of pkg-config for curl/opensslChris Young2019-04-081-3/+5
|
* Small Capital Q codepointChris Young2019-04-081-2/+2
|
* Add AmiSSL requirementChris Young2019-04-081-1/+1
|
* Fix some bsdsocket.library usageChris Young2019-04-081-0/+6
| | | | NetSurf now builds against libcurl-AmiSSL
* Allow for building against AmiSSL instead of OpenSSLChris Young2019-04-082-1/+16
|
* No reason why RISC OS ,type extensions should end up in the Amiga resources ↵Chris Young2019-03-171-15/+1
| | | | any more
* Fix IORequest duplication and ensure library bases are cleared when closed.Chris Young2019-03-172-4/+16
|
* Reduce compression level for compatibility with Amiga LhA 2.15Chris Young2019-03-151-1/+1
|
* Ensure the message port has been initialisedChris Young2019-03-151-0/+1
|
* Fix URL + FORCE issue #2635Chris Young2019-03-021-4/+4
|
* free language vector in framebuffer resource setupVincent Sanders2019-02-211-0/+2
|
* make framebuffer use the language environment for the UI resourcesVincent Sanders2019-02-1716-9/+133
|
* monkey: Add bmp and ico to mime_hash.Michael Drake2019-02-161-0/+2
|
* Fix text plotter in monkeyDaniel Silverstone2019-02-161-1/+1
|
* fix case of framebuffer message installVincent Sanders2019-02-161-2/+2
|
* Framebuffer: Add symlink to build messages resourceDaniel Silverstone2019-02-151-0/+1
| | | | | | | | | Since framebuffer lacks the language directories in its resources currently, we need a symbolic link to the en/Messages built in the top level resources directory in order that nsfb can run without the Messages file having been installed previously. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Improve framebuffer install ruleVincent Sanders2019-02-152-8/+9
|
* fix feature flags for openbsdAnthony J. Bentley2019-02-151-7/+12
|
* Use pkg-config for freetype2 if available else fallback to old scriptVincent Sanders2018-12-181-6/+22
|
* single precision testChris Young2018-11-212-11/+11
|
* add certificate window handlingVincent Sanders2018-11-043-14/+113
|
* Final tweaks, support LOGIN in monkeyfarmerDaniel Silverstone2018-11-041-1/+2
|
* Update monkey 401login a little to be easier to work withDaniel Silverstone2018-11-041-2/+4
|
* add 401 login handling to monkey frontendVincent Sanders2018-11-033-27/+201
|
* Monkey: Buildsystem: Set messages directory.Michael Drake2018-11-031-0/+11
|
* More monkey stuffDaniel Silverstone2018-11-031-385/+0
|
* Remove redundant redraw methodDaniel Silverstone2018-11-031-7/+0
|
* Update farmer a little ready for laterDaniel Silverstone2018-11-031-6/+27
|
* Correct wrong MOUT_ERROR to MOUT_WINDOWDaniel Silverstone2018-11-031-1/+1
|
* centralise monkey output generationVincent Sanders2018-11-0311-126/+221
|
* Upgrade monkey farmer to python 3 (badly)Daniel Silverstone2018-11-031-16/+24
|
* GTK: Squash GCC8.2 warning.Michael Drake2018-11-031-2/+14
| | | | | | | frontends/gtk/download.c: In function ‘gui_download_window_create’: frontends/gtk/download.c:829:10: warning: cast between incompatible function types from ‘gboolean (*)(gboolean)’ {aka ‘int (*)(int)’} to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type] (GSourceFunc) nsgtk_download_update, FALSE); ^
* GTK: Make nsgtk_download_selection_action match GFunc prototype.Michael Drake2018-11-031-4/+10
| | | | | | | | | | Squashes GCC 8.2 warning: frontends/gtk/download.c:244:22: warning: cast between incompatible function types from ‘nsgtk_download_selection_action’ {aka ‘void (*)(struct gui_download_window *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] g_list_foreach(dls, (GFunc)action, NULL); ^
* GTK: Squash a couple of warnings from GCC 8.2.Michael Drake2018-11-031-2/+22
| | | | | | | | | | | | | frontends/gtk/download.c: In function ‘nsgtk_download_do’: frontends/gtk/download.c:238:24: warning: cast between incompatible function types from ‘void (*)(GtkTreePath *)’ {aka ‘void (*)(struct _GtkTreePath *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] g_list_foreach(rows, (GFunc)gtk_tree_path_free, NULL); ^ frontends/gtk/download.c:239:24: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] g_list_foreach(rows, (GFunc)g_free, NULL); ^
* fix stupid typo in previous commitVincent Sanders2018-10-081-1/+1
|
* explicitly check for null string before compareVincent Sanders2018-10-061-1/+1
|
* Add a TODO for history context menuChris Young2018-09-271-0/+1
|
* Quick fix to convert helphints to correct charsetChris Young2018-09-272-3/+5
| | | | We should probably have our own strings for these