summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* RISC OS: Update to new HTTP auth API.Michael Drake2018-08-152-43/+42
|
* Monkey: Update for new HTTP auth API.Michael Drake2018-08-152-7/+16
|
* Haiku: Update for new HTTP auth API.Michael Drake2018-08-153-14/+39
|
* GTK: Update for new HTTP auth API.Michael Drake2018-08-152-23/+30
|
* Amiga: Update for new HTTP auth API.Michael Drake2018-08-152-32/+28
|
* Amiga: Fix silly.Michael Drake2018-08-131-1/+1
|
* Amiga: Ensure realm is copied for local struct.Michael Drake2018-08-131-1/+2
|
* RISC OS: Make URL drag include the fragment.Michael Drake2018-07-231-2/+12
|
* Browser: Rename function to access bw URL.Michael Drake2018-07-2310-29/+29
|
* RISC OS: Plotters: Fix typo.Michael Drake2018-05-231-1/+1
|
* Plotters: Remove width param from path plotter.Michael Drake2018-05-2311-27/+9
| | | | We now use the stroke_width in the plot_style.
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-2311-52/+61
|
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-2313-25/+25
|
* remove spurious messages file from framebuffer install targetVincent Sanders2018-05-221-1/+1
|
* move html and text content handlers where they belongVincent Sanders2018-05-101-1/+1
|
* Treat the .c font file as a sentinel for the .h, reduces rebuilds of fonts in -jDaniel Silverstone2018-04-221-1/+1
|
* change tab next and back acceleratorsVincent Sanders2018-04-221-2/+2
| | | | fixes bug #2581
* ensure stdint is included where requiredVincent Sanders2018-04-222-0/+2
|
* fix gtk accelerator loadingVincent Sanders2018-04-222-11/+31
|
* Initial conversion of GTK accelerators to separate config fileVincent Sanders2018-04-228-60/+193
|
* Fix embarassing typo in amiga MakefileDaniel Silverstone2018-04-221-1/+1
|