summaryrefslogtreecommitdiff
path: root/riscos/history.c
Commit message (Collapse)AuthorAgeFilesLines
* Aliasing fixesJohn Mark Bell2009-03-281-4/+5
| | | | svn path=/trunk/netsurf/; revision=6956
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the ↵John Tytgat2008-08-051-1/+1
| | | | | | | | | | | | difference between direct and indirect icons. - ro_gui_get_icon_string(): - Constify return value of ro_gui_get_icon_string() as you really shouldn't change its contents via this pointer. - Enfore NUL string termination as return value (instead of other control char termination) - Merged ro_gui_set_icon_string_le() into ro_gui_set_icon_string() by adding ro_gui_set_icon_string() and extra to_utf8 parameter. - ro_gui_strncmp(): added svn path=/trunk/netsurf/; revision=4907
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-10/+10
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=3073
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-1/+3
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-251-528/+171
| | | | | | Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-221-2/+2
| | | | | | Reduce constant bitmap overhead per reference by moving to a flag word. Allow bitmaps to be reduced back to their raw data to free extra memory in a highly efficient manner. svn path=/import/netsurf/; revision=2089
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-211-1/+2
| | | | | | Allow any content to be used as a background. Simplify bitmap code. svn path=/import/netsurf/; revision=2087
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-6/+16
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-07-16 05:54:45 by adrianl]Adrian Lees2005-07-161-1/+1
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-06-23 18:02:26 by rjw]Richard Wilson2005-06-231-1/+0
| | | | | | Remove test code. svn path=/import/netsurf/; revision=1764
* [project @ 2005-06-23 17:24:23 by rjw]Richard Wilson2005-06-231-90/+43
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762
* [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