CIA.vc
NetSurf
Open-source web browser
Stats » Projects » NetSurf
information
Photo
NetSurf is a lightweight and portable web browser.
syndicateUTC clock
04:06 on Sep 03, 2010
event counters
The last message was received 3.22 days ago at 22:43 on Aug 30, 2010
0 messages so far today, 0 messages yesterday
10 messages so far this week, 11 messages last week
0 messages so far this month, 58 messages last month
9590 messages since the first one, 6.38 years ago, for an average of 5.83 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
22:43 MondayNetSurf
Commit by tlsa :: r10731 /trunk/netsurf/render/html_redraw.c: (link)
Redraw object scrollbars if required.
#
22:30 MondayNetSurf
Commit by tlsa :: r10730 /trunk/netsurf/render/layout.c: (link)
Fix object descendants and make space for scrollbars if required.
#
22:09 MondayNetSurf
Commit by tlsa :: r10729 /trunk/netsurf/render/layout.c: (link)
Don't special case height to content height when object's content is HTML.
#
21:47 MondayNetSurf
Commit by tlsa :: r10728 /trunk/netsurf/render/html_redraw.c: (link)
Fix clipping to exclude border for objects.
#
20:50 MondayNetSurf
Commit by vince :: r10727 /branches/vince/netsurf-file-fetcher/ (5 files in 3 dirs): (link)
simple first pass at file fetcher implementation
#
20:17 MondayNetSurf
Commit by jmb :: r10726 /trunk/dom/src/core/document_type.c: (link)
Implement DocumentType.name
#
13:39 MondayNetSurf
Commit by jmb :: r10725 /trunk/dom/src/core/characterdata.c: (link)
Jump through hoops to conform to the spec: apparently, it requires unsigned values to be considered as signed
#
13:06 MondayNetSurf
Commit by jmb :: r10724 /trunk/dom/ (25 files in 9 dirs): (link)
Merge branches/struggleyb/libdom-html to trunk.
A few additional fixes to reduce the number of regressions to single figures.
#
12:25 MondayNetSurf
Commit by chris_y :: r10723 /trunk/netsurf/amiga/plotters.c: (link)
Revert accidental change which was causing corruption down the right-hand side of
images
#
11:00 MondayNetSurf
Commit by chris_y :: r10722 /trunk/netsurf/amiga/ (options.h plotters.c): (link)
Debug plotters. It appears that the odd slowness on some sites (eg. sourceforge.net)
can be eliminated by setting option_cache_bitmaps to 2, so make that the default.
#
17:41 SundayNetSurf
Commit by jmb :: r10721 /trunk/netsurf/content/llcache.c: (link)
Fix bug #3055480: properly compare URLs, instead of erroneously assuming that strcasecmp is the correct answer.
#
23:48 SaturdayNetSurf
Commit by chris_y :: r10720 /trunk/netsurf/amiga/ (arexx.c dist/NetSurf.guide): (link)
Alias W for WINDOW and T for TAB.
Add documentation on ARexx startup/shutdown scripts
#
23:46 SaturdayNetSurf
Commit by chris_y :: r10719 /trunk/netsurf/amiga/ (gui.c menu.c options.h): (link)
Add startup and shutdown ARexx scripts (default to startup.nsrx and shutdown.nsrx)
Remove PROGDIR: from arexx_dir default as AM_EXECUTE can't find files in PROGDIR:
#
22:44 SaturdayNetSurf
Commit by chris_y :: r10718 /trunk/netsurf/amiga/ (3 files in 3 dirs): (link)
Add ARexx commands CLOSE (close window/tab) and ACTIVE (current window/tab number to
pass to other ARexx commands)
Add CloseTabs.nsrx script to close all tabs in the current window except the active
one
#
23:00 on Aug 26NetSurf
Commit by jmb :: r10717 /trunk/dom/ (29 files in 11 dirs): (link)
Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failures. Most importantly, it actually compiles now.
#
19:05 on Aug 26NetSurf
Commit by jmb :: r10716 /trunk/netsurf/Makefile: (link)
Fix GTK install target (note: .svn directories end up in the installed tree. This needs fixing)
#
17:29 on Aug 26NetSurf
Commit by tlsa :: r10715 /trunk/netsurf/ (4 files in 3 dirs): (link)
Move directory listing HTML generation functions into separate module.
#
12:50 on Aug 26NetSurf
Commit by tlsa :: r10714 /trunk/netsurftest/ (3 files in 2 dirs): (link)
Add a couple of border test cases and the beginnings of a plotter test page.
#
12:30 on Aug 26NetSurf
Commit by tlsa :: r10713 /trunk/netsurf/render/html_redraw.c: (link)
+ Don't even consider top and bottom borders when they
  fall outside the clip rect.  Should make scrolling up
  and down slightly faster.
+ Clip borders plotted as rectangles to the current clip
  rectangle.  Fixes redraw issue with very tall borders.
#
10:01 on Aug 26NetSurf
Commit by tlsa :: r10712 /trunk/netsurf/render/html_redraw.c: (link)
+ Pass clip rectangle around html_redraw_* as a struct rect.
+ Reduce fp maths at 1:1 scale for boxes with overflow:visisble.
+ Simplfy border plots.
#