date | project | content | link |
|---|
| 22:43 Monday | NetSurf | Commit by tlsa :: r 10731 /trunk/netsurf/render/html_redraw.c: ( link) Redraw object scrollbars if required. | # |
| 22:30 Monday | NetSurf | Commit by tlsa :: r 10730 /trunk/netsurf/render/layout.c: ( link) Fix object descendants and make space for scrollbars if required. | # |
| 22:09 Monday | NetSurf | Commit by tlsa :: r 10729 /trunk/netsurf/render/layout.c: ( link) Don't special case height to content height when object's content is HTML. | # |
| 21:47 Monday | NetSurf | Commit by tlsa :: r 10728 /trunk/netsurf/render/html_redraw.c: ( link) Fix clipping to exclude border for objects. | # |
| 20:50 Monday | NetSurf | Commit by vince :: r 10727 /branches/vince/netsurf-file-fetcher/ (5 files in 3 dirs): ( link) simple first pass at file fetcher implementation | # |
| 20:17 Monday | NetSurf | Commit by jmb :: r 10726 /trunk/dom/src/core/document_type.c: ( link) Implement DocumentType.name | # |
| 13:39 Monday | NetSurf | Commit by jmb :: r 10725 /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 Monday | NetSurf | Commit by jmb :: r 10724 /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 Monday | NetSurf | Commit by chris_y :: r 10723 /trunk/netsurf/amiga/plotters.c: ( link) Revert accidental change which was causing corruption down the right-hand side of images | # |
| 11:00 Monday | NetSurf | Commit by chris_y :: r 10722 /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 Sunday | NetSurf | Commit by jmb :: r 10721 /trunk/netsurf/content/llcache.c: ( link) Fix bug #3055480: properly compare URLs, instead of erroneously assuming that strcasecmp is the correct answer. | # |
| 23:48 Saturday | NetSurf | Commit by chris_y :: r 10720 /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 Saturday | NetSurf | Commit by chris_y :: r 10719 /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 Saturday | NetSurf | Commit by chris_y :: r 10718 /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 26 | NetSurf | Commit by jmb :: r 10717 /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 26 | NetSurf | Commit by jmb :: r 10716 /trunk/netsurf/Makefile: ( link) Fix GTK install target (note: .svn directories end up in the installed tree. This needs fixing) | # |
| 17:29 on Aug 26 | NetSurf | Commit by tlsa :: r 10715 /trunk/netsurf/ (4 files in 3 dirs): ( link) Move directory listing HTML generation functions into separate module. | # |
| 12:50 on Aug 26 | NetSurf | Commit by tlsa :: r 10714 /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 26 | NetSurf | Commit by tlsa :: r 10713 /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 26 | NetSurf | Commit by tlsa :: r 10712 /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. | # |