summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Amiga SSL buildChris Young2009-02-152-1/+4
| | | | svn path=/trunk/netsurf/; revision=6528
* Re-enable the ability to control the SSL certificate UI's inclusion. As a ↵Daniel Silverstone2009-02-153-13/+60
| | | | | | side-effect, NetSurf won't build SSL unless the cURL on the system is linked against OpenSSL svn path=/trunk/netsurf/; revision=6526
* Fix silly mistake moving cursor to top left all the timeVincent Sanders2009-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=6502
* Add VNC server framebuffer frontendVincent Sanders2009-02-144-0/+359
| | | | svn path=/trunk/netsurf/; revision=6501
* fix type warning in LOG statementVincent Sanders2009-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=6493
* Fix character sign issue causing corrupt characters to be plottedVincent Sanders2009-02-143-23/+27
| | | | | | Fixed warnings from making signs explicit svn path=/trunk/netsurf/; revision=6491
* fix mouse over co-ordinates to take into account scroll offsetsVincent Sanders2009-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=6489
* Fix resource handling buy copying the GTK approachVincent Sanders2009-02-1411-77/+129
| | | | | | Cleanup mouse movement handlig svn path=/trunk/netsurf/; revision=6486
* Fix a bug where public screens would remain open if NetSurf was the last visitorChris Young2009-02-141-0/+5
| | | | | | window to close. svn path=/trunk/netsurf/; revision=6485
* move mouse movement handling to common place and make it cope with Vincent Sanders2009-02-142-3/+24
| | | | | | passing movement to browser window if inside svn path=/trunk/netsurf/; revision=6475
* make url bar workVincent Sanders2009-02-1310-415/+696
| | | | | | | make SDL frontend keypresses more sensible split out inline image data into a seperate source file svn path=/trunk/netsurf/; revision=6469
* Ensure that neither the current fetch host nor the referrer is an IP address ↵John Mark Bell2009-02-131-3/+15
| | | | | | before attempting to domain match them. svn path=/trunk/netsurf/; revision=6466
* make statusbar workVincent Sanders2009-02-133-2/+28
| | | | svn path=/trunk/netsurf/; revision=6465
* alter mouse click handling so browser window is uses the same interface Vincent Sanders2009-02-137-32/+72
| | | | | | as other root window widgets svn path=/trunk/netsurf/; revision=6464
* Even fuzzier domain matching.John Mark Bell2009-02-131-23/+45
| | | | svn path=/trunk/netsurf/; revision=6463
* Inintial implementation of framebuffer widgetsVincent Sanders2009-02-124-9/+454
| | | | svn path=/trunk/netsurf/; revision=6462
* Fix default CSS file path.Michael Drake2009-02-121-29/+29
| | | | svn path=/trunk/netsurf/; revision=6457
* Fix window clipping and introduce concept of "root" framebuffer window to ↵Vincent Sanders2009-02-129-24/+160
| | | | | | allow for navigation and status bars svn path=/trunk/netsurf/; revision=6456
* add some instrructions on building teh framebuffer port, heavily based on ↵Vincent Sanders2009-02-121-0/+172
| | | | | | GTK document svn path=/trunk/netsurf/; revision=6455
* add history navigationVincent Sanders2009-02-123-1/+20
| | | | svn path=/trunk/netsurf/; revision=6451
* Symlink Aliases file into framebuffer resourcesJohn Mark Bell2009-02-121-0/+1
| | | | svn path=/trunk/netsurf/; revision=6450
* Enable support for hubbub in the framebuffer frontend.John Mark Bell2009-02-122-0/+25
| | | | svn path=/trunk/netsurf/; revision=6449
* stop SDL frontend consuming all available CPU when idelVincent Sanders2009-02-114-8/+11
| | | | svn path=/trunk/netsurf/; revision=6448
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-116-10/+15
| | | | svn path=/trunk/netsurf/; revision=6447
* Fix SDL frontend inputVincent Sanders2009-02-119-11/+114
| | | | svn path=/trunk/netsurf/; revision=6446
* Add limits.h to fb_gui.c for INT_MAXRob Kendrick2009-02-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=6429
* fix double freeVincent Sanders2009-02-111-1/+0
| | | | svn path=/trunk/netsurf/; revision=6428
* List SDL option.Michael Drake2009-02-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=6427
* add SDL frontend for framebuffer portVincent Sanders2009-02-116-0/+147
| | | | svn path=/trunk/netsurf/; revision=6415
* Don't bother trying to render things that are completely off the screenChris Young2009-02-101-0/+3
| | | | svn path=/trunk/netsurf/; revision=6412
* Ensure URLs are normalized prior to fetching.John Mark Bell2009-02-102-7/+56
| | | | | | Squash memory leaks. svn path=/trunk/netsurf/; revision=6411
* Fix assert when there is no hotlist fileChris Young2009-02-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=6398
* Fix animated GIF displayChris Young2009-02-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=6397
* Obvious fix for text start/end problem; missing something?Adrian Lees2009-02-081-11/+11
| | | | svn path=/trunk/netsurf/; revision=6396
* Really stop overwriting window borders (also fix fast scrolling down, and ↵Chris Young2009-02-071-14/+27
| | | | | | | | break fast scrolling up) svn path=/trunk/netsurf/; revision=6394
* Enable/disable caching of native bitmaps in gfx board memChris Young2009-02-073-13/+43
| | | | svn path=/trunk/netsurf/; revision=6393
* Document the assumption that all URLs passed into urldb are already ↵John Mark Bell2009-02-061-0/+4
| | | | | | normalised. Violate this precondition at your peril. svn path=/trunk/netsurf/; revision=6371
* Ensure hotlist URLs are normalised before using them.John Mark Bell2009-02-061-8/+42
| | | | | | Squash a bunch of memory leaks. svn path=/trunk/netsurf/; revision=6370
* pdf_plot_fill(): fixed wrong change made in r6363.John Tytgat2009-02-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=6368
* Blah.John Mark Bell2009-02-051-39/+39
| | | | svn path=/trunk/netsurf/; revision=6366
* Some attempt at faster scrolling - can be enabled with option faster_scroll:1Chris Young2009-02-052-29/+28
| | | | svn path=/trunk/netsurf/; revision=6364
* - desktop/save_pdf/pdf_plotters.c:John Tytgat2009-02-055-191/+336
| | | | | | | | | | | | | | | | | | | - Have a set of libharu gstate update related wrapper routines which minimizes the gstate updates in the PDF file resulting in smaller PDF file size. - Colour values were wrongly scaled (was dividing by 256 instead of by 255). - pdf_plot_polygon(): last (closing) lineto wasn't needed, a fill operation will do that automatically. - pdf_scale/pdf_set_scale(): moved to desktop/save_pdf/font_haru.c as pdf_text_scale/haru_nsfont_set_scale(). - desktop/save_pdf/pdf_plotters.c(pdf_set_scale): moved to desktop/save_pdf/font_haru.h as haru_nsfont_set_scale(). - desktop/save_pdf/font_haru.c: - moved pdf_scale variable from pdf_plotters.c to here. - haru_nsfont_set_scale(): was pdf_set_scale from pdf_plotters.c - haru_nsfont_apply_style(): always calculate font size and pass it on to caller when requested. - desktop/save_pdf/font_haru.h: - haru_nsfont_set_scale(): declare. - haru_nsfont_apply_style(): add font size parameter - gtk/gtk_scaffolding.c(MENUHANDLER(export_pdf)): call haru_nsfont_set_scale() instead of pdf_set_scale(). svn path=/trunk/netsurf/; revision=6363
* Try to stop rendering of things that can't be seenChris Young2009-02-041-4/+22
| | | | svn path=/trunk/netsurf/; revision=6362
* - Constify parameters of struct plotter_table::polygon and struct ↵John Tytgat2009-02-0317-120/+115
| | | | | | | | | | | plotter_table::path - riscos/save_draw.c(ro_save_draw_plotters): Make it static. - desktop/save_pdf/pdf_plotters.c(pdf_plot_path): fix broken implementation (coordinates path were wrong, no clip/text mode update, transformation matrix was overwritten); only update fill and/or stroke color when fill and/or stroke is done. (pdf_begin): disable compression when PDF_DEBUG is set svn path=/trunk/netsurf/; revision=6361
* - apply_clip_and_mode(): pass text mode selection as parameter instead of ↵John Tytgat2009-02-021-37/+41
| | | | | | | | using global variable text_mode_request. - pdf_next_page()/pdf_end: fix possible gstate unbalance by using apply_clip_and_mode(). svn path=/trunk/netsurf/; revision=6360
* Fix object saveAdrian Lees2009-02-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=6359
* Protect NS from DrawFiles it generatedAdrian Lees2009-02-021-4/+13
| | | | svn path=/trunk/netsurf/; revision=6358
* Give iframes an initial size.Michael Drake2009-02-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=6357
* Appease tlsaAdrian Lees2009-02-022-8/+13
| | | | svn path=/trunk/netsurf/; revision=6356
* Comment content_redraw.Michael Drake2009-02-021-0/+19
| | | | svn path=/trunk/netsurf/; revision=6355