summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Convert find window messages to local charsetChris Young2018-09-271-30/+52
|
* Stop using the same large list of gadget constants everywhereChris Young2018-09-265-98/+123
| | | | Saves a small amount of memory
* squash clang warning about increased alignment requirements.Vincent Sanders2018-09-261-1/+2
|
* Change logging back to INFOChris Young2018-09-091-5/+5
|
* fix framebuffer BUILD libpng flags on freebsdVincent Sanders2018-09-071-2/+7
|
* Change BUILD compiler target to ccVincent Sanders2018-09-071-14/+23
| | | | | | | | The use of gcc explicitly does not work on systems where the local building system only has the clang compiler. Framebuffer was the only user of the BUILD_CC target for local tooling and its handling of flags was also improved.
* correctly setup feature flagsVincent Sanders2018-09-061-7/+14
|
* _XOPEN_SOURCE needs defining to avoid warnings on BSDVincent Sanders2018-09-061-0/+1
|
* seems freebsd needs _XOPEN_SOURCE for math.h macros to be definedVincent Sanders2018-09-061-0/+1
|
* stop defining _XOPEN_SOURCEVincent Sanders2018-09-063-3/+0
| | | | | This is necessary with some libc as it overrides _POSIX_C_SOURCE and removes definitions of scandir etc.
* Log version numbers of opened librariesChris Young2018-09-021-4/+10
| | | | Log open failures as ERROR instead of INFO
* update copyright years and versions in docs and readmeVincent Sanders2018-08-293-5/+5
|
* remove a warning on openbsdVincent Sanders2018-08-281-1/+1
|
* GTK: Remove logging during window resize.Michael Drake2018-08-271-1/+0
|
* fixup usage of gvalue init macroVincent Sanders2018-08-262-3/+8
|
* fix gtk 3 deprication warningsVincent Sanders2018-08-265-9/+46
|
* remove depricated gtk 3 interfacesVincent Sanders2018-08-241-1/+16
|
* Haiku: use the native locale API to get the language nameFrançois Revol2018-08-211-5/+27
| | | | | We used getenv() on LC_MESSAGES but we currently set it incorrectly anyway... We keep this as a fallback.
* do not use strlen as a variable nameVincent Sanders2018-08-211-4/+4
|
* Update windows frontend to use windows resourcesVincent Sanders2018-08-2117-71/+183
|
* Improve GTK login dialogVincent Sanders2018-08-193-391/+319
|
* make the login dialog password control obscure inputVincent Sanders2018-08-181-1/+1
|
* add win32 http authentication dialogVincent Sanders2018-08-1810-13/+432
|
* add login dialogVincent Sanders2018-08-165-259/+311
|
* Convert user/pass from/to UTF-8Chris Young2018-08-151-6/+20
| | | | Haven't successfully logged in with credentials featuring UTF-8 characters, but ASCII run through the conversion is working and UTF-8 usernames display correctly when the user is re-prompted.
* Convert user/pass to UTF-8 for submissionChris Young2018-08-151-5/+14
|
* Convert login UI strings from UTF-8 before displayChris Young2018-08-151-9/+32
|
* Close login window if NetSurf quitsChris Young2018-08-151-3/+5
|
* haiku: add a package targetFrançois Revol2018-08-151-1/+63
| | | | It seems to work, but hardcodes the dependencies versions.
* Atari: Delete commented out code.Michael Drake2018-08-151-1/+0
|
* RISC OS: Propagate 401 login setup error back to core.Michael Drake2018-08-151-7/+10
|
* Atari: gui_401login_open returns nserror now.Michael Drake2018-08-151-1/+3
|
* RISC OS: gui_401login_open returns nserror now.Michael Drake2018-08-152-2/+4
|
* Haiku: Use `struct nsurl` in header.Michael Drake2018-08-151-1/+1
|
* Atari: Fix http auth logging.Michael Drake2018-08-151-2/+2
|
* Haiku: Remove extraneous `void`.Michael Drake2018-08-151-1/+1
|
* Atari: Add missing commas.Michael Drake2018-08-152-2/+2
|
* RISC OS: Use `struct nsurl`.Michael Drake2018-08-151-1/+1
|
* Atari: Move to new HTTP auth API.Michael Drake2018-08-153-23/+36
|