summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-034-4/+123
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-05-03 21:00:14 by joty]John Tytgat2004-05-031-3/+6
| | | | | | | | | | ro_gui_set_icon_string() : - anti-flicker test didn't work when string is longer than icon text buffer length - make sure we have a NUL char terminated string when new icon text is longer than icon buffer. svn path=/import/netsurf/; revision=820
* [project @ 2004-05-02 17:38:29 by jmb]John Mark Bell2004-05-021-0/+3
| | | | | | Move save_complete_init() call to gui_init() svn path=/import/netsurf/; revision=818
* [project @ 2004-05-02 17:01:37 by jmb]John Mark Bell2004-05-021-23/+2
| | | | | | Remove #ifdef nastiness. Now uses alloca. svn path=/import/netsurf/; revision=816
* [project @ 2004-05-02 14:49:28 by joty]John Tytgat2004-05-021-2/+11
| | | | | | | Corrupted PNG files will no longer result in assert() calling. See test suite at http://www.schaik.com/pngsuite/pngsuite.html. svn path=/import/netsurf/; revision=815
* [project @ 2004-05-02 01:04:38 by jmb]John Mark Bell2004-05-021-0/+22
| | | | | | | A couple more Norcroft-related patches. The use of #ifdef __GNU_C__ in both of these can be avoided. I'm not entirely sure whether it would be sensible to do so, so I've left them as-is. svn path=/import/netsurf/; revision=814
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-024-5/+4
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-05-02 00:16:23 by joty]John Tytgat2004-05-021-2/+8
| | | | | | Ack successful save with message_DATA_LOAD. svn path=/import/netsurf/; revision=812
* [project @ 2004-05-01 23:40:37 by joty]John Tytgat2004-05-011-1/+2
| | | | | | Workaround for Norcroft oddity. svn path=/import/netsurf/; revision=811
* [project @ 2004-05-01 20:16:38 by jmb]John Mark Bell2004-05-011-1/+1
| | | | | | Escape @import in doxygen comments svn path=/import/netsurf/; revision=809
* [project @ 2004-04-26 13:47:51 by bursa]James Bursa2004-04-262-8/+10
| | | | | | Fix scaled GIF animations. svn path=/import/netsurf/; revision=805
* [project @ 2004-04-25 11:40:05 by matthewh]Matthew Hambley2004-04-251-1/+1
| | | | | | A more human face to download bytecounts. Needs someone who can speak French to correct the fr messages file. svn path=/import/netsurf/; revision=803
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-243-29/+54
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-04-21 22:26:54 by bursa]James Bursa2004-04-211-7/+8
| | | | | | Fix background clipping bug. svn path=/import/netsurf/; revision=798
* [project @ 2004-04-21 21:36:06 by bursa]James Bursa2004-04-211-84/+147
| | | | | | Fix redraw bugs; change plotting of radio and checkboxes to make them scalable. svn path=/import/netsurf/; revision=796
* [project @ 2004-04-17 20:50:33 by rjw]Richard Wilson2004-04-172-91/+94
| | | | | | Fixed animation disposal handling. svn path=/import/netsurf/; revision=790
* [project @ 2004-04-17 16:45:46 by rjw]Richard Wilson2004-04-171-4/+52
| | | | | | | Improved Scale window GUI functionality. Improved icon update code. svn path=/import/netsurf/; revision=789
* [project @ 2004-04-13 23:19:44 by bursa]James Bursa2004-04-133-17/+1
| | | | | | Remove some obsolete options. svn path=/import/netsurf/; revision=777
* [project @ 2004-04-13 21:57:12 by andrew]Andrew Duffell2004-04-131-14/+10
| | | | | | removal of redundant options bor browser svn path=/import/netsurf/; revision=776
* [project @ 2004-04-13 19:04:32 by rjw]Richard Wilson2004-04-131-51/+156
| | | | | | | Added extra menu options. Fixed bug in menu creation for values not present in the Messages file. svn path=/import/netsurf/; revision=774
* [project @ 2004-04-13 16:15:23 by jmb]John Mark Bell2004-04-131-1/+1
| | | | | | | Move hot spot of caret pointer down. Tidy up caret pointer sprite svn path=/import/netsurf/; revision=772
* [project @ 2004-04-13 13:31:54 by jmb]John Mark Bell2004-04-131-6/+6
| | | | | | | Fix bug in URL rewriting affecting pages with embedded HTML documents. Rename save_complete_internal to save_complete_html to aid clarity svn path=/import/netsurf/; revision=770
* [project @ 2004-04-12 23:59:01 by jmb]John Mark Bell2004-04-122-15/+5
| | | | | | Fix flawed check for URL scheme we can handle svn path=/import/netsurf/; revision=768
* [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-126-5/+91
| | | | | | Add popup tooltip containing URL when mouse is over history window entry svn path=/import/netsurf/; revision=766
* [project @ 2004-04-12 19:40:57 by rjw]Richard Wilson2004-04-121-1/+1
| | | | | | Theme height now reported as 2 OS units larger. svn path=/import/netsurf/; revision=762
* [project @ 2004-04-12 17:43:54 by bursa]James Bursa2004-04-121-2/+2
| | | | | | Replace / in docs file names with _. svn path=/import/netsurf/; revision=757
* [project @ 2004-04-11 14:30:18 by rjw]Richard Wilson2004-04-111-52/+52
| | | | | | | Fixed memory leak. Fixed background not being cleared for thumbnails that are not oversampled. svn path=/import/netsurf/; revision=753
* [project @ 2004-04-11 14:29:30 by rjw]Richard Wilson2004-04-111-0/+1
| | | | | | Added ability to turn off 32bpp thumbnails. svn path=/import/netsurf/; revision=752
* [project @ 2004-04-10 23:41:12 by jmb]John Mark Bell2004-04-101-2/+2
| | | | | | Fix use of wrong variable when rewriting <style> elements svn path=/import/netsurf/; revision=749
* [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-102-6/+29
| | | | | | | | 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-10 18:19:35 by rjw]Richard Wilson2004-04-102-46/+322
| | | | | | | | Thumnails now created with a palette to fix incorrect colour rendition. Thumnails output to a 32bpp sprite where possible. Thumnails oversampled to improve display if desired. svn path=/import/netsurf/; revision=744
* [project @ 2004-04-10 18:12:58 by rjw]Richard Wilson2004-04-101-8/+13
| | | | | | Added option for thumbnail oversampling. svn path=/import/netsurf/; revision=743
* [project @ 2004-04-09 21:06:10 by bursa]James Bursa2004-04-091-20/+67
| | | | | | Add FixFonts to attempt to fix common font problem. svn path=/import/netsurf/; revision=741
* [project @ 2004-04-08 23:46:41 by jmb]John Mark Bell2004-04-081-1/+8
| | | | | | | Improve keypress handling in form text boxes. Note: Not yet implemented for textareas as these need more work anyway. svn path=/import/netsurf/; revision=740
* [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-06 23:23:24 by jmb]John Mark Bell2004-04-061-2/+2
| | | | | | Fix for changed GIF data structures svn path=/import/netsurf/; revision=734
* [project @ 2004-04-06 23:13:25 by rjw]Richard Wilson2004-04-064-550/+977
| | | | | | New GIF reading code. svn path=/import/netsurf/; revision=732
* [project @ 2004-04-05 22:36:48 by jmb]John Mark Bell2004-04-051-72/+65
| | | | | | | Tidy up handling of save_complete_list. Fix rewriting of <style> elements to cater for hidden elements. svn path=/import/netsurf/; revision=724
* [project @ 2004-04-05 21:54:22 by jmb]John Mark Bell2004-04-051-51/+113
| | | | | | Implement outstanding functionality svn path=/import/netsurf/; revision=722
* [project @ 2004-04-04 18:07:44 by jmb]John Mark Bell2004-04-041-2/+4
| | | | | | | Add pointer to containing content struct to box_selection and update box_under_area accordingly This ensures relative links in frames etc. are url_joined correctly. svn path=/import/netsurf/; revision=721
* [project @ 2004-04-04 03:14:03 by jmb]John Mark Bell2004-04-041-1/+15
| | | | | | Take account of gAMA chunk svn path=/import/netsurf/; revision=717
* [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-04-03 17:28:04 by jmb]John Mark Bell2004-04-031-2/+2
| | | | | | Wrap window offset every 5 windows. svn path=/import/netsurf/; revision=715
* [project @ 2004-04-03 12:36:48 by jmb]John Mark Bell2004-04-031-2/+6
| | | | | | Add fixed offset when opening new windows. svn path=/import/netsurf/; revision=711
* [project @ 2004-04-03 11:49:48 by rjw]Richard Wilson2004-04-031-0/+81
| | | | | | GIF file reading svn path=/import/netsurf/; revision=710
* [project @ 2004-04-03 02:59:34 by jmb]John Mark Bell2004-04-033-4/+53
| | | | | | Implement page info dialog box. svn path=/import/netsurf/; revision=709
* [project @ 2004-04-02 23:59:53 by jmb]John Mark Bell2004-04-021-4/+15
| | | | | | Allow files to be dragged into browser windows. svn path=/import/netsurf/; revision=708
* [project @ 2004-04-02 23:12:26 by jmb]John Mark Bell2004-04-021-0/+24
| | | | | | Implement CSS cursor property svn path=/import/netsurf/; revision=705