summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add document listing NetSurf project libraries needed to build NetSurf.Michael Drake2012-03-231-0/+49
| | | | svn path=/trunk/netsurf/; revision=13566
* remove unecessary includesVincent Sanders2012-03-231-4/+0
| | | | svn path=/trunk/netsurf/; revision=13556
* Delete some trailing whitespace.Michael Drake2012-03-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=13555
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-2233-68/+68
| | | | | | and the rest so it builds. svn path=/trunk/netsurf/; revision=13554
* Fixed declarations of set_std_pixel / get_std_pixelOle Loots2012-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=13553
* Fix missing include: desktop/options.hOle Loots2012-03-221-1/+2
| | | | svn path=/trunk/netsurf/; revision=13552
* Build fix for BeOS:François Revel2012-03-222-3/+1
| | | | | | | - don't include options.h directly, - typo. svn path=/trunk/netsurf/; revision=13551
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-22131-3227/+3367
| | | | svn path=/trunk/netsurf/; revision=13548
* Be a bit more verbose and strict. Ole Loots2012-03-211-4/+12
| | | | svn path=/trunk/netsurf/; revision=13547
* added dbg_rect function. Ole Loots2012-03-211-0/+6
| | | | svn path=/trunk/netsurf/; revision=13546
* call set_clip/get_clip, declare result variables correctly. Ole Loots2012-03-211-6/+7
| | | | svn path=/trunk/netsurf/; revision=13545
* Let user select download path and filename, removed unused struct members.Ole Loots2012-03-212-53/+56
| | | | svn path=/trunk/netsurf/; revision=13544
* Updated German translation by Ruben Schuller.Michael Drake2012-03-211-71/+71
| | | | svn path=/trunk/netsurf/; revision=13543
* Reworked r13532 in a cleaner way. The FLEX_ARRAY_LEN_DECL macro from utils.h ↵François Revel2012-03-192-5/+7
| | | | | | should be used when declaring an empty array at end of struct. svn path=/trunk/netsurf/; revision=13535
* Since nsurl wants to add // to url schemes, just abide by it. Third / ↵François Revel2012-03-193-6/+6
| | | | | | separates the type and name. svn path=/trunk/netsurf/; revision=13534
* Fix the BeOS build. The rsrc: fetcher was left behind some fetcher changes.François Revel2012-03-191-35/+57
| | | | svn path=/trunk/netsurf/; revision=13533
* Workaround use of C99 flex array. gcc2 did not support it, only 0-len ↵François Revel2012-03-191-1/+5
| | | | | | arrays. Possibly a FLEX_ARRAY_LEN macro could be defined in utils.h instead. svn path=/trunk/netsurf/; revision=13532
* Adjusted for changed plotter members. Ole Loots2012-03-142-2/+2
| | | | svn path=/trunk/netsurf/; revision=13520
* Restructured the plotter driver struct and declared misc functions static ↵Ole Loots2012-03-147-401/+467
| | | | | | within the vdi driver. svn path=/trunk/netsurf/; revision=13519
* fix incorrect type in message loadingVincent Sanders2012-03-141-1/+1
| | | | | | | | | | | | | | | zlib has changed typedef voidp gzFile; to typedef struct gzFile_s *gzFile; historically the gzFile *fp has efectively expanded to void**fp The compiler considerd void ** to be identical to void* as void cannot be dereferenced and compilation suceeded. With a concrete type it does not work. svn path=/trunk/netsurf/; revision=13517
* Added GD Plotter stub.Ole Loots2012-03-123-23/+265
| | | | svn path=/trunk/netsurf/; revision=13512
* Removed unused plotter members.Ole Loots2012-03-122-111/+12
| | | | svn path=/trunk/netsurf/; revision=13511
* now abort button becomes close button when download is completed. Ole Loots2012-03-112-19/+31
| | | | svn path=/trunk/netsurf/; revision=13510
* Set User CSS file in Choices.WWW.NetSurf.Michael Drake2012-03-061-4/+13
| | | | svn path=/trunk/netsurf/; revision=13509
* Don't override UA stylesheet origin with User origin.Michael Drake2012-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13508
* Enable User CSS file.Michael Drake2012-03-063-3/+30
| | | | svn path=/trunk/netsurf/; revision=13507
* More reasonable tile size defaultsChris Young2012-03-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=13506
* Fix scaled fast scrolling. Curiously this has solved the form select menuChris Young2012-03-032-14/+14
| | | | | | problem :S svn path=/trunk/netsurf/; revision=13505
* Fix offsets when page scaled and scrolledChris Young2012-03-031-17/+16
| | | | svn path=/trunk/netsurf/; revision=13504
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-295-20/+28
| | | | svn path=/trunk/netsurf/; revision=13502
* Translation of previously-missing strings (credit: Samir Hawamdeh)Chris Young2012-02-281-13/+13
| | | | svn path=/trunk/netsurf/; revision=13501
* revert r13281, meant to put it in 2.9 branchChris Young2012-02-281-3/+13
| | | | svn path=/trunk/netsurf/; revision=13499
* Readme for 2.9Chris Young2012-02-281-13/+3
| | | | svn path=/trunk/netsurf/; revision=13498
* Disable print menu optionChris Young2012-02-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=13497
* Set/get drag type via API.Michael Drake2012-02-281-5/+11
| | | | svn path=/trunk/netsurf/; revision=13496
* Check drag type via accessor.Michael Drake2012-02-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=13495
* Add browser_window drag type accessor.Michael Drake2012-02-282-2/+15
| | | | svn path=/trunk/netsurf/; revision=13494
* Use browser window scale accessor.Michael Drake2012-02-271-2/+5
| | | | svn path=/trunk/netsurf/; revision=13493
* Always use pkg-config, never use xml-config or curl-config, it breaks ↵Ole Loots2012-02-271-3/+3
| | | | | | crossbuild when these binaries are actually available on the build machine. svn path=/trunk/netsurf/; revision=13492
* Add browser window scale acceser.Michael Drake2012-02-272-0/+14
| | | | svn path=/trunk/netsurf/; revision=13491
* Add a couple of lines for translators' notes.Michael Drake2012-02-265-5/+30
| | | | svn path=/trunk/netsurf/; revision=13477
* Fix top comment, so line numbers can be compared with .en version. Get .it ↵Michael Drake2012-02-261-5/+17
| | | | | | Messages file back in sync. svn path=/trunk/netsurf/; revision=13476
* Get .fr and .nl Messages back in sync.Michael Drake2012-02-262-17/+52
| | | | svn path=/trunk/netsurf/; revision=13475
* random changesChris Young2012-02-261-4/+11
| | | | svn path=/trunk/netsurf/; revision=13474
* adjust scrolbars when window is resizedChris Young2012-02-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=13473
* Don't do schedule message handling on a while loop.. it sometimes causesChris Young2012-02-261-1/+1
| | | | | | long pauses in user input. svn path=/trunk/netsurf/; revision=13472
* Convert treeview to tiled drawChris Young2012-02-262-6/+40
| | | | svn path=/trunk/netsurf/; revision=13471
* Documentation updateChris Young2012-02-251-2/+6
| | | | svn path=/trunk/netsurf/; revision=13470
* Fix thumbnailsChris Young2012-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13469
* Add tiled refresh, with tiles of max size option_redraw_tile_size. ThisChris Young2012-02-254-119/+98
| | | | | | | | | reduces the size of our off-screen bitmap and associated memory. Only works with browser windows at present. History and treeviews still have full window refresh/bitmap. Setting the option to 0 brings back the old behaviour. svn path=/trunk/netsurf/; revision=13468