summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Document the bitmap format properly.John Mark Bell2010-07-091-1/+26
| | | | svn path=/trunk/netsurf/; revision=10623
* Check the last character for a path separator, rather than the NULL string ↵Chris Young2010-07-095-5/+5
| | | | | | termination. svn path=/trunk/netsurf/; revision=10622
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-098-9/+118
| | | | | | easily adaptable to different platform path structures. svn path=/trunk/netsurf/; revision=10621
* Treat tiled images scaled to 1x1 as flat fills of the tiled area.Michael Drake2010-07-081-0/+12
| | | | svn path=/trunk/netsurf/; revision=10616
* Stop redrawing zero size images.Michael Drake2010-07-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=10614
* Bring throbber off screen edge by spacing_width.Michael Drake2010-07-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10607
* More useful optimisation for 1x1 tiled image plots.Michael Drake2010-07-071-6/+9
| | | | svn path=/trunk/netsurf/; revision=10606
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-0726-2437/+4130
| | | | svn path=/trunk/netsurf/; revision=10605
* In switch statements add default branch for unknown enum values, with assert.Michael Drake2010-07-061-35/+54
| | | | svn path=/trunk/netsurf/; revision=10603
* Remove dead code.Michael Drake2010-07-061-6/+2
| | | | svn path=/trunk/netsurf/; revision=10602
* Remove dead assignements and add assert to check table cells aren't set to ↵Michael Drake2010-07-061-18/+17
| | | | | | span no columns at layout time (Note: colspan=0 is treated as colspan=1 by box normalisation. It should probably be handled in table_calculate_columns_types() properly. Either way, there shouldn't be colspans of 0 by the time we get to layout.) svn path=/trunk/netsurf/; revision=10601
* Fix gtk compat layer to not segfault on old versions of GTK.John Mark Bell2010-07-031-8/+10
| | | | svn path=/trunk/netsurf/; revision=10593
* Only invoke callback when we successfully converted CSS data.John Mark Bell2010-07-011-2/+11
| | | | svn path=/trunk/netsurf/; revision=10592
* Correct freetype header acquisitionJohn Mark Bell2010-06-302-2/+3
| | | | svn path=/trunk/netsurf/; revision=10591
* Pedantic whitespace changeJohn Mark Bell2010-06-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=10590
* move url database test to test directoryVincent Sanders2010-06-294-218/+267
| | | | svn path=/trunk/netsurf/; revision=10589
* Avoid potential use of NULL pointer.John Mark Bell2010-06-291-0/+4
| | | | svn path=/trunk/netsurf/; revision=10588
* Make test compileJohn Mark Bell2010-06-291-6/+53
| | | | svn path=/trunk/netsurf/; revision=10587
* Fix up confusing formattingVincent Sanders2010-06-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=10586
* Deal with API modification in modern libpng.John Mark Bell2010-06-271-1/+5
| | | | svn path=/trunk/netsurf/; revision=10585
* Remove bogus assertionJohn Mark Bell2010-06-271-1/+0
| | | | svn path=/trunk/netsurf/; revision=10584
* Fix assertion when table borders are specified in em/ex units.John Mark Bell2010-06-271-0/+45
| | | | svn path=/trunk/netsurf/; revision=10583
* Force internal iconv for Amiga build, as libiconv causing odd problems ↵Chris Young2010-06-271-1/+1
| | | | | | | | despite working well through libparserutils svn path=/trunk/netsurf/; revision=10582
* Fix some typesChris Young2010-06-263-22/+25
| | | | | | If "easy" charset conversion fails, return a copy of the original string. svn path=/trunk/netsurf/; revision=10580
* Add type to name mapping for PDF.Michael Drake2010-06-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=10579
* Amiga host support for framebuffer target (credit: Ole Loots)John Mark Bell2010-06-211-9/+30
| | | | svn path=/trunk/netsurf/; revision=10578
* Much better conversion of the standard NetSurf icon, courtesy of Marko K. ↵Chris Young2010-06-162-1/+3
| | | | | | Seppänen svn path=/trunk/netsurf/; revision=10575
* Fix compilation on OpenBSD (credit: Anthony Bentley)John Mark Bell2010-06-132-24/+25
| | | | svn path=/trunk/netsurf/; revision=10572
* Fix mouse.h file description. Add iframe comment.Michael Drake2010-06-092-1/+3
| | | | svn path=/trunk/netsurf/; revision=10571
* More calculation fixesChris Young2010-06-061-12/+4
| | | | svn path=/trunk/netsurf/; revision=10567
* Fix OS4 non-Cairo buildChris Young2010-06-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=10565
* Remove scroll positions from ami_do_redraw_limits, fix positional calcs inChris Young2010-06-051-23/+22
| | | | | | gui_window_set_scroll svn path=/trunk/netsurf/; revision=10564
* When redrawing part of a page, draw with respect to the position NetSurf ↵Chris Young2010-06-051-2/+10
| | | | | | | | | | | believes the scrollbars are in, rather than where they actually are. This resolves an issue with graphical corruption and animations, when using the scrollbars to scroll the page (the anim redraw was happening before the event to say the scrollbar had moved was being received) svn path=/trunk/netsurf/; revision=10563
* s/int/size_t/Michael Drake2010-06-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=10562
* + Refactor input handling from browser window code into contentMichael Drake2010-06-0430-1573/+1770
| | | | | | | | | | | | | handlers. + Disentangle all box tree manipulation from browser window code and put it where it belongs. + Move other content specific and other irrelevant code from browser window handling to appropriate places. + Put mouse state enum in new mouse header, since it's not just used by browser window code, and it is used by treeview windows on the treeview branch. svn path=/trunk/netsurf/; revision=10561
* Add iframe comment.Michael Drake2010-06-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=10559
* Activate browser window after search, otherwise it doesn't get IntuiTicks ↵Chris Young2010-05-161-0/+2
| | | | | | | | events so won't scroll to the search term. svn path=/trunk/netsurf/; revision=10552
* Amiga font code revamped and fixed. Will now fall back to a different font ↵Chris Young2010-05-069-129/+236
| | | | | | | | | | | if the character isn't present in the current one, this needs a complete or near-complete Unicode font in order to be useful - Code2000 and Bitstream Cyberbit are auto-detected by NetSurf on startup if none is configured. Japanese websites now display correctly, along with Japanese characters within Google UK search results etc. svn path=/trunk/netsurf/; revision=10551
* rationalise callback routines to use a unified interfaceVincent Sanders2010-05-045-349/+292
| | | | svn path=/trunk/netsurf/; revision=10550
* Fix assert. This is wrong, needs investigation.Chris Young2010-05-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10549
* Fix loops reading too many charactersChris Young2010-05-031-3/+3
| | | | svn path=/trunk/netsurf/; revision=10548
* Purge parserutilsChris Young2010-05-032-5/+7
| | | | svn path=/trunk/netsurf/; revision=10547
* Build libparserutils (and NetSurf) against libiconv instead of newlib's iconv.Chris Young2010-05-034-6/+12
| | | | | | | | | This fixes the bug with lpu's iconv filter causing freezing on OS4 NetSurf. With an appropriate font (eg. Bitstream Cyberbit) Japanese characters will now display. Test websites work, but proper Japanese websites cause an assert which may be caused by amiga/font.c incorrect text size calculations. svn path=/trunk/netsurf/; revision=10546
* Remove Export tab properly when building without HaruChris Young2010-05-031-0/+4
| | | | svn path=/trunk/netsurf/; revision=10545
* Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same ↵Chris Young2010-05-033-4/+6
| | | | | | source tree svn path=/trunk/netsurf/; revision=10544
* Ensure we are using the libpng 1.2 includes, as OS4 Cairo is using a deprecatedChris Young2010-05-033-4/+4
| | | | | | function which does not exist in libpng 1.4. svn path=/trunk/netsurf/; revision=10543
* Lay out to correct paper width for printing.Steve Fryatt2010-05-021-3/+2
| | | | svn path=/trunk/netsurf/; revision=10542
* Remove erroneous assertion: there may be no bitmap object if there was no ↵John Mark Bell2010-05-011-0/+9
| | | | | | PNG data. svn path=/trunk/netsurf/; revision=10540
* Forcibly disable PDF export support until it gets fixed.John Mark Bell2010-05-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=10539
* Update root certificatesChris Young2010-05-011-13/+655
| | | | svn path=/trunk/netsurf/; revision=10538