summaryrefslogtreecommitdiff
path: root/riscos/history.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-03-21 00:15:48 by jmb]John Mark Bell2005-03-211-46/+59
| | | | | | Fix mouse click handling in local history window svn path=/import/netsurf/; revision=1565
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-6/+9
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-01-03 02:09:20 by jmb]John Mark Bell2005-01-031-1/+1
| | | | | | Shift + Click == download svn path=/import/netsurf/; revision=1429
* [project @ 2004-12-09 12:07:32 by rjw]Richard Wilson2004-12-091-19/+23
| | | | | | Fix GTK build. Lose xcalloc() from history. svn path=/import/netsurf/; revision=1396
* [project @ 2004-11-03 02:29:01 by rjw]Richard Wilson2004-11-031-1/+10
| | | | | | Changing screenmodes causes font handles to be refound. svn path=/import/netsurf/; revision=1338
* [project @ 2004-11-02 23:23:07 by rjw]Richard Wilson2004-11-021-4/+3
| | | | | | Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work) svn path=/import/netsurf/; revision=1336
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-1/+1
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-10-01 00:06:49 by jmb]John Mark Bell2004-10-011-1/+1
| | | | | | Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least). svn path=/import/netsurf/; revision=1296
* [project @ 2004-08-12 12:08:39 by bursa]James Bursa2004-08-121-5/+5
| | | | | | Fix various history functions to check for history->current. svn path=/import/netsurf/; revision=1215
* [project @ 2004-08-07 12:58:46 by jmb]John Mark Bell2004-08-071-0/+4
| | | | | | Handle malloc failure svn path=/import/netsurf/; revision=1191
* [project @ 2004-08-06 22:19:12 by jmb]John Mark Bell2004-08-061-4/+34
| | | | | | Anchor support svn path=/import/netsurf/; revision=1187
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-2/+2
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-26 22:31:34 by rjw]Richard Wilson2004-06-261-0/+24
| | | | | | Visual representation of navigation features availble svn path=/import/netsurf/; revision=1015
* [project @ 2004-06-09 20:05:14 by jmb]John Mark Bell2004-06-091-1/+1
| | | | | | Remove magic numbers. Now uses sensible tinct_FOO style flag names svn path=/import/netsurf/; revision=941
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-071-2/+2
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-0/+1
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-04-12 22:04:51 by jmb]John Mark Bell2004-04-121-9/+6
| | | | | | Fix calculation of string width svn path=/import/netsurf/; revision=767
* [project @ 2004-04-12 21:46:08 by jmb]John Mark Bell2004-04-121-1/+72
| | | | | | Add popup tooltip containing URL when mouse is over history window entry svn path=/import/netsurf/; revision=766
* [project @ 2004-04-10 23:12:28 by jmb]John Mark Bell2004-04-101-4/+4
| | | | | | Add text under thumbnails again. svn path=/import/netsurf/; revision=748
* [project @ 2004-04-10 20:04:11 by rjw]Richard Wilson2004-04-101-3/+9
| | | | | | | | Fix for thumbnail palette bug. Fix for upper case iconsprite names. Uses thumbnail sprite creation routines. svn path=/import/netsurf/; revision=747
* [project @ 2004-04-08 17:30:26 by rjw]Richard Wilson2004-04-081-31/+48
| | | | | | Support for 32bpp thumbnails. svn path=/import/netsurf/; revision=739
* [project @ 2004-04-03 18:08:31 by jmb]John Mark Bell2004-04-031-3/+3
| | | | | | Add title text to history tree svn path=/import/netsurf/; revision=716
* [project @ 2004-02-26 17:52:10 by bursa]James Bursa2004-02-261-0/+32
| | | | | | Implement back and forward using history. svn path=/import/netsurf/; revision=572
* [project @ 2004-02-26 17:25:51 by bursa]James Bursa2004-02-261-9/+42
| | | | | | Improvements to history window. svn path=/import/netsurf/; revision=571
* [project @ 2004-02-25 15:59:01 by bursa]James Bursa2004-02-251-0/+3
| | | | | | Fix crash opening history while page still loading. svn path=/import/netsurf/; revision=567
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-69/+235
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-1/+6
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-4/+5
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-151-0/+280
New history window. svn path=/import/netsurf/; revision=418