summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-06-02 21:04:35 by bursa]James Bursa2004-06-021-1/+3
| | | | | | Update call to layout_block_context() for error handling. svn path=/import/netsurf/; revision=913
* [project @ 2004-05-25 10:42:28 by bursa]James Bursa2004-05-251-2/+2
| | | | | | Remove obsolete gui_window_in_list(), clean up gui_create_browser_window(). svn path=/import/netsurf/; revision=896
* [project @ 2004-05-22 13:45:20 by joty]John Tytgat2004-05-221-63/+61
| | | | | | Renamed "this" variable (avoiding C++ keywords); simplified code a little bit. svn path=/import/netsurf/; revision=886
* [project @ 2004-05-22 11:57:41 by joty]John Tytgat2004-05-221-373/+373
| | | | | | TABify; renamed variables "this"/"new" (avoiding C++ keyword usage). svn path=/import/netsurf/; revision=885
* [project @ 2004-05-21 23:42:26 by bursa]James Bursa2004-05-211-5/+4
| | | | | | Fix and clean code for radio and checkbox inputs. svn path=/import/netsurf/; revision=884
* [project @ 2004-05-21 23:05:53 by jmb]John Mark Bell2004-05-211-3/+5
| | | | | | Improve parameter checking in imagemap_get. svn path=/import/netsurf/; revision=883
* [project @ 2004-05-13 14:39:43 by bursa]James Bursa2004-05-131-1/+1
| | | | | | Fix URL protocol termination bug (reported by Fred Bambrough). Change from xcalloc to malloc and add error handling. svn path=/import/netsurf/; revision=859
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-072-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-052-8/+5
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-05 00:19:51 by jmb]John Mark Bell2004-05-051-2/+2
| | | | | | Fixes for Norcroft svn path=/import/netsurf/; revision=827
* [project @ 2004-05-04 22:21:37 by rjw]Richard Wilson2004-05-043-9/+14
| | | | | | Revised GUI. svn path=/import/netsurf/; revision=823
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-031-7/+5
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-05-02 17:38:29 by jmb]John Mark Bell2004-05-021-3/+0
| | | | | | Move save_complete_init() call to gui_init() svn path=/import/netsurf/; revision=818
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-021-0/+1
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-242-26/+18
| | | | | | 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-13 15:54:15 by jmb]John Mark Bell2004-04-131-1/+0
| | | | | | Remove spurious xmlFree call svn path=/import/netsurf/; revision=771
* [project @ 2004-04-13 13:30:22 by jmb]John Mark Bell2004-04-131-3/+3
| | | | | | Fix my incorrect reading of the spec - shape defaults to rectangle svn path=/import/netsurf/; revision=769
* [project @ 2004-04-12 00:00:47 by bursa]James Bursa2004-04-121-1/+1
| | | | | | Rewrite block context layout, implementing collapsing and negative margins and margins for tables. svn path=/import/netsurf/; revision=754
* [project @ 2004-04-10 18:42:37 by jmb]John Mark Bell2004-04-101-2/+7
| | | | | | Fix bug in sanity checking code svn path=/import/netsurf/; revision=745
* [project @ 2004-04-08 23:46:41 by jmb]John Mark Bell2004-04-081-1/+67
| | | | | | | 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-04 18:07:44 by jmb]John Mark Bell2004-04-042-24/+31
| | | | | | | 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 17:05:59 by jmb]John Mark Bell2004-04-041-0/+7
| | | | | | Extract boxes from embedded HTML documents. svn path=/import/netsurf/; revision=720
* [project @ 2004-04-03 17:06:01 by jmb]John Mark Bell2004-04-031-13/+15
| | | | | | Fix possible memory leaks svn path=/import/netsurf/; revision=714
* [project @ 2004-04-02 23:40:29 by jmb]John Mark Bell2004-04-021-5/+6
| | | | | | Fix possible crash due to box style being 0. svn path=/import/netsurf/; revision=707
* [project @ 2004-04-02 23:12:26 by jmb]John Mark Bell2004-04-022-8/+57
| | | | | | Implement CSS cursor property svn path=/import/netsurf/; revision=705
* [project @ 2004-04-02 15:16:15 by jmb]John Mark Bell2004-04-021-12/+29
| | | | | | | Update url checking to use fetch_can_fetch Fix non null-termination of strings in URL broadcast messages. svn path=/import/netsurf/; revision=701
* [project @ 2004-04-02 00:41:10 by jmb]John Mark Bell2004-04-022-2/+14
| | | | | | Try to use external apps for URI schemes we don't understand (eg mailto:) svn path=/import/netsurf/; revision=698
* [project @ 2004-04-01 18:41:53 by jmb]John Mark Bell2004-04-011-1/+4
| | | | | | Fix bad code. svn path=/import/netsurf/; revision=697
* [project @ 2004-04-01 18:24:22 by jmb]John Mark Bell2004-04-011-0/+11
| | | | | | Display form action URL when over submit button svn path=/import/netsurf/; revision=695
* [project @ 2004-04-01 00:26:05 by jmb]John Mark Bell2004-04-012-2/+39
| | | | | | Change mouse pointer over page elements svn path=/import/netsurf/; revision=694
* [project @ 2004-03-27 18:46:22 by bursa]James Bursa2004-03-271-0/+1
| | | | | | Call save_complete_init(). svn path=/import/netsurf/; revision=678
* [project @ 2004-03-26 22:16:31 by jmb]John Mark Bell2004-03-263-0/+577
| | | | | | Imagemap support svn path=/import/netsurf/; revision=671
* [project @ 2004-03-26 22:14:49 by jmb]John Mark Bell2004-03-261-1/+1
| | | | | | Fix file access mode svn path=/import/netsurf/; revision=670
* [project @ 2004-03-25 00:31:45 by jmb]John Mark Bell2004-03-252-0/+132
| | | | | | | Make text export use stdio. Move save_text.[ch] to desktop. svn path=/import/netsurf/; revision=666
* [project @ 2004-03-23 22:51:45 by bursa]James Bursa2004-03-231-3/+0
| | | | | | Remove unused nsjpeg_init(). svn path=/import/netsurf/; revision=657
* [project @ 2004-03-21 20:07:14 by jmb]John Mark Bell2004-03-211-0/+1
| | | | | | | <input type="file" support> Broken in places. svn path=/import/netsurf/; revision=645
* [project @ 2004-03-21 13:55:51 by bursa]James Bursa2004-03-212-1/+12
| | | | | | Implement gui_window_update_box() and use in response to CONTENT_MSG_REDRAW. svn path=/import/netsurf/; revision=644
* [project @ 2004-03-21 12:50:10 by bursa]James Bursa2004-03-211-0/+7
| | | | | | Animation support, not yet optimised. svn path=/import/netsurf/; revision=641
* [project @ 2004-03-14 22:50:28 by bursa]James Bursa2004-03-141-0/+2
| | | | | | Add setlocale() call in init for better toupper etc. for text-transform. svn path=/import/netsurf/; revision=622
* [project @ 2004-03-13 13:03:01 by bursa]James Bursa2004-03-131-3/+0
| | | | | | Disable clean_cookiejar() due to reliability problems. svn path=/import/netsurf/; revision=612
* [project @ 2004-03-10 20:45:27 by bursa]James Bursa2004-03-101-3/+11
| | | | | | Normalize url in browser_window_go_post(). svn path=/import/netsurf/; revision=605
* [project @ 2004-03-08 00:03:58 by bursa]James Bursa2004-03-082-0/+4
| | | | | | Implement Accept-Language option. svn path=/import/netsurf/; revision=591
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-024-9/+25
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-271-4/+5
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-26 17:52:10 by bursa]James Bursa2004-02-262-13/+2
| | | | | | Implement back and forward using history. svn path=/import/netsurf/; revision=572
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-253-812/+847
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-132-0/+18
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-133-23/+178
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-02-11 17:15:36 by bursa]James Bursa2004-02-111-2/+1
| | | | | | Work on margins etc., clean up many parts of layout code. svn path=/import/netsurf/; revision=534
* [project @ 2004-02-02 23:38:02 by jmb]John Mark Bell2004-02-021-1/+6
| | | | | | Fix issues highlighted by teoma.com svn path=/import/netsurf/; revision=531